-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Dec 25, 2024 at 11:49 AM
-- Server version: 10.6.20-MariaDB
-- PHP Version: 8.3.14

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


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

--
-- Database: `webcrowd_wp919`
--

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

--
-- Table structure for table `wppb_cf7_withdrawal_requests`
--

CREATE TABLE `wppb_cf7_withdrawal_requests` (
  `id` mediumint(9) NOT NULL,
  `email` varchar(100) NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `method` varchar(50) NOT NULL,
  `account_details` varchar(100) NOT NULL,
  `status` varchar(20) DEFAULT 'Pending',
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wppb_commentmeta`
--

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

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

--
-- Table structure for table `wppb_comments`
--

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

--
-- Dumping data for table `wppb_comments`
--

INSERT INTO `wppb_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2024-11-23 19:19:23', '2024-11-23 19:19:23', '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://gravatar.com/\">Gravatar</a>.', 0, 'post-trashed', '', 'comment', 0, 0);

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

--
-- Table structure for table `wppb_elementor_form_submissions`
--

CREATE TABLE `wppb_elementor_form_submissions` (
  `id` mediumint(9) NOT NULL,
  `form_data` longtext NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wppb_e_events`
--

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

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

--
-- Table structure for table `wppb_e_notes`
--

CREATE TABLE `wppb_e_notes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wppb_e_notes_users_relations`
--

CREATE TABLE `wppb_e_notes_users_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wppb_e_submissions`
--

CREATE TABLE `wppb_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wppb_e_submissions`
--

INSERT INTO `wppb_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 'submission', 'ef8df2cd-7dce-4af7-99aa-948d42931beb', 1, 870, 'https://Your domain.com/wallet/', 'Wallet', 'a0d5322', 'New Form', 0, 2, '202.148.61.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"870\"}', '2024-12-23 09:09:42', '2024-12-23 09:09:47', '2024-12-23 09:09:42', '2024-12-23 09:09:47'),
(2, 'submission', '1defc8b4-a9f1-48d9-a9b9-d239c20d0e8b', 5, 870, 'https://Your domain.com/wallet/', 'Wallet', 'a0d5322', 'New Form', 0, 2, '202.148.61.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"870\"}', '2024-12-23 09:10:15', '2024-12-23 09:10:19', '2024-12-23 09:10:15', '2024-12-23 09:10:19'),
(3, 'submission', 'c3119c3a-8a39-4053-83e0-e99abfeaa524', 9, 870, 'https://Your domain.com/wallet/', 'Wallet', 'a0d5322', 'New Form', 0, 2, '202.148.61.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"870\"}', '2024-12-23 09:58:41', '2024-12-23 09:58:45', '2024-12-23 09:58:41', '2024-12-23 09:58:45'),
(4, 'submission', '3083a8a7-8678-4e6f-83f2-9da9f3e28049', 13, 870, 'https://Your domain.com/wallet/', 'Wallet', 'a0d5322', 'New Form', 0, 2, '202.148.61.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"870\"}', '2024-12-23 10:00:14', '2024-12-23 10:00:19', '2024-12-23 10:00:14', '2024-12-23 10:00:19');

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

--
-- Table structure for table `wppb_e_submissions_actions_log`
--

CREATE TABLE `wppb_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wppb_e_submissions_actions_log`
--

INSERT INTO `wppb_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 1, 'email', 'Email', 'success', NULL, '2024-12-23 09:09:47', '2024-12-23 09:09:47', '2024-12-23 09:09:47', '2024-12-23 09:09:47'),
(2, 2, 'email', 'Email', 'success', NULL, '2024-12-23 09:10:19', '2024-12-23 09:10:19', '2024-12-23 09:10:19', '2024-12-23 09:10:19'),
(3, 3, 'email', 'Email', 'success', NULL, '2024-12-23 09:58:45', '2024-12-23 09:58:45', '2024-12-23 09:58:45', '2024-12-23 09:58:45'),
(4, 4, 'email', 'Email', 'success', NULL, '2024-12-23 10:00:19', '2024-12-23 10:00:19', '2024-12-23 10:00:19', '2024-12-23 10:00:19');

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

--
-- Table structure for table `wppb_e_submissions_values`
--

CREATE TABLE `wppb_e_submissions_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wppb_e_submissions_values`
--

INSERT INTO `wppb_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(1, 1, 'email', 'gtxgaming905@gmail.com'),
(2, 1, 'field_8a8451c', '5'),
(3, 1, 'field_89947db', 'UPI'),
(4, 1, 'field_b0deaf6', 'gtxgaming905@gmail.com'),
(5, 2, 'email', 'gtxgaming905@gmail.com'),
(6, 2, 'field_8a8451c', '5'),
(7, 2, 'field_89947db', 'UPI'),
(8, 2, 'field_b0deaf6', 'gtxgaming905@gmail.com'),
(9, 3, 'email', 'gtxgaming905@gmail.com'),
(10, 3, 'field_8a8451c', '5'),
(11, 3, 'field_89947db', 'UPI'),
(12, 3, 'field_b0deaf6', 'gtxgaming905@gmail.com'),
(13, 4, 'email', 'gtxgaming905@gmail.com'),
(14, 4, 'field_8a8451c', '5'),
(15, 4, 'field_89947db', 'UPI'),
(16, 4, 'field_b0deaf6', 'gtxgaming905@gmail.com');

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

--
-- Table structure for table `wppb_gamipress_logs`
--

CREATE TABLE `wppb_gamipress_logs` (
  `log_id` bigint(20) NOT NULL,
  `title` text NOT NULL,
  `type` varchar(50) NOT NULL,
  `trigger_type` varchar(255) NOT NULL,
  `access` varchar(50) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `points` bigint(20) NOT NULL,
  `points_type` varchar(255) NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wppb_gamipress_logs`
--

INSERT INTO `wppb_gamipress_logs` (`log_id`, `title`, `type`, `trigger_type`, `access`, `user_id`, `points`, `points_type`, `date`) VALUES
(1, 'onlinegamingv2 triggered Get visits on a specific post (x0)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 16:02:27'),
(2, 'onlinegamingv2 completed the  50 Points for box Crush gets visited 1 time (limited to 1 per day)', 'achievement_earn', 'gamipress_user_specific_post_visit', 'public', 1, 0, '', '2024-12-11 16:02:27'),
(3, 'onlinegamingv2 earned 50 points for a new total of 50 points', 'points_earn', 'gamipress_earn_points', 'public', 1, 50, 'point', '2024-12-11 16:02:27'),
(4, 'onlinegamingv2 triggered Get visits on a specific post (x1)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 16:04:03'),
(5, 'onlinegamingv2 triggered Get visits on a specific post (x2)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 16:20:42'),
(6, 'onlinegamingv2 triggered Get visits on a specific post (x3)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 16:35:05'),
(7, 'onlinegamingv2 triggered Get visits on a specific post (x4)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 16:43:20'),
(8, 'onlinegamingv2 triggered Get visits on a specific post (x5)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 17:16:01'),
(9, 'onlinegamingv2 triggered Get visits on a specific post (x6)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 17:20:48'),
(10, 'onlinegamingv2 triggered Get visits on a specific post (x7)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 17:21:39'),
(11, 'onlinegamingv2 triggered Get visits on a specific post (x8)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 17:22:20'),
(12, 'onlinegamingv2 triggered Get visits on a specific post (x9)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 17:23:48'),
(13, 'onlinegamingv2 triggered Get visits on a specific post (x10)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 17:26:45'),
(14, 'onlinegamingv2 triggered Get visits on a specific post (x11)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 17:26:58'),
(15, 'onlinegamingv2 triggered Get visits on a specific post (x12)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-11 17:27:37'),
(16, 'onlinegamingv2 triggered Get visits on a specific post (x13)', 'event_trigger', 'gamipress_user_specific_post_visit', 'private', 1, 0, '', '2024-12-12 18:59:01'),
(17, 'onlinegamingv2 completed the  50 Points for box Crush gets visited 1 time (limited to 1 per day)', 'achievement_earn', 'gamipress_user_specific_post_visit', 'public', 1, 0, '', '2024-12-12 18:59:01'),
(18, 'onlinegamingv2 earned 50 points for a new total of 100 points', 'points_earn', 'gamipress_earn_points', 'public', 1, 50, 'point', '2024-12-12 18:59:01');

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

--
-- Table structure for table `wppb_gamipress_logs_meta`
--

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

--
-- Dumping data for table `wppb_gamipress_logs_meta`
--

INSERT INTO `wppb_gamipress_logs_meta` (`meta_id`, `log_id`, `meta_key`, `meta_value`) VALUES
(1, 1, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(2, 1, '_gamipress_count', '0'),
(3, 1, '_gamipress_achievement_post', '467'),
(4, 1, '_gamipress_achievement_post_site_id', '1'),
(5, 1, '_gamipress_post_id', '467'),
(6, 1, '_gamipress_visitor_id', '0'),
(7, 2, '_gamipress_achievement_id', '572'),
(8, 2, '_gamipress_pattern', '{user} completed the {achievement_type} {achievement}'),
(9, 3, '_gamipress_achievement_id', '572'),
(10, 3, '_gamipress_points', '50'),
(11, 3, '_gamipress_points_type', 'point'),
(12, 3, '_gamipress_total_points', '50'),
(13, 3, '_gamipress_pattern', '{user} earned {points} {points_type} for a new total of {total_points} {points_type}'),
(14, 4, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(15, 4, '_gamipress_count', '1'),
(16, 4, '_gamipress_achievement_post', '467'),
(17, 4, '_gamipress_achievement_post_site_id', '1'),
(18, 4, '_gamipress_post_id', '467'),
(19, 4, '_gamipress_visitor_id', '0'),
(20, 5, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(21, 5, '_gamipress_count', '2'),
(22, 5, '_gamipress_achievement_post', '467'),
(23, 5, '_gamipress_achievement_post_site_id', '1'),
(24, 5, '_gamipress_post_id', '467'),
(25, 5, '_gamipress_visitor_id', '0'),
(26, 6, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(27, 6, '_gamipress_count', '3'),
(28, 6, '_gamipress_achievement_post', '467'),
(29, 6, '_gamipress_achievement_post_site_id', '1'),
(30, 6, '_gamipress_post_id', '467'),
(31, 6, '_gamipress_visitor_id', '0'),
(32, 7, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(33, 7, '_gamipress_count', '4'),
(34, 7, '_gamipress_achievement_post', '467'),
(35, 7, '_gamipress_achievement_post_site_id', '1'),
(36, 7, '_gamipress_post_id', '467'),
(37, 7, '_gamipress_visitor_id', '0'),
(38, 8, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(39, 8, '_gamipress_count', '5'),
(40, 8, '_gamipress_achievement_post', '467'),
(41, 8, '_gamipress_achievement_post_site_id', '1'),
(42, 8, '_gamipress_post_id', '467'),
(43, 8, '_gamipress_visitor_id', '0'),
(44, 9, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(45, 9, '_gamipress_count', '6'),
(46, 9, '_gamipress_achievement_post', '467'),
(47, 9, '_gamipress_achievement_post_site_id', '1'),
(48, 9, '_gamipress_post_id', '467'),
(49, 9, '_gamipress_visitor_id', '0'),
(50, 10, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(51, 10, '_gamipress_count', '7'),
(52, 10, '_gamipress_achievement_post', '467'),
(53, 10, '_gamipress_achievement_post_site_id', '1'),
(54, 10, '_gamipress_post_id', '467'),
(55, 10, '_gamipress_visitor_id', '0'),
(56, 11, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(57, 11, '_gamipress_count', '8'),
(58, 11, '_gamipress_achievement_post', '467'),
(59, 11, '_gamipress_achievement_post_site_id', '1'),
(60, 11, '_gamipress_post_id', '467'),
(61, 11, '_gamipress_visitor_id', '0'),
(62, 12, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(63, 12, '_gamipress_count', '9'),
(64, 12, '_gamipress_achievement_post', '467'),
(65, 12, '_gamipress_achievement_post_site_id', '1'),
(66, 12, '_gamipress_post_id', '467'),
(67, 12, '_gamipress_visitor_id', '0'),
(68, 13, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(69, 13, '_gamipress_count', '10'),
(70, 13, '_gamipress_achievement_post', '467'),
(71, 13, '_gamipress_achievement_post_site_id', '1'),
(72, 13, '_gamipress_post_id', '467'),
(73, 13, '_gamipress_visitor_id', '0'),
(74, 14, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(75, 14, '_gamipress_count', '11'),
(76, 14, '_gamipress_achievement_post', '467'),
(77, 14, '_gamipress_achievement_post_site_id', '1'),
(78, 14, '_gamipress_post_id', '467'),
(79, 14, '_gamipress_visitor_id', '0'),
(80, 15, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(81, 15, '_gamipress_count', '12'),
(82, 15, '_gamipress_achievement_post', '467'),
(83, 15, '_gamipress_achievement_post_site_id', '1'),
(84, 15, '_gamipress_post_id', '467'),
(85, 15, '_gamipress_visitor_id', '0'),
(86, 16, '_gamipress_pattern', '{user} triggered {trigger_type} (x{count})'),
(87, 16, '_gamipress_count', '13'),
(88, 16, '_gamipress_achievement_post', '467'),
(89, 16, '_gamipress_achievement_post_site_id', '1'),
(90, 16, '_gamipress_post_id', '467'),
(91, 16, '_gamipress_visitor_id', '0'),
(92, 17, '_gamipress_achievement_id', '572'),
(93, 17, '_gamipress_pattern', '{user} completed the {achievement_type} {achievement}'),
(94, 18, '_gamipress_achievement_id', '572'),
(95, 18, '_gamipress_points', '50'),
(96, 18, '_gamipress_points_type', 'point'),
(97, 18, '_gamipress_total_points', '100'),
(98, 18, '_gamipress_pattern', '{user} earned {points} {points_type} for a new total of {total_points} {points_type}');

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

--
-- Table structure for table `wppb_gamipress_user_earnings`
--

CREATE TABLE `wppb_gamipress_user_earnings` (
  `user_earning_id` bigint(20) NOT NULL,
  `title` text NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `post_id` bigint(20) NOT NULL,
  `post_type` varchar(50) NOT NULL,
  `points` bigint(20) NOT NULL,
  `points_type` varchar(50) NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wppb_gamipress_user_earnings`
--

INSERT INTO `wppb_gamipress_user_earnings` (`user_earning_id`, `title`, `user_id`, `post_id`, `post_type`, `points`, `points_type`, `date`) VALUES
(1, '50 Points for box Crush gets visited 1 time (limited to 1 per day)', 1, 572, 'points-award', 50, 'point', '2024-12-11 16:02:27'),
(2, '50 Points for box Crush gets visited 1 time (limited to 1 per day)', 1, 572, 'points-award', 50, 'point', '2024-12-12 18:59:01');

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

--
-- Table structure for table `wppb_gamipress_user_earnings_meta`
--

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

--
-- Dumping data for table `wppb_gamipress_user_earnings_meta`
--

INSERT INTO `wppb_gamipress_user_earnings_meta` (`meta_id`, `user_earning_id`, `meta_key`, `meta_value`) VALUES
(1, 1, '_gamipress_parent_post_type', 'point'),
(2, 2, '_gamipress_parent_post_type', 'point');

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

--
-- Table structure for table `wppb_links`
--

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

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

--
-- Table structure for table `wppb_myCRED_log`
--

CREATE TABLE `wppb_myCRED_log` (
  `id` int(11) NOT NULL,
  `ref` varchar(256) NOT NULL,
  `ref_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `creds` bigint(22) DEFAULT NULL,
  `ctype` varchar(64) DEFAULT 'mycred_default',
  `time` bigint(20) DEFAULT NULL,
  `entry` longtext DEFAULT NULL,
  `data` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wppb_options`
--

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

--
-- Dumping data for table `wppb_options`
--

INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:15:{i:1735128000;a:2:{s:30:\"um_twicedaily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:26:\"um_hourly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1735129163;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:1735149772;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:1735154363;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s: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;}}}i:1735154394;a:1:{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;}}}i:1735154396;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:1735154398;a:1:{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:1735154623;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:1735171200;a:1:{s:25:\"um_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1735197594;a:2:{s:29:\"cozmos_wppb_plugin_optin_sync\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:17:\"wppb_review_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1735413621;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:1735499963;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:1735516800;a:1:{s:26:\"um_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1735557393;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'),
(2, 'siteurl', 'https://Your domain.com', 'on'),
(3, 'home', 'https://Your domain.com', 'on'),
(4, 'blogname', 'My Blog', 'on'),
(5, 'blogdescription', 'My WordPress Blog', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'yneware7@gmail.com', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', '', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:148:{s:46:\"um-download/([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$\";s:111:\"index.php?um_action=download&um_form=$matches[1]&um_field=$matches[2]&um_user=$matches[3]&um_verify=$matches[4]\";s:15:\"user/([^/]+)/?$\";s:40:\"index.php?page_id=97&um_user=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s: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:35:\"um_form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"um_form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"um_form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"um_form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"um_form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"um_form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"um_form/([^/]+)/embed/?$\";s:40:\"index.php?um_form=$matches[1]&embed=true\";s:28:\"um_form/([^/]+)/trackback/?$\";s:34:\"index.php?um_form=$matches[1]&tb=1\";s:36:\"um_form/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?um_form=$matches[1]&paged=$matches[2]\";s:43:\"um_form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?um_form=$matches[1]&cpage=$matches[2]\";s:32:\"um_form/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?um_form=$matches[1]&page=$matches[2]\";s:24:\"um_form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"um_form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"um_form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"um_form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"um_form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"um_form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"um_directory/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"um_directory/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"um_directory/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"um_directory/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"um_directory/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"um_directory/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"um_directory/([^/]+)/embed/?$\";s:45:\"index.php?um_directory=$matches[1]&embed=true\";s:33:\"um_directory/([^/]+)/trackback/?$\";s:39:\"index.php?um_directory=$matches[1]&tb=1\";s:41:\"um_directory/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?um_directory=$matches[1]&paged=$matches[2]\";s:48:\"um_directory/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?um_directory=$matches[1]&cpage=$matches[2]\";s:37:\"um_directory/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?um_directory=$matches[1]&page=$matches[2]\";s:29:\"um_directory/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"um_directory/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"um_directory/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"um_directory/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"um_directory/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"um_directory/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=14&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:15:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:61:\"frontend-social-links-editor/frontend-social-links-editor.php\";i:4;s:45:\"game-reward-earnings/game-reward-earnings.php\";i:5;s:53:\"game-reward-progress-bar/game-reward-progress-bar.php\";i:6;s:41:\"game-reward-system/game-reward-system.php\";i:7;s:23:\"gamipress/gamipress.php\";i:8;s:29:\"pro-elements/pro-elements.php\";i:9;s:31:\"search-filter/search-filter.php\";i:10;s:35:\"ultimate-member/ultimate-member.php\";i:11;s:43:\"user-points-manager/user-points-manager.php\";i:12;s:45:\"user-profile-display/user-profile-display.php\";i:13;s:43:\"user-profile-editor/user-profile-editor.php\";i:14;s:42:\"visibility-logic-elementor/conditional.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'http://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', 'a:4:{i:0;s:91:\"/home/webcrowd/public_html/onlinegamingv2/wp-content/plugins/advanced-custom-fields/acf.php\";i:1;s:81:\"/home/webcrowd/public_html/onlinegamingv2/wp-content/themes/oceanwp/functions.php\";i:2;s:77:\"/home/webcrowd/public_html/onlinegamingv2/wp-content/themes/oceanwp/style.css\";i:3;s:0:\"\";}', 'off'),
(41, 'template', 'oceanwp', 'on'),
(42, 'stylesheet', 'oceanwp', 'on'),
(43, 'comment_registration', '', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '58975', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:4:{s:35:\"softaculous-pro/softaculous-pro.php\";s:30:\"softaculous_pro_uninstall_hook\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:17:\"mycred/mycred.php\";s:23:\"mycred_plugin_uninstall\";s:39:\"filter-everything/filter-everything.php\";a:2:{i:0;s:30:\"FilterEverything\\Filter\\Plugin\";i:1;s:9:\"uninstall\";}}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '14', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '0', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1747941563', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'initial_db_version', '58975', 'on'),
(102, 'wppb_user_roles', 'a:5:{s:13:\"administrator\";a:16:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:76:{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: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:9:\"edit_item\";b:1;s:9:\"read_item\";b:1;s:11:\"delete_item\";b:1;s:12:\"delete_items\";b:1;s:10:\"edit_items\";b:1;s:17:\"edit_others_items\";b:1;s:13:\"publish_items\";b:1;s:18:\"read_private_items\";b:1;}s:22:\"_um_can_access_wpadmin\";i:1;s:24:\"_um_can_not_see_adminbar\";i:0;s:21:\"_um_can_edit_everyone\";i:1;s:23:\"_um_can_delete_everyone\";i:1;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:20:\"_um_default_homepage\";i:1;s:15:\"_um_after_login\";s:14:\"redirect_admin\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:1;s:30:\"_um_can_access_private_profile\";i:1;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}s:6:\"editor\";a:16:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}s:6:\"author\";a:16:{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:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}s:11:\"contributor\";a:16:{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:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}s:10:\"subscriber\";a:16:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}}', 'on'),
(103, 'fresh_site', '0', 'off'),
(104, 'user_count', '3', 'off'),
(105, 'widget_block', 'a:3:{i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(106, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:1:{i:0;s:20:\"wpc_filters_widget-2\";}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;}', 'auto'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, 'recovery_keys', 'a:0:{}', 'off'),
(122, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1732644246;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(123, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.7.1\";s:5:\"files\";a:540:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:27:\"post-content/editor-rtl.css\";i:309;s:31:\"post-content/editor-rtl.min.css\";i:310;s:23:\"post-content/editor.css\";i:311;s:27:\"post-content/editor.min.css\";i:312;s:26:\"post-content/style-rtl.css\";i:313;s:30:\"post-content/style-rtl.min.css\";i:314;s:22:\"post-content/style.css\";i:315;s:26:\"post-content/style.min.css\";i:316;s:23:\"post-date/style-rtl.css\";i:317;s:27:\"post-date/style-rtl.min.css\";i:318;s:19:\"post-date/style.css\";i:319;s:23:\"post-date/style.min.css\";i:320;s:27:\"post-excerpt/editor-rtl.css\";i:321;s:31:\"post-excerpt/editor-rtl.min.css\";i:322;s:23:\"post-excerpt/editor.css\";i:323;s:27:\"post-excerpt/editor.min.css\";i:324;s:26:\"post-excerpt/style-rtl.css\";i:325;s:30:\"post-excerpt/style-rtl.min.css\";i:326;s:22:\"post-excerpt/style.css\";i:327;s:26:\"post-excerpt/style.min.css\";i:328;s:34:\"post-featured-image/editor-rtl.css\";i:329;s:38:\"post-featured-image/editor-rtl.min.css\";i:330;s:30:\"post-featured-image/editor.css\";i:331;s:34:\"post-featured-image/editor.min.css\";i:332;s:33:\"post-featured-image/style-rtl.css\";i:333;s:37:\"post-featured-image/style-rtl.min.css\";i:334;s:29:\"post-featured-image/style.css\";i:335;s:33:\"post-featured-image/style.min.css\";i:336;s:34:\"post-navigation-link/style-rtl.css\";i:337;s:38:\"post-navigation-link/style-rtl.min.css\";i:338;s:30:\"post-navigation-link/style.css\";i:339;s:34:\"post-navigation-link/style.min.css\";i:340;s:28:\"post-template/editor-rtl.css\";i:341;s:32:\"post-template/editor-rtl.min.css\";i:342;s:24:\"post-template/editor.css\";i:343;s:28:\"post-template/editor.min.css\";i:344;s:27:\"post-template/style-rtl.css\";i:345;s:31:\"post-template/style-rtl.min.css\";i:346;s:23:\"post-template/style.css\";i:347;s:27:\"post-template/style.min.css\";i:348;s:24:\"post-terms/style-rtl.css\";i:349;s:28:\"post-terms/style-rtl.min.css\";i:350;s:20:\"post-terms/style.css\";i:351;s:24:\"post-terms/style.min.css\";i:352;s:24:\"post-title/style-rtl.css\";i:353;s:28:\"post-title/style-rtl.min.css\";i:354;s:20:\"post-title/style.css\";i:355;s:24:\"post-title/style.min.css\";i:356;s:26:\"preformatted/style-rtl.css\";i:357;s:30:\"preformatted/style-rtl.min.css\";i:358;s:22:\"preformatted/style.css\";i:359;s:26:\"preformatted/style.min.css\";i:360;s:24:\"pullquote/editor-rtl.css\";i:361;s:28:\"pullquote/editor-rtl.min.css\";i:362;s:20:\"pullquote/editor.css\";i:363;s:24:\"pullquote/editor.min.css\";i:364;s:23:\"pullquote/style-rtl.css\";i:365;s:27:\"pullquote/style-rtl.min.css\";i:366;s:19:\"pullquote/style.css\";i:367;s:23:\"pullquote/style.min.css\";i:368;s:23:\"pullquote/theme-rtl.css\";i:369;s:27:\"pullquote/theme-rtl.min.css\";i:370;s:19:\"pullquote/theme.css\";i:371;s:23:\"pullquote/theme.min.css\";i:372;s:39:\"query-pagination-numbers/editor-rtl.css\";i:373;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:374;s:35:\"query-pagination-numbers/editor.css\";i:375;s:39:\"query-pagination-numbers/editor.min.css\";i:376;s:31:\"query-pagination/editor-rtl.css\";i:377;s:35:\"query-pagination/editor-rtl.min.css\";i:378;s:27:\"query-pagination/editor.css\";i:379;s:31:\"query-pagination/editor.min.css\";i:380;s:30:\"query-pagination/style-rtl.css\";i:381;s:34:\"query-pagination/style-rtl.min.css\";i:382;s:26:\"query-pagination/style.css\";i:383;s:30:\"query-pagination/style.min.css\";i:384;s:25:\"query-title/style-rtl.css\";i:385;s:29:\"query-title/style-rtl.min.css\";i:386;s:21:\"query-title/style.css\";i:387;s:25:\"query-title/style.min.css\";i:388;s:20:\"query/editor-rtl.css\";i:389;s:24:\"query/editor-rtl.min.css\";i:390;s:16:\"query/editor.css\";i:391;s:20:\"query/editor.min.css\";i:392;s:19:\"quote/style-rtl.css\";i:393;s:23:\"quote/style-rtl.min.css\";i:394;s:15:\"quote/style.css\";i:395;s:19:\"quote/style.min.css\";i:396;s:19:\"quote/theme-rtl.css\";i:397;s:23:\"quote/theme-rtl.min.css\";i:398;s:15:\"quote/theme.css\";i:399;s:19:\"quote/theme.min.css\";i:400;s:23:\"read-more/style-rtl.css\";i:401;s:27:\"read-more/style-rtl.min.css\";i:402;s:19:\"read-more/style.css\";i:403;s:23:\"read-more/style.min.css\";i:404;s:18:\"rss/editor-rtl.css\";i:405;s:22:\"rss/editor-rtl.min.css\";i:406;s:14:\"rss/editor.css\";i:407;s:18:\"rss/editor.min.css\";i:408;s:17:\"rss/style-rtl.css\";i:409;s:21:\"rss/style-rtl.min.css\";i:410;s:13:\"rss/style.css\";i:411;s:17:\"rss/style.min.css\";i:412;s:21:\"search/editor-rtl.css\";i:413;s:25:\"search/editor-rtl.min.css\";i:414;s:17:\"search/editor.css\";i:415;s:21:\"search/editor.min.css\";i:416;s:20:\"search/style-rtl.css\";i:417;s:24:\"search/style-rtl.min.css\";i:418;s:16:\"search/style.css\";i:419;s:20:\"search/style.min.css\";i:420;s:20:\"search/theme-rtl.css\";i:421;s:24:\"search/theme-rtl.min.css\";i:422;s:16:\"search/theme.css\";i:423;s:20:\"search/theme.min.css\";i:424;s:24:\"separator/editor-rtl.css\";i:425;s:28:\"separator/editor-rtl.min.css\";i:426;s:20:\"separator/editor.css\";i:427;s:24:\"separator/editor.min.css\";i:428;s:23:\"separator/style-rtl.css\";i:429;s:27:\"separator/style-rtl.min.css\";i:430;s:19:\"separator/style.css\";i:431;s:23:\"separator/style.min.css\";i:432;s:23:\"separator/theme-rtl.css\";i:433;s:27:\"separator/theme-rtl.min.css\";i:434;s:19:\"separator/theme.css\";i:435;s:23:\"separator/theme.min.css\";i:436;s:24:\"shortcode/editor-rtl.css\";i:437;s:28:\"shortcode/editor-rtl.min.css\";i:438;s:20:\"shortcode/editor.css\";i:439;s:24:\"shortcode/editor.min.css\";i:440;s:24:\"site-logo/editor-rtl.css\";i:441;s:28:\"site-logo/editor-rtl.min.css\";i:442;s:20:\"site-logo/editor.css\";i:443;s:24:\"site-logo/editor.min.css\";i:444;s:23:\"site-logo/style-rtl.css\";i:445;s:27:\"site-logo/style-rtl.min.css\";i:446;s:19:\"site-logo/style.css\";i:447;s:23:\"site-logo/style.min.css\";i:448;s:27:\"site-tagline/editor-rtl.css\";i:449;s:31:\"site-tagline/editor-rtl.min.css\";i:450;s:23:\"site-tagline/editor.css\";i:451;s:27:\"site-tagline/editor.min.css\";i:452;s:26:\"site-tagline/style-rtl.css\";i:453;s:30:\"site-tagline/style-rtl.min.css\";i:454;s:22:\"site-tagline/style.css\";i:455;s:26:\"site-tagline/style.min.css\";i:456;s:25:\"site-title/editor-rtl.css\";i:457;s:29:\"site-title/editor-rtl.min.css\";i:458;s:21:\"site-title/editor.css\";i:459;s:25:\"site-title/editor.min.css\";i:460;s:24:\"site-title/style-rtl.css\";i:461;s:28:\"site-title/style-rtl.min.css\";i:462;s:20:\"site-title/style.css\";i:463;s:24:\"site-title/style.min.css\";i:464;s:26:\"social-link/editor-rtl.css\";i:465;s:30:\"social-link/editor-rtl.min.css\";i:466;s:22:\"social-link/editor.css\";i:467;s:26:\"social-link/editor.min.css\";i:468;s:27:\"social-links/editor-rtl.css\";i:469;s:31:\"social-links/editor-rtl.min.css\";i:470;s:23:\"social-links/editor.css\";i:471;s:27:\"social-links/editor.min.css\";i:472;s:26:\"social-links/style-rtl.css\";i:473;s:30:\"social-links/style-rtl.min.css\";i:474;s:22:\"social-links/style.css\";i:475;s:26:\"social-links/style.min.css\";i:476;s:21:\"spacer/editor-rtl.css\";i:477;s:25:\"spacer/editor-rtl.min.css\";i:478;s:17:\"spacer/editor.css\";i:479;s:21:\"spacer/editor.min.css\";i:480;s:20:\"spacer/style-rtl.css\";i:481;s:24:\"spacer/style-rtl.min.css\";i:482;s:16:\"spacer/style.css\";i:483;s:20:\"spacer/style.min.css\";i:484;s:20:\"table/editor-rtl.css\";i:485;s:24:\"table/editor-rtl.min.css\";i:486;s:16:\"table/editor.css\";i:487;s:20:\"table/editor.min.css\";i:488;s:19:\"table/style-rtl.css\";i:489;s:23:\"table/style-rtl.min.css\";i:490;s:15:\"table/style.css\";i:491;s:19:\"table/style.min.css\";i:492;s:19:\"table/theme-rtl.css\";i:493;s:23:\"table/theme-rtl.min.css\";i:494;s:15:\"table/theme.css\";i:495;s:19:\"table/theme.min.css\";i:496;s:24:\"tag-cloud/editor-rtl.css\";i:497;s:28:\"tag-cloud/editor-rtl.min.css\";i:498;s:20:\"tag-cloud/editor.css\";i:499;s:24:\"tag-cloud/editor.min.css\";i:500;s:23:\"tag-cloud/style-rtl.css\";i:501;s:27:\"tag-cloud/style-rtl.min.css\";i:502;s:19:\"tag-cloud/style.css\";i:503;s:23:\"tag-cloud/style.min.css\";i:504;s:28:\"template-part/editor-rtl.css\";i:505;s:32:\"template-part/editor-rtl.min.css\";i:506;s:24:\"template-part/editor.css\";i:507;s:28:\"template-part/editor.min.css\";i:508;s:27:\"template-part/theme-rtl.css\";i:509;s:31:\"template-part/theme-rtl.min.css\";i:510;s:23:\"template-part/theme.css\";i:511;s:27:\"template-part/theme.min.css\";i:512;s:30:\"term-description/style-rtl.css\";i:513;s:34:\"term-description/style-rtl.min.css\";i:514;s:26:\"term-description/style.css\";i:515;s:30:\"term-description/style.min.css\";i:516;s:27:\"text-columns/editor-rtl.css\";i:517;s:31:\"text-columns/editor-rtl.min.css\";i:518;s:23:\"text-columns/editor.css\";i:519;s:27:\"text-columns/editor.min.css\";i:520;s:26:\"text-columns/style-rtl.css\";i:521;s:30:\"text-columns/style-rtl.min.css\";i:522;s:22:\"text-columns/style.css\";i:523;s:26:\"text-columns/style.min.css\";i:524;s:19:\"verse/style-rtl.css\";i:525;s:23:\"verse/style-rtl.min.css\";i:526;s:15:\"verse/style.css\";i:527;s:19:\"verse/style.min.css\";i:528;s:20:\"video/editor-rtl.css\";i:529;s:24:\"video/editor-rtl.min.css\";i:530;s:16:\"video/editor.css\";i:531;s:20:\"video/editor.min.css\";i:532;s:19:\"video/style-rtl.css\";i:533;s:23:\"video/style-rtl.min.css\";i:534;s:15:\"video/style.css\";i:535;s:19:\"video/style.min.css\";i:536;s:19:\"video/theme-rtl.css\";i:537;s:23:\"video/theme-rtl.min.css\";i:538;s:15:\"video/theme.css\";i:539;s:19:\"video/theme.min.css\";}}', 'on'),
(130, '_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'),
(131, 'softaculous_pro_license', 'a:13:{s:7:\"license\";s:30:\"SOFTWP-67998-48565-95072-47301\";s:7:\"expires\";s:8:\"20241216\";s:4:\"type\";s:1:\"1\";s:8:\"type_txt\";s:7:\"Premium\";s:9:\"num_sites\";N;s:4:\"plan\";s:8:\"personal\";s:6:\"active\";i:1;s:10:\"licexpired\";N;s:4:\"thid\";N;s:6:\"status\";i:1;s:9:\"last_edit\";s:10:\"1732389564\";s:10:\"status_txt\";s:33:\"<font color=\"green\">Active</font>\";s:11:\"last_update\";i:1732389594;}', 'yes'),
(133, 'softaculous_pro_rebranding', 'a:4:{s:2:\"sn\";s:11:\"Softaculous\";s:8:\"logo_url\";s:0:\"\";s:13:\"default_hf_bg\";s:0:\"\";s:15:\"default_hf_text\";s:0:\"\";}', 'yes'),
(134, '_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:1735116075;s:15:\"version_checked\";s:5:\"6.7.1\";s:12:\"translations\";a:0:{}}', 'off'),
(140, 'external_updates-softaculous-pro', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1732389594;s:14:\"checkedVersion\";s:5:\"2.1.5\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:15:\"softaculous-pro\";s:7:\"version\";s:5:\"2.1.5\";s:8:\"homepage\";s:28:\"https://softaculous.com/pro/\";s:6:\"tested\";s:3:\"6.6\";s:12:\"download_url\";s:140:\"https://a.softaculous.com/softwp/download.php?version=2.1.5&license=SOFTWP-67998-48565-95072-47301&url=https://Your domain.com\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:35:\"softaculous-pro/softaculous-pro.php\";s:12:\"translations\";a:0:{}}}', 'off'),
(145, 'can_compress_scripts', '1', 'on'),
(148, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(149, 'recently_activated', 'a:5:{s:85:\"conditional-fields-for-elementor-form/class-conditional-fields-for-elementor-form.php\";i:1735116027;s:40:\"dynamicconditions/dynamic-conditions.php\";i:1735116027;s:51:\"payment-request-manager/payment-request-manager.php\";i:1734947880;s:45:\"social-links-manager/social-links-manager.php\";i:1734632073;s:33:\"top-users-list/top-users-list.php\";i:1734525471;}', 'off'),
(156, 'finished_updating_comment_type', '1', 'auto'),
(161, 'elementor_active_kit', '6', 'auto'),
(162, 'elementor_font_display', 'swap', 'auto'),
(165, 'um_last_version_upgrade', '2.9.1', 'auto'),
(166, 'um_first_activation_date', '1732389823', 'auto'),
(167, 'um_version', '2.9.1', 'auto'),
(168, '__ultimatemember_sitekey', 'webcrowd.co.in/onlinegamingv2-9f2P07kZ5Pq7Q1jEFWRH', 'auto'),
(169, 'um_is_installed', '1', 'auto'),
(170, 'um_core_forms', 'a:3:{s:8:\"register\";i:7;s:5:\"login\";i:8;s:7:\"profile\";i:9;}', 'auto'),
(171, 'um_core_directories', 'a:1:{s:7:\"members\";i:10;}', 'auto'),
(172, 'um_options', 'a:188:{s:30:\"restricted_access_post_metabox\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:31:\"disable_restriction_pre_queries\";b:0;s:19:\"uninstall_on_delete\";b:0;s:14:\"permalink_base\";s:10:\"user_login\";s:26:\"permalink_base_custom_meta\";s:0:\"\";s:12:\"display_name\";s:9:\"full_name\";s:18:\"display_name_field\";s:0:\"\";s:15:\"author_redirect\";b:1;s:12:\"members_page\";b:1;s:13:\"use_gravatars\";b:0;s:37:\"use_um_gravatar_default_builtin_image\";s:7:\"default\";s:29:\"use_um_gravatar_default_image\";b:0;s:15:\"toggle_password\";b:0;s:18:\"require_strongpass\";b:0;s:18:\"password_min_chars\";i:8;s:18:\"password_max_chars\";i:30;s:20:\"account_tab_password\";b:1;s:19:\"account_tab_privacy\";b:1;s:25:\"account_tab_notifications\";b:1;s:18:\"account_tab_delete\";b:1;s:19:\"delete_account_text\";s:151:\"Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account enter your password below.\";s:36:\"delete_account_no_pass_required_text\";s:152:\"Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account, click on the button below.\";s:12:\"account_name\";b:1;s:20:\"account_name_disable\";b:0;s:20:\"account_name_require\";b:1;s:13:\"account_email\";b:1;s:24:\"account_general_password\";b:0;s:25:\"account_hide_in_directory\";b:1;s:33:\"account_hide_in_directory_default\";s:2:\"No\";s:17:\"photo_thumb_sizes\";a:3:{i:0;i:40;i:1;i:80;i:2;i:190;}s:17:\"cover_thumb_sizes\";a:2:{i:0;i:300;i:1;i:600;}s:10:\"accessible\";i:0;s:15:\"access_redirect\";s:0:\"\";s:19:\"access_exclude_uris\";a:0:{}s:20:\"home_page_accessible\";b:1;s:24:\"category_page_accessible\";b:1;s:29:\"restricted_post_title_replace\";b:1;s:28:\"restricted_access_post_title\";s:18:\"Restricted content\";s:25:\"restricted_access_message\";s:0:\"\";s:17:\"restricted_blocks\";b:0;s:13:\"enable_blocks\";b:0;s:24:\"restricted_block_message\";s:0:\"\";s:27:\"enable_reset_password_limit\";b:1;s:27:\"reset_password_limit_number\";i:3;s:29:\"change_password_request_limit\";b:0;s:14:\"blocked_emails\";s:0:\"\";s:13:\"blocked_words\";s:47:\"admin\r\nadministrator\r\nwebmaster\r\nsupport\r\nstaff\";s:24:\"allowed_choice_callbacks\";s:0:\"\";s:26:\"allow_url_redirect_confirm\";b:1;s:14:\"default_avatar\";s:0:\"\";s:13:\"default_cover\";s:0:\"\";s:28:\"disable_profile_photo_upload\";b:0;s:21:\"profile_show_metaicon\";b:0;s:12:\"profile_menu\";b:1;s:24:\"profile_menu_default_tab\";s:4:\"main\";s:18:\"profile_menu_icons\";b:1;s:13:\"form_asterisk\";b:0;s:13:\"profile_title\";s:28:\"{display_name} | {site_name}\";s:12:\"profile_desc\";s:83:\"{display_name} is on {site_name}. Join {site_name} to view {display_name}\'s profile\";s:11:\"admin_email\";s:18:\"yneware7@gmail.com\";s:9:\"mail_from\";s:7:\"My Blog\";s:14:\"mail_from_addr\";s:18:\"yneware7@gmail.com\";s:10:\"email_html\";b:1;s:25:\"image_orientation_by_exif\";b:0;s:17:\"image_compression\";i:60;s:15:\"image_max_width\";i:1000;s:15:\"cover_min_width\";i:1000;s:22:\"profile_photo_max_size\";i:999999999;s:20:\"cover_photo_max_size\";i:999999999;s:22:\"custom_roles_increment\";i:1;s:28:\"um_profile_object_cache_stop\";b:0;s:16:\"rest_api_version\";s:3:\"2.0\";s:26:\"member_directory_own_table\";b:0;s:16:\"profile_show_bio\";i:1;s:21:\"profile_show_html_bio\";b:0;s:20:\"profile_bio_maxchars\";i:180;s:15:\"profile_noindex\";i:0;s:27:\"activation_link_expiry_time\";s:0:\"\";s:19:\"lock_register_forms\";b:0;s:25:\"display_login_form_notice\";b:0;s:26:\"secure_ban_admins_accounts\";b:0;s:19:\"banned_capabilities\";a:3:{i:0;s:14:\"manage_options\";i:1;s:13:\"promote_users\";i:2;s:8:\"level_10\";}s:36:\"secure_notify_admins_banned_accounts\";b:0;s:46:\"secure_notify_admins_banned_accounts__interval\";s:7:\"instant\";s:29:\"secure_allowed_redirect_hosts\";s:0:\"\";s:15:\"delete_comments\";b:0;s:23:\"enable_action_scheduler\";b:0;s:16:\"profile_tab_main\";i:1;s:24:\"profile_tab_main_privacy\";i:0;s:22:\"profile_tab_main_roles\";s:0:\"\";s:17:\"profile_tab_posts\";i:1;s:25:\"profile_tab_posts_privacy\";i:0;s:23:\"profile_tab_posts_roles\";s:0:\"\";s:20:\"profile_tab_comments\";i:1;s:28:\"profile_tab_comments_privacy\";i:0;s:26:\"profile_tab_comments_roles\";s:0:\"\";s:16:\"welcome_email_on\";b:1;s:17:\"welcome_email_sub\";s:23:\"Welcome to {site_name}!\";s:13:\"welcome_email\";s:340:\"Hi {display_name},<br /><br />Thank you for signing up with {site_name}! Your account is now active.<br /><br />{action_title}:<br /><br />{action_url} <br /><br />Your account email: {email} <br />Your account username: {username} <br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:18:\"checkmail_email_on\";b:0;s:19:\"checkmail_email_sub\";s:28:\"Please activate your account\";s:15:\"checkmail_email\";s:304:\"Hi {display_name},<br /><br />Thank you for signing up with {site_name}! To activate your account, please click the link below to confirm your email address:<br /><br />{account_activation_link} <br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks, <br />{site_name}\";s:16:\"pending_email_on\";b:0;s:17:\"pending_email_sub\";s:30:\"[{site_name}] New user account\";s:13:\"pending_email\";s:309:\"Hi {display_name}, <br /><br />Thank you for signing up with {site_name}! Your account is currently being reviewed by a member of our team.<br /><br />Please allow us some time to process your request.<br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:17:\"approved_email_on\";b:0;s:18:\"approved_email_sub\";s:41:\"Your account at {site_name} is now active\";s:14:\"approved_email\";s:437:\"Hi {display_name},<br /><br />Thank you for signing up with {site_name}! Your account has been approved and is now active.<br /><br />To login please visit the following url:<br /><br />{login_url}<br /><br />Your account email: {email}<br />Your account username: {username}<br />Set your account password: {password_reset_link}<br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:17:\"rejected_email_on\";b:0;s:18:\"rejected_email_sub\";s:30:\"Your account has been rejected\";s:14:\"rejected_email\";s:288:\"Hi {display_name},<br /><br />Thank you for applying for membership to {site_name}! We have reviewed your information and unfortunately we are unable to accept you as a member at this moment.<br /><br />Please feel free to apply again at a future date.<br /><br />Thanks,<br />{site_name}\";s:17:\"inactive_email_on\";b:1;s:18:\"inactive_email_sub\";s:33:\"Your account has been deactivated\";s:14:\"inactive_email\";s:250:\"Hi {display_name},<br /><br />This is an automated email to let you know your {site_name} account has been deactivated.<br /><br />If you would like your account to be reactivated please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:17:\"deletion_email_on\";b:1;s:18:\"deletion_email_sub\";s:29:\"Your account has been deleted\";s:14:\"deletion_email\";s:355:\"Hi {display_name},<br /><br />This is an automated email to let you know your {site_name} account has been deleted. All of your personal information has been permanently deleted and you will no longer be able to login to {site_name}.<br /><br />If your account has been deleted by accident please contact us at {admin_email} <br />Thanks,<br />{site_name}\";s:16:\"resetpw_email_on\";b:1;s:17:\"resetpw_email_sub\";s:19:\"Reset your password\";s:13:\"resetpw_email\";s:303:\"Hi {display_name},<br /><br />We received a request to reset the password for your account. If you made this request, click the link below to change your password:<br /><br />{password_reset_link}<br /><br />If you didn\'t make this request, you can ignore this email <br /><br />Thanks,<br />{site_name}\";s:18:\"changedpw_email_on\";b:1;s:19:\"changedpw_email_sub\";s:42:\"Your {site_name} password has been changed\";s:15:\"changedpw_email\";s:307:\"Hi {display_name},<br /><br />You recently changed the password associated with your {site_name} account.<br /><br />If you did not make this change and believe your {site_name} account has been compromised, please contact us at the following email address: {admin_email}<br /><br />Thanks,<br />{site_name}\";s:23:\"changedaccount_email_on\";b:1;s:24:\"changedaccount_email_sub\";s:39:\"Your account at {site_name} was updated\";s:20:\"changedaccount_email\";s:278:\"Hi {display_name},<br /><br />You recently updated your {site_name} account.<br /><br />If you did not make this change and believe your {site_name} account has been compromised, please contact us at the following email address: {admin_email}<br /><br />Thanks,<br />{site_name}\";s:24:\"notification_new_user_on\";b:1;s:25:\"notification_new_user_sub\";s:30:\"[{site_name}] New user account\";s:21:\"notification_new_user\";s:211:\"{display_name} has just created an account on {site_name}. To view their profile click here:<br /><br />{user_profile_link}<br /><br />Here is the submitted registration form:<br /><br />{submitted_registration}\";s:22:\"notification_review_on\";b:0;s:23:\"notification_review_sub\";s:38:\"[{site_name}] New user awaiting review\";s:19:\"notification_review\";s:277:\"{display_name} has just applied for membership to {site_name} and is waiting to be reviewed.<br /><br />To review this member please click the following link:<br /><br />{user_profile_link}<br /><br />Here is the submitted registration form:<br /><br />{submitted_registration}\";s:24:\"notification_deletion_on\";b:0;s:25:\"notification_deletion_sub\";s:29:\"[{site_name}] Account deleted\";s:21:\"notification_deletion\";s:58:\"{display_name} has just deleted their {site_name} account.\";s:22:\"suspicious-activity_on\";b:1;s:23:\"suspicious-activity_sub\";s:41:\"[{site_name}] Suspicious Account Activity\";s:19:\"suspicious-activity\";s:107:\"This is to inform you that there are suspicious activities with the following accounts: {user_profile_link}\";s:9:\"core_user\";i:97;s:10:\"core_login\";i:98;s:13:\"core_register\";i:99;s:12:\"core_members\";s:0:\"\";s:11:\"core_logout\";i:100;s:12:\"core_account\";s:0:\"\";s:19:\"core_password-reset\";i:101;s:17:\"profile_show_name\";i:1;s:25:\"profile_show_social_links\";i:0;s:19:\"profile_header_menu\";s:2:\"bc\";s:18:\"profile_empty_text\";i:1;s:22:\"profile_empty_text_emo\";i:1;s:12:\"profile_role\";a:0:{}s:16:\"profile_template\";s:7:\"profile\";s:17:\"profile_max_width\";s:6:\"1000px\";s:22:\"profile_area_max_width\";s:5:\"600px\";s:13:\"profile_align\";s:6:\"center\";s:13:\"profile_icons\";s:5:\"label\";s:28:\"profile_disable_photo_upload\";i:0;s:17:\"profile_photosize\";s:3:\"190\";s:21:\"profile_cover_enabled\";i:1;s:17:\"profile_coversize\";s:8:\"original\";s:19:\"profile_cover_ratio\";s:5:\"2.7:1\";s:19:\"profile_photocorner\";s:1:\"1\";s:17:\"profile_header_bg\";s:0:\"\";s:24:\"profile_primary_btn_word\";s:14:\"Update Profile\";s:21:\"profile_secondary_btn\";s:1:\"1\";s:26:\"profile_secondary_btn_word\";s:6:\"Cancel\";s:13:\"register_role\";s:1:\"0\";s:17:\"register_template\";s:8:\"register\";s:18:\"register_max_width\";s:5:\"450px\";s:14:\"register_align\";s:6:\"center\";s:14:\"register_icons\";s:5:\"label\";s:25:\"register_primary_btn_word\";s:8:\"Register\";s:22:\"register_secondary_btn\";i:1;s:27:\"register_secondary_btn_word\";s:5:\"Login\";s:26:\"register_secondary_btn_url\";s:0:\"\";s:14:\"login_template\";s:5:\"login\";s:15:\"login_max_width\";s:5:\"450px\";s:11:\"login_align\";s:6:\"center\";s:11:\"login_icons\";s:5:\"label\";s:22:\"login_primary_btn_word\";s:5:\"Login\";s:22:\"login_forgot_pass_link\";i:1;s:21:\"login_show_rememberme\";i:1;s:19:\"login_secondary_btn\";i:1;s:24:\"login_secondary_btn_word\";s:8:\"Register\";s:23:\"login_secondary_btn_url\";s:0:\"\";s:18:\"directory_template\";s:7:\"members\";s:16:\"directory_header\";s:21:\"{total_users} Members\";s:23:\"directory_header_single\";s:20:\"{total_users} Member\";}', 'auto'),
(173, 'um_role_subscriber_meta', 'a:14:{s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}', 'auto'),
(174, 'um_role_author_meta', 'a:14:{s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}', 'auto'),
(175, 'um_role_contributor_meta', 'a:14:{s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}', 'auto'),
(176, 'um_role_editor_meta', 'a:14:{s:22:\"_um_can_access_wpadmin\";i:0;s:24:\"_um_can_not_see_adminbar\";i:1;s:21:\"_um_can_edit_everyone\";i:0;s:23:\"_um_can_delete_everyone\";i:0;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:20:\"_um_default_homepage\";i:1;s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:0;s:30:\"_um_can_access_private_profile\";i:0;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}', 'auto'),
(177, 'um_role_administrator_meta', 'a:14:{s:22:\"_um_can_access_wpadmin\";i:1;s:24:\"_um_can_not_see_adminbar\";i:0;s:21:\"_um_can_edit_everyone\";i:1;s:23:\"_um_can_delete_everyone\";i:1;s:20:\"_um_can_edit_profile\";i:1;s:22:\"_um_can_delete_profile\";i:1;s:20:\"_um_default_homepage\";i:1;s:15:\"_um_after_login\";s:14:\"redirect_admin\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:16:\"_um_can_view_all\";i:1;s:28:\"_um_can_make_private_profile\";i:1;s:30:\"_um_can_access_private_profile\";i:1;s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";}', 'auto'),
(180, '_transient_um_count_users_approved', '3', 'on'),
(185, 'elementor_checklist', '{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":true,\"is_popup_minimized\":false,\"editor_visit_count\":-1,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}}}', 'auto'),
(186, 'elementor_version', '3.26.3', 'auto'),
(187, 'elementor_install_history', 'a:4:{s:6:\"3.25.9\";i:1732389823;s:7:\"3.25.11\";i:1734090734;s:6:\"3.26.0\";i:1734525348;s:6:\"3.26.3\";i:1734959531;}', 'auto'),
(188, 'elementor_events_db_version', '1.0.0', 'off'),
(189, 'elementor_pro_version', '3.26.1', 'auto'),
(190, 'elementor_pro_install_history', 'a:3:{s:6:\"3.24.4\";i:1732389824;s:6:\"3.25.5\";i:1734090801;s:6:\"3.26.1\";i:1734959531;}', 'auto'),
(191, 'widget_um_search_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(192, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(195, 'elementor_submissions_db_version', '5', 'auto'),
(196, 'elementor_notes_db_version', '5', 'auto'),
(197, '_transient_um_count_users_pending_dot', '0', 'on'),
(198, '_elementor_installed_time', '1732389824', 'auto');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(199, '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 &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s: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 &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(200, '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'),
(219, 'elementor_fonts_manager_font_types', 'a:0:{}', 'auto'),
(220, 'elementor_fonts_manager_fonts', 'a:0:{}', 'auto'),
(221, 'elementor_custom_icon_sets_config', 'a:0:{}', 'auto'),
(222, '_transient_health-check-site-status-result', '{\"good\":18,\"recommended\":4,\"critical\":1}', 'on'),
(245, 'current_theme', 'OceanWP', 'auto'),
(246, 'theme_mods_oceanwp', 'a:10:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:120;s:22:\"ocean_background_color\";s:7:\"#1a1a1d\";s:19:\"ocean_primary_color\";s:7:\"#a64d79\";s:24:\"ocean_page_title_display\";b:0;s:13:\"ocean_top_bar\";b:0;s:11:\"custom_logo\";i:33;s:30:\"ocean_has_header_border_bottom\";b:0;s:17:\"ocean_links_color\";s:7:\"#878787\";}', 'on'),
(247, 'theme_switched', '', 'auto'),
(257, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(295, 'elementor_pro_theme_builder_conditions', 'a:4:{s:7:\"archive\";a:1:{i:692;a:1:{i:0;s:15:\"include/archive\";}}s:6:\"footer\";a:1:{i:500;a:1:{i:0;s:15:\"include/general\";}}s:6:\"single\";a:1:{i:271;a:1:{i:0;s:16:\"include/singular\";}}s:6:\"header\";a:1:{i:30;a:1:{i:0;s:15:\"include/general\";}}}', 'auto'),
(297, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1735118694;s:5:\"value\";s:11456:\"[{\"id\":\"css-loading-3.25\",\"title\":\"Boost Performance with Conditional CSS Loading\",\"description\":\"Boost performance by conditionally loading only the styles that each page needs, reducing the page CSS size by up to 668kb.\",\"topic\":\"Elementor 3.25\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.25-css-Loading.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-25-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-24-variable-fonts\\/\"},{\"id\":\"floating-bars-3.24\",\"title\":\"Increase conversion with Floating Bars\",\"description\":\"Place your most important messages and promotions at the top or bottom of your page seamlessly with over 30 pre-made templates.\",\"topic\":\"Elementor 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-floating-bar.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\\/\"},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/\"},{\"id\":\"floating-buttons-3.23\",\"title\":\"Get more leads with Floating Buttons\",\"description\":\"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"link-in-bio-3.23\",\"title\":\"New Link in Bio Widgets for any Purpose\",\"description\":\"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"nested-elements-3.23\",\"title\":\"Work faster on Nested Elements\",\"description\":\"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"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\":\"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\":\"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'),
(301, '_transient_timeout__elementor_ab_test_plg_site_mailer_submission', '1740594583', 'off'),
(302, '_transient__elementor_ab_test_plg_site_mailer_submission', '1', 'off'),
(305, 'site_logo', '33', 'auto'),
(321, 'elementor_library_category_children', 'a:0:{}', 'auto'),
(324, 'elementor_log', 'a:33:{s:32:\"140c52e5c4584ca8c3be26f3af77c0b9\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"21275\";s:7:\"\0*\0file\";s:115:\"https://Your domain.com/wp-content/plugins/pro-elements/assets/js/elements-handlers.min.js?ver=3.24.4\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2024-11-28 19:39:26\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:62:\"Cannot read properties of undefined (reading &#039;size&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2024-11-28 19:39:26\";i:1;s:19:\"2024-11-28 19:39:27\";i:2;s:19:\"2024-11-28 19:39:28\";i:3;s:19:\"2024-11-28 19:39:29\";i:4;s:19:\"2024-11-28 19:39:30\";i:5;s:19:\"2024-11-28 19:40:21\";i:6;s:19:\"2024-11-28 19:40:22\";i:7;s:19:\"2024-11-28 19:40:30\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1732822766\";s:7:\"message\";s:52:\"Cannot read properties of undefined (reading \'size\')\";s:3:\"url\";s:115:\"https://Your domain.com/wp-content/plugins/pro-elements/assets/js/elements-handlers.min.js?ver=3.24.4\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"21275\";}}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"838628\";s:7:\"\0*\0file\";s:101:\"https://Your domain.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.25.9\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-11-30 18:41:22\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:23;s:14:\"\0*\0times_dates\";a:23:{i:0;s:19:\"2024-11-30 18:41:22\";i:1;s:19:\"2024-11-30 18:41:22\";i:2;s:19:\"2024-11-30 18:41:22\";i:3;s:19:\"2024-11-30 18:41:22\";i:4;s:19:\"2024-12-10 07:41:32\";i:5;s:19:\"2024-12-10 07:41:32\";i:6;s:19:\"2024-12-10 07:41:32\";i:7;s:19:\"2024-12-10 07:41:32\";i:8;s:19:\"2024-12-10 07:41:46\";i:9;s:19:\"2024-12-10 07:41:46\";i:10;s:19:\"2024-12-10 18:52:59\";i:11;s:19:\"2024-12-10 18:53:00\";i:12;s:19:\"2024-12-10 18:53:00\";i:13;s:19:\"2024-12-10 18:53:01\";i:14;s:19:\"2024-12-10 18:53:01\";i:15;s:19:\"2024-12-10 18:53:01\";i:16;s:19:\"2024-12-18 18:01:25\";i:17;s:19:\"2024-12-24 11:04:50\";i:18;s:19:\"2024-12-24 11:04:50\";i:19;s:19:\"2024-12-24 11:16:35\";i:20;s:19:\"2024-12-24 11:16:35\";i:21;s:19:\"2024-12-24 11:16:35\";i:22;s:19:\"2024-12-24 11:16:35\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1732992082\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:101:\"https://Your domain.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.25.9\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"838628\";}}s:32:\"780d24dc506bdce3ada8389b622f6a11\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:7:\"1274793\";s:7:\"\0*\0file\";s:101:\"https://Your domain.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.25.9\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-12-09 12:46:14\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:74:\"Cannot read properties of null (reading &#039;getBoundingClientRect&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2024-12-09 12:46:14\";i:1;s:19:\"2024-12-09 12:46:14\";i:2;s:19:\"2024-12-09 18:24:46\";i:3;s:19:\"2024-12-09 18:24:46\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1733748374\";s:7:\"message\";s:64:\"Cannot read properties of null (reading \'getBoundingClientRect\')\";s:3:\"url\";s:101:\"https://Your domain.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.25.9\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1274793\";}}s:32:\"f3926008caad789235bd907e6c7a4743\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:108:\"/home/webcrowd/public_html/onlinegamingv2/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:7:\"\0*\0line\";i:363;s:7:\"\0*\0date\";s:19:\"2024-12-09 18:25:04\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:31:\"Undefined index: 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:6;s:14:\"\0*\0times_dates\";a:6:{i:0;s:19:\"2024-12-09 18:25:04\";i:1;s:19:\"2024-12-10 07:14:30\";i:2;s:19:\"2024-12-10 07:21:25\";i:3;s:19:\"2024-12-10 07:21:29\";i:4;s:19:\"2024-12-17 17:12:49\";i:5;s:19:\"2024-12-17 17:12:59\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:31:\"Undefined index: editor_post_id\";s:4:\"file\";s:108:\"/home/webcrowd/public_html/onlinegamingv2/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:4:\"line\";i:363;s:5:\"trace\";b:1;}}s:32:\"1a48d9e9962fdab7a00bd435a4e1ad19\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:98:\"/home/webcrowd/public_html/onlinegamingv2/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:113;s:7:\"\0*\0date\";s:19:\"2024-12-09 18:47:07\";s:7:\"\0*\0type\";s:6:\"notice\";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:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2024-12-09 18:47:07\";i:1;s:19:\"2024-12-11 08:27:56\";i:2;s:19:\"2024-12-11 10:29:31\";i:3;s:19:\"2024-12-11 11:49:52\";i:4;s:19:\"2024-12-11 16:32:06\";i:5;s:19:\"2024-12-12 18:59:41\";i:6;s:19:\"2024-12-17 17:17:22\";i:7;s:19:\"2024-12-23 12:14:52\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:98:\"/home/webcrowd/public_html/onlinegamingv2/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:113;s:5:\"trace\";b:1;}}s:32:\"58fb37337126433428b9342b4ff6938d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"28760\";s:7:\"\0*\0file\";s:152:\"https://Your domain.com/wp-admin/load-scripts.php?c=1&amp;loadchunk_0=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&amp;ver=6.7.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2024-12-10 07:15:23\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of undefined (reading &#039;value&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-10 07:15:23\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1733814923\";s:7:\"message\";s:53:\"Cannot read properties of undefined (reading \'value\')\";s:3:\"url\";s:152:\"https://Your domain.com/wp-admin/load-scripts.php?c=1&amp;loadchunk_0=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&amp;ver=6.7.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"28760\";}}s:32:\"fbe04f3df6646a9b19ce79c8f1644166\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:52:14\";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-12-13 11:52:14\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"7d7c87b1e7b05ed6dc1f1d49ff86c0c0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:52:14\";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-12-13 11:52:14\";}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:\"4aaf97f240a03ba754f32f477c82cfc5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:52:14\";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-12-13 11:52:14\";}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:\"4d3c8e0631208e70389c02e8e2d81eb5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:52:14\";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.25.9\";s:2:\"to\";s:7:\"3.25.11\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-13 11:52:14\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.9\";s:2:\"to\";s:7:\"3.25.11\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9943e32b8a2e4fd54245a40a11d6b03b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:52:14\";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.25.9\";s:2:\"to\";s:7:\"3.25.11\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-13 11:52:14\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.9\";s:2:\"to\";s:7:\"3.25.11\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3979b78b40a72833136aad0c2270564b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:53:21\";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-12-13 11:53:21\";}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:\"9a97dd1049b84a4105b2aa942a750a69\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:53:21\";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-12-13 11:53:21\";}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:\"49696849fb89ea8a0514b6f62d832562\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:53:21\";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-12-13 11:53:21\";}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:\"c96ff0293a204002f89a32d347405f0b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:53:21\";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.24.4\";s:2:\"to\";s:6:\"3.25.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-13 11:53:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.25.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c833780f4545e5cf81d14d0277b73f21\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-13 11:53:21\";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.24.4\";s:2:\"to\";s:6:\"3.25.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-13 11:53:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.25.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b060577535a8a6c30b7e9a1a59f1bc0e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-18 12:35:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-18 12:35:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"da2dac4303a3610f1727de4bc82a70df\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-18 12:35:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-18 12:35:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"39091bde4d9d4ebeea0df269b5a03c71\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-18 12:35:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-18 12:35:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"bc67de04f50b9a8226847b921e615375\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-18 12:35:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:37:\"Elementor/Upgrades - _v_3_26_0 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-12-18 12:35:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:37:\"Elementor/Upgrades - _v_3_26_0 Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1a238e2e6acbc0337e016651092adea6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-18 12:35:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:39:\"Elementor/Upgrades - _v_3_26_0 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-12-18 12:35:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:39:\"Elementor/Upgrades - _v_3_26_0 Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ece1c735f4f05cbedfc237a6b858aa12\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-18 12:35:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.26.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-18 12:35:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.26.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e33280645c2195a278688f4118f064ef\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-18 12:35:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.26.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-18 12:35:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.26.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"09f2f07dbf83194c780b9930ef6b1628\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12:11\";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-12-23 13:12:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"91cd64e6ba4720858ba80983617e38ce\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12:11\";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-12-23 13:12:11\";}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:\"3ac2b7620286fc156562a7388a883f7c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12:11\";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-12-23 13:12:11\";}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:\"12a868f4953a0bdc74bd333a9a99fc8b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12:11\";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.26.0\";s:2:\"to\";s:6:\"3.26.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-23 13:12:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.0\";s:2:\"to\";s:6:\"3.26.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c6b47b035cb0c44d3e54971ec149c9d7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12: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.26.0\";s:2:\"to\";s:6:\"3.26.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-23 13:12:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.0\";s:2:\"to\";s:6:\"3.26.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"0c05d545ec416c4f7036394067c049f1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12:11\";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-12-23 13:12:11\";}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:\"343228f33bbad13afdcb5eeed5aeedad\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12:11\";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-12-23 13:12:11\";}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:\"739827740e03df6fba645d796e7c0407\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12:11\";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-12-23 13:12:11\";}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:\"505cd8f212a694e135f8bdc3d5c7180b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12:11\";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.25.5\";s:2:\"to\";s:6:\"3.26.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-23 13:12:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.25.5\";s:2:\"to\";s:6:\"3.26.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"645b0a2912a0757297f9a273ae47c5a8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 13:12: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:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.25.5\";s:2:\"to\";s:6:\"3.26.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-23 13:12:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.25.5\";s:2:\"to\";s:6:\"3.26.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}', 'off'),
(355, '_elementor_settings_update_time', '1732992029', 'auto'),
(356, 'elementor_cpt_support', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'auto'),
(357, 'elementor_disable_color_schemes', '', 'auto'),
(358, 'elementor_disable_typography_schemes', '', 'auto'),
(359, 'elementor_allow_tracking', 'no', 'auto'),
(360, 'elementor_google_maps_api_key', '', 'auto'),
(361, 'elementor_pro_recaptcha_site_key', '', 'auto'),
(362, 'elementor_pro_recaptcha_secret_key', '', 'auto'),
(363, 'elementor_pro_recaptcha_v3_site_key', '', 'auto'),
(364, 'elementor_pro_recaptcha_v3_secret_key', '', 'auto'),
(365, 'elementor_pro_recaptcha_v3_threshold', '0.5', 'auto'),
(366, 'elementor_pro_facebook_app_id', '', 'auto'),
(367, 'elementor_pro_mailchimp_api_key', '', 'auto'),
(368, 'elementor_validate_api_data', '', 'auto'),
(369, 'elementor_pro_drip_api_token', '', 'auto'),
(370, 'elementor_pro_activecampaign_api_key', '', 'auto'),
(371, 'elementor_pro_activecampaign_api_url', '', 'auto'),
(372, 'elementor_pro_getresponse_api_key', '', 'auto'),
(373, 'elementor_pro_convertkit_api_key', '', 'auto'),
(374, 'elementor_pro_mailerlite_api_key', '', 'auto'),
(375, 'elementor_typekit-kit-id', '', 'auto'),
(377, 'elementor_pro_stripe_test_secret_key', '', 'auto'),
(378, 'elementor_validate_stripe_api_test_secret_key_button', '', 'auto'),
(379, 'elementor_pro_stripe_live_secret_key', '', 'auto'),
(380, 'elementor_validate_stripe_api_live_secret_key_button', '', 'auto'),
(381, 'elementor_stripe_legal_disclaimer', '', 'auto'),
(382, 'elementor_editor_break_lines', '', 'auto'),
(383, 'elementor_unfiltered_files_upload', '1', 'auto'),
(384, 'elementor_google_font', '1', 'auto'),
(385, 'elementor_load_fa4_shim', '', 'auto'),
(386, 'elementor_meta_generator_tag', '', 'auto'),
(387, 'elementor_css_print_method', 'external', 'auto'),
(388, 'elementor_optimized_image_loading', '1', 'auto'),
(389, 'elementor_optimized_gutenberg_loading', '1', 'auto'),
(390, 'elementor_lazy_load_background_images', '1', 'auto'),
(391, 'elementor_element_cache_ttl', '24', 'auto'),
(392, 'elementor_experiment-e_optimized_markup', 'default', 'auto'),
(393, 'elementor_experiment-landing-pages', 'default', 'auto'),
(394, 'elementor_experiment-container', 'default', 'auto'),
(395, 'elementor_experiment-nested-elements', 'active', 'auto'),
(396, 'elementor_experiment-e_element_cache', 'default', 'auto'),
(397, 'elementor_experiment-mega-menu', 'active', 'auto'),
(398, 'elementor_experiment-e_font_icon_svg', 'default', 'auto'),
(399, 'elementor_experiment-additional_custom_breakpoints', 'default', 'auto'),
(400, 'elementor_experiment-e_swiper_latest', 'default', 'auto'),
(401, 'elementor_experiment-e_optimized_control_loading', 'default', 'auto'),
(402, 'elementor_experiment-theme_builder_v2', 'default', 'auto'),
(403, 'elementor_experiment-editor_v2', 'default', 'auto'),
(408, 'elementor_font_awesome_pro_kit_id', '', 'auto'),
(513, '_transient_um_count_users_awaiting_admin_review', '0', 'on'),
(514, '_transient_um_count_users_awaiting_email_confirmation', '0', 'on'),
(515, '_transient_um_count_users_rejected', '0', 'on'),
(516, '_transient_um_count_users_inactive', '0', 'on'),
(525, 'um_existing_rows_8', 'a:1:{i:0;s:9:\"_um_row_1\";}', 'auto'),
(526, 'um_form_rowdata_8', 'a:1:{s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";i:1;s:4:\"cols\";i:1;s:6:\"origin\";s:9:\"_um_row_1\";}}', 'auto'),
(527, 'um_fa_version', '6.5.2', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(528, 'um_icons_list', 'a:2045:{s:8:\"fas fa-0\";a:2:{s:5:\"label\";s:1:\"0\";s:6:\"search\";a:6:{i:0;s:10:\"Digit Zero\";i:1;s:4:\"nada\";i:2;s:4:\"none\";i:3;s:4:\"zero\";i:4;s:5:\"zilch\";i:5;s:1:\"0\";}}s:8:\"fas fa-1\";a:2:{s:5:\"label\";s:1:\"1\";s:6:\"search\";a:3:{i:0;s:9:\"Digit One\";i:1;s:3:\"one\";i:2;s:1:\"1\";}}s:8:\"fas fa-2\";a:2:{s:5:\"label\";s:1:\"2\";s:6:\"search\";a:3:{i:0;s:9:\"Digit Two\";i:1;s:3:\"two\";i:2;s:1:\"2\";}}s:8:\"fas fa-3\";a:2:{s:5:\"label\";s:1:\"3\";s:6:\"search\";a:3:{i:0;s:11:\"Digit Three\";i:1;s:5:\"three\";i:2;s:1:\"3\";}}s:8:\"fas fa-4\";a:2:{s:5:\"label\";s:1:\"4\";s:6:\"search\";a:3:{i:0;s:10:\"Digit Four\";i:1;s:4:\"four\";i:2;s:1:\"4\";}}s:8:\"fas fa-5\";a:2:{s:5:\"label\";s:1:\"5\";s:6:\"search\";a:3:{i:0;s:10:\"Digit Five\";i:1;s:4:\"five\";i:2;s:1:\"5\";}}s:8:\"fas fa-6\";a:2:{s:5:\"label\";s:1:\"6\";s:6:\"search\";a:3:{i:0;s:9:\"Digit Six\";i:1;s:3:\"six\";i:2;s:1:\"6\";}}s:8:\"fas fa-7\";a:2:{s:5:\"label\";s:1:\"7\";s:6:\"search\";a:3:{i:0;s:11:\"Digit Seven\";i:1;s:5:\"seven\";i:2;s:1:\"7\";}}s:8:\"fas fa-8\";a:2:{s:5:\"label\";s:1:\"8\";s:6:\"search\";a:3:{i:0;s:11:\"Digit Eight\";i:1;s:5:\"eight\";i:2;s:1:\"8\";}}s:8:\"fas fa-9\";a:2:{s:5:\"label\";s:1:\"9\";s:6:\"search\";a:3:{i:0;s:10:\"Digit Nine\";i:1;s:4:\"nine\";i:2;s:1:\"9\";}}s:15:\"fab fa-42-group\";a:2:{s:5:\"label\";s:8:\"42.group\";s:6:\"search\";a:2:{i:0;s:8:\"42-group\";i:1;s:8:\"42.group\";}}s:12:\"fab fa-500px\";a:2:{s:5:\"label\";s:5:\"500px\";s:6:\"search\";a:1:{i:0;s:5:\"500px\";}}s:8:\"fas fa-a\";a:2:{s:5:\"label\";s:1:\"A\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter A\";i:1;s:20:\"Latin Small Letter A\";i:2;s:6:\"letter\";i:3;s:1:\"a\";}}s:22:\"fab fa-accessible-icon\";a:2:{s:5:\"label\";s:15:\"Accessible Icon\";s:6:\"search\";a:9:{i:0;s:13:\"accessibility\";i:1;s:8:\"disabled\";i:2;s:8:\"handicap\";i:3;s:6:\"person\";i:4;s:3:\"uer\";i:5;s:10:\"wheelchair\";i:6;s:14:\"wheelchair-alt\";i:7;s:15:\"accessible-icon\";i:8;s:15:\"accessible icon\";}}s:15:\"fab fa-accusoft\";a:2:{s:5:\"label\";s:8:\"Accusoft\";s:6:\"search\";a:1:{i:0;s:8:\"accusoft\";}}s:19:\"fas fa-address-book\";a:2:{s:5:\"label\";s:20:\"Address Book (solid)\";s:6:\"search\";a:11:{i:0;s:7:\"contact\";i:1;s:9:\"directory\";i:2;s:8:\"employee\";i:3;s:5:\"index\";i:4;s:17:\"little black book\";i:5;s:9:\"portfolio\";i:6;s:7:\"rolodex\";i:7;s:3:\"uer\";i:8;s:8:\"username\";i:9;s:12:\"address-book\";i:10;s:12:\"address book\";}}s:19:\"far fa-address-book\";a:2:{s:5:\"label\";s:22:\"Address Book (regular)\";s:6:\"search\";a:11:{i:0;s:7:\"contact\";i:1;s:9:\"directory\";i:2;s:8:\"employee\";i:3;s:5:\"index\";i:4;s:17:\"little black book\";i:5;s:9:\"portfolio\";i:6;s:7:\"rolodex\";i:7;s:3:\"uer\";i:8;s:8:\"username\";i:9;s:12:\"address-book\";i:10;s:12:\"address book\";}}s:19:\"fas fa-address-card\";a:2:{s:5:\"label\";s:20:\"Address Card (solid)\";s:6:\"search\";a:13:{i:0;s:5:\"about\";i:1;s:7:\"contact\";i:2;s:8:\"employee\";i:3;s:2:\"id\";i:4;s:14:\"identification\";i:5;s:9:\"portfolio\";i:6;s:8:\"postcard\";i:7;s:7:\"profile\";i:8;s:12:\"registration\";i:9;s:3:\"uer\";i:10;s:8:\"username\";i:11;s:12:\"address-card\";i:12;s:12:\"address card\";}}s:19:\"far fa-address-card\";a:2:{s:5:\"label\";s:22:\"Address Card (regular)\";s:6:\"search\";a:13:{i:0;s:5:\"about\";i:1;s:7:\"contact\";i:2;s:8:\"employee\";i:3;s:2:\"id\";i:4;s:14:\"identification\";i:5;s:9:\"portfolio\";i:6;s:8:\"postcard\";i:7;s:7:\"profile\";i:8;s:12:\"registration\";i:9;s:3:\"uer\";i:10;s:8:\"username\";i:11;s:12:\"address-card\";i:12;s:12:\"address card\";}}s:10:\"fab fa-adn\";a:2:{s:5:\"label\";s:7:\"App.net\";s:6:\"search\";a:2:{i:0;s:3:\"adn\";i:1;s:7:\"app.net\";}}s:15:\"fab fa-adversal\";a:2:{s:5:\"label\";s:8:\"Adversal\";s:6:\"search\";a:1:{i:0;s:8:\"adversal\";}}s:21:\"fab fa-affiliatetheme\";a:2:{s:5:\"label\";s:14:\"affiliatetheme\";s:6:\"search\";a:1:{i:0;s:14:\"affiliatetheme\";}}s:13:\"fab fa-airbnb\";a:2:{s:5:\"label\";s:6:\"Airbnb\";s:6:\"search\";a:1:{i:0;s:6:\"airbnb\";}}s:14:\"fab fa-algolia\";a:2:{s:5:\"label\";s:7:\"Algolia\";s:6:\"search\";a:1:{i:0;s:7:\"algolia\";}}s:19:\"fas fa-align-center\";a:2:{s:5:\"label\";s:12:\"Align Center\";s:6:\"search\";a:6:{i:0;s:6:\"format\";i:1;s:6:\"middle\";i:2;s:9:\"paragraph\";i:3;s:4:\"text\";i:4;s:12:\"align-center\";i:5;s:12:\"align center\";}}s:20:\"fas fa-align-justify\";a:2:{s:5:\"label\";s:13:\"Align Justify\";s:6:\"search\";a:5:{i:0;s:6:\"format\";i:1;s:9:\"paragraph\";i:2;s:4:\"text\";i:3;s:13:\"align-justify\";i:4;s:13:\"align justify\";}}s:17:\"fas fa-align-left\";a:2:{s:5:\"label\";s:10:\"Align Left\";s:6:\"search\";a:5:{i:0;s:6:\"format\";i:1;s:9:\"paragraph\";i:2;s:4:\"text\";i:3;s:10:\"align-left\";i:4;s:10:\"align left\";}}s:18:\"fas fa-align-right\";a:2:{s:5:\"label\";s:11:\"Align Right\";s:6:\"search\";a:5:{i:0;s:6:\"format\";i:1;s:9:\"paragraph\";i:2;s:4:\"text\";i:3;s:11:\"align-right\";i:4;s:11:\"align right\";}}s:13:\"fab fa-alipay\";a:2:{s:5:\"label\";s:6:\"Alipay\";s:6:\"search\";a:1:{i:0;s:6:\"alipay\";}}s:13:\"fab fa-amazon\";a:2:{s:5:\"label\";s:6:\"Amazon\";s:6:\"search\";a:1:{i:0;s:6:\"amazon\";}}s:17:\"fab fa-amazon-pay\";a:2:{s:5:\"label\";s:10:\"Amazon Pay\";s:6:\"search\";a:2:{i:0;s:10:\"amazon-pay\";i:1;s:10:\"amazon pay\";}}s:13:\"fab fa-amilia\";a:2:{s:5:\"label\";s:6:\"Amilia\";s:6:\"search\";a:1:{i:0;s:6:\"amilia\";}}s:13:\"fas fa-anchor\";a:2:{s:5:\"label\";s:6:\"Anchor\";s:6:\"search\";a:12:{i:0;s:6:\"anchor\";i:1;s:5:\"berth\";i:2;s:4:\"boat\";i:3;s:4:\"dock\";i:4;s:5:\"embed\";i:5;s:4:\"link\";i:6;s:8:\"maritime\";i:7;s:4:\"moor\";i:8;s:4:\"port\";i:9;s:6:\"secure\";i:10;s:4:\"ship\";i:11;s:4:\"tool\";}}s:26:\"fas fa-anchor-circle-check\";a:2:{s:5:\"label\";s:19:\"Anchor Circle Check\";s:6:\"search\";a:10:{i:0;s:6:\"enable\";i:1;s:6:\"marina\";i:2;s:12:\"not affected\";i:3;s:2:\"ok\";i:4;s:4:\"okay\";i:5;s:4:\"port\";i:6;s:8:\"validate\";i:7;s:7:\"working\";i:8;s:19:\"anchor-circle-check\";i:9;s:19:\"anchor circle check\";}}s:32:\"fas fa-anchor-circle-exclamation\";a:2:{s:5:\"label\";s:25:\"Anchor Circle Exclamation\";s:6:\"search\";a:6:{i:0;s:8:\"affected\";i:1;s:6:\"failed\";i:2;s:6:\"marina\";i:3;s:4:\"port\";i:4;s:25:\"anchor-circle-exclamation\";i:5;s:25:\"anchor circle exclamation\";}}s:26:\"fas fa-anchor-circle-xmark\";a:2:{s:5:\"label\";s:19:\"Anchor Circle Xmark\";s:6:\"search\";a:6:{i:0;s:7:\"destroy\";i:1;s:6:\"marina\";i:2;s:4:\"port\";i:3;s:7:\"uncheck\";i:4;s:19:\"anchor-circle-xmark\";i:5;s:19:\"anchor circle xmark\";}}s:18:\"fas fa-anchor-lock\";a:2:{s:5:\"label\";s:11:\"Anchor Lock\";s:6:\"search\";a:9:{i:0;s:6:\"closed\";i:1;s:8:\"lockdown\";i:2;s:6:\"marina\";i:3;s:7:\"padlock\";i:4;s:4:\"port\";i:5;s:7:\"privacy\";i:6;s:10:\"quarantine\";i:7;s:11:\"anchor-lock\";i:8;s:11:\"anchor lock\";}}s:14:\"fab fa-android\";a:2:{s:5:\"label\";s:7:\"Android\";s:6:\"search\";a:2:{i:0;s:5:\"robot\";i:1;s:7:\"android\";}}s:16:\"fab fa-angellist\";a:2:{s:5:\"label\";s:9:\"AngelList\";s:6:\"search\";a:1:{i:0;s:9:\"angellist\";}}s:17:\"fas fa-angle-down\";a:2:{s:5:\"label\";s:10:\"Angle Down\";s:6:\"search\";a:8:{i:0;s:14:\"Down Arrowhead\";i:1;s:5:\"arrow\";i:2;s:5:\"caret\";i:3;s:8:\"download\";i:4;s:6:\"expand\";i:5;s:6:\"insert\";i:6;s:10:\"angle-down\";i:7;s:10:\"angle down\";}}s:17:\"fas fa-angle-left\";a:2:{s:5:\"label\";s:10:\"Angle Left\";s:6:\"search\";a:8:{i:0;s:41:\"Single Left-Pointing Angle Quotation Mark\";i:1;s:5:\"arrow\";i:2;s:4:\"back\";i:3;s:5:\"caret\";i:4;s:4:\"less\";i:5;s:8:\"previous\";i:6;s:10:\"angle-left\";i:7;s:10:\"angle left\";}}s:18:\"fas fa-angle-right\";a:2:{s:5:\"label\";s:11:\"Angle Right\";s:6:\"search\";a:8:{i:0;s:42:\"Single Right-Pointing Angle Quotation Mark\";i:1;s:5:\"arrow\";i:2;s:4:\"care\";i:3;s:7:\"forward\";i:4;s:4:\"more\";i:5;s:4:\"next\";i:6;s:11:\"angle-right\";i:7;s:11:\"angle right\";}}s:15:\"fas fa-angle-up\";a:2:{s:5:\"label\";s:8:\"Angle Up\";s:6:\"search\";a:8:{i:0;s:12:\"Up Arrowhead\";i:1;s:5:\"arrow\";i:2;s:5:\"caret\";i:3;s:8:\"collapse\";i:4;s:7:\"upgrade\";i:5;s:6:\"upload\";i:6;s:8:\"angle-up\";i:7;s:8:\"angle up\";}}s:18:\"fas fa-angles-down\";a:2:{s:5:\"label\";s:11:\"Angles Down\";s:6:\"search\";a:6:{i:0;s:6:\"arrows\";i:1;s:5:\"caret\";i:2;s:8:\"download\";i:3;s:6:\"expand\";i:4;s:11:\"angles-down\";i:5;s:11:\"angles down\";}}s:18:\"fas fa-angles-left\";a:2:{s:5:\"label\";s:11:\"Angles Left\";s:6:\"search\";a:9:{i:0;s:41:\"Left-Pointing Double Angle Quotation Mark\";i:1;s:6:\"arrows\";i:2;s:4:\"back\";i:3;s:5:\"caret\";i:4;s:5:\"laquo\";i:5;s:8:\"previous\";i:6;s:5:\"quote\";i:7;s:11:\"angles-left\";i:8;s:11:\"angles left\";}}s:19:\"fas fa-angles-right\";a:2:{s:5:\"label\";s:12:\"Angles Right\";s:6:\"search\";a:10:{i:0;s:42:\"Right-Pointing Double Angle Quotation Mark\";i:1;s:6:\"arrows\";i:2;s:5:\"caret\";i:3;s:7:\"forward\";i:4;s:4:\"more\";i:5;s:4:\"next\";i:6;s:5:\"quote\";i:7;s:5:\"raquo\";i:8;s:12:\"angles-right\";i:9;s:12:\"angles right\";}}s:16:\"fas fa-angles-up\";a:2:{s:5:\"label\";s:9:\"Angles Up\";s:6:\"search\";a:6:{i:0;s:6:\"arrows\";i:1;s:5:\"caret\";i:2;s:8:\"collapse\";i:3;s:6:\"upload\";i:4;s:9:\"angles-up\";i:5;s:9:\"angles up\";}}s:20:\"fab fa-angrycreative\";a:2:{s:5:\"label\";s:14:\"Angry Creative\";s:6:\"search\";a:2:{i:0;s:13:\"angrycreative\";i:1;s:14:\"angry creative\";}}s:14:\"fab fa-angular\";a:2:{s:5:\"label\";s:7:\"Angular\";s:6:\"search\";a:1:{i:0;s:7:\"angular\";}}s:11:\"fas fa-ankh\";a:2:{s:5:\"label\";s:4:\"Ankh\";s:6:\"search\";a:9:{i:0;s:4:\"Ankh\";i:1;s:6:\"amulet\";i:2;s:6:\"copper\";i:3;s:19:\"coptic christianity\";i:4;s:5:\"copts\";i:5;s:11:\"crux ansata\";i:6;s:5:\"egypt\";i:7;s:5:\"venus\";i:8;s:4:\"ankh\";}}s:16:\"fab fa-app-store\";a:2:{s:5:\"label\";s:9:\"App Store\";s:6:\"search\";a:2:{i:0;s:9:\"app-store\";i:1;s:9:\"app store\";}}s:20:\"fab fa-app-store-ios\";a:2:{s:5:\"label\";s:13:\"iOS App Store\";s:6:\"search\";a:2:{i:0;s:13:\"app-store-ios\";i:1;s:13:\"ios app store\";}}s:12:\"fab fa-apper\";a:2:{s:5:\"label\";s:16:\"Apper Systems AB\";s:6:\"search\";a:2:{i:0;s:5:\"apper\";i:1;s:16:\"apper systems ab\";}}s:12:\"fab fa-apple\";a:2:{s:5:\"label\";s:5:\"Apple\";s:6:\"search\";a:7:{i:0;s:5:\"fruit\";i:1;s:3:\"ios\";i:2;s:3:\"mac\";i:3;s:16:\"operating system\";i:4;s:2:\"os\";i:5;s:3:\"osx\";i:6;s:5:\"apple\";}}s:16:\"fab fa-apple-pay\";a:2:{s:5:\"label\";s:9:\"Apple Pay\";s:6:\"search\";a:2:{i:0;s:9:\"apple-pay\";i:1;s:9:\"apple pay\";}}s:18:\"fas fa-apple-whole\";a:2:{s:5:\"label\";s:11:\"Apple Whole\";s:6:\"search\";a:14:{i:0;s:5:\"apple\";i:1;s:4:\"fall\";i:2;s:5:\"fruit\";i:3;s:4:\"fuji\";i:4;s:5:\"green\";i:5;s:11:\"green apple\";i:6;s:9:\"macintosh\";i:7;s:7:\"orchard\";i:8;s:3:\"red\";i:9;s:9:\"red apple\";i:10;s:8:\"seasonal\";i:11;s:5:\"vegan\";i:12;s:11:\"apple-whole\";i:13;s:11:\"apple whole\";}}s:14:\"fas fa-archway\";a:2:{s:5:\"label\";s:7:\"Archway\";s:6:\"search\";a:6:{i:0;s:3:\"arc\";i:1;s:8:\"monument\";i:2;s:4:\"road\";i:3;s:6:\"street\";i:4;s:6:\"tunnel\";i:5;s:7:\"archway\";}}s:17:\"fas fa-arrow-down\";a:2:{s:5:\"label\";s:10:\"Arrow Down\";s:6:\"search\";a:4:{i:0;s:15:\"Downwards Arrow\";i:1;s:8:\"download\";i:2;s:10:\"arrow-down\";i:3;s:10:\"arrow down\";}}s:21:\"fas fa-arrow-down-1-9\";a:2:{s:5:\"label\";s:14:\"Arrow Down 1 9\";s:6:\"search\";a:7:{i:0;s:7:\"arrange\";i:1;s:6:\"filter\";i:2;s:7:\"numbers\";i:3;s:5:\"order\";i:4;s:16:\"sort-numeric-asc\";i:5;s:14:\"arrow-down-1-9\";i:6;s:14:\"arrow down 1 9\";}}s:21:\"fas fa-arrow-down-9-1\";a:2:{s:5:\"label\";s:14:\"Arrow Down 9 1\";s:6:\"search\";a:7:{i:0;s:7:\"arrange\";i:1;s:6:\"filter\";i:2;s:7:\"numbers\";i:3;s:5:\"order\";i:4;s:16:\"sort-numeric-asc\";i:5;s:14:\"arrow-down-9-1\";i:6;s:14:\"arrow down 9 1\";}}s:21:\"fas fa-arrow-down-a-z\";a:2:{s:5:\"label\";s:14:\"Arrow Down A Z\";s:6:\"search\";a:7:{i:0;s:12:\"alphabetical\";i:1;s:7:\"arrange\";i:2;s:6:\"filter\";i:3;s:5:\"order\";i:4;s:14:\"sort-alpha-asc\";i:5;s:14:\"arrow-down-a-z\";i:6;s:14:\"arrow down a z\";}}s:22:\"fas fa-arrow-down-long\";a:2:{s:5:\"label\";s:15:\"Arrow Down Long\";s:6:\"search\";a:4:{i:0;s:8:\"download\";i:1;s:15:\"long-arrow-down\";i:2;s:15:\"arrow-down-long\";i:3;s:15:\"arrow down long\";}}s:28:\"fas fa-arrow-down-short-wide\";a:2:{s:5:\"label\";s:21:\"Arrow Down Short Wide\";s:6:\"search\";a:6:{i:0;s:7:\"arrange\";i:1;s:6:\"filter\";i:2;s:5:\"order\";i:3;s:15:\"sort-amount-asc\";i:4;s:21:\"arrow-down-short-wide\";i:5;s:21:\"arrow down short wide\";}}s:32:\"fas fa-arrow-down-up-across-line\";a:2:{s:5:\"label\";s:25:\"Arrow Down Up Across Line\";s:6:\"search\";a:5:{i:0;s:6:\"border\";i:1;s:8:\"crossing\";i:2;s:8:\"transfer\";i:3;s:25:\"arrow-down-up-across-line\";i:4;s:25:\"arrow down up across line\";}}s:25:\"fas fa-arrow-down-up-lock\";a:2:{s:5:\"label\";s:18:\"Arrow Down Up Lock\";s:6:\"search\";a:10:{i:0;s:6:\"border\";i:1;s:6:\"closed\";i:2;s:8:\"crossing\";i:3;s:8:\"lockdown\";i:4;s:7:\"padlock\";i:5;s:7:\"privacy\";i:6;s:10:\"quarantine\";i:7;s:8:\"transfer\";i:8;s:18:\"arrow-down-up-lock\";i:9;s:18:\"arrow down up lock\";}}s:28:\"fas fa-arrow-down-wide-short\";a:2:{s:5:\"label\";s:21:\"Arrow Down Wide Short\";s:6:\"search\";a:7:{i:0;s:7:\"arrange\";i:1;s:6:\"filter\";i:2;s:6:\"number\";i:3;s:5:\"order\";i:4;s:15:\"sort-amount-asc\";i:5;s:21:\"arrow-down-wide-short\";i:6;s:21:\"arrow down wide short\";}}s:21:\"fas fa-arrow-down-z-a\";a:2:{s:5:\"label\";s:14:\"Arrow Down Z A\";s:6:\"search\";a:7:{i:0;s:12:\"alphabetical\";i:1;s:7:\"arrange\";i:2;s:6:\"filter\";i:3;s:5:\"order\";i:4;s:14:\"sort-alpha-asc\";i:5;s:14:\"arrow-down-z-a\";i:6;s:14:\"arrow down z a\";}}s:17:\"fas fa-arrow-left\";a:2:{s:5:\"label\";s:10:\"Arrow Left\";s:6:\"search\";a:5:{i:0;s:15:\"Leftwards Arrow\";i:1;s:4:\"back\";i:2;s:8:\"previous\";i:3;s:10:\"arrow-left\";i:4;s:10:\"arrow left\";}}s:22:\"fas fa-arrow-left-long\";a:2:{s:5:\"label\";s:15:\"Arrow Left Long\";s:6:\"search\";a:5:{i:0;s:4:\"back\";i:1;s:15:\"long-arrow-left\";i:2;s:8:\"previous\";i:3;s:15:\"arrow-left-long\";i:4;s:15:\"arrow left long\";}}s:20:\"fas fa-arrow-pointer\";a:2:{s:5:\"label\";s:13:\"Arrow Pointer\";s:6:\"search\";a:5:{i:0;s:5:\"arrow\";i:1;s:6:\"cursor\";i:2;s:6:\"select\";i:3;s:13:\"arrow-pointer\";i:4;s:13:\"arrow pointer\";}}s:18:\"fas fa-arrow-right\";a:2:{s:5:\"label\";s:11:\"Arrow Right\";s:6:\"search\";a:5:{i:0;s:16:\"Rightwards Arrow\";i:1;s:7:\"forward\";i:2;s:4:\"next\";i:3;s:11:\"arrow-right\";i:4;s:11:\"arrow right\";}}s:29:\"fas fa-arrow-right-arrow-left\";a:2:{s:5:\"label\";s:22:\"Arrow Right Arrow Left\";s:6:\"search\";a:9:{i:0;s:37:\"Rightwards Arrow Over Leftwards Arrow\";i:1;s:5:\"arrow\";i:2;s:6:\"arrows\";i:3;s:11:\"reciprocate\";i:4;s:6:\"return\";i:5;s:4:\"swap\";i:6;s:8:\"transfer\";i:7;s:22:\"arrow-right-arrow-left\";i:8;s:22:\"arrow right arrow left\";}}s:31:\"fas fa-arrow-right-from-bracket\";a:2:{s:5:\"label\";s:24:\"Arrow Right From Bracket\";s:6:\"search\";a:7:{i:0;s:5:\"arrow\";i:1;s:4:\"exit\";i:2;s:5:\"leave\";i:3;s:7:\"log out\";i:4;s:6:\"logout\";i:5;s:24:\"arrow-right-from-bracket\";i:6;s:24:\"arrow right from bracket\";}}s:23:\"fas fa-arrow-right-long\";a:2:{s:5:\"label\";s:16:\"Arrow Right Long\";s:6:\"search\";a:5:{i:0;s:7:\"forward\";i:1;s:16:\"long-arrow-right\";i:2;s:4:\"next\";i:3;s:16:\"arrow-right-long\";i:4;s:16:\"arrow right long\";}}s:29:\"fas fa-arrow-right-to-bracket\";a:2:{s:5:\"label\";s:22:\"Arrow Right To Bracket\";s:6:\"search\";a:13:{i:0;s:5:\"arrow\";i:1;s:5:\"enter\";i:2;s:6:\"insert\";i:3;s:4:\"join\";i:4;s:6:\"log in\";i:5;s:5:\"login\";i:6;s:7:\"sign in\";i:7;s:7:\"sign up\";i:8;s:7:\"sign-in\";i:9;s:6:\"signin\";i:10;s:6:\"signup\";i:11;s:22:\"arrow-right-to-bracket\";i:12;s:22:\"arrow right to bracket\";}}s:26:\"fas fa-arrow-right-to-city\";a:2:{s:5:\"label\";s:19:\"Arrow Right To City\";s:6:\"search\";a:8:{i:0;s:8:\"building\";i:1;s:4:\"city\";i:2;s:6:\"exodus\";i:3;s:6:\"insert\";i:4;s:5:\"rural\";i:5;s:5:\"urban\";i:6;s:19:\"arrow-right-to-city\";i:7;s:19:\"arrow right to city\";}}s:24:\"fas fa-arrow-rotate-left\";a:2:{s:5:\"label\";s:17:\"Arrow Rotate Left\";s:6:\"search\";a:10:{i:0;s:31:\"Anticlockwise Open Circle Arrow\";i:1;s:4:\"back\";i:2;s:9:\"control z\";i:3;s:8:\"exchange\";i:4;s:4:\"oops\";i:5;s:6:\"return\";i:6;s:6:\"rotate\";i:7;s:4:\"swap\";i:8;s:17:\"arrow-rotate-left\";i:9;s:17:\"arrow rotate left\";}}s:25:\"fas fa-arrow-rotate-right\";a:2:{s:5:\"label\";s:18:\"Arrow Rotate Right\";s:6:\"search\";a:9:{i:0;s:27:\"Clockwise Open Circle Arrow\";i:1;s:7:\"forward\";i:2;s:7:\"refresh\";i:3;s:6:\"reload\";i:4;s:5:\"renew\";i:5;s:6:\"repeat\";i:6;s:5:\"retry\";i:7;s:18:\"arrow-rotate-right\";i:8;s:18:\"arrow rotate right\";}}s:23:\"fas fa-arrow-trend-down\";a:2:{s:5:\"label\";s:16:\"Arrow Trend Down\";s:6:\"search\";a:5:{i:0;s:4:\"line\";i:1;s:6:\"stocks\";i:2;s:5:\"trend\";i:3;s:16:\"arrow-trend-down\";i:4;s:16:\"arrow trend down\";}}s:21:\"fas fa-arrow-trend-up\";a:2:{s:5:\"label\";s:14:\"Arrow Trend Up\";s:6:\"search\";a:5:{i:0;s:4:\"line\";i:1;s:6:\"stocks\";i:2;s:5:\"trend\";i:3;s:14:\"arrow-trend-up\";i:4;s:14:\"arrow trend up\";}}s:22:\"fas fa-arrow-turn-down\";a:2:{s:5:\"label\";s:15:\"Arrow Turn Down\";s:6:\"search\";a:3:{i:0;s:5:\"arrow\";i:1;s:15:\"arrow-turn-down\";i:2;s:15:\"arrow turn down\";}}s:20:\"fas fa-arrow-turn-up\";a:2:{s:5:\"label\";s:13:\"Arrow Turn Up\";s:6:\"search\";a:3:{i:0;s:5:\"arrow\";i:1;s:13:\"arrow-turn-up\";i:2;s:13:\"arrow turn up\";}}s:15:\"fas fa-arrow-up\";a:2:{s:5:\"label\";s:8:\"Arrow Up\";s:6:\"search\";a:6:{i:0;s:13:\"Upwards Arrow\";i:1;s:7:\"forward\";i:2;s:7:\"upgrade\";i:3;s:6:\"upload\";i:4;s:8:\"arrow-up\";i:5;s:8:\"arrow up\";}}s:19:\"fas fa-arrow-up-1-9\";a:2:{s:5:\"label\";s:12:\"Arrow Up 1 9\";s:6:\"search\";a:7:{i:0;s:7:\"arrange\";i:1;s:6:\"filter\";i:2;s:7:\"numbers\";i:3;s:5:\"order\";i:4;s:17:\"sort-numeric-desc\";i:5;s:12:\"arrow-up-1-9\";i:6;s:12:\"arrow up 1 9\";}}s:19:\"fas fa-arrow-up-9-1\";a:2:{s:5:\"label\";s:12:\"Arrow Up 9 1\";s:6:\"search\";a:7:{i:0;s:7:\"arrange\";i:1;s:6:\"filter\";i:2;s:7:\"numbers\";i:3;s:5:\"order\";i:4;s:17:\"sort-numeric-desc\";i:5;s:12:\"arrow-up-9-1\";i:6;s:12:\"arrow up 9 1\";}}s:19:\"fas fa-arrow-up-a-z\";a:2:{s:5:\"label\";s:12:\"Arrow Up A Z\";s:6:\"search\";a:7:{i:0;s:12:\"alphabetical\";i:1;s:7:\"arrange\";i:2;s:6:\"filter\";i:3;s:5:\"order\";i:4;s:15:\"sort-alpha-desc\";i:5;s:12:\"arrow-up-a-z\";i:6;s:12:\"arrow up a z\";}}s:28:\"fas fa-arrow-up-from-bracket\";a:2:{s:5:\"label\";s:21:\"Arrow Up From Bracket\";s:6:\"search\";a:6:{i:0;s:5:\"share\";i:1;s:8:\"transfer\";i:2;s:7:\"upgrade\";i:3;s:6:\"upload\";i:4;s:21:\"arrow-up-from-bracket\";i:5;s:21:\"arrow up from bracket\";}}s:33:\"fas fa-arrow-up-from-ground-water\";a:2:{s:5:\"label\";s:26:\"Arrow Up From Ground Water\";s:6:\"search\";a:7:{i:0;s:11:\"groundwater\";i:1;s:6:\"spring\";i:2;s:7:\"upgrade\";i:3;s:12:\"water supply\";i:4;s:11:\"water table\";i:5;s:26:\"arrow-up-from-ground-water\";i:6;s:26:\"arrow up from ground water\";}}s:31:\"fas fa-arrow-up-from-water-pump\";a:2:{s:5:\"label\";s:24:\"Arrow Up From Water Pump\";s:6:\"search\";a:8:{i:0;s:5:\"flood\";i:1;s:11:\"groundwater\";i:2;s:4:\"pump\";i:3;s:11:\"submersible\";i:4;s:9:\"sump pump\";i:5;s:7:\"upgrade\";i:6;s:24:\"arrow-up-from-water-pump\";i:7;s:24:\"arrow up from water pump\";}}s:20:\"fas fa-arrow-up-long\";a:2:{s:5:\"label\";s:13:\"Arrow Up Long\";s:6:\"search\";a:4:{i:0;s:13:\"long-arrow-up\";i:1;s:6:\"upload\";i:2;s:13:\"arrow-up-long\";i:3;s:13:\"arrow up long\";}}s:26:\"fas fa-arrow-up-right-dots\";a:2:{s:5:\"label\";s:19:\"Arrow Up Right Dots\";s:6:\"search\";a:6:{i:0;s:6:\"growth\";i:1;s:8:\"increase\";i:2;s:10:\"population\";i:3;s:7:\"upgrade\";i:4;s:19:\"arrow-up-right-dots\";i:5;s:19:\"arrow up right dots\";}}s:33:\"fas fa-arrow-up-right-from-square\";a:2:{s:5:\"label\";s:26:\"Arrow Up Right From Square\";s:6:\"search\";a:7:{i:0;s:3:\"new\";i:1;s:4:\"open\";i:2;s:4:\"send\";i:3;s:5:\"share\";i:4;s:7:\"upgrade\";i:5;s:26:\"arrow-up-right-from-square\";i:6;s:26:\"arrow up right from square\";}}s:26:\"fas fa-arrow-up-short-wide\";a:2:{s:5:\"label\";s:19:\"Arrow Up Short Wide\";s:6:\"search\";a:6:{i:0;s:7:\"arrange\";i:1;s:6:\"filter\";i:2;s:5:\"order\";i:3;s:16:\"sort-amount-desc\";i:4;s:19:\"arrow-up-short-wide\";i:5;s:19:\"arrow up short wide\";}}s:26:\"fas fa-arrow-up-wide-short\";a:2:{s:5:\"label\";s:19:\"Arrow Up Wide Short\";s:6:\"search\";a:7:{i:0;s:7:\"arrange\";i:1;s:6:\"filter\";i:2;s:5:\"order\";i:3;s:16:\"sort-amount-desc\";i:4;s:7:\"upgrade\";i:5;s:19:\"arrow-up-wide-short\";i:6;s:19:\"arrow up wide short\";}}s:19:\"fas fa-arrow-up-z-a\";a:2:{s:5:\"label\";s:12:\"Arrow Up Z A\";s:6:\"search\";a:7:{i:0;s:12:\"alphabetical\";i:1;s:7:\"arrange\";i:2;s:6:\"filter\";i:3;s:5:\"order\";i:4;s:15:\"sort-alpha-desc\";i:5;s:12:\"arrow-up-z-a\";i:6;s:12:\"arrow up z a\";}}s:26:\"fas fa-arrows-down-to-line\";a:2:{s:5:\"label\";s:19:\"Arrows Down To Line\";s:6:\"search\";a:5:{i:0;s:6:\"insert\";i:1;s:10:\"scale down\";i:2;s:4:\"sink\";i:3;s:19:\"arrows-down-to-line\";i:4;s:19:\"arrows down to line\";}}s:28:\"fas fa-arrows-down-to-people\";a:2:{s:5:\"label\";s:21:\"Arrows Down To People\";s:6:\"search\";a:8:{i:0;s:8:\"affected\";i:1;s:5:\"focus\";i:2;s:6:\"insert\";i:3;s:8:\"targeted\";i:4;s:8:\"together\";i:5;s:3:\"uer\";i:6;s:21:\"arrows-down-to-people\";i:7;s:21:\"arrows down to people\";}}s:24:\"fas fa-arrows-left-right\";a:2:{s:5:\"label\";s:17:\"Arrows Left Right\";s:6:\"search\";a:7:{i:0;s:6:\"expand\";i:1;s:10:\"horizontal\";i:2;s:9:\"landscape\";i:3;s:6:\"resize\";i:4;s:4:\"wide\";i:5;s:17:\"arrows-left-right\";i:6;s:17:\"arrows left right\";}}s:32:\"fas fa-arrows-left-right-to-line\";a:2:{s:5:\"label\";s:25:\"Arrows Left Right To Line\";s:6:\"search\";a:5:{i:0;s:8:\"analysis\";i:1;s:6:\"expand\";i:2;s:3:\"gap\";i:3;s:25:\"arrows-left-right-to-line\";i:4;s:25:\"arrows left right to line\";}}s:20:\"fas fa-arrows-rotate\";a:2:{s:5:\"label\";s:13:\"Arrows Rotate\";s:6:\"search\";a:12:{i:0;s:42:\"Clockwise Right and Left Semicircle Arrows\";i:1;s:9:\"clockwise\";i:2;s:8:\"exchange\";i:3;s:6:\"modify\";i:4;s:7:\"refresh\";i:5;s:6:\"reload\";i:6;s:5:\"renew\";i:7;s:5:\"retry\";i:8;s:6:\"rotate\";i:9;s:4:\"swap\";i:10;s:13:\"arrows-rotate\";i:11;s:13:\"arrows rotate\";}}s:18:\"fas fa-arrows-spin\";a:2:{s:5:\"label\";s:11:\"Arrows Spin\";s:6:\"search\";a:6:{i:0;s:5:\"cycle\";i:1;s:6:\"rotate\";i:2;s:4:\"spin\";i:3;s:5:\"whirl\";i:4;s:11:\"arrows-spin\";i:5;s:11:\"arrows spin\";}}s:31:\"fas fa-arrows-split-up-and-left\";a:2:{s:5:\"label\";s:24:\"Arrows Split Up And Left\";s:6:\"search\";a:4:{i:0;s:5:\"agile\";i:1;s:5:\"split\";i:2;s:24:\"arrows-split-up-and-left\";i:3;s:24:\"arrows split up and left\";}}s:23:\"fas fa-arrows-to-circle\";a:2:{s:5:\"label\";s:16:\"Arrows To Circle\";s:6:\"search\";a:9:{i:0;s:6:\"center\";i:1;s:11:\"concentrate\";i:2;s:10:\"coordinate\";i:3;s:12:\"coordination\";i:4;s:11:\"focal point\";i:5;s:5:\"focus\";i:6;s:6:\"insert\";i:7;s:16:\"arrows-to-circle\";i:8;s:16:\"arrows to circle\";}}s:20:\"fas fa-arrows-to-dot\";a:2:{s:5:\"label\";s:13:\"Arrows To Dot\";s:6:\"search\";a:8:{i:0;s:14:\"assembly point\";i:1;s:6:\"center\";i:2;s:8:\"condense\";i:3;s:5:\"focus\";i:4;s:6:\"insert\";i:5;s:8:\"minimize\";i:6;s:13:\"arrows-to-dot\";i:7;s:13:\"arrows to dot\";}}s:20:\"fas fa-arrows-to-eye\";a:2:{s:5:\"label\";s:13:\"Arrows To Eye\";s:6:\"search\";a:5:{i:0;s:6:\"center\";i:1;s:22:\"coordinated assessment\";i:2;s:5:\"focus\";i:3;s:13:\"arrows-to-eye\";i:4;s:13:\"arrows to eye\";}}s:24:\"fas fa-arrows-turn-right\";a:2:{s:5:\"label\";s:17:\"Arrows Turn Right\";s:6:\"search\";a:3:{i:0;s:6:\"arrows\";i:1;s:17:\"arrows-turn-right\";i:2;s:17:\"arrows turn right\";}}s:26:\"fas fa-arrows-turn-to-dots\";a:2:{s:5:\"label\";s:19:\"Arrows Turn To Dots\";s:6:\"search\";a:5:{i:0;s:11:\"destination\";i:1;s:6:\"insert\";i:2;s:5:\"nexus\";i:3;s:19:\"arrows-turn-to-dots\";i:4;s:19:\"arrows turn to dots\";}}s:21:\"fas fa-arrows-up-down\";a:2:{s:5:\"label\";s:14:\"Arrows Up Down\";s:6:\"search\";a:7:{i:0;s:6:\"expand\";i:1;s:8:\"portrait\";i:2;s:6:\"resize\";i:3;s:4:\"tall\";i:4;s:8:\"vertical\";i:5;s:14:\"arrows-up-down\";i:6;s:14:\"arrows up down\";}}s:32:\"fas fa-arrows-up-down-left-right\";a:2:{s:5:\"label\";s:25:\"Arrows Up Down Left Right\";s:6:\"search\";a:12:{i:0;s:5:\"arrow\";i:1;s:6:\"arrows\";i:2;s:6:\"bigger\";i:3;s:7:\"enlarge\";i:4;s:6:\"expand\";i:5;s:10:\"fullscreen\";i:6;s:4:\"move\";i:7;s:8:\"position\";i:8;s:7:\"reorder\";i:9;s:6:\"resize\";i:10;s:25:\"arrows-up-down-left-right\";i:11;s:25:\"arrows up down left right\";}}s:24:\"fas fa-arrows-up-to-line\";a:2:{s:5:\"label\";s:17:\"Arrows Up To Line\";s:6:\"search\";a:5:{i:0;s:4:\"rise\";i:1;s:8:\"scale up\";i:2;s:7:\"upgrade\";i:3;s:17:\"arrows-up-to-line\";i:4;s:17:\"arrows up to line\";}}s:17:\"fab fa-artstation\";a:2:{s:5:\"label\";s:10:\"Artstation\";s:6:\"search\";a:1:{i:0;s:10:\"artstation\";}}s:15:\"fas fa-asterisk\";a:2:{s:5:\"label\";s:8:\"Asterisk\";s:6:\"search\";a:8:{i:0;s:8:\"Asterisk\";i:1;s:14:\"Heavy Asterisk\";i:2;s:10:\"annotation\";i:3;s:7:\"details\";i:4;s:9:\"reference\";i:5;s:8:\"required\";i:6;s:4:\"star\";i:7;s:8:\"asterisk\";}}s:17:\"fab fa-asymmetrik\";a:2:{s:5:\"label\";s:16:\"Asymmetrik, Ltd.\";s:6:\"search\";a:2:{i:0;s:10:\"asymmetrik\";i:1;s:16:\"asymmetrik, ltd.\";}}s:9:\"fas fa-at\";a:2:{s:5:\"label\";s:2:\"At\";s:6:\"search\";a:8:{i:0;s:13:\"Commercial At\";i:1;s:7:\"address\";i:2;s:6:\"author\";i:3;s:6:\"e-mail\";i:4;s:5:\"email\";i:5;s:9:\"fluctuate\";i:6;s:6:\"handle\";i:7;s:2:\"at\";}}s:16:\"fab fa-atlassian\";a:2:{s:5:\"label\";s:9:\"Atlassian\";s:6:\"search\";a:1:{i:0;s:9:\"atlassian\";}}s:11:\"fas fa-atom\";a:2:{s:5:\"label\";s:4:\"Atom\";s:6:\"search\";a:13:{i:0;s:7:\"atheism\";i:1;s:7:\"atheist\";i:2;s:4:\"atom\";i:3;s:11:\"atom symbol\";i:4;s:9:\"chemistry\";i:5;s:8:\"electron\";i:6;s:3:\"ion\";i:7;s:7:\"isotope\";i:8;s:9:\"knowledge\";i:9;s:7:\"neutron\";i:10;s:7:\"nuclear\";i:11;s:6:\"proton\";i:12;s:7:\"science\";}}s:14:\"fab fa-audible\";a:2:{s:5:\"label\";s:7:\"Audible\";s:6:\"search\";a:1:{i:0;s:7:\"audible\";}}s:24:\"fas fa-audio-description\";a:2:{s:5:\"label\";s:17:\"Audio Description\";s:6:\"search\";a:6:{i:0;s:5:\"blind\";i:1;s:9:\"narration\";i:2;s:5:\"video\";i:3;s:6:\"visual\";i:4;s:17:\"audio-description\";i:5;s:17:\"audio description\";}}s:19:\"fas fa-austral-sign\";a:2:{s:5:\"label\";s:12:\"Austral Sign\";s:6:\"search\";a:4:{i:0;s:12:\"Austral Sign\";i:1;s:8:\"currency\";i:2;s:12:\"austral-sign\";i:3;s:12:\"austral sign\";}}s:19:\"fab fa-autoprefixer\";a:2:{s:5:\"label\";s:12:\"Autoprefixer\";s:6:\"search\";a:1:{i:0;s:12:\"autoprefixer\";}}s:14:\"fab fa-avianex\";a:2:{s:5:\"label\";s:7:\"avianex\";s:6:\"search\";a:1:{i:0;s:7:\"avianex\";}}s:13:\"fab fa-aviato\";a:2:{s:5:\"label\";s:6:\"Aviato\";s:6:\"search\";a:1:{i:0;s:6:\"aviato\";}}s:12:\"fas fa-award\";a:2:{s:5:\"label\";s:5:\"Award\";s:6:\"search\";a:9:{i:0;s:9:\"guarantee\";i:1;s:5:\"honor\";i:2;s:6:\"praise\";i:3;s:5:\"prize\";i:4;s:11:\"recognition\";i:5;s:6:\"ribbon\";i:6;s:6:\"trophy\";i:7;s:8:\"warranty\";i:8;s:5:\"award\";}}s:10:\"fab fa-aws\";a:2:{s:5:\"label\";s:25:\"Amazon Web Services (AWS)\";s:6:\"search\";a:2:{i:0;s:3:\"aws\";i:1;s:25:\"amazon web services (aws)\";}}s:8:\"fas fa-b\";a:2:{s:5:\"label\";s:1:\"B\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter B\";i:1;s:20:\"Latin Small Letter B\";i:2;s:6:\"letter\";i:3;s:1:\"b\";}}s:11:\"fas fa-baby\";a:2:{s:5:\"label\";s:4:\"Baby\";s:6:\"search\";a:3:{i:0;s:3:\"uer\";i:1;s:12:\"users-people\";i:2;s:4:\"baby\";}}s:20:\"fas fa-baby-carriage\";a:2:{s:5:\"label\";s:13:\"Baby Carriage\";s:6:\"search\";a:10:{i:0;s:5:\"buggy\";i:1;s:7:\"carrier\";i:2;s:6:\"infant\";i:3;s:4:\"push\";i:4;s:8:\"stroller\";i:5;s:14:\"transportation\";i:6;s:4:\"walk\";i:7;s:6:\"wheels\";i:8;s:13:\"baby-carriage\";i:9;s:13:\"baby carriage\";}}s:15:\"fas fa-backward\";a:2:{s:5:\"label\";s:8:\"Backward\";s:6:\"search\";a:6:{i:0;s:5:\"arrow\";i:1;s:6:\"double\";i:2;s:19:\"fast reverse button\";i:3;s:8:\"previous\";i:4;s:6:\"rewind\";i:5;s:8:\"backward\";}}s:20:\"fas fa-backward-fast\";a:2:{s:5:\"label\";s:13:\"Backward Fast\";s:6:\"search\";a:13:{i:0;s:5:\"arrow\";i:1;s:9:\"beginning\";i:2;s:5:\"first\";i:3;s:17:\"last track button\";i:4;s:8:\"previous\";i:5;s:14:\"previous scene\";i:6;s:14:\"previous track\";i:7;s:5:\"quick\";i:8;s:6:\"rewind\";i:9;s:5:\"start\";i:10;s:8:\"triangle\";i:11;s:13:\"backward-fast\";i:12;s:13:\"backward fast\";}}s:20:\"fas fa-backward-step\";a:2:{s:5:\"label\";s:13:\"Backward Step\";s:6:\"search\";a:7:{i:0;s:9:\"beginning\";i:1;s:5:\"first\";i:2;s:8:\"previous\";i:3;s:6:\"rewind\";i:4;s:5:\"start\";i:5;s:13:\"backward-step\";i:6;s:13:\"backward step\";}}s:12:\"fas fa-bacon\";a:2:{s:5:\"label\";s:5:\"Bacon\";s:6:\"search\";a:10:{i:0;s:5:\"bacon\";i:1;s:3:\"blt\";i:2;s:9:\"breakfast\";i:3;s:4:\"food\";i:4;s:3:\"ham\";i:5;s:4:\"lard\";i:6;s:4:\"meat\";i:7;s:8:\"pancetta\";i:8;s:4:\"pork\";i:9;s:6:\"rasher\";}}s:15:\"fas fa-bacteria\";a:2:{s:5:\"label\";s:8:\"Bacteria\";s:6:\"search\";a:7:{i:0;s:10:\"antibiotic\";i:1;s:8:\"antibody\";i:2;s:8:\"covid-19\";i:3;s:6:\"health\";i:4;s:8:\"organism\";i:5;s:4:\"sick\";i:6;s:8:\"bacteria\";}}s:16:\"fas fa-bacterium\";a:2:{s:5:\"label\";s:9:\"Bacterium\";s:6:\"search\";a:7:{i:0;s:10:\"antibiotic\";i:1;s:8:\"antibody\";i:2;s:8:\"covid-19\";i:3;s:6:\"health\";i:4;s:8:\"organism\";i:5;s:4:\"sick\";i:6;s:9:\"bacterium\";}}s:19:\"fas fa-bag-shopping\";a:2:{s:5:\"label\";s:12:\"Bag Shopping\";s:6:\"search\";a:7:{i:0;s:3:\"buy\";i:1;s:8:\"checkout\";i:2;s:7:\"grocery\";i:3;s:7:\"payment\";i:4;s:8:\"purchase\";i:5;s:12:\"bag-shopping\";i:6;s:12:\"bag shopping\";}}s:12:\"fas fa-bahai\";a:2:{s:5:\"label\";s:5:\"Bahai\";s:6:\"search\";a:3:{i:0;s:5:\"bahai\";i:1;s:8:\"bahá\'í\";i:2;s:4:\"star\";}}s:16:\"fas fa-baht-sign\";a:2:{s:5:\"label\";s:9:\"Baht Sign\";s:6:\"search\";a:3:{i:0;s:8:\"currency\";i:1;s:9:\"baht-sign\";i:2;s:9:\"baht sign\";}}s:10:\"fas fa-ban\";a:2:{s:5:\"label\";s:3:\"Ban\";s:6:\"search\";a:20:{i:0;s:3:\"404\";i:1;s:5:\"abort\";i:2;s:3:\"ban\";i:3;s:5:\"block\";i:4;s:6:\"cancel\";i:5;s:6:\"delete\";i:6;s:4:\"deny\";i:7;s:8:\"disabled\";i:8;s:5:\"entry\";i:9;s:6:\"failed\";i:10;s:9:\"forbidden\";i:11;s:4:\"hide\";i:12;s:2:\"no\";i:13;s:3:\"not\";i:14;s:9:\"not found\";i:15;s:8:\"prohibit\";i:16;s:10:\"prohibited\";i:17;s:6:\"remove\";i:18;s:4:\"stop\";i:19;s:5:\"trash\";}}s:18:\"fas fa-ban-smoking\";a:2:{s:5:\"label\";s:11:\"Ban Smoking\";s:6:\"search\";a:13:{i:0;s:3:\"ban\";i:1;s:6:\"cancel\";i:2;s:4:\"deny\";i:3;s:8:\"disabled\";i:4;s:9:\"forbidden\";i:5;s:2:\"no\";i:6;s:10:\"no smoking\";i:7;s:11:\"non-smoking\";i:8;s:3:\"not\";i:9;s:10:\"prohibited\";i:10;s:7:\"smoking\";i:11;s:11:\"ban-smoking\";i:12;s:11:\"ban smoking\";}}s:14:\"fas fa-bandage\";a:2:{s:5:\"label\";s:7:\"Bandage\";s:6:\"search\";a:6:{i:0;s:16:\"adhesive bandage\";i:1;s:7:\"bandage\";i:2;s:7:\"boo boo\";i:3;s:9:\"first aid\";i:4;s:6:\"modify\";i:5;s:4:\"ouch\";}}s:15:\"fab fa-bandcamp\";a:2:{s:5:\"label\";s:8:\"Bandcamp\";s:6:\"search\";a:1:{i:0;s:8:\"bandcamp\";}}s:28:\"fas fa-bangladeshi-taka-sign\";a:2:{s:5:\"label\";s:21:\"Bangladeshi Taka Sign\";s:6:\"search\";a:5:{i:0;s:3:\"bdt\";i:1;s:8:\"currency\";i:2;s:2:\"tk\";i:3;s:21:\"bangladeshi-taka-sign\";i:4;s:21:\"bangladeshi taka sign\";}}s:14:\"fas fa-barcode\";a:2:{s:5:\"label\";s:7:\"Barcode\";s:6:\"search\";a:6:{i:0;s:4:\"info\";i:1;s:5:\"laser\";i:2;s:5:\"price\";i:3;s:4:\"scan\";i:4;s:3:\"upc\";i:5;s:7:\"barcode\";}}s:11:\"fas fa-bars\";a:2:{s:5:\"label\";s:4:\"Bars\";s:6:\"search\";a:13:{i:0;s:9:\"checklist\";i:1;s:4:\"drag\";i:2;s:9:\"hamburger\";i:3;s:4:\"list\";i:4;s:4:\"menu\";i:5;s:3:\"nav\";i:6;s:10:\"navigation\";i:7;s:2:\"ol\";i:8;s:7:\"reorder\";i:9;s:8:\"settings\";i:10;s:4:\"todo\";i:11;s:2:\"ul\";i:12;s:4:\"bars\";}}s:20:\"fas fa-bars-progress\";a:2:{s:5:\"label\";s:13:\"Bars Progress\";s:6:\"search\";a:11:{i:0;s:9:\"checklist\";i:1;s:11:\"downloading\";i:2;s:9:\"downloads\";i:3;s:7:\"loading\";i:4;s:4:\"poll\";i:5;s:8:\"progress\";i:6;s:18:\"project management\";i:7;s:8:\"settings\";i:8;s:5:\"to do\";i:9;s:13:\"bars-progress\";i:10;s:13:\"bars progress\";}}s:21:\"fas fa-bars-staggered\";a:2:{s:5:\"label\";s:14:\"Bars Staggered\";s:6:\"search\";a:5:{i:0;s:4:\"flow\";i:1;s:4:\"list\";i:2;s:8:\"timeline\";i:3;s:14:\"bars-staggered\";i:4;s:14:\"bars staggered\";}}s:15:\"fas fa-baseball\";a:2:{s:5:\"label\";s:8:\"Baseball\";s:6:\"search\";a:11:{i:0;s:4:\"ball\";i:1;s:8:\"baseball\";i:2;s:4:\"foul\";i:3;s:5:\"glove\";i:4;s:8:\"hardball\";i:5;s:6:\"league\";i:6;s:7:\"leather\";i:7;s:3:\"mlb\";i:8;s:8:\"softball\";i:9;s:5:\"sport\";i:10;s:8:\"underarm\";}}s:24:\"fas fa-baseball-bat-ball\";a:2:{s:5:\"label\";s:17:\"Baseball Bat Ball\";s:6:\"search\";a:8:{i:0;s:3:\"bat\";i:1;s:6:\"league\";i:2;s:3:\"mlb\";i:3;s:7:\"slugger\";i:4;s:8:\"softball\";i:5;s:5:\"sport\";i:6;s:17:\"baseball-bat-ball\";i:7;s:17:\"baseball bat ball\";}}s:22:\"fas fa-basket-shopping\";a:2:{s:5:\"label\";s:15:\"Basket Shopping\";s:6:\"search\";a:7:{i:0;s:3:\"buy\";i:1;s:8:\"checkout\";i:2;s:7:\"grocery\";i:3;s:7:\"payment\";i:4;s:8:\"purchase\";i:5;s:15:\"basket-shopping\";i:6;s:15:\"basket shopping\";}}s:17:\"fas fa-basketball\";a:2:{s:5:\"label\";s:10:\"Basketball\";s:6:\"search\";a:6:{i:0;s:4:\"ball\";i:1;s:10:\"basketball\";i:2;s:7:\"dribble\";i:3;s:4:\"dunk\";i:4;s:4:\"hoop\";i:5;s:3:\"nba\";}}s:11:\"fas fa-bath\";a:2:{s:5:\"label\";s:4:\"Bath\";s:6:\"search\";a:6:{i:0;s:4:\"bath\";i:1;s:7:\"bathtub\";i:2;s:5:\"clean\";i:3;s:6:\"shower\";i:4;s:3:\"tub\";i:5;s:4:\"wash\";}}s:20:\"fas fa-battery-empty\";a:2:{s:5:\"label\";s:13:\"Battery Empty\";s:6:\"search\";a:6:{i:0;s:6:\"charge\";i:1;s:4:\"dead\";i:2;s:5:\"power\";i:3;s:6:\"status\";i:4;s:13:\"battery-empty\";i:5;s:13:\"battery empty\";}}s:19:\"fas fa-battery-full\";a:2:{s:5:\"label\";s:12:\"Battery Full\";s:6:\"search\";a:7:{i:0;s:6:\"batter\";i:1;s:7:\"battery\";i:2;s:6:\"charge\";i:3;s:5:\"power\";i:4;s:6:\"status\";i:5;s:12:\"battery-full\";i:6;s:12:\"battery full\";}}s:19:\"fas fa-battery-half\";a:2:{s:5:\"label\";s:12:\"Battery Half\";s:6:\"search\";a:5:{i:0;s:6:\"charge\";i:1;s:5:\"power\";i:2;s:6:\"status\";i:3;s:12:\"battery-half\";i:4;s:12:\"battery half\";}}s:22:\"fas fa-battery-quarter\";a:2:{s:5:\"label\";s:15:\"Battery Quarter\";s:6:\"search\";a:6:{i:0;s:6:\"charge\";i:1;s:3:\"low\";i:2;s:5:\"power\";i:3;s:6:\"status\";i:4;s:15:\"battery-quarter\";i:5;s:15:\"battery quarter\";}}s:29:\"fas fa-battery-three-quarters\";a:2:{s:5:\"label\";s:22:\"Battery Three Quarters\";s:6:\"search\";a:5:{i:0;s:6:\"charge\";i:1;s:5:\"power\";i:2;s:6:\"status\";i:3;s:22:\"battery-three-quarters\";i:4;s:22:\"battery three quarters\";}}s:17:\"fab fa-battle-net\";a:2:{s:5:\"label\";s:10:\"Battle.net\";s:6:\"search\";a:2:{i:0;s:10:\"battle-net\";i:1;s:10:\"battle.net\";}}s:10:\"fas fa-bed\";a:2:{s:5:\"label\";s:3:\"Bed\";s:6:\"search\";a:11:{i:0;s:8:\"hospital\";i:1;s:5:\"hotel\";i:2;s:7:\"lodging\";i:3;s:8:\"mattress\";i:4;s:7:\"patient\";i:5;s:13:\"person in bed\";i:6;s:4:\"rest\";i:7;s:5:\"sleep\";i:8;s:6:\"travel\";i:9;s:3:\"uer\";i:10;s:3:\"bed\";}}s:16:\"fas fa-bed-pulse\";a:2:{s:5:\"label\";s:9:\"Bed Pulse\";s:6:\"search\";a:10:{i:0;s:3:\"EKG\";i:1;s:3:\"bed\";i:2;s:17:\"electrocardiogram\";i:3;s:6:\"health\";i:4;s:8:\"hospital\";i:5;s:4:\"life\";i:6;s:7:\"patient\";i:7;s:5:\"vital\";i:8;s:9:\"bed-pulse\";i:9;s:9:\"bed pulse\";}}s:21:\"fas fa-beer-mug-empty\";a:2:{s:5:\"label\";s:14:\"Beer Mug Empty\";s:6:\"search\";a:14:{i:0;s:7:\"alcohol\";i:1;s:3:\"ale\";i:2;s:3:\"bar\";i:3;s:8:\"beverage\";i:4;s:4:\"brew\";i:5;s:7:\"brewery\";i:6;s:5:\"drink\";i:7;s:4:\"foam\";i:8;s:5:\"lager\";i:9;s:6:\"liquor\";i:10;s:3:\"mug\";i:11;s:5:\"stein\";i:12;s:14:\"beer-mug-empty\";i:13;s:14:\"beer mug empty\";}}s:14:\"fab fa-behance\";a:2:{s:5:\"label\";s:7:\"Behance\";s:6:\"search\";a:1:{i:0;s:7:\"behance\";}}s:11:\"fas fa-bell\";a:2:{s:5:\"label\";s:12:\"Bell (solid)\";s:6:\"search\";a:8:{i:0;s:5:\"alarm\";i:1;s:5:\"alert\";i:2;s:3:\"bel\";i:3;s:4:\"bell\";i:4;s:5:\"chime\";i:5;s:12:\"notification\";i:6;s:8:\"reminder\";i:7;s:7:\"request\";}}s:11:\"far fa-bell\";a:2:{s:5:\"label\";s:14:\"Bell (regular)\";s:6:\"search\";a:8:{i:0;s:5:\"alarm\";i:1;s:5:\"alert\";i:2;s:3:\"bel\";i:3;s:4:\"bell\";i:4;s:5:\"chime\";i:5;s:12:\"notification\";i:6;s:8:\"reminder\";i:7;s:7:\"request\";}}s:21:\"fas fa-bell-concierge\";a:2:{s:5:\"label\";s:14:\"Bell Concierge\";s:6:\"search\";a:11:{i:0;s:9:\"attention\";i:1;s:4:\"bell\";i:2;s:7:\"bellhop\";i:3;s:12:\"bellhop bell\";i:4;s:5:\"hotel\";i:5;s:12:\"receptionist\";i:6;s:7:\"request\";i:7;s:7:\"service\";i:8;s:7:\"support\";i:9;s:14:\"bell-concierge\";i:10;s:14:\"bell concierge\";}}s:17:\"fas fa-bell-slash\";a:2:{s:5:\"label\";s:18:\"Bell Slash (solid)\";s:6:\"search\";a:14:{i:0;s:5:\"alert\";i:1;s:4:\"bell\";i:2;s:15:\"bell with slash\";i:3;s:6:\"cancel\";i:4;s:8:\"disabled\";i:5;s:9:\"forbidden\";i:6;s:4:\"mute\";i:7;s:12:\"notification\";i:8;s:3:\"off\";i:9;s:5:\"quiet\";i:10;s:8:\"reminder\";i:11;s:6:\"silent\";i:12;s:10:\"bell-slash\";i:13;s:10:\"bell slash\";}}s:17:\"far fa-bell-slash\";a:2:{s:5:\"label\";s:20:\"Bell Slash (regular)\";s:6:\"search\";a:14:{i:0;s:5:\"alert\";i:1;s:4:\"bell\";i:2;s:15:\"bell with slash\";i:3;s:6:\"cancel\";i:4;s:8:\"disabled\";i:5;s:9:\"forbidden\";i:6;s:4:\"mute\";i:7;s:12:\"notification\";i:8;s:3:\"off\";i:9;s:5:\"quiet\";i:10;s:8:\"reminder\";i:11;s:6:\"silent\";i:12;s:10:\"bell-slash\";i:13;s:10:\"bell slash\";}}s:19:\"fas fa-bezier-curve\";a:2:{s:5:\"label\";s:12:\"Bezier Curve\";s:6:\"search\";a:7:{i:0;s:6:\"curves\";i:1;s:11:\"illustrator\";i:2;s:5:\"lines\";i:3;s:4:\"path\";i:4;s:6:\"vector\";i:5;s:12:\"bezier-curve\";i:6;s:12:\"bezier curve\";}}s:14:\"fas fa-bicycle\";a:2:{s:5:\"label\";s:7:\"Bicycle\";s:6:\"search\";a:6:{i:0;s:7:\"bicycle\";i:1;s:4:\"bike\";i:2;s:5:\"gears\";i:3;s:5:\"pedal\";i:4;s:14:\"transportation\";i:5;s:7:\"vehicle\";}}s:15:\"fab fa-bilibili\";a:2:{s:5:\"label\";s:8:\"Bilibili\";s:6:\"search\";a:1:{i:0;s:8:\"bilibili\";}}s:16:\"fab fa-bimobject\";a:2:{s:5:\"label\";s:9:\"BIMobject\";s:6:\"search\";a:1:{i:0;s:9:\"bimobject\";}}s:17:\"fas fa-binoculars\";a:2:{s:5:\"label\";s:10:\"Binoculars\";s:6:\"search\";a:8:{i:0;s:7:\"glasses\";i:1;s:10:\"inspection\";i:2;s:9:\"magnifier\";i:3;s:7:\"magnify\";i:4;s:6:\"scenic\";i:5;s:8:\"spyglass\";i:6;s:4:\"view\";i:7;s:10:\"binoculars\";}}s:16:\"fas fa-biohazard\";a:2:{s:5:\"label\";s:9:\"Biohazard\";s:6:\"search\";a:13:{i:0;s:9:\"biohazard\";i:1;s:8:\"covid-19\";i:2;s:6:\"danger\";i:3;s:9:\"dangerous\";i:4;s:8:\"epidemic\";i:5;s:6:\"hazmat\";i:6;s:7:\"medical\";i:7;s:8:\"pandemic\";i:8;s:11:\"radioactive\";i:9;s:4:\"sign\";i:10;s:5:\"toxic\";i:11;s:5:\"waste\";i:12;s:6:\"zombie\";}}s:16:\"fab fa-bitbucket\";a:2:{s:5:\"label\";s:9:\"Bitbucket\";s:6:\"search\";a:4:{i:0;s:9:\"atlassian\";i:1;s:16:\"bitbucket-square\";i:2;s:3:\"git\";i:3;s:9:\"bitbucket\";}}s:14:\"fab fa-bitcoin\";a:2:{s:5:\"label\";s:7:\"Bitcoin\";s:6:\"search\";a:1:{i:0;s:7:\"bitcoin\";}}s:19:\"fas fa-bitcoin-sign\";a:2:{s:5:\"label\";s:12:\"Bitcoin Sign\";s:6:\"search\";a:4:{i:0;s:12:\"Bitcoin Sign\";i:1;s:8:\"currency\";i:2;s:12:\"bitcoin-sign\";i:3;s:12:\"bitcoin sign\";}}s:11:\"fab fa-bity\";a:2:{s:5:\"label\";s:4:\"Bity\";s:6:\"search\";a:1:{i:0;s:4:\"bity\";}}s:16:\"fab fa-black-tie\";a:2:{s:5:\"label\";s:22:\"Font Awesome Black Tie\";s:6:\"search\";a:3:{i:0;s:13:\"administrator\";i:1;s:9:\"black-tie\";i:2;s:22:\"font awesome black tie\";}}s:17:\"fab fa-blackberry\";a:2:{s:5:\"label\";s:10:\"BlackBerry\";s:6:\"search\";a:1:{i:0;s:10:\"blackberry\";}}s:14:\"fas fa-blender\";a:2:{s:5:\"label\";s:7:\"Blender\";s:6:\"search\";a:6:{i:0;s:8:\"cocktail\";i:1;s:9:\"milkshake\";i:2;s:5:\"mixer\";i:3;s:5:\"puree\";i:4;s:8:\"smoothie\";i:5;s:7:\"blender\";}}s:20:\"fas fa-blender-phone\";a:2:{s:5:\"label\";s:13:\"Blender Phone\";s:6:\"search\";a:10:{i:0;s:9:\"appliance\";i:1;s:8:\"cocktail\";i:2;s:7:\"fantasy\";i:3;s:9:\"milkshake\";i:4;s:5:\"mixer\";i:5;s:5:\"puree\";i:6;s:5:\"silly\";i:7;s:8:\"smoothie\";i:8;s:13:\"blender-phone\";i:9;s:13:\"blender phone\";}}s:11:\"fas fa-blog\";a:2:{s:5:\"label\";s:4:\"Blog\";s:6:\"search\";a:9:{i:0;s:7:\"journal\";i:1;s:3:\"log\";i:2;s:6:\"online\";i:3;s:8:\"personal\";i:4;s:4:\"post\";i:5;s:7:\"web 2.0\";i:6;s:9:\"wordpress\";i:7;s:7:\"writing\";i:8;s:4:\"blog\";}}s:14:\"fab fa-blogger\";a:2:{s:5:\"label\";s:7:\"Blogger\";s:6:\"search\";a:1:{i:0;s:7:\"blogger\";}}s:16:\"fab fa-blogger-b\";a:2:{s:5:\"label\";s:9:\"Blogger B\";s:6:\"search\";a:2:{i:0;s:9:\"blogger-b\";i:1;s:9:\"blogger b\";}}s:14:\"fab fa-bluesky\";a:2:{s:5:\"label\";s:7:\"Bluesky\";s:6:\"search\";a:1:{i:0;s:7:\"bluesky\";}}s:16:\"fab fa-bluetooth\";a:2:{s:5:\"label\";s:9:\"Bluetooth\";s:6:\"search\";a:2:{i:0;s:6:\"signal\";i:1;s:9:\"bluetooth\";}}s:18:\"fab fa-bluetooth-b\";a:2:{s:5:\"label\";s:9:\"Bluetooth\";s:6:\"search\";a:2:{i:0;s:11:\"bluetooth-b\";i:1;s:9:\"bluetooth\";}}s:11:\"fas fa-bold\";a:2:{s:5:\"label\";s:4:\"Bold\";s:6:\"search\";a:4:{i:0;s:8:\"emphasis\";i:1;s:6:\"format\";i:2;s:4:\"text\";i:3;s:4:\"bold\";}}s:11:\"fas fa-bolt\";a:2:{s:5:\"label\";s:4:\"Bolt\";s:6:\"search\";a:11:{i:0;s:6:\"charge\";i:1;s:6:\"danger\";i:2;s:8:\"electric\";i:3;s:11:\"electricity\";i:4;s:5:\"flash\";i:5;s:12:\"high voltage\";i:6;s:9:\"lightning\";i:7;s:7:\"voltage\";i:8;s:7:\"weather\";i:9;s:3:\"zap\";i:10;s:4:\"bolt\";}}s:21:\"fas fa-bolt-lightning\";a:2:{s:5:\"label\";s:14:\"Bolt Lightning\";s:6:\"search\";a:7:{i:0;s:11:\"electricity\";i:1;s:5:\"flash\";i:2;s:9:\"lightning\";i:3;s:7:\"weather\";i:4;s:3:\"zap\";i:5;s:14:\"bolt-lightning\";i:6;s:14:\"bolt lightning\";}}s:11:\"fas fa-bomb\";a:2:{s:5:\"label\";s:4:\"Bomb\";s:6:\"search\";a:7:{i:0;s:4:\"bomb\";i:1;s:5:\"comic\";i:2;s:5:\"error\";i:3;s:7:\"explode\";i:4;s:4:\"fuse\";i:5;s:7:\"grenade\";i:6;s:7:\"warning\";}}s:11:\"fas fa-bone\";a:2:{s:5:\"label\";s:4:\"Bone\";s:6:\"search\";a:6:{i:0;s:4:\"bone\";i:1;s:7:\"calcium\";i:2;s:3:\"dog\";i:3;s:8:\"skeletal\";i:4;s:8:\"skeleton\";i:5;s:5:\"tibia\";}}s:11:\"fas fa-bong\";a:2:{s:5:\"label\";s:4:\"Bong\";s:6:\"search\";a:7:{i:0;s:8:\"aparatus\";i:1;s:8:\"cannabis\";i:2;s:9:\"marijuana\";i:3;s:4:\"pipe\";i:4;s:5:\"smoke\";i:5;s:7:\"smoking\";i:6;s:4:\"bong\";}}s:11:\"fas fa-book\";a:2:{s:5:\"label\";s:4:\"Book\";s:6:\"search\";a:13:{i:0;s:4:\"book\";i:1;s:5:\"cover\";i:2;s:9:\"decorated\";i:3;s:5:\"diary\";i:4;s:13:\"documentation\";i:5;s:7:\"journal\";i:6;s:9:\"knowledge\";i:7;s:7:\"library\";i:8;s:8:\"notebook\";i:9;s:30:\"notebook with decorative cover\";i:10;s:4:\"read\";i:11;s:8:\"research\";i:12;s:7:\"scholar\";}}s:17:\"fas fa-book-atlas\";a:2:{s:5:\"label\";s:10:\"Book Atlas\";s:6:\"search\";a:12:{i:0;s:4:\"book\";i:1;s:10:\"directions\";i:2;s:9:\"geography\";i:3;s:5:\"globe\";i:4;s:9:\"knowledge\";i:5;s:7:\"library\";i:6;s:3:\"map\";i:7;s:8:\"research\";i:8;s:6:\"travel\";i:9;s:10:\"wayfinding\";i:10;s:10:\"book-atlas\";i:11;s:10:\"book atlas\";}}s:17:\"fas fa-book-bible\";a:2:{s:5:\"label\";s:10:\"Book Bible\";s:6:\"search\";a:7:{i:0;s:4:\"book\";i:1;s:11:\"catholicism\";i:2;s:12:\"christianity\";i:3;s:3:\"god\";i:4;s:4:\"holy\";i:5;s:10:\"book-bible\";i:6;s:10:\"book bible\";}}s:20:\"fas fa-book-bookmark\";a:2:{s:5:\"label\";s:13:\"Book Bookmark\";s:6:\"search\";a:5:{i:0;s:9:\"knowledge\";i:1;s:7:\"library\";i:2;s:8:\"research\";i:3;s:13:\"book-bookmark\";i:4;s:13:\"book bookmark\";}}s:26:\"fas fa-book-journal-whills\";a:2:{s:5:\"label\";s:19:\"Book Journal Whills\";s:6:\"search\";a:8:{i:0;s:4:\"book\";i:1;s:5:\"force\";i:2;s:4:\"jedi\";i:3;s:4:\"sith\";i:4;s:9:\"star wars\";i:5;s:4:\"yoda\";i:6;s:19:\"book-journal-whills\";i:7;s:19:\"book journal whills\";}}s:19:\"fas fa-book-medical\";a:2:{s:5:\"label\";s:12:\"Book Medical\";s:6:\"search\";a:11:{i:0;s:5:\"diary\";i:1;s:13:\"documentation\";i:2;s:6:\"health\";i:3;s:7:\"history\";i:4;s:7:\"journal\";i:5;s:7:\"library\";i:6;s:4:\"read\";i:7;s:6:\"record\";i:8;s:8:\"research\";i:9;s:12:\"book-medical\";i:10;s:12:\"book medical\";}}s:16:\"fas fa-book-open\";a:2:{s:5:\"label\";s:9:\"Book Open\";s:6:\"search\";a:13:{i:0;s:4:\"Book\";i:1;s:4:\"book\";i:2;s:5:\"flyer\";i:3;s:9:\"knowledge\";i:4;s:7:\"library\";i:5;s:8:\"notebook\";i:6;s:4:\"open\";i:7;s:9:\"open book\";i:8;s:8:\"pamphlet\";i:9;s:7:\"reading\";i:10;s:8:\"research\";i:11;s:9:\"book-open\";i:12;s:9:\"book open\";}}s:23:\"fas fa-book-open-reader\";a:2:{s:5:\"label\";s:16:\"Book Open Reader\";s:6:\"search\";a:9:{i:0;s:5:\"flyer\";i:1;s:7:\"library\";i:2;s:8:\"notebook\";i:3;s:9:\"open book\";i:4;s:8:\"pamphlet\";i:5;s:7:\"reading\";i:6;s:8:\"research\";i:7;s:16:\"book-open-reader\";i:8;s:16:\"book open reader\";}}s:17:\"fas fa-book-quran\";a:2:{s:5:\"label\";s:10:\"Book Quran\";s:6:\"search\";a:6:{i:0;s:4:\"book\";i:1;s:5:\"islam\";i:2;s:6:\"muslim\";i:3;s:8:\"religion\";i:4;s:10:\"book-quran\";i:5;s:10:\"book quran\";}}s:17:\"fas fa-book-skull\";a:2:{s:5:\"label\";s:10:\"Book Skull\";s:6:\"search\";a:19:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:10:\"crossbones\";i:2;s:3:\"d&d\";i:3;s:9:\"dark arts\";i:4;s:5:\"death\";i:5;s:3:\"dnd\";i:6;s:13:\"documentation\";i:7;s:4:\"evil\";i:8;s:7:\"fantasy\";i:9;s:9:\"halloween\";i:10;s:7:\"holiday\";i:11;s:7:\"library\";i:12;s:12:\"necronomicon\";i:13;s:4:\"read\";i:14;s:8:\"research\";i:15;s:5:\"skull\";i:16;s:5:\"spell\";i:17;s:10:\"book-skull\";i:18;s:10:\"book skull\";}}s:18:\"fas fa-book-tanakh\";a:2:{s:5:\"label\";s:11:\"Book Tanakh\";s:6:\"search\";a:6:{i:0;s:4:\"book\";i:1;s:6:\"jewish\";i:2;s:7:\"judaism\";i:3;s:8:\"religion\";i:4;s:11:\"book-tanakh\";i:5;s:11:\"book tanakh\";}}s:15:\"fas fa-bookmark\";a:2:{s:5:\"label\";s:16:\"Bookmark (solid)\";s:6:\"search\";a:9:{i:0;s:8:\"bookmark\";i:1;s:8:\"favorite\";i:2;s:7:\"library\";i:3;s:4:\"mark\";i:4;s:6:\"marker\";i:5;s:4:\"read\";i:6;s:8:\"remember\";i:7;s:8:\"research\";i:8;s:4:\"save\";}}s:15:\"far fa-bookmark\";a:2:{s:5:\"label\";s:18:\"Bookmark (regular)\";s:6:\"search\";a:9:{i:0;s:8:\"bookmark\";i:1;s:8:\"favorite\";i:2;s:7:\"library\";i:3;s:4:\"mark\";i:4;s:6:\"marker\";i:5;s:4:\"read\";i:6;s:8:\"remember\";i:7;s:8:\"research\";i:8;s:4:\"save\";}}s:16:\"fab fa-bootstrap\";a:2:{s:5:\"label\";s:9:\"Bootstrap\";s:6:\"search\";a:1:{i:0;s:9:\"bootstrap\";}}s:17:\"fas fa-border-all\";a:2:{s:5:\"label\";s:10:\"Border All\";s:6:\"search\";a:7:{i:0;s:4:\"cell\";i:1;s:4:\"grid\";i:2;s:7:\"outline\";i:3;s:6:\"stroke\";i:4;s:5:\"table\";i:5;s:10:\"border-all\";i:6;s:10:\"border all\";}}s:18:\"fas fa-border-none\";a:2:{s:5:\"label\";s:11:\"Border None\";s:6:\"search\";a:7:{i:0;s:4:\"cell\";i:1;s:4:\"grid\";i:2;s:7:\"outline\";i:3;s:6:\"stroke\";i:4;s:5:\"table\";i:5;s:11:\"border-none\";i:6;s:11:\"border none\";}}s:22:\"fas fa-border-top-left\";a:2:{s:5:\"label\";s:15:\"Border Top Left\";s:6:\"search\";a:6:{i:0;s:4:\"cell\";i:1;s:7:\"outline\";i:2;s:6:\"stroke\";i:3;s:5:\"table\";i:4;s:15:\"border-top-left\";i:5;s:15:\"border top left\";}}s:16:\"fas fa-bore-hole\";a:2:{s:5:\"label\";s:9:\"Bore Hole\";s:6:\"search\";a:6:{i:0;s:4:\"bore\";i:1;s:4:\"bury\";i:2;s:5:\"drill\";i:3;s:4:\"hole\";i:4;s:9:\"bore-hole\";i:5;s:9:\"bore hole\";}}s:11:\"fab fa-bots\";a:2:{s:5:\"label\";s:4:\"Bots\";s:6:\"search\";a:1:{i:0;s:4:\"bots\";}}s:21:\"fas fa-bottle-droplet\";a:2:{s:5:\"label\";s:14:\"Bottle Droplet\";s:6:\"search\";a:7:{i:0;s:7:\"alcohol\";i:1;s:5:\"drink\";i:2;s:3:\"oil\";i:3;s:9:\"olive oil\";i:4;s:4:\"wine\";i:5;s:14:\"bottle-droplet\";i:6;s:14:\"bottle droplet\";}}s:19:\"fas fa-bottle-water\";a:2:{s:5:\"label\";s:12:\"Bottle Water\";s:6:\"search\";a:5:{i:0;s:3:\"h2o\";i:1;s:7:\"plastic\";i:2;s:5:\"water\";i:3;s:12:\"bottle-water\";i:4;s:12:\"bottle water\";}}s:16:\"fas fa-bowl-food\";a:2:{s:5:\"label\";s:9:\"Bowl Food\";s:6:\"search\";a:6:{i:0;s:7:\"catfood\";i:1;s:7:\"dogfood\";i:2;s:4:\"food\";i:3;s:4:\"rice\";i:4;s:9:\"bowl-food\";i:5;s:9:\"bowl food\";}}s:16:\"fas fa-bowl-rice\";a:2:{s:5:\"label\";s:9:\"Bowl Rice\";s:6:\"search\";a:7:{i:0;s:6:\"boiled\";i:1;s:6:\"cooked\";i:2;s:11:\"cooked rice\";i:3;s:4:\"rice\";i:4;s:7:\"steamed\";i:5;s:9:\"bowl-rice\";i:6;s:9:\"bowl rice\";}}s:19:\"fas fa-bowling-ball\";a:2:{s:5:\"label\";s:12:\"Bowling Ball\";s:6:\"search\";a:8:{i:0;s:5:\"alley\";i:1;s:9:\"candlepin\";i:2;s:6:\"gutter\";i:3;s:4:\"lane\";i:4;s:6:\"strike\";i:5;s:6:\"tenpin\";i:6;s:12:\"bowling-ball\";i:7;s:12:\"bowling ball\";}}s:10:\"fas fa-box\";a:2:{s:5:\"label\";s:3:\"Box\";s:6:\"search\";a:6:{i:0;s:7:\"archive\";i:1;s:3:\"box\";i:2;s:9:\"container\";i:3;s:7:\"package\";i:4;s:6:\"parcel\";i:5;s:7:\"storage\";}}s:18:\"fas fa-box-archive\";a:2:{s:5:\"label\";s:11:\"Box Archive\";s:6:\"search\";a:6:{i:0;s:3:\"box\";i:1;s:7:\"package\";i:2;s:4:\"save\";i:3;s:7:\"storage\";i:4;s:11:\"box-archive\";i:5;s:11:\"box archive\";}}s:15:\"fas fa-box-open\";a:2:{s:5:\"label\";s:8:\"Box Open\";s:6:\"search\";a:7:{i:0;s:7:\"archive\";i:1;s:9:\"container\";i:2;s:7:\"package\";i:3;s:7:\"storage\";i:4;s:6:\"unpack\";i:5;s:8:\"box-open\";i:6;s:8:\"box open\";}}s:17:\"fas fa-box-tissue\";a:2:{s:5:\"label\";s:10:\"Box Tissue\";s:6:\"search\";a:9:{i:0;s:5:\"cough\";i:1;s:8:\"covid-19\";i:2;s:7:\"kleenex\";i:3;s:5:\"mucus\";i:4;s:4:\"nose\";i:5;s:6:\"sneeze\";i:6;s:4:\"snot\";i:7;s:10:\"box-tissue\";i:8;s:10:\"box tissue\";}}s:20:\"fas fa-boxes-packing\";a:2:{s:5:\"label\";s:13:\"Boxes Packing\";s:6:\"search\";a:7:{i:0;s:7:\"archive\";i:1;s:3:\"box\";i:2;s:7:\"package\";i:3;s:7:\"storage\";i:4;s:8:\"supplies\";i:5;s:13:\"boxes-packing\";i:6;s:13:\"boxes packing\";}}s:20:\"fas fa-boxes-stacked\";a:2:{s:5:\"label\";s:13:\"Boxes Stacked\";s:6:\"search\";a:6:{i:0;s:8:\"archives\";i:1;s:9:\"inventory\";i:2;s:7:\"storage\";i:3;s:9:\"warehouse\";i:4;s:13:\"boxes-stacked\";i:5;s:13:\"boxes stacked\";}}s:14:\"fas fa-braille\";a:2:{s:5:\"label\";s:7:\"Braille\";s:6:\"search\";a:6:{i:0;s:8:\"alphabet\";i:1;s:5:\"blind\";i:2;s:4:\"dots\";i:3;s:6:\"raised\";i:4;s:6:\"vision\";i:5;s:7:\"braille\";}}s:12:\"fas fa-brain\";a:2:{s:5:\"label\";s:5:\"Brain\";s:6:\"search\";a:11:{i:0;s:5:\"brain\";i:1;s:10:\"cerebellum\";i:2;s:11:\"gray matter\";i:3;s:9:\"intellect\";i:4;s:11:\"intelligent\";i:5;s:9:\"knowledge\";i:6;s:17:\"medulla oblongata\";i:7;s:4:\"mind\";i:8;s:6:\"noodle\";i:9;s:7:\"scholar\";i:10;s:3:\"wit\";}}s:12:\"fab fa-brave\";a:2:{s:5:\"label\";s:5:\"Brave\";s:6:\"search\";a:1:{i:0;s:5:\"brave\";}}s:20:\"fab fa-brave-reverse\";a:2:{s:5:\"label\";s:13:\"Brave Reverse\";s:6:\"search\";a:2:{i:0;s:13:\"brave-reverse\";i:1;s:13:\"brave reverse\";}}s:26:\"fas fa-brazilian-real-sign\";a:2:{s:5:\"label\";s:19:\"Brazilian Real Sign\";s:6:\"search\";a:3:{i:0;s:19:\"brazilian real sign\";i:1;s:8:\"currency\";i:2;s:19:\"brazilian-real-sign\";}}s:18:\"fas fa-bread-slice\";a:2:{s:5:\"label\";s:11:\"Bread Slice\";s:6:\"search\";a:14:{i:0;s:4:\"bake\";i:1;s:6:\"bakery\";i:2;s:6:\"baking\";i:3;s:5:\"dough\";i:4;s:5:\"flour\";i:5;s:6:\"gluten\";i:6;s:5:\"grain\";i:7;s:8:\"sandwich\";i:8;s:9:\"sourdough\";i:9;s:5:\"toast\";i:10;s:5:\"wheat\";i:11;s:5:\"yeast\";i:12;s:11:\"bread-slice\";i:13;s:11:\"bread slice\";}}s:13:\"fas fa-bridge\";a:2:{s:5:\"label\";s:6:\"Bridge\";s:6:\"search\";a:2:{i:0;s:6:\"bridge\";i:1;s:4:\"road\";}}s:26:\"fas fa-bridge-circle-check\";a:2:{s:5:\"label\";s:19:\"Bridge Circle Check\";s:6:\"search\";a:10:{i:0;s:6:\"bridge\";i:1;s:6:\"enable\";i:2;s:12:\"not affected\";i:3;s:2:\"ok\";i:4;s:4:\"okay\";i:5;s:4:\"road\";i:6;s:8:\"validate\";i:7;s:7:\"working\";i:8;s:19:\"bridge-circle-check\";i:9;s:19:\"bridge circle check\";}}s:32:\"fas fa-bridge-circle-exclamation\";a:2:{s:5:\"label\";s:25:\"Bridge Circle Exclamation\";s:6:\"search\";a:6:{i:0;s:8:\"affected\";i:1;s:6:\"bridge\";i:2;s:6:\"failed\";i:3;s:4:\"road\";i:4;s:25:\"bridge-circle-exclamation\";i:5;s:25:\"bridge circle exclamation\";}}s:26:\"fas fa-bridge-circle-xmark\";a:2:{s:5:\"label\";s:19:\"Bridge Circle Xmark\";s:6:\"search\";a:6:{i:0;s:6:\"bridge\";i:1;s:7:\"destroy\";i:2;s:4:\"road\";i:3;s:7:\"uncheck\";i:4;s:19:\"bridge-circle-xmark\";i:5;s:19:\"bridge circle xmark\";}}s:18:\"fas fa-bridge-lock\";a:2:{s:5:\"label\";s:11:\"Bridge Lock\";s:6:\"search\";a:9:{i:0;s:6:\"bridge\";i:1;s:6:\"closed\";i:2;s:8:\"lockdown\";i:3;s:7:\"padlock\";i:4;s:7:\"privacy\";i:5;s:10:\"quarantine\";i:6;s:4:\"road\";i:7;s:11:\"bridge-lock\";i:8;s:11:\"bridge lock\";}}s:19:\"fas fa-bridge-water\";a:2:{s:5:\"label\";s:12:\"Bridge Water\";s:6:\"search\";a:4:{i:0;s:6:\"bridge\";i:1;s:4:\"road\";i:2;s:12:\"bridge-water\";i:3;s:12:\"bridge water\";}}s:16:\"fas fa-briefcase\";a:2:{s:5:\"label\";s:9:\"Briefcase\";s:6:\"search\";a:9:{i:0;s:3:\"bag\";i:1;s:8:\"briefcas\";i:2;s:9:\"briefcase\";i:3;s:8:\"business\";i:4;s:7:\"luggage\";i:5;s:5:\"offer\";i:6;s:6:\"office\";i:7;s:9:\"portfolio\";i:8;s:4:\"work\";}}s:24:\"fas fa-briefcase-medical\";a:2:{s:5:\"label\";s:17:\"Briefcase Medical\";s:6:\"search\";a:6:{i:0;s:6:\"doctor\";i:1;s:3:\"emt\";i:2;s:9:\"first aid\";i:3;s:6:\"health\";i:4;s:17:\"briefcase-medical\";i:5;s:17:\"briefcase medical\";}}s:12:\"fas fa-broom\";a:2:{s:5:\"label\";s:5:\"Broom\";s:6:\"search\";a:11:{i:0;s:5:\"broom\";i:1;s:5:\"clean\";i:2;s:8:\"cleaning\";i:3;s:8:\"firebolt\";i:4;s:3:\"fly\";i:5;s:9:\"halloween\";i:6;s:11:\"nimbus 2000\";i:7;s:9:\"quidditch\";i:8;s:5:\"sweep\";i:9;s:8:\"sweeping\";i:10;s:5:\"witch\";}}s:17:\"fas fa-broom-ball\";a:2:{s:5:\"label\";s:10:\"Broom Ball\";s:6:\"search\";a:11:{i:0;s:4:\"ball\";i:1;s:7:\"bludger\";i:2;s:5:\"broom\";i:3;s:13:\"golden snitch\";i:4;s:12:\"harry potter\";i:5;s:8:\"hogwarts\";i:6;s:7:\"quaffle\";i:7;s:5:\"sport\";i:8;s:6:\"wizard\";i:9;s:10:\"broom-ball\";i:10;s:10:\"broom ball\";}}s:12:\"fas fa-brush\";a:2:{s:5:\"label\";s:5:\"Brush\";s:6:\"search\";a:8:{i:0;s:3:\"art\";i:1;s:8:\"bristles\";i:2;s:5:\"color\";i:3;s:6:\"handle\";i:4;s:11:\"maintenance\";i:5;s:6:\"modify\";i:6;s:5:\"paint\";i:7;s:5:\"brush\";}}s:10:\"fab fa-btc\";a:2:{s:5:\"label\";s:3:\"BTC\";s:6:\"search\";a:1:{i:0;s:3:\"btc\";}}s:13:\"fas fa-bucket\";a:2:{s:5:\"label\";s:6:\"Bucket\";s:6:\"search\";a:3:{i:0;s:6:\"bucket\";i:1;s:4:\"pail\";i:2;s:10:\"sandcastle\";}}s:13:\"fab fa-buffer\";a:2:{s:5:\"label\";s:6:\"Buffer\";s:6:\"search\";a:1:{i:0;s:6:\"buffer\";}}s:10:\"fas fa-bug\";a:2:{s:5:\"label\";s:3:\"Bug\";s:6:\"search\";a:7:{i:0;s:6:\"beetle\";i:1;s:5:\"error\";i:2;s:6:\"glitch\";i:3;s:6:\"insect\";i:4;s:6:\"repair\";i:5;s:6:\"report\";i:6;s:3:\"bug\";}}s:16:\"fas fa-bug-slash\";a:2:{s:5:\"label\";s:9:\"Bug Slash\";s:6:\"search\";a:11:{i:0;s:6:\"beetle\";i:1;s:8:\"disabled\";i:2;s:3:\"fix\";i:3;s:6:\"glitch\";i:4;s:6:\"insect\";i:5;s:8:\"optimize\";i:6;s:6:\"repair\";i:7;s:6:\"report\";i:8;s:7:\"warning\";i:9;s:9:\"bug-slash\";i:10;s:9:\"bug slash\";}}s:11:\"fas fa-bugs\";a:2:{s:5:\"label\";s:4:\"Bugs\";s:6:\"search\";a:6:{i:0;s:6:\"bedbug\";i:1;s:11:\"infestation\";i:2;s:4:\"lice\";i:3;s:6:\"plague\";i:4;s:5:\"ticks\";i:5;s:4:\"bugs\";}}s:15:\"fas fa-building\";a:2:{s:5:\"label\";s:16:\"Building (solid)\";s:6:\"search\";a:9:{i:0;s:9:\"apartment\";i:1;s:8:\"building\";i:2;s:8:\"business\";i:3;s:4:\"city\";i:4;s:7:\"company\";i:5;s:6:\"office\";i:6;s:15:\"office building\";i:7;s:5:\"urban\";i:8;s:4:\"work\";}}s:15:\"far fa-building\";a:2:{s:5:\"label\";s:18:\"Building (regular)\";s:6:\"search\";a:9:{i:0;s:9:\"apartment\";i:1;s:8:\"building\";i:2;s:8:\"business\";i:3;s:4:\"city\";i:4;s:7:\"company\";i:5;s:6:\"office\";i:6;s:15:\"office building\";i:7;s:5:\"urban\";i:8;s:4:\"work\";}}s:34:\"fas fa-building-circle-arrow-right\";a:2:{s:5:\"label\";s:27:\"Building Circle Arrow Right\";s:6:\"search\";a:6:{i:0;s:8:\"building\";i:1;s:4:\"city\";i:2;s:19:\"distribution center\";i:3;s:6:\"office\";i:4;s:27:\"building-circle-arrow-right\";i:5;s:27:\"building circle arrow right\";}}s:28:\"fas fa-building-circle-check\";a:2:{s:5:\"label\";s:21:\"Building Circle Check\";s:6:\"search\";a:11:{i:0;s:8:\"building\";i:1;s:4:\"city\";i:2;s:6:\"enable\";i:3;s:12:\"not affected\";i:4;s:6:\"office\";i:5;s:2:\"ok\";i:6;s:4:\"okay\";i:7;s:8:\"validate\";i:8;s:7:\"working\";i:9;s:21:\"building-circle-check\";i:10;s:21:\"building circle check\";}}s:34:\"fas fa-building-circle-exclamation\";a:2:{s:5:\"label\";s:27:\"Building Circle Exclamation\";s:6:\"search\";a:7:{i:0;s:8:\"affected\";i:1;s:8:\"building\";i:2;s:4:\"city\";i:3;s:6:\"failed\";i:4;s:6:\"office\";i:5;s:27:\"building-circle-exclamation\";i:6;s:27:\"building circle exclamation\";}}s:28:\"fas fa-building-circle-xmark\";a:2:{s:5:\"label\";s:21:\"Building Circle Xmark\";s:6:\"search\";a:7:{i:0;s:8:\"building\";i:1;s:4:\"city\";i:2;s:7:\"destroy\";i:3;s:6:\"office\";i:4;s:7:\"uncheck\";i:5;s:21:\"building-circle-xmark\";i:6;s:21:\"building circle xmark\";}}s:23:\"fas fa-building-columns\";a:2:{s:5:\"label\";s:16:\"Building Columns\";s:6:\"search\";a:9:{i:0;s:4:\"bank\";i:1;s:8:\"building\";i:2;s:7:\"college\";i:3;s:9:\"education\";i:4;s:11:\"institution\";i:5;s:6:\"museum\";i:6;s:8:\"students\";i:7;s:16:\"building-columns\";i:8;s:16:\"building columns\";}}s:20:\"fas fa-building-flag\";a:2:{s:5:\"label\";s:13:\"Building Flag\";s:6:\"search\";a:9:{i:0;s:5:\" city\";i:1;s:8:\"building\";i:2;s:8:\"diplomat\";i:3;s:7:\"embassy\";i:4;s:4:\"flag\";i:5;s:12:\"headquarters\";i:6;s:14:\"united nations\";i:7;s:13:\"building-flag\";i:8;s:13:\"building flag\";}}s:20:\"fas fa-building-lock\";a:2:{s:5:\"label\";s:13:\"Building Lock\";s:6:\"search\";a:11:{i:0;s:8:\"building\";i:1;s:4:\"city\";i:2;s:6:\"closed\";i:3;s:4:\"lock\";i:4;s:8:\"lockdown\";i:5;s:7:\"padlock\";i:6;s:7:\"privacy\";i:7;s:10:\"quarantine\";i:8;s:6:\"secure\";i:9;s:13:\"building-lock\";i:10;s:13:\"building lock\";}}s:19:\"fas fa-building-ngo\";a:2:{s:5:\"label\";s:12:\"Building Ngo\";s:6:\"search\";a:6:{i:0;s:5:\" city\";i:1;s:8:\"building\";i:2;s:29:\"non governmental organization\";i:3;s:6:\"office\";i:4;s:12:\"building-ngo\";i:5;s:12:\"building ngo\";}}s:22:\"fas fa-building-shield\";a:2:{s:5:\"label\";s:15:\"Building Shield\";s:6:\"search\";a:7:{i:0;s:8:\"building\";i:1;s:4:\"city\";i:2;s:6:\"police\";i:3;s:7:\"protect\";i:4;s:6:\"safety\";i:5;s:15:\"building-shield\";i:6;s:15:\"building shield\";}}s:18:\"fas fa-building-un\";a:2:{s:5:\"label\";s:11:\"Building Un\";s:6:\"search\";a:6:{i:0;s:8:\"building\";i:1;s:4:\"city\";i:2;s:6:\"office\";i:3;s:14:\"united nations\";i:4;s:11:\"building-un\";i:5;s:11:\"building un\";}}s:20:\"fas fa-building-user\";a:2:{s:5:\"label\";s:13:\"Building User\";s:6:\"search\";a:7:{i:0;s:9:\"apartment\";i:1;s:8:\"building\";i:2;s:4:\"city\";i:3;s:8:\"employee\";i:4;s:3:\"uer\";i:5;s:13:\"building-user\";i:6;s:13:\"building user\";}}s:21:\"fas fa-building-wheat\";a:2:{s:5:\"label\";s:14:\"Building Wheat\";s:6:\"search\";a:6:{i:0;s:11:\"agriculture\";i:1;s:8:\"building\";i:2;s:4:\"city\";i:3;s:4:\"usda\";i:4;s:14:\"building-wheat\";i:5;s:14:\"building wheat\";}}s:15:\"fas fa-bullhorn\";a:2:{s:5:\"label\";s:8:\"Bullhorn\";s:6:\"search\";a:11:{i:0;s:8:\"Bullhorn\";i:1;s:12:\"announcement\";i:2;s:9:\"broadcast\";i:3;s:4:\"loud\";i:4;s:6:\"louder\";i:5;s:11:\"loudspeaker\";i:6;s:9:\"megaphone\";i:7;s:14:\"public address\";i:8;s:7:\"request\";i:9;s:5:\"share\";i:10;s:8:\"bullhorn\";}}s:15:\"fas fa-bullseye\";a:2:{s:5:\"label\";s:8:\"Bullseye\";s:6:\"search\";a:6:{i:0;s:7:\"archery\";i:1;s:4:\"goal\";i:2;s:9:\"objective\";i:3;s:8:\"strategy\";i:4;s:6:\"target\";i:5;s:8:\"bullseye\";}}s:13:\"fas fa-burger\";a:2:{s:5:\"label\";s:6:\"Burger\";s:6:\"search\";a:10:{i:0;s:5:\"bacon\";i:1;s:4:\"beef\";i:2;s:6:\"burger\";i:3;s:11:\"burger king\";i:4;s:12:\"cheeseburger\";i:5;s:9:\"fast food\";i:6;s:5:\"grill\";i:7;s:11:\"ground beef\";i:8;s:9:\"mcdonalds\";i:9;s:8:\"sandwich\";}}s:23:\"fab fa-buromobelexperte\";a:2:{s:5:\"label\";s:34:\"Büromöbel-Experte GmbH & Co. KG.\";s:6:\"search\";a:2:{i:0;s:16:\"buromobelexperte\";i:1;s:34:\"büromöbel-experte gmbh & co. kg.\";}}s:12:\"fas fa-burst\";a:2:{s:5:\"label\";s:5:\"Burst\";s:6:\"search\";a:4:{i:0;s:4:\"boom\";i:1;s:5:\"crash\";i:2;s:9:\"explosion\";i:3;s:5:\"burst\";}}s:10:\"fas fa-bus\";a:2:{s:5:\"label\";s:3:\"Bus\";s:6:\"search\";a:7:{i:0;s:3:\"bus\";i:1;s:8:\"oncoming\";i:2;s:12:\"oncoming bus\";i:3;s:21:\"public transportation\";i:4;s:14:\"transportation\";i:5;s:6:\"travel\";i:6;s:7:\"vehicle\";}}s:17:\"fas fa-bus-simple\";a:2:{s:5:\"label\";s:10:\"Bus Simple\";s:6:\"search\";a:7:{i:0;s:3:\"mta\";i:1;s:21:\"public transportation\";i:2;s:14:\"transportation\";i:3;s:6:\"travel\";i:4;s:7:\"vehicle\";i:5;s:10:\"bus-simple\";i:6;s:10:\"bus simple\";}}s:20:\"fas fa-business-time\";a:2:{s:5:\"label\";s:13:\"Business Time\";s:6:\"search\";a:10:{i:0;s:5:\"alarm\";i:1;s:9:\"briefcase\";i:2;s:14:\"business socks\";i:3;s:5:\"clock\";i:4;s:23:\"flight of the conchords\";i:5;s:9:\"portfolio\";i:6;s:8:\"reminder\";i:7;s:9:\"wednesday\";i:8;s:13:\"business-time\";i:9;s:13:\"business time\";}}s:18:\"fab fa-buy-n-large\";a:2:{s:5:\"label\";s:11:\"Buy n Large\";s:6:\"search\";a:2:{i:0;s:11:\"buy-n-large\";i:1;s:11:\"buy n large\";}}s:17:\"fab fa-buysellads\";a:2:{s:5:\"label\";s:10:\"BuySellAds\";s:6:\"search\";a:1:{i:0;s:10:\"buysellads\";}}s:8:\"fas fa-c\";a:2:{s:5:\"label\";s:1:\"C\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter C\";i:1;s:20:\"Latin Small Letter C\";i:2;s:6:\"letter\";i:3;s:1:\"c\";}}s:16:\"fas fa-cable-car\";a:2:{s:5:\"label\";s:9:\"Cable Car\";s:6:\"search\";a:11:{i:0;s:14:\"aerial tramway\";i:1;s:5:\"cable\";i:2;s:7:\"gondola\";i:3;s:4:\"lift\";i:4;s:8:\"mountain\";i:5;s:17:\"mountain cableway\";i:6;s:4:\"tram\";i:7;s:7:\"tramway\";i:8;s:7:\"trolley\";i:9;s:9:\"cable-car\";i:10;s:9:\"cable car\";}}s:19:\"fas fa-cake-candles\";a:2:{s:5:\"label\";s:12:\"Cake Candles\";s:6:\"search\";a:15:{i:0;s:11:\"anniversary\";i:1;s:6:\"bakery\";i:2;s:8:\"birthday\";i:3;s:13:\"birthday cake\";i:4;s:4:\"cake\";i:5;s:7:\"candles\";i:6;s:11:\"celebration\";i:7;s:7:\"dessert\";i:8;s:8:\"frosting\";i:9;s:7:\"holiday\";i:10;s:5:\"party\";i:11;s:6:\"pastry\";i:12;s:5:\"sweet\";i:13;s:12:\"cake-candles\";i:14;s:12:\"cake candles\";}}s:17:\"fas fa-calculator\";a:2:{s:5:\"label\";s:10:\"Calculator\";s:6:\"search\";a:9:{i:0;s:17:\"Pocket Calculator\";i:1;s:6:\"abacus\";i:2;s:8:\"addition\";i:3;s:10:\"arithmetic\";i:4;s:8:\"counting\";i:5;s:4:\"math\";i:6;s:14:\"multiplication\";i:7;s:11:\"subtraction\";i:8;s:10:\"calculator\";}}s:15:\"fas fa-calendar\";a:2:{s:5:\"label\";s:16:\"Calendar (solid)\";s:6:\"search\";a:11:{i:0;s:8:\"calendar\";i:1;s:10:\"calendar-o\";i:2;s:4:\"date\";i:3;s:3:\"day\";i:4;s:5:\"event\";i:5;s:5:\"month\";i:6;s:8:\"schedule\";i:7;s:17:\"tear-off calendar\";i:8;s:4:\"time\";i:9;s:4:\"when\";i:10;s:4:\"year\";}}s:15:\"far fa-calendar\";a:2:{s:5:\"label\";s:18:\"Calendar (regular)\";s:6:\"search\";a:11:{i:0;s:8:\"calendar\";i:1;s:10:\"calendar-o\";i:2;s:4:\"date\";i:3;s:3:\"day\";i:4;s:5:\"event\";i:5;s:5:\"month\";i:6;s:8:\"schedule\";i:7;s:17:\"tear-off calendar\";i:8;s:4:\"time\";i:9;s:4:\"when\";i:10;s:4:\"year\";}}s:21:\"fas fa-calendar-check\";a:2:{s:5:\"label\";s:22:\"Calendar Check (solid)\";s:6:\"search\";a:25:{i:0;s:6:\"accept\";i:1;s:5:\"agree\";i:2;s:11:\"appointment\";i:3;s:7:\"confirm\";i:4;s:7:\"correct\";i:5;s:4:\"date\";i:6;s:3:\"day\";i:7;s:4:\"done\";i:8;s:6:\"enable\";i:9;s:5:\"event\";i:10;s:5:\"month\";i:11;s:2:\"ok\";i:12;s:8:\"schedule\";i:13;s:6:\"select\";i:14;s:7:\"success\";i:15;s:4:\"tick\";i:16;s:4:\"time\";i:17;s:4:\"todo\";i:18;s:8:\"validate\";i:19;s:8:\"warranty\";i:20;s:4:\"when\";i:21;s:7:\"working\";i:22;s:4:\"year\";i:23;s:14:\"calendar-check\";i:24;s:14:\"calendar check\";}}s:21:\"far fa-calendar-check\";a:2:{s:5:\"label\";s:24:\"Calendar Check (regular)\";s:6:\"search\";a:25:{i:0;s:6:\"accept\";i:1;s:5:\"agree\";i:2;s:11:\"appointment\";i:3;s:7:\"confirm\";i:4;s:7:\"correct\";i:5;s:4:\"date\";i:6;s:3:\"day\";i:7;s:4:\"done\";i:8;s:6:\"enable\";i:9;s:5:\"event\";i:10;s:5:\"month\";i:11;s:2:\"ok\";i:12;s:8:\"schedule\";i:13;s:6:\"select\";i:14;s:7:\"success\";i:15;s:4:\"tick\";i:16;s:4:\"time\";i:17;s:4:\"todo\";i:18;s:8:\"validate\";i:19;s:8:\"warranty\";i:20;s:4:\"when\";i:21;s:7:\"working\";i:22;s:4:\"year\";i:23;s:14:\"calendar-check\";i:24;s:14:\"calendar check\";}}s:19:\"fas fa-calendar-day\";a:2:{s:5:\"label\";s:12:\"Calendar Day\";s:6:\"search\";a:14:{i:0;s:4:\"date\";i:1;s:3:\"day\";i:2;s:6:\"detail\";i:3;s:5:\"event\";i:4;s:5:\"focus\";i:5;s:5:\"month\";i:6;s:8:\"schedule\";i:7;s:10:\"single day\";i:8;s:4:\"time\";i:9;s:5:\"today\";i:10;s:4:\"when\";i:11;s:4:\"year\";i:12;s:12:\"calendar-day\";i:13;s:12:\"calendar day\";}}s:20:\"fas fa-calendar-days\";a:2:{s:5:\"label\";s:21:\"Calendar Days (solid)\";s:6:\"search\";a:11:{i:0;s:8:\"calendar\";i:1;s:4:\"date\";i:2;s:3:\"day\";i:3;s:5:\"event\";i:4;s:5:\"month\";i:5;s:8:\"schedule\";i:6;s:4:\"time\";i:7;s:4:\"when\";i:8;s:4:\"year\";i:9;s:13:\"calendar-days\";i:10;s:13:\"calendar days\";}}s:20:\"far fa-calendar-days\";a:2:{s:5:\"label\";s:23:\"Calendar Days (regular)\";s:6:\"search\";a:11:{i:0;s:8:\"calendar\";i:1;s:4:\"date\";i:2;s:3:\"day\";i:3;s:5:\"event\";i:4;s:5:\"month\";i:5;s:8:\"schedule\";i:6;s:4:\"time\";i:7;s:4:\"when\";i:8;s:4:\"year\";i:9;s:13:\"calendar-days\";i:10;s:13:\"calendar days\";}}s:21:\"fas fa-calendar-minus\";a:2:{s:5:\"label\";s:22:\"Calendar Minus (solid)\";s:6:\"search\";a:14:{i:0;s:8:\"calendar\";i:1;s:4:\"date\";i:2;s:3:\"day\";i:3;s:6:\"delete\";i:4;s:5:\"event\";i:5;s:5:\"month\";i:6;s:8:\"negative\";i:7;s:6:\"remove\";i:8;s:8:\"schedule\";i:9;s:4:\"time\";i:10;s:4:\"when\";i:11;s:4:\"year\";i:12;s:14:\"calendar-minus\";i:13;s:14:\"calendar minus\";}}s:21:\"far fa-calendar-minus\";a:2:{s:5:\"label\";s:24:\"Calendar Minus (regular)\";s:6:\"search\";a:14:{i:0;s:8:\"calendar\";i:1;s:4:\"date\";i:2;s:3:\"day\";i:3;s:6:\"delete\";i:4;s:5:\"event\";i:5;s:5:\"month\";i:6;s:8:\"negative\";i:7;s:6:\"remove\";i:8;s:8:\"schedule\";i:9;s:4:\"time\";i:10;s:4:\"when\";i:11;s:4:\"year\";i:12;s:14:\"calendar-minus\";i:13;s:14:\"calendar minus\";}}s:20:\"fas fa-calendar-plus\";a:2:{s:5:\"label\";s:21:\"Calendar Plus (solid)\";s:6:\"search\";a:15:{i:0;s:3:\"add\";i:1;s:8:\"calendar\";i:2;s:6:\"create\";i:3;s:4:\"date\";i:4;s:3:\"day\";i:5;s:5:\"event\";i:6;s:5:\"month\";i:7;s:3:\"new\";i:8;s:8:\"positive\";i:9;s:8:\"schedule\";i:10;s:4:\"time\";i:11;s:4:\"when\";i:12;s:4:\"year\";i:13;s:13:\"calendar-plus\";i:14;s:13:\"calendar plus\";}}s:20:\"far fa-calendar-plus\";a:2:{s:5:\"label\";s:23:\"Calendar Plus (regular)\";s:6:\"search\";a:15:{i:0;s:3:\"add\";i:1;s:8:\"calendar\";i:2;s:6:\"create\";i:3;s:4:\"date\";i:4;s:3:\"day\";i:5;s:5:\"event\";i:6;s:5:\"month\";i:7;s:3:\"new\";i:8;s:8:\"positive\";i:9;s:8:\"schedule\";i:10;s:4:\"time\";i:11;s:4:\"when\";i:12;s:4:\"year\";i:13;s:13:\"calendar-plus\";i:14;s:13:\"calendar plus\";}}s:20:\"fas fa-calendar-week\";a:2:{s:5:\"label\";s:13:\"Calendar Week\";s:6:\"search\";a:14:{i:0;s:4:\"date\";i:1;s:3:\"day\";i:2;s:6:\"detail\";i:3;s:5:\"event\";i:4;s:5:\"focus\";i:5;s:5:\"month\";i:6;s:8:\"schedule\";i:7;s:11:\"single week\";i:8;s:4:\"time\";i:9;s:5:\"today\";i:10;s:4:\"when\";i:11;s:4:\"year\";i:12;s:13:\"calendar-week\";i:13;s:13:\"calendar week\";}}s:21:\"fas fa-calendar-xmark\";a:2:{s:5:\"label\";s:22:\"Calendar Xmark (solid)\";s:6:\"search\";a:16:{i:0;s:7:\"archive\";i:1;s:8:\"calendar\";i:2;s:4:\"date\";i:3;s:3:\"day\";i:4;s:6:\"delete\";i:5;s:5:\"event\";i:6;s:5:\"month\";i:7;s:6:\"remove\";i:8;s:8:\"schedule\";i:9;s:4:\"time\";i:10;s:7:\"uncheck\";i:11;s:4:\"when\";i:12;s:1:\"x\";i:13;s:4:\"year\";i:14;s:14:\"calendar-xmark\";i:15;s:14:\"calendar xmark\";}}s:21:\"far fa-calendar-xmark\";a:2:{s:5:\"label\";s:24:\"Calendar Xmark (regular)\";s:6:\"search\";a:16:{i:0;s:7:\"archive\";i:1;s:8:\"calendar\";i:2;s:4:\"date\";i:3;s:3:\"day\";i:4;s:6:\"delete\";i:5;s:5:\"event\";i:6;s:5:\"month\";i:7;s:6:\"remove\";i:8;s:8:\"schedule\";i:9;s:4:\"time\";i:10;s:7:\"uncheck\";i:11;s:4:\"when\";i:12;s:1:\"x\";i:13;s:4:\"year\";i:14;s:14:\"calendar-xmark\";i:15;s:14:\"calendar xmark\";}}s:13:\"fas fa-camera\";a:2:{s:5:\"label\";s:6:\"Camera\";s:6:\"search\";a:9:{i:0;s:5:\"image\";i:1;s:3:\"img\";i:2;s:4:\"lens\";i:3;s:5:\"photo\";i:4;s:7:\"picture\";i:5;s:6:\"record\";i:6;s:7:\"shutter\";i:7;s:5:\"video\";i:8;s:6:\"camera\";}}s:19:\"fas fa-camera-retro\";a:2:{s:5:\"label\";s:12:\"Camera Retro\";s:6:\"search\";a:11:{i:0;s:6:\"camera\";i:1;s:5:\"image\";i:2;s:3:\"img\";i:3;s:4:\"lens\";i:4;s:5:\"photo\";i:5;s:7:\"picture\";i:6;s:6:\"record\";i:7;s:7:\"shutter\";i:8;s:5:\"video\";i:9;s:12:\"camera-retro\";i:10;s:12:\"camera retro\";}}s:20:\"fas fa-camera-rotate\";a:2:{s:5:\"label\";s:13:\"Camera Rotate\";s:6:\"search\";a:7:{i:0;s:4:\"flip\";i:1;s:12:\"front-facing\";i:2;s:3:\"img\";i:3;s:5:\"photo\";i:4;s:6:\"selfie\";i:5;s:13:\"camera-rotate\";i:6;s:13:\"camera rotate\";}}s:17:\"fas fa-campground\";a:2:{s:5:\"label\";s:10:\"Campground\";s:6:\"search\";a:7:{i:0;s:7:\"camping\";i:1;s:4:\"fall\";i:2;s:8:\"outdoors\";i:3;s:6:\"teepee\";i:4;s:4:\"tent\";i:5;s:4:\"tipi\";i:6;s:10:\"campground\";}}s:26:\"fab fa-canadian-maple-leaf\";a:2:{s:5:\"label\";s:19:\"Canadian Maple Leaf\";s:6:\"search\";a:7:{i:0;s:6:\"canada\";i:1;s:4:\"flag\";i:2;s:5:\"flora\";i:3;s:6:\"nature\";i:4;s:5:\"plant\";i:5;s:19:\"canadian-maple-leaf\";i:6;s:19:\"canadian maple leaf\";}}s:17:\"fas fa-candy-cane\";a:2:{s:5:\"label\";s:10:\"Candy Cane\";s:6:\"search\";a:9:{i:0;s:5:\"candy\";i:1;s:9:\"christmas\";i:2;s:7:\"holiday\";i:3;s:4:\"mint\";i:4;s:10:\"peppermint\";i:5;s:7:\"striped\";i:6;s:4:\"xmas\";i:7;s:10:\"candy-cane\";i:8;s:10:\"candy cane\";}}s:15:\"fas fa-cannabis\";a:2:{s:5:\"label\";s:8:\"Cannabis\";s:6:\"search\";a:15:{i:0;s:3:\"bud\";i:1;s:7:\"chronic\";i:2;s:5:\"drugs\";i:3;s:6:\"endica\";i:4;s:4:\"endo\";i:5;s:5:\"ganja\";i:6;s:9:\"marijuana\";i:7;s:9:\"mary jane\";i:8;s:3:\"pot\";i:9;s:6:\"reefer\";i:10;s:6:\"sativa\";i:11;s:6:\"spliff\";i:12;s:4:\"weed\";i:13;s:14:\"whacky-tabacky\";i:14;s:8:\"cannabis\";}}s:15:\"fas fa-capsules\";a:2:{s:5:\"label\";s:8:\"Capsules\";s:6:\"search\";a:5:{i:0;s:5:\"drugs\";i:1;s:8:\"medicine\";i:2;s:5:\"pills\";i:3;s:12:\"prescription\";i:4;s:8:\"capsules\";}}s:10:\"fas fa-car\";a:2:{s:5:\"label\";s:3:\"Car\";s:6:\"search\";a:9:{i:0;s:4:\"auto\";i:1;s:10:\"automobile\";i:2;s:3:\"car\";i:3;s:8:\"oncoming\";i:4;s:19:\"oncoming automobile\";i:5;s:5:\"sedan\";i:6;s:14:\"transportation\";i:7;s:6:\"travel\";i:8;s:7:\"vehicle\";}}s:18:\"fas fa-car-battery\";a:2:{s:5:\"label\";s:11:\"Car Battery\";s:6:\"search\";a:6:{i:0;s:4:\"auto\";i:1;s:8:\"electric\";i:2;s:8:\"mechanic\";i:3;s:5:\"power\";i:4;s:11:\"car-battery\";i:5;s:11:\"car battery\";}}s:16:\"fas fa-car-burst\";a:2:{s:5:\"label\";s:9:\"Car Burst\";s:6:\"search\";a:10:{i:0;s:8:\"accident\";i:1;s:4:\"auto\";i:2;s:10:\"automobile\";i:3;s:9:\"insurance\";i:4;s:5:\"sedan\";i:5;s:14:\"transportation\";i:6;s:7:\"vehicle\";i:7;s:5:\"wreck\";i:8;s:9:\"car-burst\";i:9;s:9:\"car burst\";}}s:13:\"fas fa-car-on\";a:2:{s:5:\"label\";s:6:\"Car On\";s:6:\"search\";a:6:{i:0;s:5:\"alarm\";i:1;s:3:\"car\";i:2;s:7:\"carjack\";i:3;s:7:\"warning\";i:4;s:6:\"car-on\";i:5;s:6:\"car on\";}}s:15:\"fas fa-car-rear\";a:2:{s:5:\"label\";s:8:\"Car Rear\";s:6:\"search\";a:8:{i:0;s:4:\"auto\";i:1;s:10:\"automobile\";i:2;s:5:\"sedan\";i:3;s:14:\"transportation\";i:4;s:6:\"travel\";i:5;s:7:\"vehicle\";i:6;s:8:\"car-rear\";i:7;s:8:\"car rear\";}}s:15:\"fas fa-car-side\";a:2:{s:5:\"label\";s:8:\"Car Side\";s:6:\"search\";a:9:{i:0;s:4:\"auto\";i:1;s:10:\"automobile\";i:2;s:3:\"car\";i:3;s:5:\"sedan\";i:4;s:14:\"transportation\";i:5;s:6:\"travel\";i:6;s:7:\"vehicle\";i:7;s:8:\"car-side\";i:8;s:8:\"car side\";}}s:17:\"fas fa-car-tunnel\";a:2:{s:5:\"label\";s:10:\"Car Tunnel\";s:6:\"search\";a:4:{i:0;s:4:\"road\";i:1;s:6:\"tunnel\";i:2;s:10:\"car-tunnel\";i:3;s:10:\"car tunnel\";}}s:14:\"fas fa-caravan\";a:2:{s:5:\"label\";s:7:\"Caravan\";s:6:\"search\";a:6:{i:0;s:6:\"camper\";i:1;s:10:\"motor home\";i:2;s:2:\"rv\";i:3;s:7:\"trailer\";i:4;s:6:\"travel\";i:5;s:7:\"caravan\";}}s:17:\"fas fa-caret-down\";a:2:{s:5:\"label\";s:10:\"Caret Down\";s:6:\"search\";a:8:{i:0;s:5:\"arrow\";i:1;s:8:\"dropdown\";i:2;s:6:\"expand\";i:3;s:4:\"menu\";i:4;s:4:\"more\";i:5;s:8:\"triangle\";i:6;s:10:\"caret-down\";i:7;s:10:\"caret down\";}}s:17:\"fas fa-caret-left\";a:2:{s:5:\"label\";s:10:\"Caret Left\";s:6:\"search\";a:6:{i:0;s:5:\"arrow\";i:1;s:4:\"back\";i:2;s:8:\"previous\";i:3;s:8:\"triangle\";i:4;s:10:\"caret-left\";i:5;s:10:\"caret left\";}}s:18:\"fas fa-caret-right\";a:2:{s:5:\"label\";s:11:\"Caret Right\";s:6:\"search\";a:6:{i:0;s:5:\"arrow\";i:1;s:7:\"forward\";i:2;s:4:\"next\";i:3;s:8:\"triangle\";i:4;s:11:\"caret-right\";i:5;s:11:\"caret right\";}}s:15:\"fas fa-caret-up\";a:2:{s:5:\"label\";s:8:\"Caret Up\";s:6:\"search\";a:6:{i:0;s:5:\"arrow\";i:1;s:8:\"collapse\";i:2;s:8:\"triangle\";i:3;s:7:\"upgrade\";i:4;s:8:\"caret-up\";i:5;s:8:\"caret up\";}}s:13:\"fas fa-carrot\";a:2:{s:5:\"label\";s:6:\"Carrot\";s:6:\"search\";a:6:{i:0;s:10:\"bugs bunny\";i:1;s:6:\"carrot\";i:2;s:4:\"food\";i:3;s:6:\"orange\";i:4;s:5:\"vegan\";i:5;s:9:\"vegetable\";}}s:22:\"fas fa-cart-arrow-down\";a:2:{s:5:\"label\";s:15:\"Cart Arrow Down\";s:6:\"search\";a:6:{i:0;s:8:\"download\";i:1;s:6:\"insert\";i:2;s:4:\"save\";i:3;s:8:\"shopping\";i:4;s:15:\"cart-arrow-down\";i:5;s:15:\"cart arrow down\";}}s:19:\"fas fa-cart-flatbed\";a:2:{s:5:\"label\";s:12:\"Cart Flatbed\";s:6:\"search\";a:6:{i:0;s:5:\"carry\";i:1;s:9:\"inventory\";i:2;s:8:\"shipping\";i:3;s:9:\"transport\";i:4;s:12:\"cart-flatbed\";i:5;s:12:\"cart flatbed\";}}s:28:\"fas fa-cart-flatbed-suitcase\";a:2:{s:5:\"label\";s:21:\"Cart Flatbed Suitcase\";s:6:\"search\";a:7:{i:0;s:7:\"airport\";i:1;s:3:\"bag\";i:2;s:7:\"baggage\";i:3;s:8:\"suitcase\";i:4;s:6:\"travel\";i:5;s:21:\"cart-flatbed-suitcase\";i:6;s:21:\"cart flatbed suitcase\";}}s:16:\"fas fa-cart-plus\";a:2:{s:5:\"label\";s:9:\"Cart Plus\";s:6:\"search\";a:7:{i:0;s:3:\"add\";i:1;s:6:\"create\";i:2;s:3:\"new\";i:3;s:8:\"positive\";i:4;s:8:\"shopping\";i:5;s:9:\"cart-plus\";i:6;s:9:\"cart plus\";}}s:20:\"fas fa-cart-shopping\";a:2:{s:5:\"label\";s:13:\"Cart Shopping\";s:6:\"search\";a:11:{i:0;s:3:\"buy\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";i:3;s:7:\"grocery\";i:4;s:7:\"payment\";i:5;s:8:\"purchase\";i:6;s:8:\"shopping\";i:7;s:13:\"shopping cart\";i:8;s:7:\"trolley\";i:9;s:13:\"cart-shopping\";i:10;s:13:\"cart shopping\";}}s:20:\"fas fa-cash-register\";a:2:{s:5:\"label\";s:13:\"Cash Register\";s:6:\"search\";a:13:{i:0;s:3:\"buy\";i:1;s:9:\"cha-ching\";i:2;s:6:\"change\";i:3;s:8:\"checkout\";i:4;s:8:\"commerce\";i:5;s:10:\"leaerboard\";i:6;s:7:\"machine\";i:7;s:3:\"pay\";i:8;s:7:\"payment\";i:9;s:8:\"purchase\";i:10;s:5:\"store\";i:11;s:13:\"cash-register\";i:12;s:13:\"cash register\";}}s:10:\"fas fa-cat\";a:2:{s:5:\"label\";s:3:\"Cat\";s:6:\"search\";a:8:{i:0;s:3:\"cat\";i:1;s:6:\"feline\";i:2;s:9:\"halloween\";i:3;s:7:\"holiday\";i:4;s:6:\"kitten\";i:5;s:5:\"kitty\";i:6;s:4:\"meow\";i:7;s:3:\"pet\";}}s:20:\"fab fa-cc-amazon-pay\";a:2:{s:5:\"label\";s:22:\"Amazon Pay Credit Card\";s:6:\"search\";a:2:{i:0;s:13:\"cc-amazon-pay\";i:1;s:22:\"amazon pay credit card\";}}s:14:\"fab fa-cc-amex\";a:2:{s:5:\"label\";s:7:\"Cc Amex\";s:6:\"search\";a:3:{i:0;s:4:\"amex\";i:1;s:7:\"cc-amex\";i:2;s:7:\"cc amex\";}}s:19:\"fab fa-cc-apple-pay\";a:2:{s:5:\"label\";s:21:\"Apple Pay Credit Card\";s:6:\"search\";a:2:{i:0;s:12:\"cc-apple-pay\";i:1;s:21:\"apple pay credit card\";}}s:21:\"fab fa-cc-diners-club\";a:2:{s:5:\"label\";s:24:\"Diner\'s Club Credit Card\";s:6:\"search\";a:2:{i:0;s:14:\"cc-diners-club\";i:1;s:24:\"diner\'s club credit card\";}}s:18:\"fab fa-cc-discover\";a:2:{s:5:\"label\";s:20:\"Discover Credit Card\";s:6:\"search\";a:2:{i:0;s:11:\"cc-discover\";i:1;s:20:\"discover credit card\";}}s:13:\"fab fa-cc-jcb\";a:2:{s:5:\"label\";s:15:\"JCB Credit Card\";s:6:\"search\";a:2:{i:0;s:6:\"cc-jcb\";i:1;s:15:\"jcb credit card\";}}s:20:\"fab fa-cc-mastercard\";a:2:{s:5:\"label\";s:22:\"MasterCard Credit Card\";s:6:\"search\";a:2:{i:0;s:13:\"cc-mastercard\";i:1;s:22:\"mastercard credit card\";}}s:16:\"fab fa-cc-paypal\";a:2:{s:5:\"label\";s:18:\"Paypal Credit Card\";s:6:\"search\";a:2:{i:0;s:9:\"cc-paypal\";i:1;s:18:\"paypal credit card\";}}s:16:\"fab fa-cc-stripe\";a:2:{s:5:\"label\";s:18:\"Stripe Credit Card\";s:6:\"search\";a:2:{i:0;s:9:\"cc-stripe\";i:1;s:18:\"stripe credit card\";}}s:14:\"fab fa-cc-visa\";a:2:{s:5:\"label\";s:16:\"Visa Credit Card\";s:6:\"search\";a:2:{i:0;s:7:\"cc-visa\";i:1;s:16:\"visa credit card\";}}s:16:\"fas fa-cedi-sign\";a:2:{s:5:\"label\";s:9:\"Cedi Sign\";s:6:\"search\";a:4:{i:0;s:9:\"Cedi Sign\";i:1;s:8:\"currency\";i:2;s:9:\"cedi-sign\";i:3;s:9:\"cedi sign\";}}s:16:\"fas fa-cent-sign\";a:2:{s:5:\"label\";s:9:\"Cent Sign\";s:6:\"search\";a:4:{i:0;s:9:\"Cent Sign\";i:1;s:8:\"currency\";i:2;s:9:\"cent-sign\";i:3;s:9:\"cent sign\";}}s:17:\"fab fa-centercode\";a:2:{s:5:\"label\";s:10:\"Centercode\";s:6:\"search\";a:1:{i:0;s:10:\"centercode\";}}s:13:\"fab fa-centos\";a:2:{s:5:\"label\";s:6:\"Centos\";s:6:\"search\";a:4:{i:0;s:5:\"linux\";i:1;s:16:\"operating system\";i:2;s:2:\"os\";i:3;s:6:\"centos\";}}s:18:\"fas fa-certificate\";a:2:{s:5:\"label\";s:11:\"Certificate\";s:6:\"search\";a:5:{i:0;s:5:\"badge\";i:1;s:9:\"guarantee\";i:2;s:4:\"star\";i:3;s:8:\"verified\";i:4;s:11:\"certificate\";}}s:12:\"fas fa-chair\";a:2:{s:5:\"label\";s:5:\"Chair\";s:6:\"search\";a:4:{i:0;s:5:\"chair\";i:1;s:9:\"furniture\";i:2;s:4:\"seat\";i:3;s:3:\"sit\";}}s:17:\"fas fa-chalkboard\";a:2:{s:5:\"label\";s:10:\"Chalkboard\";s:6:\"search\";a:7:{i:0;s:10:\"blackboard\";i:1;s:8:\"learning\";i:2;s:6:\"school\";i:3;s:8:\"teaching\";i:4;s:10:\"whiteboard\";i:5;s:7:\"writing\";i:6;s:10:\"chalkboard\";}}s:22:\"fas fa-chalkboard-user\";a:2:{s:5:\"label\";s:15:\"Chalkboard User\";s:6:\"search\";a:10:{i:0;s:10:\"blackboard\";i:1;s:10:\"instructor\";i:2;s:8:\"learning\";i:3;s:9:\"professor\";i:4;s:6:\"school\";i:5;s:3:\"uer\";i:6;s:10:\"whiteboard\";i:7;s:7:\"writing\";i:8;s:15:\"chalkboard-user\";i:9;s:15:\"chalkboard user\";}}s:24:\"fas fa-champagne-glasses\";a:2:{s:5:\"label\";s:17:\"Champagne Glasses\";s:6:\"search\";a:16:{i:0;s:7:\"alcohol\";i:1;s:3:\"bar\";i:2;s:8:\"beverage\";i:3;s:9:\"celebrate\";i:4;s:11:\"celebration\";i:5;s:9:\"champagne\";i:6;s:5:\"clink\";i:7;s:16:\"clinking glasses\";i:8;s:5:\"drink\";i:9;s:5:\"glass\";i:10;s:7:\"holiday\";i:11;s:14:\"new year\'s eve\";i:12;s:5:\"party\";i:13;s:5:\"toast\";i:14;s:17:\"champagne-glasses\";i:15;s:17:\"champagne glasses\";}}s:23:\"fas fa-charging-station\";a:2:{s:5:\"label\";s:16:\"Charging Station\";s:6:\"search\";a:6:{i:0;s:8:\"electric\";i:1;s:2:\"ev\";i:2;s:5:\"tesla\";i:3;s:7:\"vehicle\";i:4;s:16:\"charging-station\";i:5;s:16:\"charging station\";}}s:17:\"fas fa-chart-area\";a:2:{s:5:\"label\";s:10:\"Chart Area\";s:6:\"search\";a:9:{i:0;s:9:\"analytics\";i:1;s:4:\"area\";i:2;s:5:\"chart\";i:3;s:5:\"graph\";i:4;s:11:\"performance\";i:5;s:7:\"revenue\";i:6;s:10:\"statistics\";i:7;s:10:\"chart-area\";i:8;s:10:\"chart area\";}}s:16:\"fas fa-chart-bar\";a:2:{s:5:\"label\";s:17:\"Chart Bar (solid)\";s:6:\"search\";a:8:{i:0;s:9:\"analytics\";i:1;s:3:\"bar\";i:2;s:5:\"chart\";i:3;s:5:\"graph\";i:4;s:11:\"performance\";i:5;s:10:\"statistics\";i:6;s:9:\"chart-bar\";i:7;s:9:\"chart bar\";}}s:16:\"far fa-chart-bar\";a:2:{s:5:\"label\";s:19:\"Chart Bar (regular)\";s:6:\"search\";a:8:{i:0;s:9:\"analytics\";i:1;s:3:\"bar\";i:2;s:5:\"chart\";i:3;s:5:\"graph\";i:4;s:11:\"performance\";i:5;s:10:\"statistics\";i:6;s:9:\"chart-bar\";i:7;s:9:\"chart bar\";}}s:19:\"fas fa-chart-column\";a:2:{s:5:\"label\";s:12:\"Chart Column\";s:6:\"search\";a:11:{i:0;s:3:\"bar\";i:1;s:9:\"bar chart\";i:2;s:5:\"chart\";i:3;s:5:\"graph\";i:4;s:11:\"performance\";i:5;s:7:\"revenue\";i:6;s:10:\"statistics\";i:7;s:5:\"track\";i:8;s:5:\"trend\";i:9;s:12:\"chart-column\";i:10;s:12:\"chart column\";}}s:18:\"fas fa-chart-gantt\";a:2:{s:5:\"label\";s:11:\"Chart Gantt\";s:6:\"search\";a:8:{i:0;s:5:\"chart\";i:1;s:5:\"graph\";i:2;s:11:\"performance\";i:3;s:10:\"statistics\";i:4;s:5:\"track\";i:5;s:5:\"trend\";i:6;s:11:\"chart-gantt\";i:7;s:11:\"chart gantt\";}}s:17:\"fas fa-chart-line\";a:2:{s:5:\"label\";s:10:\"Chart Line\";s:6:\"search\";a:13:{i:0;s:8:\"activity\";i:1;s:9:\"analytics\";i:2;s:5:\"chart\";i:3;s:9:\"dashboard\";i:4;s:4:\"gain\";i:5;s:5:\"graph\";i:6;s:8:\"increase\";i:7;s:4:\"line\";i:8;s:11:\"performance\";i:9;s:7:\"revenue\";i:10;s:10:\"statistics\";i:11;s:10:\"chart-line\";i:12;s:10:\"chart line\";}}s:16:\"fas fa-chart-pie\";a:2:{s:5:\"label\";s:9:\"Chart Pie\";s:6:\"search\";a:10:{i:0;s:9:\"analytics\";i:1;s:5:\"chart\";i:2;s:7:\"diagram\";i:3;s:5:\"graph\";i:4;s:11:\"performance\";i:5;s:3:\"pie\";i:6;s:7:\"revenue\";i:7;s:10:\"statistics\";i:8;s:9:\"chart-pie\";i:9;s:9:\"chart pie\";}}s:19:\"fas fa-chart-simple\";a:2:{s:5:\"label\";s:12:\"Chart Simple\";s:6:\"search\";a:12:{i:0;s:9:\"analytics\";i:1;s:3:\"bar\";i:2;s:5:\"chart\";i:3;s:6:\"column\";i:4;s:5:\"graph\";i:5;s:11:\"performance\";i:6;s:7:\"revenue\";i:7;s:3:\"row\";i:8;s:10:\"statistics\";i:9;s:5:\"trend\";i:10;s:12:\"chart-simple\";i:11;s:12:\"chart simple\";}}s:12:\"fas fa-check\";a:2:{s:5:\"label\";s:5:\"Check\";s:6:\"search\";a:25:{i:0;s:10:\"Check Mark\";i:1;s:6:\"accept\";i:2;s:5:\"agree\";i:3;s:5:\"check\";i:4;s:10:\"check mark\";i:5;s:9:\"checkmark\";i:6;s:7:\"confirm\";i:7;s:7:\"correct\";i:8;s:6:\"coupon\";i:9;s:4:\"done\";i:10;s:6:\"enable\";i:11;s:4:\"mark\";i:12;s:6:\"notice\";i:13;s:12:\"notification\";i:14;s:6:\"notify\";i:15;s:2:\"ok\";i:16;s:6:\"select\";i:17;s:7:\"success\";i:18;s:4:\"tick\";i:19;s:4:\"todo\";i:20;s:4:\"true\";i:21;s:8:\"validate\";i:22;s:7:\"working\";i:23;s:3:\"yes\";i:24;s:3:\"✓\";}}s:19:\"fas fa-check-double\";a:2:{s:5:\"label\";s:12:\"Check Double\";s:6:\"search\";a:21:{i:0;s:6:\"accept\";i:1;s:5:\"agree\";i:2;s:9:\"checkmark\";i:3;s:7:\"confirm\";i:4;s:7:\"correct\";i:5;s:6:\"coupon\";i:6;s:4:\"done\";i:7;s:6:\"enable\";i:8;s:6:\"notice\";i:9;s:12:\"notification\";i:10;s:6:\"notify\";i:11;s:2:\"ok\";i:12;s:6:\"select\";i:13;s:10:\"select all\";i:14;s:7:\"success\";i:15;s:4:\"tick\";i:16;s:4:\"todo\";i:17;s:8:\"validate\";i:18;s:7:\"working\";i:19;s:12:\"check-double\";i:20;s:12:\"check double\";}}s:20:\"fas fa-check-to-slot\";a:2:{s:5:\"label\";s:13:\"Check To Slot\";s:6:\"search\";a:12:{i:0;s:6:\"accept\";i:1;s:4:\"cast\";i:2;s:8:\"election\";i:3;s:6:\"enable\";i:4;s:8:\"politics\";i:5;s:8:\"positive\";i:6;s:8:\"validate\";i:7;s:6:\"voting\";i:8;s:7:\"working\";i:9;s:3:\"yes\";i:10;s:13:\"check-to-slot\";i:11;s:13:\"check to slot\";}}s:13:\"fas fa-cheese\";a:2:{s:5:\"label\";s:6:\"Cheese\";s:6:\"search\";a:9:{i:0;s:7:\"cheddar\";i:1;s:4:\"curd\";i:2;s:5:\"gouda\";i:3;s:4:\"melt\";i:4;s:8:\"parmesan\";i:5;s:8:\"sandwich\";i:6;s:5:\"swiss\";i:7;s:5:\"wedge\";i:8;s:6:\"cheese\";}}s:12:\"fas fa-chess\";a:2:{s:5:\"label\";s:5:\"Chess\";s:6:\"search\";a:9:{i:0;s:5:\"board\";i:1;s:6:\"castle\";i:2;s:9:\"checkmate\";i:3;s:4:\"game\";i:4;s:4:\"king\";i:5;s:4:\"rook\";i:6;s:8:\"strategy\";i:7;s:10:\"tournament\";i:8;s:5:\"chess\";}}s:19:\"fas fa-chess-bishop\";a:2:{s:5:\"label\";s:20:\"Chess Bishop (solid)\";s:6:\"search\";a:7:{i:0;s:18:\"Black Chess Bishop\";i:1;s:5:\"board\";i:2;s:9:\"checkmate\";i:3;s:4:\"game\";i:4;s:8:\"strategy\";i:5;s:12:\"chess-bishop\";i:6;s:12:\"chess bishop\";}}s:19:\"far fa-chess-bishop\";a:2:{s:5:\"label\";s:22:\"Chess Bishop (regular)\";s:6:\"search\";a:7:{i:0;s:18:\"Black Chess Bishop\";i:1;s:5:\"board\";i:2;s:9:\"checkmate\";i:3;s:4:\"game\";i:4;s:8:\"strategy\";i:5;s:12:\"chess-bishop\";i:6;s:12:\"chess bishop\";}}s:18:\"fas fa-chess-board\";a:2:{s:5:\"label\";s:11:\"Chess Board\";s:6:\"search\";a:6:{i:0;s:5:\"board\";i:1;s:9:\"checkmate\";i:2;s:4:\"game\";i:3;s:8:\"strategy\";i:4;s:11:\"chess-board\";i:5;s:11:\"chess board\";}}s:17:\"fas fa-chess-king\";a:2:{s:5:\"label\";s:18:\"Chess King (solid)\";s:6:\"search\";a:7:{i:0;s:16:\"Black Chess King\";i:1;s:5:\"board\";i:2;s:9:\"checkmate\";i:3;s:4:\"game\";i:4;s:8:\"strategy\";i:5;s:10:\"chess-king\";i:6;s:10:\"chess king\";}}s:17:\"far fa-chess-king\";a:2:{s:5:\"label\";s:20:\"Chess King (regular)\";s:6:\"search\";a:7:{i:0;s:16:\"Black Chess King\";i:1;s:5:\"board\";i:2;s:9:\"checkmate\";i:3;s:4:\"game\";i:4;s:8:\"strategy\";i:5;s:10:\"chess-king\";i:6;s:10:\"chess king\";}}s:19:\"fas fa-chess-knight\";a:2:{s:5:\"label\";s:20:\"Chess Knight (solid)\";s:6:\"search\";a:8:{i:0;s:18:\"Black Chess Knight\";i:1;s:5:\"board\";i:2;s:9:\"checkmate\";i:3;s:4:\"game\";i:4;s:5:\"horse\";i:5;s:8:\"strategy\";i:6;s:12:\"chess-knight\";i:7;s:12:\"chess knight\";}}s:19:\"far fa-chess-knight\";a:2:{s:5:\"label\";s:22:\"Chess Knight (regular)\";s:6:\"search\";a:8:{i:0;s:18:\"Black Chess Knight\";i:1;s:5:\"board\";i:2;s:9:\"checkmate\";i:3;s:4:\"game\";i:4;s:5:\"horse\";i:5;s:8:\"strategy\";i:6;s:12:\"chess-knight\";i:7;s:12:\"chess knight\";}}s:17:\"fas fa-chess-pawn\";a:2:{s:5:\"label\";s:18:\"Chess Pawn (solid)\";s:6:\"search\";a:9:{i:0;s:5:\"board\";i:1;s:9:\"checkmate\";i:2;s:5:\"chess\";i:3;s:10:\"chess pawn\";i:4;s:4:\"dupe\";i:5;s:10:\"expendable\";i:6;s:4:\"game\";i:7;s:8:\"strategy\";i:8;s:10:\"chess-pawn\";}}s:17:\"far fa-chess-pawn\";a:2:{s:5:\"label\";s:20:\"Chess Pawn (regular)\";s:6:\"search\";a:9:{i:0;s:5:\"board\";i:1;s:9:\"checkmate\";i:2;s:5:\"chess\";i:3;s:10:\"chess pawn\";i:4;s:4:\"dupe\";i:5;s:10:\"expendable\";i:6;s:4:\"game\";i:7;s:8:\"strategy\";i:8;s:10:\"chess-pawn\";}}s:18:\"fas fa-chess-queen\";a:2:{s:5:\"label\";s:19:\"Chess Queen (solid)\";s:6:\"search\";a:7:{i:0;s:17:\"Black Chess Queen\";i:1;s:5:\"board\";i:2;s:9:\"checkmate\";i:3;s:4:\"game\";i:4;s:8:\"strategy\";i:5;s:11:\"chess-queen\";i:6;s:11:\"chess queen\";}}s:18:\"far fa-chess-queen\";a:2:{s:5:\"label\";s:21:\"Chess Queen (regular)\";s:6:\"search\";a:7:{i:0;s:17:\"Black Chess Queen\";i:1;s:5:\"board\";i:2;s:9:\"checkmate\";i:3;s:4:\"game\";i:4;s:8:\"strategy\";i:5;s:11:\"chess-queen\";i:6;s:11:\"chess queen\";}}s:17:\"fas fa-chess-rook\";a:2:{s:5:\"label\";s:18:\"Chess Rook (solid)\";s:6:\"search\";a:8:{i:0;s:16:\"Black Chess Rook\";i:1;s:5:\"board\";i:2;s:6:\"castle\";i:3;s:9:\"checkmate\";i:4;s:4:\"game\";i:5;s:8:\"strategy\";i:6;s:10:\"chess-rook\";i:7;s:10:\"chess rook\";}}s:17:\"far fa-chess-rook\";a:2:{s:5:\"label\";s:20:\"Chess Rook (regular)\";s:6:\"search\";a:8:{i:0;s:16:\"Black Chess Rook\";i:1;s:5:\"board\";i:2;s:6:\"castle\";i:3;s:9:\"checkmate\";i:4;s:4:\"game\";i:5;s:8:\"strategy\";i:6;s:10:\"chess-rook\";i:7;s:10:\"chess rook\";}}s:19:\"fas fa-chevron-down\";a:2:{s:5:\"label\";s:12:\"Chevron Down\";s:6:\"search\";a:6:{i:0;s:5:\"arrow\";i:1;s:8:\"download\";i:2;s:6:\"expand\";i:3;s:6:\"insert\";i:4;s:12:\"chevron-down\";i:5;s:12:\"chevron down\";}}s:19:\"fas fa-chevron-left\";a:2:{s:5:\"label\";s:12:\"Chevron Left\";s:6:\"search\";a:7:{i:0;s:27:\"Left-Pointing Angle Bracket\";i:1;s:5:\"arrow\";i:2;s:4:\"back\";i:3;s:7:\"bracket\";i:4;s:8:\"previous\";i:5;s:12:\"chevron-left\";i:6;s:12:\"chevron left\";}}s:20:\"fas fa-chevron-right\";a:2:{s:5:\"label\";s:13:\"Chevron Right\";s:6:\"search\";a:7:{i:0;s:28:\"Right-Pointing Angle Bracket\";i:1;s:5:\"arrow\";i:2;s:7:\"bracket\";i:3;s:7:\"forward\";i:4;s:4:\"next\";i:5;s:13:\"chevron-right\";i:6;s:13:\"chevron right\";}}s:17:\"fas fa-chevron-up\";a:2:{s:5:\"label\";s:10:\"Chevron Up\";s:6:\"search\";a:6:{i:0;s:5:\"arrow\";i:1;s:8:\"collapse\";i:2;s:7:\"upgrade\";i:3;s:6:\"upload\";i:4;s:10:\"chevron-up\";i:5;s:10:\"chevron up\";}}s:12:\"fas fa-child\";a:2:{s:5:\"label\";s:5:\"Child\";s:6:\"search\";a:8:{i:0;s:3:\"boy\";i:1;s:4:\"girl\";i:2;s:3:\"kid\";i:3;s:7:\"toddler\";i:4;s:3:\"uer\";i:5;s:5:\"young\";i:6;s:5:\"youth\";i:7;s:5:\"child\";}}s:22:\"fas fa-child-combatant\";a:2:{s:5:\"label\";s:15:\"Child Combatant\";s:6:\"search\";a:3:{i:0;s:9:\"combatant\";i:1;s:15:\"child-combatant\";i:2;s:15:\"child combatant\";}}s:18:\"fas fa-child-dress\";a:2:{s:5:\"label\";s:11:\"Child Dress\";s:6:\"search\";a:9:{i:0;s:3:\"boy\";i:1;s:4:\"girl\";i:2;s:3:\"kid\";i:3;s:7:\"toddler\";i:4;s:3:\"uer\";i:5;s:5:\"young\";i:6;s:5:\"youth\";i:7;s:11:\"child-dress\";i:8;s:11:\"child dress\";}}s:21:\"fas fa-child-reaching\";a:2:{s:5:\"label\";s:14:\"Child Reaching\";s:6:\"search\";a:9:{i:0;s:3:\"boy\";i:1;s:4:\"girl\";i:2;s:3:\"kid\";i:3;s:7:\"toddler\";i:4;s:3:\"uer\";i:5;s:5:\"young\";i:6;s:5:\"youth\";i:7;s:14:\"child-reaching\";i:8;s:14:\"child reaching\";}}s:15:\"fas fa-children\";a:2:{s:5:\"label\";s:8:\"Children\";s:6:\"search\";a:10:{i:0;s:3:\"boy\";i:1;s:5:\"child\";i:2;s:4:\"girl\";i:3;s:3:\"kid\";i:4;s:4:\"kids\";i:5;s:8:\"together\";i:6;s:3:\"uer\";i:7;s:5:\"young\";i:8;s:5:\"youth\";i:9;s:8:\"children\";}}s:13:\"fab fa-chrome\";a:2:{s:5:\"label\";s:6:\"Chrome\";s:6:\"search\";a:2:{i:0;s:7:\"browser\";i:1;s:6:\"chrome\";}}s:17:\"fab fa-chromecast\";a:2:{s:5:\"label\";s:10:\"Chromecast\";s:6:\"search\";a:1:{i:0;s:10:\"chromecast\";}}s:13:\"fas fa-church\";a:2:{s:5:\"label\";s:6:\"Church\";s:6:\"search\";a:8:{i:0;s:9:\"Christian\";i:1;s:8:\"building\";i:2;s:9:\"cathedral\";i:3;s:6:\"chapel\";i:4;s:6:\"church\";i:5;s:9:\"community\";i:6;s:5:\"cross\";i:7;s:8:\"religion\";}}s:13:\"fas fa-circle\";a:2:{s:5:\"label\";s:14:\"Circle (solid)\";s:6:\"search\";a:29:{i:0;s:12:\"Black Circle\";i:1;s:18:\"Black Large Circle\";i:2;s:12:\"black circle\";i:3;s:4:\"blue\";i:4;s:11:\"blue circle\";i:5;s:5:\"brown\";i:6;s:12:\"brown circle\";i:7;s:5:\"chart\";i:8;s:6:\"circle\";i:9;s:11:\"circle-thin\";i:10;s:8:\"diameter\";i:11;s:3:\"dot\";i:12;s:7:\"ellipse\";i:13;s:4:\"fill\";i:14;s:9:\"geometric\";i:15;s:5:\"green\";i:16;s:12:\"green circle\";i:17;s:12:\"notification\";i:18;s:6:\"orange\";i:19;s:13:\"orange circle\";i:20;s:8:\"progress\";i:21;s:6:\"purple\";i:22;s:13:\"purple circle\";i:23;s:3:\"red\";i:24;s:10:\"red circle\";i:25;s:5:\"round\";i:26;s:12:\"white circle\";i:27;s:6:\"yellow\";i:28;s:13:\"yellow circle\";}}s:13:\"far fa-circle\";a:2:{s:5:\"label\";s:16:\"Circle (regular)\";s:6:\"search\";a:29:{i:0;s:12:\"Black Circle\";i:1;s:18:\"Black Large Circle\";i:2;s:12:\"black circle\";i:3;s:4:\"blue\";i:4;s:11:\"blue circle\";i:5;s:5:\"brown\";i:6;s:12:\"brown circle\";i:7;s:5:\"chart\";i:8;s:6:\"circle\";i:9;s:11:\"circle-thin\";i:10;s:8:\"diameter\";i:11;s:3:\"dot\";i:12;s:7:\"ellipse\";i:13;s:4:\"fill\";i:14;s:9:\"geometric\";i:15;s:5:\"green\";i:16;s:12:\"green circle\";i:17;s:12:\"notification\";i:18;s:6:\"orange\";i:19;s:13:\"orange circle\";i:20;s:8:\"progress\";i:21;s:6:\"purple\";i:22;s:13:\"purple circle\";i:23;s:3:\"red\";i:24;s:10:\"red circle\";i:25;s:5:\"round\";i:26;s:12:\"white circle\";i:27;s:6:\"yellow\";i:28;s:13:\"yellow circle\";}}s:24:\"fas fa-circle-arrow-down\";a:2:{s:5:\"label\";s:17:\"Circle Arrow Down\";s:6:\"search\";a:3:{i:0;s:8:\"download\";i:1;s:17:\"circle-arrow-down\";i:2;s:17:\"circle arrow down\";}}s:24:\"fas fa-circle-arrow-left\";a:2:{s:5:\"label\";s:17:\"Circle Arrow Left\";s:6:\"search\";a:4:{i:0;s:4:\"back\";i:1;s:8:\"previous\";i:2;s:17:\"circle-arrow-left\";i:3;s:17:\"circle arrow left\";}}s:25:\"fas fa-circle-arrow-right\";a:2:{s:5:\"label\";s:18:\"Circle Arrow Right\";s:6:\"search\";a:4:{i:0;s:7:\"forward\";i:1;s:4:\"next\";i:2;s:18:\"circle-arrow-right\";i:3;s:18:\"circle arrow right\";}}s:22:\"fas fa-circle-arrow-up\";a:2:{s:5:\"label\";s:15:\"Circle Arrow Up\";s:6:\"search\";a:4:{i:0;s:7:\"upgrade\";i:1;s:6:\"upload\";i:2;s:15:\"circle-arrow-up\";i:3;s:15:\"circle arrow up\";}}s:19:\"fas fa-circle-check\";a:2:{s:5:\"label\";s:20:\"Circle Check (solid)\";s:6:\"search\";a:19:{i:0;s:6:\"accept\";i:1;s:8:\"affected\";i:2;s:5:\"agree\";i:3;s:5:\"clear\";i:4;s:7:\"confirm\";i:5;s:7:\"correct\";i:6;s:6:\"coupon\";i:7;s:4:\"done\";i:8;s:6:\"enable\";i:9;s:2:\"ok\";i:10;s:6:\"select\";i:11;s:7:\"success\";i:12;s:4:\"tick\";i:13;s:4:\"todo\";i:14;s:8:\"validate\";i:15;s:7:\"working\";i:16;s:3:\"yes\";i:17;s:12:\"circle-check\";i:18;s:12:\"circle check\";}}s:19:\"far fa-circle-check\";a:2:{s:5:\"label\";s:22:\"Circle Check (regular)\";s:6:\"search\";a:19:{i:0;s:6:\"accept\";i:1;s:8:\"affected\";i:2;s:5:\"agree\";i:3;s:5:\"clear\";i:4;s:7:\"confirm\";i:5;s:7:\"correct\";i:6;s:6:\"coupon\";i:7;s:4:\"done\";i:8;s:6:\"enable\";i:9;s:2:\"ok\";i:10;s:6:\"select\";i:11;s:7:\"success\";i:12;s:4:\"tick\";i:13;s:4:\"todo\";i:14;s:8:\"validate\";i:15;s:7:\"working\";i:16;s:3:\"yes\";i:17;s:12:\"circle-check\";i:18;s:12:\"circle check\";}}s:26:\"fas fa-circle-chevron-down\";a:2:{s:5:\"label\";s:19:\"Circle Chevron Down\";s:6:\"search\";a:7:{i:0;s:5:\"arrow\";i:1;s:8:\"download\";i:2;s:8:\"dropdown\";i:3;s:4:\"menu\";i:4;s:4:\"more\";i:5;s:19:\"circle-chevron-down\";i:6;s:19:\"circle chevron down\";}}s:26:\"fas fa-circle-chevron-left\";a:2:{s:5:\"label\";s:19:\"Circle Chevron Left\";s:6:\"search\";a:5:{i:0;s:5:\"arrow\";i:1;s:4:\"back\";i:2;s:8:\"previous\";i:3;s:19:\"circle-chevron-left\";i:4;s:19:\"circle chevron left\";}}s:27:\"fas fa-circle-chevron-right\";a:2:{s:5:\"label\";s:20:\"Circle Chevron Right\";s:6:\"search\";a:5:{i:0;s:5:\"arrow\";i:1;s:7:\"forward\";i:2;s:4:\"next\";i:3;s:20:\"circle-chevron-right\";i:4;s:20:\"circle chevron right\";}}s:24:\"fas fa-circle-chevron-up\";a:2:{s:5:\"label\";s:17:\"Circle Chevron Up\";s:6:\"search\";a:6:{i:0;s:5:\"arrow\";i:1;s:8:\"collapse\";i:2;s:7:\"upgrade\";i:3;s:6:\"upload\";i:4;s:17:\"circle-chevron-up\";i:5;s:17:\"circle chevron up\";}}s:28:\"fas fa-circle-dollar-to-slot\";a:2:{s:5:\"label\";s:21:\"Circle Dollar To Slot\";s:6:\"search\";a:7:{i:0;s:10:\"contribute\";i:1;s:10:\"generosity\";i:2;s:4:\"gift\";i:3;s:4:\"give\";i:4;s:7:\"premium\";i:5;s:21:\"circle-dollar-to-slot\";i:6;s:21:\"circle dollar to slot\";}}s:17:\"fas fa-circle-dot\";a:2:{s:5:\"label\";s:18:\"Circle Dot (solid)\";s:6:\"search\";a:9:{i:0;s:8:\"bullseye\";i:1;s:6:\"button\";i:2;s:9:\"geometric\";i:3;s:12:\"notification\";i:4;s:5:\"radio\";i:5;s:12:\"radio button\";i:6;s:6:\"target\";i:7;s:10:\"circle-dot\";i:8;s:10:\"circle dot\";}}s:17:\"far fa-circle-dot\";a:2:{s:5:\"label\";s:20:\"Circle Dot (regular)\";s:6:\"search\";a:9:{i:0;s:8:\"bullseye\";i:1;s:6:\"button\";i:2;s:9:\"geometric\";i:3;s:12:\"notification\";i:4;s:5:\"radio\";i:5;s:12:\"radio button\";i:6;s:6:\"target\";i:7;s:10:\"circle-dot\";i:8;s:10:\"circle dot\";}}s:18:\"fas fa-circle-down\";a:2:{s:5:\"label\";s:19:\"Circle Down (solid)\";s:6:\"search\";a:4:{i:0;s:19:\"arrow-circle-o-down\";i:1;s:8:\"download\";i:2;s:11:\"circle-down\";i:3;s:11:\"circle down\";}}s:18:\"far fa-circle-down\";a:2:{s:5:\"label\";s:21:\"Circle Down (regular)\";s:6:\"search\";a:4:{i:0;s:19:\"arrow-circle-o-down\";i:1;s:8:\"download\";i:2;s:11:\"circle-down\";i:3;s:11:\"circle down\";}}s:25:\"fas fa-circle-exclamation\";a:2:{s:5:\"label\";s:18:\"Circle Exclamation\";s:6:\"search\";a:16:{i:0;s:6:\"affect\";i:1;s:5:\"alert\";i:2;s:9:\"attention\";i:3;s:6:\"damage\";i:4;s:6:\"danger\";i:5;s:5:\"error\";i:6;s:6:\"failed\";i:7;s:9:\"important\";i:8;s:6:\"notice\";i:9;s:12:\"notification\";i:10;s:6:\"notify\";i:11;s:7:\"problem\";i:12;s:8:\"required\";i:13;s:7:\"warning\";i:14;s:18:\"circle-exclamation\";i:15;s:18:\"circle exclamation\";}}s:15:\"fas fa-circle-h\";a:2:{s:5:\"label\";s:8:\"Circle H\";s:6:\"search\";a:8:{i:0;s:30:\"Circled Latin Capital Letter H\";i:1;s:6:\"clinic\";i:2;s:8:\"covid-19\";i:3;s:9:\"emergency\";i:4;s:6:\"letter\";i:5;s:3:\"map\";i:6;s:8:\"circle-h\";i:7;s:8:\"circle h\";}}s:25:\"fas fa-circle-half-stroke\";a:2:{s:5:\"label\";s:18:\"Circle Half Stroke\";s:6:\"search\";a:12:{i:0;s:27:\"Circle with Left Half Black\";i:1;s:6:\"adjust\";i:2;s:5:\"chart\";i:3;s:8:\"contrast\";i:4;s:4:\"dark\";i:5;s:4:\"fill\";i:6;s:5:\"light\";i:7;s:3:\"pie\";i:8;s:8:\"progress\";i:9;s:10:\"saturation\";i:10;s:18:\"circle-half-stroke\";i:11;s:18:\"circle half stroke\";}}s:18:\"fas fa-circle-info\";a:2:{s:5:\"label\";s:11:\"Circle Info\";s:6:\"search\";a:7:{i:0;s:7:\"details\";i:1;s:4:\"help\";i:2;s:11:\"information\";i:3;s:4:\"more\";i:4;s:7:\"support\";i:5;s:11:\"circle-info\";i:6;s:11:\"circle info\";}}s:18:\"fas fa-circle-left\";a:2:{s:5:\"label\";s:19:\"Circle Left (solid)\";s:6:\"search\";a:5:{i:0;s:19:\"arrow-circle-o-left\";i:1;s:4:\"back\";i:2;s:8:\"previous\";i:3;s:11:\"circle-left\";i:4;s:11:\"circle left\";}}s:18:\"far fa-circle-left\";a:2:{s:5:\"label\";s:21:\"Circle Left (regular)\";s:6:\"search\";a:5:{i:0;s:19:\"arrow-circle-o-left\";i:1;s:4:\"back\";i:2;s:8:\"previous\";i:3;s:11:\"circle-left\";i:4;s:11:\"circle left\";}}s:19:\"fas fa-circle-minus\";a:2:{s:5:\"label\";s:12:\"Circle Minus\";s:6:\"search\";a:8:{i:0;s:6:\"delete\";i:1;s:4:\"hide\";i:2;s:8:\"negative\";i:3;s:6:\"remove\";i:4;s:5:\"shape\";i:5;s:5:\"trash\";i:6;s:12:\"circle-minus\";i:7;s:12:\"circle minus\";}}s:19:\"fas fa-circle-nodes\";a:2:{s:5:\"label\";s:12:\"Circle Nodes\";s:6:\"search\";a:5:{i:0;s:7:\"cluster\";i:1;s:7:\"connect\";i:2;s:7:\"network\";i:3;s:12:\"circle-nodes\";i:4;s:12:\"circle nodes\";}}s:19:\"fas fa-circle-notch\";a:2:{s:5:\"label\";s:12:\"Circle Notch\";s:6:\"search\";a:8:{i:0;s:14:\"circle-o-notch\";i:1;s:8:\"diameter\";i:2;s:3:\"dot\";i:3;s:7:\"ellipse\";i:4;s:5:\"round\";i:5;s:7:\"spinner\";i:6;s:12:\"circle-notch\";i:7;s:12:\"circle notch\";}}s:19:\"fas fa-circle-pause\";a:2:{s:5:\"label\";s:20:\"Circle Pause (solid)\";s:6:\"search\";a:4:{i:0;s:4:\"hold\";i:1;s:4:\"wait\";i:2;s:12:\"circle-pause\";i:3;s:12:\"circle pause\";}}s:19:\"far fa-circle-pause\";a:2:{s:5:\"label\";s:22:\"Circle Pause (regular)\";s:6:\"search\";a:4:{i:0;s:4:\"hold\";i:1;s:4:\"wait\";i:2;s:12:\"circle-pause\";i:3;s:12:\"circle pause\";}}s:18:\"fas fa-circle-play\";a:2:{s:5:\"label\";s:19:\"Circle Play (solid)\";s:6:\"search\";a:8:{i:0;s:5:\"audio\";i:1;s:5:\"music\";i:2;s:7:\"playing\";i:3;s:5:\"sound\";i:4;s:5:\"start\";i:5;s:5:\"video\";i:6;s:11:\"circle-play\";i:7;s:11:\"circle play\";}}s:18:\"far fa-circle-play\";a:2:{s:5:\"label\";s:21:\"Circle Play (regular)\";s:6:\"search\";a:8:{i:0;s:5:\"audio\";i:1;s:5:\"music\";i:2;s:7:\"playing\";i:3;s:5:\"sound\";i:4;s:5:\"start\";i:5;s:5:\"video\";i:6;s:11:\"circle-play\";i:7;s:11:\"circle play\";}}s:18:\"fas fa-circle-plus\";a:2:{s:5:\"label\";s:11:\"Circle Plus\";s:6:\"search\";a:8:{i:0;s:3:\"add\";i:1;s:6:\"create\";i:2;s:6:\"expand\";i:3;s:3:\"new\";i:4;s:8:\"positive\";i:5;s:5:\"shape\";i:6;s:11:\"circle-plus\";i:7;s:11:\"circle plus\";}}s:22:\"fas fa-circle-question\";a:2:{s:5:\"label\";s:23:\"Circle Question (solid)\";s:6:\"search\";a:7:{i:0;s:3:\"faq\";i:1;s:4:\"help\";i:2;s:11:\"information\";i:3;s:7:\"support\";i:4;s:7:\"unknown\";i:5;s:15:\"circle-question\";i:6;s:15:\"circle question\";}}s:22:\"far fa-circle-question\";a:2:{s:5:\"label\";s:25:\"Circle Question (regular)\";s:6:\"search\";a:7:{i:0;s:3:\"faq\";i:1;s:4:\"help\";i:2;s:11:\"information\";i:3;s:7:\"support\";i:4;s:7:\"unknown\";i:5;s:15:\"circle-question\";i:6;s:15:\"circle question\";}}s:23:\"fas fa-circle-radiation\";a:2:{s:5:\"label\";s:16:\"Circle Radiation\";s:6:\"search\";a:10:{i:0;s:6:\"danger\";i:1;s:9:\"dangerous\";i:2;s:6:\"deadly\";i:3;s:6:\"hazard\";i:4;s:7:\"nuclear\";i:5;s:11:\"radioactive\";i:6;s:4:\"sign\";i:7;s:7:\"warning\";i:8;s:16:\"circle-radiation\";i:9;s:16:\"circle radiation\";}}s:19:\"fas fa-circle-right\";a:2:{s:5:\"label\";s:20:\"Circle Right (solid)\";s:6:\"search\";a:5:{i:0;s:20:\"arrow-circle-o-right\";i:1;s:7:\"forward\";i:2;s:4:\"next\";i:3;s:12:\"circle-right\";i:4;s:12:\"circle right\";}}s:19:\"far fa-circle-right\";a:2:{s:5:\"label\";s:22:\"Circle Right (regular)\";s:6:\"search\";a:5:{i:0;s:20:\"arrow-circle-o-right\";i:1;s:7:\"forward\";i:2;s:4:\"next\";i:3;s:12:\"circle-right\";i:4;s:12:\"circle right\";}}s:18:\"fas fa-circle-stop\";a:2:{s:5:\"label\";s:19:\"Circle Stop (solid)\";s:6:\"search\";a:6:{i:0;s:5:\"block\";i:1;s:3:\"box\";i:2;s:6:\"circle\";i:3;s:6:\"square\";i:4;s:11:\"circle-stop\";i:5;s:11:\"circle stop\";}}s:18:\"far fa-circle-stop\";a:2:{s:5:\"label\";s:21:\"Circle Stop (regular)\";s:6:\"search\";a:6:{i:0;s:5:\"block\";i:1;s:3:\"box\";i:2;s:6:\"circle\";i:3;s:6:\"square\";i:4;s:11:\"circle-stop\";i:5;s:11:\"circle stop\";}}s:16:\"fas fa-circle-up\";a:2:{s:5:\"label\";s:17:\"Circle Up (solid)\";s:6:\"search\";a:4:{i:0;s:17:\"arrow-circle-o-up\";i:1;s:7:\"upgrade\";i:2;s:9:\"circle-up\";i:3;s:9:\"circle up\";}}s:16:\"far fa-circle-up\";a:2:{s:5:\"label\";s:19:\"Circle Up (regular)\";s:6:\"search\";a:4:{i:0;s:17:\"arrow-circle-o-up\";i:1;s:7:\"upgrade\";i:2;s:9:\"circle-up\";i:3;s:9:\"circle up\";}}s:18:\"fas fa-circle-user\";a:2:{s:5:\"label\";s:19:\"Circle User (solid)\";s:6:\"search\";a:6:{i:0;s:8:\"employee\";i:1;s:3:\"uer\";i:2;s:8:\"username\";i:3;s:12:\"users-people\";i:4;s:11:\"circle-user\";i:5;s:11:\"circle user\";}}s:18:\"far fa-circle-user\";a:2:{s:5:\"label\";s:21:\"Circle User (regular)\";s:6:\"search\";a:6:{i:0;s:8:\"employee\";i:1;s:3:\"uer\";i:2;s:8:\"username\";i:3;s:12:\"users-people\";i:4;s:11:\"circle-user\";i:5;s:11:\"circle user\";}}s:19:\"fas fa-circle-xmark\";a:2:{s:5:\"label\";s:20:\"Circle Xmark (solid)\";s:6:\"search\";a:14:{i:0;s:5:\"close\";i:1;s:5:\"cross\";i:2;s:7:\"destroy\";i:3;s:4:\"exit\";i:4;s:9:\"incorrect\";i:5;s:6:\"notice\";i:6;s:12:\"notification\";i:7;s:6:\"notify\";i:8;s:7:\"problem\";i:9;s:7:\"uncheck\";i:10;s:5:\"wrong\";i:11;s:1:\"x\";i:12;s:12:\"circle-xmark\";i:13;s:12:\"circle xmark\";}}s:19:\"far fa-circle-xmark\";a:2:{s:5:\"label\";s:22:\"Circle Xmark (regular)\";s:6:\"search\";a:14:{i:0;s:5:\"close\";i:1;s:5:\"cross\";i:2;s:7:\"destroy\";i:3;s:4:\"exit\";i:4;s:9:\"incorrect\";i:5;s:6:\"notice\";i:6;s:12:\"notification\";i:7;s:6:\"notify\";i:8;s:7:\"problem\";i:9;s:7:\"uncheck\";i:10;s:5:\"wrong\";i:11;s:1:\"x\";i:12;s:12:\"circle-xmark\";i:13;s:12:\"circle xmark\";}}s:11:\"fas fa-city\";a:2:{s:5:\"label\";s:4:\"City\";s:6:\"search\";a:7:{i:0;s:9:\"buildings\";i:1;s:4:\"busy\";i:2;s:4:\"city\";i:3;s:9:\"cityscape\";i:4;s:11:\"skyscrapers\";i:5;s:5:\"urban\";i:6;s:7:\"windows\";}}s:19:\"fas fa-clapperboard\";a:2:{s:5:\"label\";s:12:\"Clapperboard\";s:6:\"search\";a:8:{i:0;s:6:\"camera\";i:1;s:7:\"clapper\";i:2;s:13:\"clapper board\";i:3;s:8:\"director\";i:4;s:4:\"film\";i:5;s:5:\"movie\";i:6;s:6:\"record\";i:7;s:12:\"clapperboard\";}}s:16:\"fas fa-clipboard\";a:2:{s:5:\"label\";s:17:\"Clipboard (solid)\";s:6:\"search\";a:7:{i:0;s:8:\"clipboar\";i:1;s:9:\"clipboard\";i:2;s:4:\"copy\";i:3;s:7:\"notepad\";i:4;s:5:\"notes\";i:5;s:5:\"paste\";i:6;s:6:\"record\";}}s:16:\"far fa-clipboard\";a:2:{s:5:\"label\";s:19:\"Clipboard (regular)\";s:6:\"search\";a:7:{i:0;s:8:\"clipboar\";i:1;s:9:\"clipboard\";i:2;s:4:\"copy\";i:3;s:7:\"notepad\";i:4;s:5:\"notes\";i:5;s:5:\"paste\";i:6;s:6:\"record\";}}s:22:\"fas fa-clipboard-check\";a:2:{s:5:\"label\";s:15:\"Clipboard Check\";s:6:\"search\";a:16:{i:0;s:6:\"accept\";i:1;s:5:\"agree\";i:2;s:7:\"confirm\";i:3;s:6:\"coupon\";i:4;s:4:\"done\";i:5;s:6:\"enable\";i:6;s:2:\"ok\";i:7;s:6:\"select\";i:8;s:7:\"success\";i:9;s:4:\"tick\";i:10;s:4:\"todo\";i:11;s:8:\"validate\";i:12;s:7:\"working\";i:13;s:3:\"yes\";i:14;s:15:\"clipboard-check\";i:15;s:15:\"clipboard check\";}}s:21:\"fas fa-clipboard-list\";a:2:{s:5:\"label\";s:14:\"Clipboard List\";s:6:\"search\";a:15:{i:0;s:10:\"cheatsheet\";i:1;s:9:\"checklist\";i:2;s:9:\"completed\";i:3;s:4:\"done\";i:4;s:8:\"finished\";i:5;s:10:\"intinerary\";i:6;s:2:\"ol\";i:7;s:8:\"schedule\";i:8;s:7:\"summary\";i:9;s:4:\"tick\";i:10;s:4:\"todo\";i:11;s:2:\"ul\";i:12;s:8:\"wishlist\";i:13;s:14:\"clipboard-list\";i:14;s:14:\"clipboard list\";}}s:25:\"fas fa-clipboard-question\";a:2:{s:5:\"label\";s:18:\"Clipboard Question\";s:6:\"search\";a:7:{i:0;s:10:\"assistance\";i:1;s:3:\"faq\";i:2;s:9:\"interview\";i:3;s:5:\"query\";i:4;s:8:\"question\";i:5;s:18:\"clipboard-question\";i:6;s:18:\"clipboard question\";}}s:21:\"fas fa-clipboard-user\";a:2:{s:5:\"label\";s:14:\"Clipboard User\";s:6:\"search\";a:8:{i:0;s:10:\"attendance\";i:1;s:8:\"employee\";i:2;s:6:\"record\";i:3;s:6:\"roster\";i:4;s:5:\"staff\";i:5;s:3:\"uer\";i:6;s:14:\"clipboard-user\";i:7;s:14:\"clipboard user\";}}s:12:\"fas fa-clock\";a:2:{s:5:\"label\";s:13:\"Clock (solid)\";s:6:\"search\";a:19:{i:0;s:2:\"00\";i:1;s:1:\"4\";i:2;s:4:\"4:00\";i:3;s:5:\"clock\";i:4;s:4:\"date\";i:5;s:4:\"four\";i:6;s:14:\"four o’clock\";i:7;s:4:\"hour\";i:8;s:4:\"late\";i:9;s:6:\"minute\";i:10;s:7:\"o\'clock\";i:11;s:9:\"o’clock\";i:12;s:7:\"pending\";i:13;s:8:\"schedule\";i:14;s:7:\"ticking\";i:15;s:4:\"time\";i:16;s:5:\"timer\";i:17;s:9:\"timestamp\";i:18;s:5:\"watch\";}}s:12:\"far fa-clock\";a:2:{s:5:\"label\";s:15:\"Clock (regular)\";s:6:\"search\";a:19:{i:0;s:2:\"00\";i:1;s:1:\"4\";i:2;s:4:\"4:00\";i:3;s:5:\"clock\";i:4;s:4:\"date\";i:5;s:4:\"four\";i:6;s:14:\"four o’clock\";i:7;s:4:\"hour\";i:8;s:4:\"late\";i:9;s:6:\"minute\";i:10;s:7:\"o\'clock\";i:11;s:9:\"o’clock\";i:12;s:7:\"pending\";i:13;s:8:\"schedule\";i:14;s:7:\"ticking\";i:15;s:4:\"time\";i:16;s:5:\"timer\";i:17;s:9:\"timestamp\";i:18;s:5:\"watch\";}}s:24:\"fas fa-clock-rotate-left\";a:2:{s:5:\"label\";s:17:\"Clock Rotate Left\";s:6:\"search\";a:10:{i:0;s:6:\"Rewind\";i:1;s:5:\"clock\";i:2;s:7:\"pending\";i:3;s:7:\"reverse\";i:4;s:4:\"time\";i:5;s:12:\"time machine\";i:6;s:11:\"time travel\";i:7;s:7:\"waiting\";i:8;s:17:\"clock-rotate-left\";i:9;s:17:\"clock rotate left\";}}s:12:\"fas fa-clone\";a:2:{s:5:\"label\";s:13:\"Clone (solid)\";s:6:\"search\";a:5:{i:0;s:7:\"arrange\";i:1;s:4:\"copy\";i:2;s:9:\"duplicate\";i:3;s:5:\"paste\";i:4;s:5:\"clone\";}}s:12:\"far fa-clone\";a:2:{s:5:\"label\";s:15:\"Clone (regular)\";s:6:\"search\";a:5:{i:0;s:7:\"arrange\";i:1;s:4:\"copy\";i:2;s:9:\"duplicate\";i:3;s:5:\"paste\";i:4;s:5:\"clone\";}}s:24:\"fas fa-closed-captioning\";a:2:{s:5:\"label\";s:25:\"Closed Captioning (solid)\";s:6:\"search\";a:9:{i:0;s:2:\"cc\";i:1;s:4:\"deaf\";i:2;s:7:\"hearing\";i:3;s:8:\"subtitle\";i:4;s:10:\"subtitling\";i:5;s:4:\"text\";i:6;s:5:\"video\";i:7;s:17:\"closed-captioning\";i:8;s:17:\"closed captioning\";}}s:24:\"far fa-closed-captioning\";a:2:{s:5:\"label\";s:27:\"Closed Captioning (regular)\";s:6:\"search\";a:9:{i:0;s:2:\"cc\";i:1;s:4:\"deaf\";i:2;s:7:\"hearing\";i:3;s:8:\"subtitle\";i:4;s:10:\"subtitling\";i:5;s:4:\"text\";i:6;s:5:\"video\";i:7;s:17:\"closed-captioning\";i:8;s:17:\"closed captioning\";}}s:12:\"fas fa-cloud\";a:2:{s:5:\"label\";s:5:\"Cloud\";s:6:\"search\";a:7:{i:0;s:10:\"atmosphere\";i:1;s:5:\"cloud\";i:2;s:3:\"fog\";i:3;s:8:\"overcast\";i:4;s:4:\"save\";i:5;s:6:\"upload\";i:6;s:7:\"weather\";}}s:23:\"fas fa-cloud-arrow-down\";a:2:{s:5:\"label\";s:16:\"Cloud Arrow Down\";s:6:\"search\";a:5:{i:0;s:8:\"download\";i:1;s:6:\"export\";i:2;s:4:\"save\";i:3;s:16:\"cloud-arrow-down\";i:4;s:16:\"cloud arrow down\";}}s:21:\"fas fa-cloud-arrow-up\";a:2:{s:5:\"label\";s:14:\"Cloud Arrow Up\";s:6:\"search\";a:6:{i:0;s:6:\"import\";i:1;s:4:\"save\";i:2;s:7:\"upgrade\";i:3;s:6:\"upload\";i:4;s:14:\"cloud-arrow-up\";i:5;s:14:\"cloud arrow up\";}}s:17:\"fas fa-cloud-bolt\";a:2:{s:5:\"label\";s:10:\"Cloud Bolt\";s:6:\"search\";a:10:{i:0;s:4:\"bolt\";i:1;s:5:\"cloud\";i:2;s:20:\"cloud with lightning\";i:3;s:9:\"lightning\";i:4;s:13:\"precipitation\";i:5;s:4:\"rain\";i:6;s:5:\"storm\";i:7;s:7:\"weather\";i:8;s:10:\"cloud-bolt\";i:9;s:10:\"cloud bolt\";}}s:21:\"fas fa-cloud-meatball\";a:2:{s:5:\"label\";s:14:\"Cloud Meatball\";s:6:\"search\";a:6:{i:0;s:8:\"FLDSMDFR\";i:1;s:4:\"food\";i:2;s:9:\"spaghetti\";i:3;s:5:\"storm\";i:4;s:14:\"cloud-meatball\";i:5;s:14:\"cloud meatball\";}}s:17:\"fas fa-cloud-moon\";a:2:{s:5:\"label\";s:10:\"Cloud Moon\";s:6:\"search\";a:8:{i:0;s:8:\"crescent\";i:1;s:7:\"evening\";i:2;s:5:\"lunar\";i:3;s:5:\"night\";i:4;s:13:\"partly cloudy\";i:5;s:3:\"sky\";i:6;s:10:\"cloud-moon\";i:7;s:10:\"cloud moon\";}}s:22:\"fas fa-cloud-moon-rain\";a:2:{s:5:\"label\";s:15:\"Cloud Moon Rain\";s:6:\"search\";a:11:{i:0;s:8:\"crescent\";i:1;s:7:\"evening\";i:2;s:5:\"lunar\";i:3;s:5:\"night\";i:4;s:13:\"partly cloudy\";i:5;s:13:\"precipitation\";i:6;s:4:\"rain\";i:7;s:3:\"sky\";i:8;s:5:\"storm\";i:9;s:15:\"cloud-moon-rain\";i:10;s:15:\"cloud moon rain\";}}s:17:\"fas fa-cloud-rain\";a:2:{s:5:\"label\";s:10:\"Cloud Rain\";s:6:\"search\";a:9:{i:0;s:4:\"Rain\";i:1;s:5:\"cloud\";i:2;s:15:\"cloud with rain\";i:3;s:13:\"precipitation\";i:4;s:4:\"rain\";i:5;s:3:\"sky\";i:6;s:5:\"storm\";i:7;s:10:\"cloud-rain\";i:8;s:10:\"cloud rain\";}}s:26:\"fas fa-cloud-showers-heavy\";a:2:{s:5:\"label\";s:19:\"Cloud Showers Heavy\";s:6:\"search\";a:6:{i:0;s:13:\"precipitation\";i:1;s:4:\"rain\";i:2;s:3:\"sky\";i:3;s:5:\"storm\";i:4;s:19:\"cloud-showers-heavy\";i:5;s:19:\"cloud showers heavy\";}}s:26:\"fas fa-cloud-showers-water\";a:2:{s:5:\"label\";s:19:\"Cloud Showers Water\";s:6:\"search\";a:8:{i:0;s:5:\"cloud\";i:1;s:6:\"deluge\";i:2;s:5:\"flood\";i:3;s:4:\"rain\";i:4;s:5:\"storm\";i:5;s:5:\"surge\";i:6;s:19:\"cloud-showers-water\";i:7;s:19:\"cloud showers water\";}}s:16:\"fas fa-cloud-sun\";a:2:{s:5:\"label\";s:9:\"Cloud Sun\";s:6:\"search\";a:12:{i:0;s:5:\"clear\";i:1;s:5:\"cloud\";i:2;s:3:\"day\";i:3;s:7:\"daytime\";i:4;s:4:\"fall\";i:5;s:8:\"outdoors\";i:6;s:8:\"overcast\";i:7;s:13:\"partly cloudy\";i:8;s:3:\"sun\";i:9;s:16:\"sun behind cloud\";i:10;s:9:\"cloud-sun\";i:11;s:9:\"cloud sun\";}}s:21:\"fas fa-cloud-sun-rain\";a:2:{s:5:\"label\";s:14:\"Cloud Sun Rain\";s:6:\"search\";a:12:{i:0;s:5:\"cloud\";i:1;s:3:\"day\";i:2;s:8:\"overcast\";i:3;s:13:\"precipitation\";i:4;s:4:\"rain\";i:5;s:5:\"storm\";i:6;s:6:\"summer\";i:7;s:3:\"sun\";i:8;s:21:\"sun behind rain cloud\";i:9;s:9:\"sunshower\";i:10;s:14:\"cloud-sun-rain\";i:11;s:14:\"cloud sun rain\";}}s:17:\"fab fa-cloudflare\";a:2:{s:5:\"label\";s:10:\"Cloudflare\";s:6:\"search\";a:1:{i:0;s:10:\"cloudflare\";}}s:17:\"fab fa-cloudscale\";a:2:{s:5:\"label\";s:13:\"cloudscale.ch\";s:6:\"search\";a:2:{i:0;s:10:\"cloudscale\";i:1;s:13:\"cloudscale.ch\";}}s:17:\"fab fa-cloudsmith\";a:2:{s:5:\"label\";s:10:\"Cloudsmith\";s:6:\"search\";a:1:{i:0;s:10:\"cloudsmith\";}}s:19:\"fab fa-cloudversify\";a:2:{s:5:\"label\";s:12:\"cloudversify\";s:6:\"search\";a:1:{i:0;s:12:\"cloudversify\";}}s:13:\"fas fa-clover\";a:2:{s:5:\"label\";s:6:\"Clover\";s:6:\"search\";a:10:{i:0;s:1:\"4\";i:1;s:5:\"charm\";i:2;s:6:\"clover\";i:3;s:4:\"four\";i:4;s:16:\"four leaf clover\";i:5;s:16:\"four-leaf clover\";i:6;s:4:\"leaf\";i:7;s:10:\"leprechaun\";i:8;s:4:\"luck\";i:9;s:5:\"lucky\";}}s:13:\"fab fa-cmplid\";a:2:{s:5:\"label\";s:6:\"Cmplid\";s:6:\"search\";a:1:{i:0;s:6:\"cmplid\";}}s:11:\"fas fa-code\";a:2:{s:5:\"label\";s:4:\"Code\";s:6:\"search\";a:6:{i:0;s:8:\"brackets\";i:1;s:4:\"code\";i:2;s:11:\"development\";i:3;s:4:\"html\";i:4;s:5:\"mysql\";i:5;s:3:\"sql\";}}s:18:\"fas fa-code-branch\";a:2:{s:5:\"label\";s:11:\"Code Branch\";s:6:\"search\";a:11:{i:0;s:6:\"branch\";i:1;s:3:\"git\";i:2;s:6:\"github\";i:3;s:5:\"mysql\";i:4;s:6:\"rebase\";i:5;s:3:\"sql\";i:6;s:3:\"svn\";i:7;s:3:\"vcs\";i:8;s:7:\"version\";i:9;s:11:\"code-branch\";i:10;s:11:\"code branch\";}}s:18:\"fas fa-code-commit\";a:2:{s:5:\"label\";s:11:\"Code Commit\";s:6:\"search\";a:10:{i:0;s:6:\"commit\";i:1;s:3:\"git\";i:2;s:6:\"github\";i:3;s:4:\"hash\";i:4;s:6:\"rebase\";i:5;s:3:\"svn\";i:6;s:3:\"vcs\";i:7;s:7:\"version\";i:8;s:11:\"code-commit\";i:9;s:11:\"code commit\";}}s:19:\"fas fa-code-compare\";a:2:{s:5:\"label\";s:12:\"Code Compare\";s:6:\"search\";a:7:{i:0;s:7:\"compare\";i:1;s:3:\"git\";i:2;s:6:\"github\";i:3;s:3:\"svn\";i:4;s:7:\"version\";i:5;s:12:\"code-compare\";i:6;s:12:\"code compare\";}}s:16:\"fas fa-code-fork\";a:2:{s:5:\"label\";s:9:\"Code Fork\";s:6:\"search\";a:7:{i:0;s:4:\"fork\";i:1;s:3:\"git\";i:2;s:6:\"github\";i:3;s:3:\"svn\";i:4;s:7:\"version\";i:5;s:9:\"code-fork\";i:6;s:9:\"code fork\";}}s:17:\"fas fa-code-merge\";a:2:{s:5:\"label\";s:10:\"Code Merge\";s:6:\"search\";a:10:{i:0;s:3:\"git\";i:1;s:6:\"github\";i:2;s:5:\"merge\";i:3;s:2:\"pr\";i:4;s:6:\"rebase\";i:5;s:3:\"svn\";i:6;s:3:\"vcs\";i:7;s:7:\"version\";i:8;s:10:\"code-merge\";i:9;s:10:\"code merge\";}}s:24:\"fas fa-code-pull-request\";a:2:{s:5:\"label\";s:17:\"Code Pull Request\";s:6:\"search\";a:7:{i:0;s:3:\"git\";i:1;s:6:\"github\";i:2;s:2:\"pr\";i:3;s:3:\"svn\";i:4;s:7:\"version\";i:5;s:17:\"code-pull-request\";i:6;s:17:\"code pull request\";}}s:14:\"fab fa-codepen\";a:2:{s:5:\"label\";s:7:\"Codepen\";s:6:\"search\";a:1:{i:0;s:7:\"codepen\";}}s:15:\"fab fa-codiepie\";a:2:{s:5:\"label\";s:9:\"Codie Pie\";s:6:\"search\";a:2:{i:0;s:8:\"codiepie\";i:1;s:9:\"codie pie\";}}s:12:\"fas fa-coins\";a:2:{s:5:\"label\";s:5:\"Coins\";s:6:\"search\";a:8:{i:0;s:8:\"currency\";i:1;s:4:\"dime\";i:2;s:9:\"financial\";i:3;s:4:\"gold\";i:4;s:5:\"money\";i:5;s:5:\"penny\";i:6;s:7:\"premium\";i:7;s:5:\"coins\";}}s:17:\"fas fa-colon-sign\";a:2:{s:5:\"label\";s:10:\"Colon Sign\";s:6:\"search\";a:4:{i:0;s:10:\"Colon Sign\";i:1;s:8:\"currency\";i:2;s:10:\"colon-sign\";i:3;s:10:\"colon sign\";}}s:14:\"fas fa-comment\";a:2:{s:5:\"label\";s:15:\"Comment (solid)\";s:6:\"search\";a:18:{i:0;s:13:\" conversation\";i:1;s:11:\" discussion\";i:2;s:8:\" talking\";i:3;s:19:\"Right Speech Bubble\";i:4;s:6:\"answer\";i:5;s:6:\"bubble\";i:6;s:4:\"chat\";i:7;s:10:\"commenting\";i:8;s:12:\"conversation\";i:9;s:8:\"feedback\";i:10;s:7:\"message\";i:11;s:4:\"note\";i:12;s:12:\"notification\";i:13;s:3:\"sms\";i:14;s:6:\"speech\";i:15;s:4:\"talk\";i:16;s:7:\"texting\";i:17;s:7:\"comment\";}}s:14:\"far fa-comment\";a:2:{s:5:\"label\";s:17:\"Comment (regular)\";s:6:\"search\";a:18:{i:0;s:13:\" conversation\";i:1;s:11:\" discussion\";i:2;s:8:\" talking\";i:3;s:19:\"Right Speech Bubble\";i:4;s:6:\"answer\";i:5;s:6:\"bubble\";i:6;s:4:\"chat\";i:7;s:10:\"commenting\";i:8;s:12:\"conversation\";i:9;s:8:\"feedback\";i:10;s:7:\"message\";i:11;s:4:\"note\";i:12;s:12:\"notification\";i:13;s:3:\"sms\";i:14;s:6:\"speech\";i:15;s:4:\"talk\";i:16;s:7:\"texting\";i:17;s:7:\"comment\";}}s:21:\"fas fa-comment-dollar\";a:2:{s:5:\"label\";s:14:\"Comment Dollar\";s:6:\"search\";a:19:{i:0;s:6:\"answer\";i:1;s:6:\"bubble\";i:2;s:4:\"chat\";i:3;s:10:\"commenting\";i:4;s:12:\"conversation\";i:5;s:8:\"feedback\";i:6;s:7:\"message\";i:7;s:5:\"money\";i:8;s:4:\"note\";i:9;s:12:\"notification\";i:10;s:3:\"pay\";i:11;s:6:\"salary\";i:12;s:3:\"sms\";i:13;s:6:\"speech\";i:14;s:5:\"spend\";i:15;s:7:\"texting\";i:16;s:8:\"transfer\";i:17;s:14:\"comment-dollar\";i:18;s:14:\"comment dollar\";}}s:19:\"fas fa-comment-dots\";a:2:{s:5:\"label\";s:20:\"Comment Dots (solid)\";s:6:\"search\";a:21:{i:0;s:6:\"answer\";i:1;s:7:\"balloon\";i:2;s:6:\"bubble\";i:3;s:4:\"chat\";i:4;s:5:\"comic\";i:5;s:10:\"commenting\";i:6;s:12:\"conversation\";i:7;s:6:\"dialog\";i:8;s:8:\"feedback\";i:9;s:7:\"message\";i:10;s:4:\"more\";i:11;s:4:\"note\";i:12;s:12:\"notification\";i:13;s:5:\"reply\";i:14;s:7:\"request\";i:15;s:3:\"sms\";i:16;s:6:\"speech\";i:17;s:14:\"speech balloon\";i:18;s:7:\"texting\";i:19;s:12:\"comment-dots\";i:20;s:12:\"comment dots\";}}s:19:\"far fa-comment-dots\";a:2:{s:5:\"label\";s:22:\"Comment Dots (regular)\";s:6:\"search\";a:21:{i:0;s:6:\"answer\";i:1;s:7:\"balloon\";i:2;s:6:\"bubble\";i:3;s:4:\"chat\";i:4;s:5:\"comic\";i:5;s:10:\"commenting\";i:6;s:12:\"conversation\";i:7;s:6:\"dialog\";i:8;s:8:\"feedback\";i:9;s:7:\"message\";i:10;s:4:\"more\";i:11;s:4:\"note\";i:12;s:12:\"notification\";i:13;s:5:\"reply\";i:14;s:7:\"request\";i:15;s:3:\"sms\";i:16;s:6:\"speech\";i:17;s:14:\"speech balloon\";i:18;s:7:\"texting\";i:19;s:12:\"comment-dots\";i:20;s:12:\"comment dots\";}}s:22:\"fas fa-comment-medical\";a:2:{s:5:\"label\";s:15:\"Comment Medical\";s:6:\"search\";a:17:{i:0;s:6:\"advice\";i:1;s:6:\"answer\";i:2;s:6:\"bubble\";i:3;s:4:\"chat\";i:4;s:10:\"commenting\";i:5;s:12:\"conversation\";i:6;s:8:\"diagnose\";i:7;s:8:\"feedback\";i:8;s:7:\"message\";i:9;s:4:\"note\";i:10;s:12:\"notification\";i:11;s:12:\"prescription\";i:12;s:3:\"sms\";i:13;s:6:\"speech\";i:14;s:7:\"texting\";i:15;s:15:\"comment-medical\";i:16;s:15:\"comment medical\";}}s:20:\"fas fa-comment-slash\";a:2:{s:5:\"label\";s:13:\"Comment Slash\";s:6:\"search\";a:18:{i:0;s:6:\"answer\";i:1;s:6:\"bubble\";i:2;s:6:\"cancel\";i:3;s:4:\"chat\";i:4;s:10:\"commenting\";i:5;s:12:\"conversation\";i:6;s:8:\"disabled\";i:7;s:8:\"feedback\";i:8;s:7:\"message\";i:9;s:4:\"mute\";i:10;s:4:\"note\";i:11;s:12:\"notification\";i:12;s:5:\"quiet\";i:13;s:3:\"sms\";i:14;s:6:\"speech\";i:15;s:7:\"texting\";i:16;s:13:\"comment-slash\";i:17;s:13:\"comment slash\";}}s:18:\"fas fa-comment-sms\";a:2:{s:5:\"label\";s:11:\"Comment Sms\";s:6:\"search\";a:11:{i:0;s:6:\"answer\";i:1;s:4:\"chat\";i:2;s:12:\"conversation\";i:3;s:7:\"message\";i:4;s:6:\"mobile\";i:5;s:12:\"notification\";i:6;s:5:\"phone\";i:7;s:3:\"sms\";i:8;s:7:\"texting\";i:9;s:11:\"comment-sms\";i:10;s:11:\"comment sms\";}}s:15:\"fas fa-comments\";a:2:{s:5:\"label\";s:16:\"Comments (solid)\";s:6:\"search\";a:18:{i:0;s:13:\" conversation\";i:1;s:11:\" discussion\";i:2;s:8:\" talking\";i:3;s:18:\"Two Speech Bubbles\";i:4;s:6:\"answer\";i:5;s:6:\"bubble\";i:6;s:4:\"chat\";i:7;s:10:\"commenting\";i:8;s:12:\"conversation\";i:9;s:8:\"feedback\";i:10;s:7:\"message\";i:11;s:4:\"note\";i:12;s:12:\"notification\";i:13;s:3:\"sms\";i:14;s:6:\"speech\";i:15;s:4:\"talk\";i:16;s:7:\"texting\";i:17;s:8:\"comments\";}}s:15:\"far fa-comments\";a:2:{s:5:\"label\";s:18:\"Comments (regular)\";s:6:\"search\";a:18:{i:0;s:13:\" conversation\";i:1;s:11:\" discussion\";i:2;s:8:\" talking\";i:3;s:18:\"Two Speech Bubbles\";i:4;s:6:\"answer\";i:5;s:6:\"bubble\";i:6;s:4:\"chat\";i:7;s:10:\"commenting\";i:8;s:12:\"conversation\";i:9;s:8:\"feedback\";i:10;s:7:\"message\";i:11;s:4:\"note\";i:12;s:12:\"notification\";i:13;s:3:\"sms\";i:14;s:6:\"speech\";i:15;s:4:\"talk\";i:16;s:7:\"texting\";i:17;s:8:\"comments\";}}s:22:\"fas fa-comments-dollar\";a:2:{s:5:\"label\";s:15:\"Comments Dollar\";s:6:\"search\";a:19:{i:0;s:6:\"answer\";i:1;s:6:\"bubble\";i:2;s:4:\"chat\";i:3;s:10:\"commenting\";i:4;s:12:\"conversation\";i:5;s:8:\"feedback\";i:6;s:7:\"message\";i:7;s:5:\"money\";i:8;s:4:\"note\";i:9;s:12:\"notification\";i:10;s:3:\"pay\";i:11;s:6:\"salary\";i:12;s:3:\"sms\";i:13;s:6:\"speech\";i:14;s:5:\"spend\";i:15;s:7:\"texting\";i:16;s:8:\"transfer\";i:17;s:15:\"comments-dollar\";i:18;s:15:\"comments dollar\";}}s:19:\"fas fa-compact-disc\";a:2:{s:5:\"label\";s:12:\"Compact Disc\";s:6:\"search\";a:19:{i:0;s:17:\"Optical Disc Icon\";i:1;s:5:\"album\";i:2;s:7:\"blu-ray\";i:3;s:6:\"bluray\";i:4;s:2:\"cd\";i:5;s:8:\"computer\";i:6;s:4:\"disc\";i:7;s:4:\"disk\";i:8;s:3:\"dvd\";i:9;s:5:\"media\";i:10;s:5:\"movie\";i:11;s:5:\"music\";i:12;s:7:\"optical\";i:13;s:12:\"optical disk\";i:14;s:6:\"record\";i:15;s:5:\"video\";i:16;s:5:\"vinyl\";i:17;s:12:\"compact-disc\";i:18;s:12:\"compact disc\";}}s:14:\"fas fa-compass\";a:2:{s:5:\"label\";s:15:\"Compass (solid)\";s:6:\"search\";a:10:{i:0;s:7:\"compass\";i:1;s:10:\"directions\";i:2;s:9:\"directory\";i:3;s:8:\"location\";i:4;s:8:\"magnetic\";i:5;s:4:\"menu\";i:6;s:10:\"navigation\";i:7;s:12:\"orienteering\";i:8;s:6:\"safari\";i:9;s:6:\"travel\";}}s:14:\"far fa-compass\";a:2:{s:5:\"label\";s:17:\"Compass (regular)\";s:6:\"search\";a:10:{i:0;s:7:\"compass\";i:1;s:10:\"directions\";i:2;s:9:\"directory\";i:3;s:8:\"location\";i:4;s:8:\"magnetic\";i:5;s:4:\"menu\";i:6;s:10:\"navigation\";i:7;s:12:\"orienteering\";i:8;s:6:\"safari\";i:9;s:6:\"travel\";}}s:23:\"fas fa-compass-drafting\";a:2:{s:5:\"label\";s:16:\"Compass Drafting\";s:6:\"search\";a:7:{i:0;s:6:\"design\";i:1;s:3:\"map\";i:2;s:18:\"mechanical drawing\";i:3;s:4:\"plot\";i:4;s:8:\"plotting\";i:5;s:16:\"compass-drafting\";i:6;s:16:\"compass drafting\";}}s:15:\"fas fa-compress\";a:2:{s:5:\"label\";s:8:\"Compress\";s:6:\"search\";a:8:{i:0;s:8:\"collapse\";i:1;s:10:\"fullscreen\";i:2;s:8:\"minimize\";i:3;s:4:\"move\";i:4;s:6:\"resize\";i:5;s:6:\"shrink\";i:6;s:7:\"smaller\";i:7;s:8:\"compress\";}}s:15:\"fas fa-computer\";a:2:{s:5:\"label\";s:8:\"Computer\";s:6:\"search\";a:5:{i:0;s:8:\"computer\";i:1;s:7:\"desktop\";i:2;s:7:\"display\";i:3;s:7:\"monitor\";i:4;s:5:\"tower\";}}s:21:\"fas fa-computer-mouse\";a:2:{s:5:\"label\";s:14:\"Computer Mouse\";s:6:\"search\";a:7:{i:0;s:5:\"click\";i:1;s:8:\"computer\";i:2;s:14:\"computer mouse\";i:3;s:6:\"cursor\";i:4;s:5:\"input\";i:5;s:10:\"peripheral\";i:6;s:14:\"computer-mouse\";}}s:17:\"fab fa-confluence\";a:2:{s:5:\"label\";s:10:\"Confluence\";s:6:\"search\";a:2:{i:0;s:9:\"atlassian\";i:1;s:10:\"confluence\";}}s:21:\"fab fa-connectdevelop\";a:2:{s:5:\"label\";s:15:\"Connect Develop\";s:6:\"search\";a:2:{i:0;s:14:\"connectdevelop\";i:1;s:15:\"connect develop\";}}s:13:\"fab fa-contao\";a:2:{s:5:\"label\";s:6:\"Contao\";s:6:\"search\";a:1:{i:0;s:6:\"contao\";}}s:13:\"fas fa-cookie\";a:2:{s:5:\"label\";s:6:\"Cookie\";s:6:\"search\";a:9:{i:0;s:10:\"baked good\";i:1;s:5:\"chips\";i:2;s:9:\"chocolate\";i:3;s:6:\"cookie\";i:4;s:7:\"dessert\";i:5;s:3:\"eat\";i:6;s:5:\"snack\";i:7;s:5:\"sweet\";i:8;s:5:\"treat\";}}s:18:\"fas fa-cookie-bite\";a:2:{s:5:\"label\";s:11:\"Cookie Bite\";s:6:\"search\";a:10:{i:0;s:10:\"baked good\";i:1;s:6:\"bitten\";i:2;s:5:\"chips\";i:3;s:9:\"chocolate\";i:4;s:3:\"eat\";i:5;s:5:\"snack\";i:6;s:5:\"sweet\";i:7;s:5:\"treat\";i:8;s:11:\"cookie-bite\";i:9;s:11:\"cookie bite\";}}s:11:\"fas fa-copy\";a:2:{s:5:\"label\";s:12:\"Copy (solid)\";s:6:\"search\";a:7:{i:0;s:5:\"clone\";i:1;s:9:\"duplicate\";i:2;s:4:\"file\";i:3;s:7:\"files-o\";i:4;s:5:\"paper\";i:5;s:5:\"paste\";i:6;s:4:\"copy\";}}s:11:\"far fa-copy\";a:2:{s:5:\"label\";s:14:\"Copy (regular)\";s:6:\"search\";a:7:{i:0;s:5:\"clone\";i:1;s:9:\"duplicate\";i:2;s:4:\"file\";i:3;s:7:\"files-o\";i:4;s:5:\"paper\";i:5;s:5:\"paste\";i:6;s:4:\"copy\";}}s:16:\"fas fa-copyright\";a:2:{s:5:\"label\";s:17:\"Copyright (solid)\";s:6:\"search\";a:6:{i:0;s:5:\"brand\";i:1;s:1:\"c\";i:2;s:9:\"copyright\";i:3;s:4:\"mark\";i:4;s:8:\"register\";i:5;s:9:\"trademark\";}}s:16:\"far fa-copyright\";a:2:{s:5:\"label\";s:19:\"Copyright (regular)\";s:6:\"search\";a:6:{i:0;s:5:\"brand\";i:1;s:1:\"c\";i:2;s:9:\"copyright\";i:3;s:4:\"mark\";i:4;s:8:\"register\";i:5;s:9:\"trademark\";}}s:20:\"fab fa-cotton-bureau\";a:2:{s:5:\"label\";s:13:\"Cotton Bureau\";s:6:\"search\";a:5:{i:0;s:8:\"clothing\";i:1;s:8:\"t-shirts\";i:2;s:7:\"tshirts\";i:3;s:13:\"cotton-bureau\";i:4;s:13:\"cotton bureau\";}}s:12:\"fas fa-couch\";a:2:{s:5:\"label\";s:5:\"Couch\";s:6:\"search\";a:6:{i:0;s:5:\"chair\";i:1;s:7:\"cushion\";i:2;s:9:\"furniture\";i:3;s:5:\"relax\";i:4;s:4:\"sofa\";i:5;s:5:\"couch\";}}s:10:\"fas fa-cow\";a:2:{s:5:\"label\";s:3:\"Cow\";s:6:\"search\";a:12:{i:0;s:11:\"agriculture\";i:1;s:6:\"animal\";i:2;s:4:\"beef\";i:3;s:6:\"bovine\";i:4;s:2:\"co\";i:5;s:3:\"cow\";i:6;s:4:\"farm\";i:7;s:5:\"fauna\";i:8;s:9:\"livestock\";i:9;s:6:\"mammal\";i:10;s:4:\"milk\";i:11;s:3:\"moo\";}}s:13:\"fab fa-cpanel\";a:2:{s:5:\"label\";s:6:\"cPanel\";s:6:\"search\";a:1:{i:0;s:6:\"cpanel\";}}s:23:\"fab fa-creative-commons\";a:2:{s:5:\"label\";s:16:\"Creative Commons\";s:6:\"search\";a:2:{i:0;s:16:\"creative-commons\";i:1;s:16:\"creative commons\";}}s:26:\"fab fa-creative-commons-by\";a:2:{s:5:\"label\";s:28:\"Creative Commons Attribution\";s:6:\"search\";a:2:{i:0;s:19:\"creative-commons-by\";i:1;s:28:\"creative commons attribution\";}}s:26:\"fab fa-creative-commons-nc\";a:2:{s:5:\"label\";s:30:\"Creative Commons Noncommercial\";s:6:\"search\";a:2:{i:0;s:19:\"creative-commons-nc\";i:1;s:30:\"creative commons noncommercial\";}}s:29:\"fab fa-creative-commons-nc-eu\";a:2:{s:5:\"label\";s:42:\"Creative Commons Noncommercial (Euro Sign)\";s:6:\"search\";a:2:{i:0;s:22:\"creative-commons-nc-eu\";i:1;s:42:\"creative commons noncommercial (euro sign)\";}}s:29:\"fab fa-creative-commons-nc-jp\";a:2:{s:5:\"label\";s:41:\"Creative Commons Noncommercial (Yen Sign)\";s:6:\"search\";a:2:{i:0;s:22:\"creative-commons-nc-jp\";i:1;s:41:\"creative commons noncommercial (yen sign)\";}}s:26:\"fab fa-creative-commons-nd\";a:2:{s:5:\"label\";s:36:\"Creative Commons No Derivative Works\";s:6:\"search\";a:2:{i:0;s:19:\"creative-commons-nd\";i:1;s:36:\"creative commons no derivative works\";}}s:26:\"fab fa-creative-commons-pd\";a:2:{s:5:\"label\";s:30:\"Creative Commons Public Domain\";s:6:\"search\";a:2:{i:0;s:19:\"creative-commons-pd\";i:1;s:30:\"creative commons public domain\";}}s:30:\"fab fa-creative-commons-pd-alt\";a:2:{s:5:\"label\";s:40:\"Alternate Creative Commons Public Domain\";s:6:\"search\";a:2:{i:0;s:23:\"creative-commons-pd-alt\";i:1;s:40:\"alternate creative commons public domain\";}}s:29:\"fab fa-creative-commons-remix\";a:2:{s:5:\"label\";s:22:\"Creative Commons Remix\";s:6:\"search\";a:2:{i:0;s:22:\"creative-commons-remix\";i:1;s:22:\"creative commons remix\";}}s:26:\"fab fa-creative-commons-sa\";a:2:{s:5:\"label\";s:28:\"Creative Commons Share Alike\";s:6:\"search\";a:2:{i:0;s:19:\"creative-commons-sa\";i:1;s:28:\"creative commons share alike\";}}s:32:\"fab fa-creative-commons-sampling\";a:2:{s:5:\"label\";s:25:\"Creative Commons Sampling\";s:6:\"search\";a:2:{i:0;s:25:\"creative-commons-sampling\";i:1;s:25:\"creative commons sampling\";}}s:37:\"fab fa-creative-commons-sampling-plus\";a:2:{s:5:\"label\";s:27:\"Creative Commons Sampling +\";s:6:\"search\";a:2:{i:0;s:30:\"creative-commons-sampling-plus\";i:1;s:27:\"creative commons sampling +\";}}s:29:\"fab fa-creative-commons-share\";a:2:{s:5:\"label\";s:22:\"Creative Commons Share\";s:6:\"search\";a:2:{i:0;s:22:\"creative-commons-share\";i:1;s:22:\"creative commons share\";}}s:28:\"fab fa-creative-commons-zero\";a:2:{s:5:\"label\";s:20:\"Creative Commons CC0\";s:6:\"search\";a:2:{i:0;s:21:\"creative-commons-zero\";i:1;s:20:\"creative commons cc0\";}}s:18:\"fas fa-credit-card\";a:2:{s:5:\"label\";s:19:\"Credit Card (solid)\";s:6:\"search\";a:11:{i:0;s:3:\"buy\";i:1;s:4:\"card\";i:2;s:8:\"checkout\";i:3;s:6:\"credit\";i:4;s:11:\"credit card\";i:5;s:15:\"credit-card-alt\";i:6;s:5:\"debit\";i:7;s:5:\"money\";i:8;s:7:\"payment\";i:9;s:8:\"purchase\";i:10;s:11:\"credit-card\";}}s:18:\"far fa-credit-card\";a:2:{s:5:\"label\";s:21:\"Credit Card (regular)\";s:6:\"search\";a:11:{i:0;s:3:\"buy\";i:1;s:4:\"card\";i:2;s:8:\"checkout\";i:3;s:6:\"credit\";i:4;s:11:\"credit card\";i:5;s:15:\"credit-card-alt\";i:6;s:5:\"debit\";i:7;s:5:\"money\";i:8;s:7:\"payment\";i:9;s:8:\"purchase\";i:10;s:11:\"credit-card\";}}s:20:\"fab fa-critical-role\";a:2:{s:5:\"label\";s:13:\"Critical Role\";s:6:\"search\";a:9:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:3:\"d&d\";i:2;s:3:\"dnd\";i:3;s:7:\"fantasy\";i:4;s:4:\"game\";i:5;s:6:\"gaming\";i:6;s:8:\"tabletop\";i:7;s:13:\"critical-role\";i:8;s:13:\"critical role\";}}s:11:\"fas fa-crop\";a:2:{s:5:\"label\";s:4:\"Crop\";s:6:\"search\";a:7:{i:0;s:6:\"design\";i:1;s:5:\"frame\";i:2;s:4:\"mask\";i:3;s:6:\"modify\";i:4;s:6:\"resize\";i:5;s:6:\"shrink\";i:6;s:4:\"crop\";}}s:18:\"fas fa-crop-simple\";a:2:{s:5:\"label\";s:11:\"Crop Simple\";s:6:\"search\";a:8:{i:0;s:6:\"design\";i:1;s:5:\"frame\";i:2;s:4:\"mask\";i:3;s:6:\"modify\";i:4;s:6:\"resize\";i:5;s:6:\"shrink\";i:6;s:11:\"crop-simple\";i:7;s:11:\"crop simple\";}}s:12:\"fas fa-cross\";a:2:{s:5:\"label\";s:5:\"Cross\";s:6:\"search\";a:9:{i:0;s:9:\"Christian\";i:1;s:17:\"Heavy Latin Cross\";i:2;s:11:\"catholicism\";i:3;s:12:\"christianity\";i:4;s:6:\"church\";i:5;s:5:\"cross\";i:6;s:5:\"jesus\";i:7;s:11:\"latin cross\";i:8;s:8:\"religion\";}}s:17:\"fas fa-crosshairs\";a:2:{s:5:\"label\";s:10:\"Crosshairs\";s:6:\"search\";a:6:{i:0;s:3:\"aim\";i:1;s:8:\"bullseye\";i:2;s:3:\"gpd\";i:3;s:6:\"picker\";i:4;s:8:\"position\";i:5;s:10:\"crosshairs\";}}s:11:\"fas fa-crow\";a:2:{s:5:\"label\";s:4:\"Crow\";s:6:\"search\";a:7:{i:0;s:4:\"bird\";i:1;s:8:\"bullfrog\";i:2;s:5:\"fauna\";i:3;s:9:\"halloween\";i:4;s:7:\"holiday\";i:5;s:4:\"toad\";i:6;s:4:\"crow\";}}s:12:\"fas fa-crown\";a:2:{s:5:\"label\";s:5:\"Crown\";s:6:\"search\";a:9:{i:0;s:5:\"award\";i:1;s:8:\"clothing\";i:2;s:5:\"crown\";i:3;s:8:\"favorite\";i:4;s:4:\"king\";i:5;s:5:\"queen\";i:6;s:5:\"royal\";i:7;s:5:\"tiara\";i:8;s:3:\"vip\";}}s:13:\"fas fa-crutch\";a:2:{s:5:\"label\";s:6:\"Crutch\";s:6:\"search\";a:5:{i:0;s:4:\"cane\";i:1;s:6:\"injury\";i:2;s:8:\"mobility\";i:3;s:10:\"wheelchair\";i:4;s:6:\"crutch\";}}s:20:\"fas fa-cruzeiro-sign\";a:2:{s:5:\"label\";s:13:\"Cruzeiro Sign\";s:6:\"search\";a:4:{i:0;s:13:\"Cruzeiro Sign\";i:1;s:8:\"currency\";i:2;s:13:\"cruzeiro-sign\";i:3;s:13:\"cruzeiro sign\";}}s:11:\"fab fa-css3\";a:2:{s:5:\"label\";s:10:\"CSS 3 Logo\";s:6:\"search\";a:3:{i:0;s:4:\"code\";i:1;s:4:\"css3\";i:2;s:10:\"css 3 logo\";}}s:15:\"fab fa-css3-alt\";a:2:{s:5:\"label\";s:19:\"Alternate CSS3 Logo\";s:6:\"search\";a:2:{i:0;s:8:\"css3-alt\";i:1;s:19:\"alternate css3 logo\";}}s:11:\"fas fa-cube\";a:2:{s:5:\"label\";s:4:\"Cube\";s:6:\"search\";a:7:{i:0;s:2:\"3d\";i:1;s:5:\"block\";i:2;s:4:\"dice\";i:3;s:7:\"package\";i:4;s:6:\"square\";i:5;s:9:\"tesseract\";i:6;s:4:\"cube\";}}s:12:\"fas fa-cubes\";a:2:{s:5:\"label\";s:5:\"Cubes\";s:6:\"search\";a:9:{i:0;s:2:\"3d\";i:1;s:5:\"block\";i:2;s:4:\"dice\";i:3;s:7:\"package\";i:4;s:7:\"pyramid\";i:5;s:6:\"square\";i:6;s:5:\"stack\";i:7;s:9:\"tesseract\";i:8;s:5:\"cubes\";}}s:20:\"fas fa-cubes-stacked\";a:2:{s:5:\"label\";s:13:\"Cubes Stacked\";s:6:\"search\";a:5:{i:0;s:6:\"blocks\";i:1;s:5:\"cubes\";i:2;s:5:\"sugar\";i:3;s:13:\"cubes-stacked\";i:4;s:13:\"cubes stacked\";}}s:17:\"fab fa-cuttlefish\";a:2:{s:5:\"label\";s:10:\"Cuttlefish\";s:6:\"search\";a:1:{i:0;s:10:\"cuttlefish\";}}s:8:\"fas fa-d\";a:2:{s:5:\"label\";s:1:\"D\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter D\";i:1;s:20:\"Latin Small Letter D\";i:2;s:6:\"letter\";i:3;s:1:\"d\";}}s:14:\"fab fa-d-and-d\";a:2:{s:5:\"label\";s:18:\"Dungeons & Dragons\";s:6:\"search\";a:2:{i:0;s:7:\"d-and-d\";i:1;s:18:\"dungeons & dragons\";}}s:21:\"fab fa-d-and-d-beyond\";a:2:{s:5:\"label\";s:10:\"D&D Beyond\";s:6:\"search\";a:8:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:3:\"d&d\";i:2;s:3:\"dnd\";i:3;s:7:\"fantasy\";i:4;s:6:\"gaming\";i:5;s:8:\"tabletop\";i:6;s:14:\"d-and-d-beyond\";i:7;s:10:\"d&d beyond\";}}s:18:\"fab fa-dailymotion\";a:2:{s:5:\"label\";s:11:\"dailymotion\";s:6:\"search\";a:1:{i:0;s:11:\"dailymotion\";}}s:15:\"fab fa-dashcube\";a:2:{s:5:\"label\";s:8:\"DashCube\";s:6:\"search\";a:1:{i:0;s:8:\"dashcube\";}}s:15:\"fas fa-database\";a:2:{s:5:\"label\";s:8:\"Database\";s:6:\"search\";a:8:{i:0;s:8:\"computer\";i:1;s:11:\"development\";i:2;s:9:\"directory\";i:3;s:6:\"memory\";i:4;s:5:\"mysql\";i:5;s:3:\"sql\";i:6;s:7:\"storage\";i:7;s:8:\"database\";}}s:13:\"fab fa-debian\";a:2:{s:5:\"label\";s:6:\"Debian\";s:6:\"search\";a:1:{i:0;s:6:\"debian\";}}s:13:\"fab fa-deezer\";a:2:{s:5:\"label\";s:6:\"Deezer\";s:6:\"search\";a:1:{i:0;s:6:\"deezer\";}}s:18:\"fas fa-delete-left\";a:2:{s:5:\"label\";s:11:\"Delete Left\";s:6:\"search\";a:8:{i:0;s:17:\"Erase to the Left\";i:1;s:7:\"command\";i:2;s:6:\"delete\";i:3;s:5:\"erase\";i:4;s:8:\"keyboard\";i:5;s:4:\"undo\";i:6;s:11:\"delete-left\";i:7;s:11:\"delete left\";}}s:16:\"fab fa-delicious\";a:2:{s:5:\"label\";s:9:\"Delicious\";s:6:\"search\";a:1:{i:0;s:9:\"delicious\";}}s:15:\"fas fa-democrat\";a:2:{s:5:\"label\";s:8:\"Democrat\";s:6:\"search\";a:10:{i:0;s:8:\"american\";i:1;s:16:\"democratic party\";i:2;s:6:\"donkey\";i:3;s:8:\"election\";i:4;s:4:\"left\";i:5;s:9:\"left-wing\";i:6;s:7:\"liberal\";i:7;s:8:\"politics\";i:8;s:3:\"usa\";i:9;s:8:\"democrat\";}}s:16:\"fab fa-deploydog\";a:2:{s:5:\"label\";s:10:\"deploy.dog\";s:6:\"search\";a:2:{i:0;s:9:\"deploydog\";i:1;s:10:\"deploy.dog\";}}s:14:\"fab fa-deskpro\";a:2:{s:5:\"label\";s:7:\"Deskpro\";s:6:\"search\";a:1:{i:0;s:7:\"deskpro\";}}s:14:\"fas fa-desktop\";a:2:{s:5:\"label\";s:7:\"Desktop\";s:6:\"search\";a:11:{i:0;s:8:\"computer\";i:1;s:3:\"cpu\";i:2;s:4:\"demo\";i:3;s:7:\"desktop\";i:4;s:16:\"desktop computer\";i:5;s:6:\"device\";i:6;s:4:\"imac\";i:7;s:7:\"machine\";i:8;s:7:\"monitor\";i:9;s:2:\"pc\";i:10;s:6:\"screen\";}}s:10:\"fab fa-dev\";a:2:{s:5:\"label\";s:3:\"DEV\";s:6:\"search\";a:1:{i:0;s:3:\"dev\";}}s:17:\"fab fa-deviantart\";a:2:{s:5:\"label\";s:10:\"deviantART\";s:6:\"search\";a:1:{i:0;s:10:\"deviantart\";}}s:19:\"fas fa-dharmachakra\";a:2:{s:5:\"label\";s:12:\"Dharmachakra\";s:6:\"search\";a:8:{i:0;s:8:\"Buddhist\";i:1;s:8:\"buddhism\";i:2;s:8:\"buddhist\";i:3;s:6:\"dharma\";i:4;s:8:\"religion\";i:5;s:5:\"wheel\";i:6;s:15:\"wheel of dharma\";i:7;s:12:\"dharmachakra\";}}s:10:\"fab fa-dhl\";a:2:{s:5:\"label\";s:3:\"DHL\";s:6:\"search\";a:6:{i:0;s:6:\"Dalsey\";i:1;s:17:\"Hillblom and Lynn\";i:2;s:6:\"german\";i:3;s:7:\"package\";i:4;s:8:\"shipping\";i:5;s:3:\"dhl\";}}s:19:\"fas fa-diagram-next\";a:2:{s:5:\"label\";s:12:\"Diagram Next\";s:6:\"search\";a:9:{i:0;s:5:\"cells\";i:1;s:5:\"chart\";i:2;s:5:\"gantt\";i:3;s:3:\"row\";i:4;s:7:\"subtask\";i:5;s:9:\"successor\";i:6;s:5:\"table\";i:7;s:12:\"diagram-next\";i:8;s:12:\"diagram next\";}}s:26:\"fas fa-diagram-predecessor\";a:2:{s:5:\"label\";s:19:\"Diagram Predecessor\";s:6:\"search\";a:10:{i:0;s:5:\"cells\";i:1;s:5:\"chart\";i:2;s:5:\"gantt\";i:3;s:11:\"predecessor\";i:4;s:8:\"previous\";i:5;s:3:\"row\";i:6;s:7:\"subtask\";i:7;s:5:\"table\";i:8;s:19:\"diagram-predecessor\";i:9;s:19:\"diagram predecessor\";}}s:22:\"fas fa-diagram-project\";a:2:{s:5:\"label\";s:15:\"Diagram Project\";s:6:\"search\";a:7:{i:0;s:5:\"chart\";i:1;s:5:\"graph\";i:2;s:7:\"network\";i:3;s:4:\"pert\";i:4;s:10:\"statistics\";i:5;s:15:\"diagram-project\";i:6;s:15:\"diagram project\";}}s:24:\"fas fa-diagram-successor\";a:2:{s:5:\"label\";s:17:\"Diagram Successor\";s:6:\"search\";a:10:{i:0;s:5:\"cells\";i:1;s:5:\"chart\";i:2;s:5:\"gantt\";i:3;s:4:\"next\";i:4;s:3:\"row\";i:5;s:7:\"subtask\";i:6;s:9:\"successor\";i:7;s:5:\"table\";i:8;s:17:\"diagram-successor\";i:9;s:17:\"diagram successor\";}}s:14:\"fas fa-diamond\";a:2:{s:5:\"label\";s:7:\"Diamond\";s:6:\"search\";a:10:{i:0;s:3:\"ace\";i:1;s:4:\"card\";i:2;s:5:\"cards\";i:3;s:12:\"diamond suit\";i:4;s:4:\"game\";i:5;s:3:\"gem\";i:6;s:8:\"gemstone\";i:7;s:5:\"poker\";i:8;s:4:\"suit\";i:9;s:7:\"diamond\";}}s:25:\"fas fa-diamond-turn-right\";a:2:{s:5:\"label\";s:18:\"Diamond Turn Right\";s:6:\"search\";a:6:{i:0;s:3:\"map\";i:1;s:10:\"navigation\";i:2;s:4:\"sign\";i:3;s:4:\"turn\";i:4;s:18:\"diamond-turn-right\";i:5;s:18:\"diamond turn right\";}}s:15:\"fab fa-diaspora\";a:2:{s:5:\"label\";s:8:\"Diaspora\";s:6:\"search\";a:1:{i:0;s:8:\"diaspora\";}}s:11:\"fas fa-dice\";a:2:{s:5:\"label\";s:4:\"Dice\";s:6:\"search\";a:7:{i:0;s:6:\"chance\";i:1;s:4:\"dice\";i:2;s:3:\"die\";i:3;s:8:\"gambling\";i:4;s:4:\"game\";i:5;s:8:\"game die\";i:6;s:4:\"roll\";}}s:15:\"fas fa-dice-d20\";a:2:{s:5:\"label\";s:8:\"Dice D20\";s:6:\"search\";a:10:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:6:\"chance\";i:2;s:3:\"d&d\";i:3;s:3:\"dnd\";i:4;s:7:\"fantasy\";i:5;s:8:\"gambling\";i:6;s:4:\"game\";i:7;s:4:\"roll\";i:8;s:8:\"dice-d20\";i:9;s:8:\"dice d20\";}}s:14:\"fas fa-dice-d6\";a:2:{s:5:\"label\";s:7:\"Dice D6\";s:6:\"search\";a:10:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:6:\"chance\";i:2;s:3:\"d&d\";i:3;s:3:\"dnd\";i:4;s:7:\"fantasy\";i:5;s:8:\"gambling\";i:6;s:4:\"game\";i:7;s:4:\"roll\";i:8;s:7:\"dice-d6\";i:9;s:7:\"dice d6\";}}s:16:\"fas fa-dice-five\";a:2:{s:5:\"label\";s:9:\"Dice Five\";s:6:\"search\";a:7:{i:0;s:10:\"Die Face-5\";i:1;s:6:\"chance\";i:2;s:8:\"gambling\";i:3;s:4:\"game\";i:4;s:4:\"roll\";i:5;s:9:\"dice-five\";i:6;s:9:\"dice five\";}}s:16:\"fas fa-dice-four\";a:2:{s:5:\"label\";s:9:\"Dice Four\";s:6:\"search\";a:7:{i:0;s:10:\"Die Face-4\";i:1;s:6:\"chance\";i:2;s:8:\"gambling\";i:3;s:4:\"game\";i:4;s:4:\"roll\";i:5;s:9:\"dice-four\";i:6;s:9:\"dice four\";}}s:15:\"fas fa-dice-one\";a:2:{s:5:\"label\";s:8:\"Dice One\";s:6:\"search\";a:7:{i:0;s:10:\"Die Face-1\";i:1;s:6:\"chance\";i:2;s:8:\"gambling\";i:3;s:4:\"game\";i:4;s:4:\"roll\";i:5;s:8:\"dice-one\";i:6;s:8:\"dice one\";}}s:15:\"fas fa-dice-six\";a:2:{s:5:\"label\";s:8:\"Dice Six\";s:6:\"search\";a:7:{i:0;s:10:\"Die Face-6\";i:1;s:6:\"chance\";i:2;s:8:\"gambling\";i:3;s:4:\"game\";i:4;s:4:\"roll\";i:5;s:8:\"dice-six\";i:6;s:8:\"dice six\";}}s:17:\"fas fa-dice-three\";a:2:{s:5:\"label\";s:10:\"Dice Three\";s:6:\"search\";a:7:{i:0;s:10:\"Die Face-3\";i:1;s:6:\"chance\";i:2;s:8:\"gambling\";i:3;s:4:\"game\";i:4;s:4:\"roll\";i:5;s:10:\"dice-three\";i:6;s:10:\"dice three\";}}s:15:\"fas fa-dice-two\";a:2:{s:5:\"label\";s:8:\"Dice Two\";s:6:\"search\";a:7:{i:0;s:10:\"Die Face-2\";i:1;s:6:\"chance\";i:2;s:8:\"gambling\";i:3;s:4:\"game\";i:4;s:4:\"roll\";i:5;s:8:\"dice-two\";i:6;s:8:\"dice two\";}}s:11:\"fab fa-digg\";a:2:{s:5:\"label\";s:9:\"Digg Logo\";s:6:\"search\";a:2:{i:0;s:4:\"digg\";i:1;s:9:\"digg logo\";}}s:20:\"fab fa-digital-ocean\";a:2:{s:5:\"label\";s:13:\"Digital Ocean\";s:6:\"search\";a:2:{i:0;s:13:\"digital-ocean\";i:1;s:13:\"digital ocean\";}}s:14:\"fab fa-discord\";a:2:{s:5:\"label\";s:7:\"Discord\";s:6:\"search\";a:1:{i:0;s:7:\"discord\";}}s:16:\"fab fa-discourse\";a:2:{s:5:\"label\";s:9:\"Discourse\";s:6:\"search\";a:1:{i:0;s:9:\"discourse\";}}s:14:\"fas fa-disease\";a:2:{s:5:\"label\";s:7:\"Disease\";s:6:\"search\";a:11:{i:0;s:8:\"bacteria\";i:1;s:6:\"cancer\";i:2;s:11:\"coronavirus\";i:3;s:8:\"covid-19\";i:4;s:3:\"flu\";i:5;s:7:\"illness\";i:6;s:9:\"infection\";i:7;s:8:\"pandemic\";i:8;s:8:\"sickness\";i:9;s:5:\"virus\";i:10;s:7:\"disease\";}}s:14:\"fas fa-display\";a:2:{s:5:\"label\";s:7:\"Display\";s:6:\"search\";a:5:{i:0;s:6:\"Screen\";i:1;s:8:\"computer\";i:2;s:7:\"desktop\";i:3;s:4:\"imac\";i:4;s:7:\"display\";}}s:13:\"fas fa-divide\";a:2:{s:5:\"label\";s:6:\"Divide\";s:6:\"search\";a:8:{i:0;s:13:\"Division Sign\";i:1;s:10:\"arithmetic\";i:2;s:8:\"calculus\";i:3;s:6:\"divide\";i:4;s:8:\"division\";i:5;s:4:\"math\";i:6;s:4:\"sign\";i:7;s:2:\"÷\";}}s:10:\"fas fa-dna\";a:2:{s:5:\"label\";s:3:\"Dna\";s:6:\"search\";a:11:{i:0;s:9:\"biologist\";i:1;s:3:\"dna\";i:2;s:12:\"double helix\";i:3;s:9:\"evolution\";i:4;s:4:\"gene\";i:5;s:7:\"genetic\";i:6;s:8:\"genetics\";i:7;s:5:\"helix\";i:8;s:4:\"life\";i:9;s:8:\"molecule\";i:10;s:7:\"protein\";}}s:13:\"fab fa-dochub\";a:2:{s:5:\"label\";s:6:\"DocHub\";s:6:\"search\";a:1:{i:0;s:6:\"dochub\";}}s:13:\"fab fa-docker\";a:2:{s:5:\"label\";s:6:\"Docker\";s:6:\"search\";a:1:{i:0;s:6:\"docker\";}}s:10:\"fas fa-dog\";a:2:{s:5:\"label\";s:3:\"Dog\";s:6:\"search\";a:9:{i:0;s:6:\"animal\";i:1;s:6:\"canine\";i:2;s:3:\"dog\";i:3;s:5:\"fauna\";i:4;s:6:\"mammal\";i:5;s:3:\"pet\";i:6;s:5:\"pooch\";i:7;s:5:\"puppy\";i:8;s:4:\"woof\";}}s:18:\"fas fa-dollar-sign\";a:2:{s:5:\"label\";s:11:\"Dollar Sign\";s:6:\"search\";a:12:{i:0;s:11:\"Dollar Sign\";i:1;s:6:\"coupon\";i:2;s:8:\"currency\";i:3;s:6:\"dollar\";i:4;s:17:\"heavy dollar sign\";i:5;s:10:\"investment\";i:6;s:5:\"money\";i:7;s:7:\"premium\";i:8;s:7:\"revenue\";i:9;s:6:\"salary\";i:10;s:11:\"dollar-sign\";i:11;s:11:\"dollar sign\";}}s:12:\"fas fa-dolly\";a:2:{s:5:\"label\";s:5:\"Dolly\";s:6:\"search\";a:4:{i:0;s:5:\"carry\";i:1;s:8:\"shipping\";i:2;s:9:\"transport\";i:3;s:5:\"dolly\";}}s:16:\"fas fa-dong-sign\";a:2:{s:5:\"label\";s:9:\"Dong Sign\";s:6:\"search\";a:4:{i:0;s:9:\"Dong Sign\";i:1;s:8:\"currency\";i:2;s:9:\"dong-sign\";i:3;s:9:\"dong sign\";}}s:18:\"fas fa-door-closed\";a:2:{s:5:\"label\";s:11:\"Door Closed\";s:6:\"search\";a:8:{i:0;s:3:\"doo\";i:1;s:4:\"door\";i:2;s:5:\"enter\";i:3;s:4:\"exit\";i:4;s:6:\"locked\";i:5;s:7:\"privacy\";i:6;s:11:\"door-closed\";i:7;s:11:\"door closed\";}}s:16:\"fas fa-door-open\";a:2:{s:5:\"label\";s:9:\"Door Open\";s:6:\"search\";a:5:{i:0;s:5:\"enter\";i:1;s:4:\"exit\";i:2;s:7:\"welcome\";i:3;s:9:\"door-open\";i:4;s:9:\"door open\";}}s:11:\"fas fa-dove\";a:2:{s:5:\"label\";s:4:\"Dove\";s:6:\"search\";a:7:{i:0;s:4:\"bird\";i:1;s:4:\"dove\";i:2;s:5:\"fauna\";i:3;s:3:\"fly\";i:4;s:6:\"flying\";i:5;s:5:\"peace\";i:6;s:3:\"war\";}}s:39:\"fas fa-down-left-and-up-right-to-center\";a:2:{s:5:\"label\";s:32:\"Down Left And Up Right To Center\";s:6:\"search\";a:11:{i:0;s:6:\" scale\";i:1;s:8:\"collapse\";i:2;s:10:\"fullscreen\";i:3;s:8:\"minimize\";i:4;s:4:\"move\";i:5;s:6:\"resize\";i:6;s:6:\"shrink\";i:7;s:4:\"size\";i:8;s:7:\"smaller\";i:9;s:32:\"down-left-and-up-right-to-center\";i:10;s:32:\"down left and up right to center\";}}s:16:\"fas fa-down-long\";a:2:{s:5:\"label\";s:9:\"Down Long\";s:6:\"search\";a:4:{i:0;s:8:\"download\";i:1;s:15:\"long-arrow-down\";i:2;s:9:\"down-long\";i:3;s:9:\"down long\";}}s:15:\"fas fa-download\";a:2:{s:5:\"label\";s:8:\"Download\";s:6:\"search\";a:6:{i:0;s:6:\"export\";i:1;s:10:\"hard drive\";i:2;s:6:\"insert\";i:3;s:4:\"save\";i:4;s:8:\"transfer\";i:5;s:8:\"download\";}}s:20:\"fab fa-draft2digital\";a:2:{s:5:\"label\";s:13:\"Draft2digital\";s:6:\"search\";a:1:{i:0;s:13:\"draft2digital\";}}s:13:\"fas fa-dragon\";a:2:{s:5:\"label\";s:6:\"Dragon\";s:6:\"search\";a:9:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:3:\"d&d\";i:2;s:3:\"dnd\";i:3;s:6:\"dragon\";i:4;s:10:\"fairy tale\";i:5;s:7:\"fantasy\";i:6;s:4:\"fire\";i:7;s:6:\"lizard\";i:8;s:7:\"serpent\";}}s:19:\"fas fa-draw-polygon\";a:2:{s:5:\"label\";s:12:\"Draw Polygon\";s:6:\"search\";a:7:{i:0;s:7:\"anchors\";i:1;s:5:\"lines\";i:2;s:6:\"object\";i:3;s:6:\"render\";i:4;s:5:\"shape\";i:5;s:12:\"draw-polygon\";i:6;s:12:\"draw polygon\";}}s:15:\"fab fa-dribbble\";a:2:{s:5:\"label\";s:8:\"Dribbble\";s:6:\"search\";a:1:{i:0;s:8:\"dribbble\";}}s:14:\"fab fa-dropbox\";a:2:{s:5:\"label\";s:7:\"Dropbox\";s:6:\"search\";a:1:{i:0;s:7:\"dropbox\";}}s:14:\"fas fa-droplet\";a:2:{s:5:\"label\";s:7:\"Droplet\";s:6:\"search\";a:9:{i:0;s:5:\"blood\";i:1;s:4:\"cold\";i:2;s:5:\"color\";i:3;s:5:\"comic\";i:4;s:4:\"drop\";i:5;s:7:\"droplet\";i:6;s:8:\"raindrop\";i:7;s:5:\"sweat\";i:8;s:9:\"waterdrop\";}}s:20:\"fas fa-droplet-slash\";a:2:{s:5:\"label\";s:13:\"Droplet Slash\";s:6:\"search\";a:9:{i:0;s:5:\"blood\";i:1;s:5:\"color\";i:2;s:8:\"disabled\";i:3;s:4:\"drop\";i:4;s:7:\"droplet\";i:5;s:8:\"raindrop\";i:6;s:9:\"waterdrop\";i:7;s:13:\"droplet-slash\";i:8;s:13:\"droplet slash\";}}s:11:\"fas fa-drum\";a:2:{s:5:\"label\";s:4:\"Drum\";s:6:\"search\";a:7:{i:0;s:4:\"drum\";i:1;s:10:\"drumsticks\";i:2;s:10:\"instrument\";i:3;s:5:\"music\";i:4;s:10:\"percussion\";i:5;s:5:\"snare\";i:6;s:5:\"sound\";}}s:20:\"fas fa-drum-steelpan\";a:2:{s:5:\"label\";s:13:\"Drum Steelpan\";s:6:\"search\";a:11:{i:0;s:7:\"calypso\";i:1;s:10:\"instrument\";i:2;s:5:\"music\";i:3;s:10:\"percussion\";i:4;s:6:\"reggae\";i:5;s:5:\"snare\";i:6;s:5:\"sound\";i:7;s:5:\"steel\";i:8;s:8:\"tropical\";i:9;s:13:\"drum-steelpan\";i:10;s:13:\"drum steelpan\";}}s:21:\"fas fa-drumstick-bite\";a:2:{s:5:\"label\";s:14:\"Drumstick Bite\";s:6:\"search\";a:8:{i:0;s:4:\"bone\";i:1;s:7:\"chicken\";i:2;s:3:\"leg\";i:3;s:4:\"meat\";i:4;s:7:\"poultry\";i:5;s:6:\"turkey\";i:6;s:14:\"drumstick-bite\";i:7;s:14:\"drumstick bite\";}}s:13:\"fab fa-drupal\";a:2:{s:5:\"label\";s:11:\"Drupal Logo\";s:6:\"search\";a:2:{i:0;s:6:\"drupal\";i:1;s:11:\"drupal logo\";}}s:15:\"fas fa-dumbbell\";a:2:{s:5:\"label\";s:8:\"Dumbbell\";s:6:\"search\";a:7:{i:0;s:8:\"exercise\";i:1;s:3:\"gym\";i:2;s:8:\"strength\";i:3;s:6:\"weight\";i:4;s:14:\"weight-lifting\";i:5;s:7:\"workout\";i:6;s:8:\"dumbbell\";}}s:15:\"fas fa-dumpster\";a:2:{s:5:\"label\";s:8:\"Dumpster\";s:6:\"search\";a:6:{i:0;s:5:\"alley\";i:1;s:3:\"bin\";i:2;s:10:\"commercial\";i:3;s:5:\"trash\";i:4;s:5:\"waste\";i:5;s:8:\"dumpster\";}}s:20:\"fas fa-dumpster-fire\";a:2:{s:5:\"label\";s:13:\"Dumpster Fire\";s:6:\"search\";a:13:{i:0;s:5:\"alley\";i:1;s:3:\"bin\";i:2;s:10:\"commercial\";i:3;s:6:\"danger\";i:4;s:9:\"dangerous\";i:5;s:9:\"euphemism\";i:6;s:5:\"flame\";i:7;s:4:\"heat\";i:8;s:3:\"hot\";i:9;s:5:\"trash\";i:10;s:5:\"waste\";i:11;s:13:\"dumpster-fire\";i:12;s:13:\"dumpster fire\";}}s:14:\"fas fa-dungeon\";a:2:{s:5:\"label\";s:7:\"Dungeon\";s:6:\"search\";a:9:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:8:\"building\";i:2;s:3:\"d&d\";i:3;s:3:\"dnd\";i:4;s:4:\"door\";i:5;s:8:\"entrance\";i:6;s:7:\"fantasy\";i:7;s:4:\"gate\";i:8;s:7:\"dungeon\";}}s:13:\"fab fa-dyalog\";a:2:{s:5:\"label\";s:6:\"Dyalog\";s:6:\"search\";a:1:{i:0;s:6:\"dyalog\";}}s:8:\"fas fa-e\";a:2:{s:5:\"label\";s:1:\"E\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter E\";i:1;s:20:\"Latin Small Letter E\";i:2;s:6:\"letter\";i:3;s:1:\"e\";}}s:15:\"fas fa-ear-deaf\";a:2:{s:5:\"label\";s:8:\"Ear Deaf\";s:6:\"search\";a:5:{i:0;s:3:\"ear\";i:1;s:7:\"hearing\";i:2;s:13:\"sign language\";i:3;s:8:\"ear-deaf\";i:4;s:8:\"ear deaf\";}}s:17:\"fas fa-ear-listen\";a:2:{s:5:\"label\";s:10:\"Ear Listen\";s:6:\"search\";a:9:{i:0;s:7:\"amplify\";i:1;s:5:\"audio\";i:2;s:4:\"deaf\";i:3;s:3:\"ear\";i:4;s:7:\"headset\";i:5;s:7:\"hearing\";i:6;s:5:\"sound\";i:7;s:10:\"ear-listen\";i:8;s:10:\"ear listen\";}}s:17:\"fab fa-earlybirds\";a:2:{s:5:\"label\";s:10:\"Earlybirds\";s:6:\"search\";a:1:{i:0;s:10:\"earlybirds\";}}s:19:\"fas fa-earth-africa\";a:2:{s:5:\"label\";s:12:\"Earth Africa\";s:6:\"search\";a:20:{i:0;s:6:\"africa\";i:1;s:3:\"all\";i:2;s:7:\"country\";i:3;s:5:\"earth\";i:4;s:6:\"europe\";i:5;s:6:\"global\";i:6;s:5:\"globe\";i:7;s:3:\"gps\";i:8;s:8:\"language\";i:9;s:8:\"localize\";i:10;s:8:\"location\";i:11;s:3:\"map\";i:12;s:6:\"online\";i:13;s:5:\"place\";i:14;s:6:\"planet\";i:15;s:9:\"translate\";i:16;s:6:\"travel\";i:17;s:5:\"world\";i:18;s:12:\"earth-africa\";i:19;s:12:\"earth africa\";}}s:21:\"fas fa-earth-americas\";a:2:{s:5:\"label\";s:14:\"Earth Americas\";s:6:\"search\";a:19:{i:0;s:3:\"all\";i:1;s:7:\"america\";i:2;s:7:\"country\";i:3;s:5:\"earth\";i:4;s:6:\"global\";i:5;s:5:\"globe\";i:6;s:3:\"gps\";i:7;s:8:\"language\";i:8;s:8:\"localize\";i:9;s:8:\"location\";i:10;s:3:\"map\";i:11;s:6:\"online\";i:12;s:5:\"place\";i:13;s:6:\"planet\";i:14;s:9:\"translate\";i:15;s:6:\"travel\";i:16;s:5:\"world\";i:17;s:14:\"earth-americas\";i:18;s:14:\"earth americas\";}}s:17:\"fas fa-earth-asia\";a:2:{s:5:\"label\";s:10:\"Earth Asia\";s:6:\"search\";a:20:{i:0;s:3:\"all\";i:1;s:4:\"asia\";i:2;s:9:\"australia\";i:3;s:7:\"country\";i:4;s:5:\"earth\";i:5;s:6:\"global\";i:6;s:5:\"globe\";i:7;s:3:\"gps\";i:8;s:8:\"language\";i:9;s:8:\"localize\";i:10;s:8:\"location\";i:11;s:3:\"map\";i:12;s:6:\"online\";i:13;s:5:\"place\";i:14;s:6:\"planet\";i:15;s:9:\"translate\";i:16;s:6:\"travel\";i:17;s:5:\"world\";i:18;s:10:\"earth-asia\";i:19;s:10:\"earth asia\";}}s:19:\"fas fa-earth-europe\";a:2:{s:5:\"label\";s:12:\"Earth Europe\";s:6:\"search\";a:19:{i:0;s:3:\"all\";i:1;s:7:\"country\";i:2;s:5:\"earth\";i:3;s:6:\"europe\";i:4;s:6:\"global\";i:5;s:5:\"globe\";i:6;s:3:\"gps\";i:7;s:8:\"language\";i:8;s:8:\"localize\";i:9;s:8:\"location\";i:10;s:3:\"map\";i:11;s:6:\"online\";i:12;s:5:\"place\";i:13;s:6:\"planet\";i:14;s:9:\"translate\";i:15;s:6:\"travel\";i:16;s:5:\"world\";i:17;s:12:\"earth-europe\";i:18;s:12:\"earth europe\";}}s:20:\"fas fa-earth-oceania\";a:2:{s:5:\"label\";s:13:\"Earth Oceania\";s:6:\"search\";a:23:{i:0;s:3:\"all\";i:1;s:9:\"australia\";i:2;s:7:\"country\";i:3;s:5:\"earth\";i:4;s:6:\"global\";i:5;s:5:\"globe\";i:6;s:3:\"gps\";i:7;s:8:\"language\";i:8;s:8:\"localize\";i:9;s:8:\"location\";i:10;s:3:\"map\";i:11;s:9:\"melanesia\";i:12;s:10:\"micronesia\";i:13;s:11:\"new zealand\";i:14;s:6:\"online\";i:15;s:5:\"place\";i:16;s:6:\"planet\";i:17;s:9:\"polynesia\";i:18;s:9:\"translate\";i:19;s:6:\"travel\";i:20;s:5:\"world\";i:21;s:13:\"earth-oceania\";i:22;s:13:\"earth oceania\";}}s:11:\"fab fa-ebay\";a:2:{s:5:\"label\";s:4:\"eBay\";s:6:\"search\";a:1:{i:0;s:4:\"ebay\";}}s:11:\"fab fa-edge\";a:2:{s:5:\"label\";s:12:\"Edge Browser\";s:6:\"search\";a:4:{i:0;s:7:\"browser\";i:1;s:2:\"ie\";i:2;s:4:\"edge\";i:3;s:12:\"edge browser\";}}s:18:\"fab fa-edge-legacy\";a:2:{s:5:\"label\";s:19:\"Edge Legacy Browser\";s:6:\"search\";a:2:{i:0;s:11:\"edge-legacy\";i:1;s:19:\"edge legacy browser\";}}s:10:\"fas fa-egg\";a:2:{s:5:\"label\";s:3:\"Egg\";s:6:\"search\";a:7:{i:0;s:9:\"breakfast\";i:1;s:7:\"chicken\";i:2;s:6:\"easter\";i:3;s:3:\"egg\";i:4;s:4:\"food\";i:5;s:5:\"shell\";i:6;s:4:\"yolk\";}}s:12:\"fas fa-eject\";a:2:{s:5:\"label\";s:5:\"Eject\";s:6:\"search\";a:6:{i:0;s:5:\"abort\";i:1;s:6:\"cancel\";i:2;s:2:\"cd\";i:3;s:9:\"discharge\";i:4;s:5:\"eject\";i:5;s:12:\"eject button\";}}s:16:\"fab fa-elementor\";a:2:{s:5:\"label\";s:9:\"Elementor\";s:6:\"search\";a:1:{i:0;s:9:\"elementor\";}}s:15:\"fas fa-elevator\";a:2:{s:5:\"label\";s:8:\"Elevator\";s:6:\"search\";a:6:{i:0;s:13:\"accessibility\";i:1;s:8:\"elevator\";i:2;s:5:\"hoist\";i:3;s:4:\"lift\";i:4;s:3:\"uer\";i:5;s:12:\"users-people\";}}s:15:\"fas fa-ellipsis\";a:2:{s:5:\"label\";s:8:\"Ellipsis\";s:6:\"search\";a:14:{i:0;s:4:\"dots\";i:1;s:4:\"drag\";i:2;s:5:\"kebab\";i:3;s:4:\"list\";i:4;s:4:\"menu\";i:5;s:3:\"nav\";i:6;s:10:\"navigation\";i:7;s:2:\"ol\";i:8;s:6:\"pacman\";i:9;s:7:\"reorder\";i:10;s:8:\"settings\";i:11;s:10:\"three dots\";i:12;s:2:\"ul\";i:13;s:8:\"ellipsis\";}}s:24:\"fas fa-ellipsis-vertical\";a:2:{s:5:\"label\";s:17:\"Ellipsis Vertical\";s:6:\"search\";a:15:{i:0;s:6:\"bullet\";i:1;s:4:\"dots\";i:2;s:4:\"drag\";i:3;s:5:\"kebab\";i:4;s:4:\"list\";i:5;s:4:\"menu\";i:6;s:3:\"nav\";i:7;s:10:\"navigation\";i:8;s:2:\"ol\";i:9;s:7:\"reorder\";i:10;s:8:\"settings\";i:11;s:10:\"three dots\";i:12;s:2:\"ul\";i:13;s:17:\"ellipsis-vertical\";i:14;s:17:\"ellipsis vertical\";}}s:11:\"fab fa-ello\";a:2:{s:5:\"label\";s:4:\"Ello\";s:6:\"search\";a:1:{i:0;s:4:\"ello\";}}s:12:\"fab fa-ember\";a:2:{s:5:\"label\";s:5:\"Ember\";s:6:\"search\";a:1:{i:0;s:5:\"ember\";}}s:13:\"fab fa-empire\";a:2:{s:5:\"label\";s:15:\"Galactic Empire\";s:6:\"search\";a:2:{i:0;s:6:\"empire\";i:1;s:15:\"galactic empire\";}}s:15:\"fas fa-envelope\";a:2:{s:5:\"label\";s:16:\"Envelope (solid)\";s:6:\"search\";a:11:{i:0;s:16:\"Back of Envelope\";i:1;s:6:\"e-mail\";i:2;s:5:\"email\";i:3;s:8:\"envelope\";i:4;s:6:\"letter\";i:5;s:4:\"mail\";i:6;s:7:\"message\";i:7;s:10:\"newsletter\";i:8;s:12:\"notification\";i:9;s:5:\"offer\";i:10;s:7:\"support\";}}s:15:\"far fa-envelope\";a:2:{s:5:\"label\";s:18:\"Envelope (regular)\";s:6:\"search\";a:11:{i:0;s:16:\"Back of Envelope\";i:1;s:6:\"e-mail\";i:2;s:5:\"email\";i:3;s:8:\"envelope\";i:4;s:6:\"letter\";i:5;s:4:\"mail\";i:6;s:7:\"message\";i:7;s:10:\"newsletter\";i:8;s:12:\"notification\";i:9;s:5:\"offer\";i:10;s:7:\"support\";}}s:28:\"fas fa-envelope-circle-check\";a:2:{s:5:\"label\";s:21:\"Envelope Circle Check\";s:6:\"search\";a:14:{i:0;s:5:\"check\";i:1;s:5:\"email\";i:2;s:6:\"enable\";i:3;s:8:\"envelope\";i:4;s:4:\"mail\";i:5;s:12:\"not affected\";i:6;s:2:\"ok\";i:7;s:4:\"okay\";i:8;s:4:\"read\";i:9;s:4:\"sent\";i:10;s:8:\"validate\";i:11;s:7:\"working\";i:12;s:21:\"envelope-circle-check\";i:13;s:21:\"envelope circle check\";}}s:20:\"fas fa-envelope-open\";a:2:{s:5:\"label\";s:21:\"Envelope Open (solid)\";s:6:\"search\";a:11:{i:0;s:6:\"e-mail\";i:1;s:5:\"email\";i:2;s:6:\"letter\";i:3;s:4:\"mail\";i:4;s:7:\"message\";i:5;s:10:\"newsletter\";i:6;s:12:\"notification\";i:7;s:5:\"offer\";i:8;s:7:\"support\";i:9;s:13:\"envelope-open\";i:10;s:13:\"envelope open\";}}s:20:\"far fa-envelope-open\";a:2:{s:5:\"label\";s:23:\"Envelope Open (regular)\";s:6:\"search\";a:11:{i:0;s:6:\"e-mail\";i:1;s:5:\"email\";i:2;s:6:\"letter\";i:3;s:4:\"mail\";i:4;s:7:\"message\";i:5;s:10:\"newsletter\";i:6;s:12:\"notification\";i:7;s:5:\"offer\";i:8;s:7:\"support\";i:9;s:13:\"envelope-open\";i:10;s:13:\"envelope open\";}}s:25:\"fas fa-envelope-open-text\";a:2:{s:5:\"label\";s:18:\"Envelope Open Text\";s:6:\"search\";a:11:{i:0;s:6:\"e-mail\";i:1;s:5:\"email\";i:2;s:6:\"letter\";i:3;s:4:\"mail\";i:4;s:7:\"message\";i:5;s:10:\"newsletter\";i:6;s:12:\"notification\";i:7;s:5:\"offer\";i:8;s:7:\"support\";i:9;s:18:\"envelope-open-text\";i:10;s:18:\"envelope open text\";}}s:21:\"fas fa-envelopes-bulk\";a:2:{s:5:\"label\";s:14:\"Envelopes Bulk\";s:6:\"search\";a:13:{i:0;s:7:\"archive\";i:1;s:8:\"envelope\";i:2;s:6:\"letter\";i:3;s:10:\"newsletter\";i:4;s:5:\"offer\";i:5;s:11:\"post office\";i:6;s:6:\"postal\";i:7;s:8:\"postcard\";i:8;s:4:\"send\";i:9;s:5:\"stamp\";i:10;s:4:\"usps\";i:11;s:14:\"envelopes-bulk\";i:12;s:14:\"envelopes bulk\";}}s:13:\"fab fa-envira\";a:2:{s:5:\"label\";s:14:\"Envira Gallery\";s:6:\"search\";a:3:{i:0;s:4:\"leaf\";i:1;s:6:\"envira\";i:2;s:14:\"envira gallery\";}}s:13:\"fas fa-equals\";a:2:{s:5:\"label\";s:6:\"Equals\";s:6:\"search\";a:6:{i:0;s:11:\"Equals Sign\";i:1;s:10:\"arithmetic\";i:2;s:4:\"even\";i:3;s:5:\"match\";i:4;s:4:\"math\";i:5;s:6:\"equals\";}}s:13:\"fas fa-eraser\";a:2:{s:5:\"label\";s:6:\"Eraser\";s:6:\"search\";a:5:{i:0;s:3:\"art\";i:1;s:6:\"delete\";i:2;s:6:\"remove\";i:3;s:6:\"rubber\";i:4;s:6:\"eraser\";}}s:13:\"fab fa-erlang\";a:2:{s:5:\"label\";s:6:\"Erlang\";s:6:\"search\";a:1:{i:0;s:6:\"erlang\";}}s:15:\"fab fa-ethereum\";a:2:{s:5:\"label\";s:8:\"Ethereum\";s:6:\"search\";a:1:{i:0;s:8:\"ethereum\";}}s:15:\"fas fa-ethernet\";a:2:{s:5:\"label\";s:8:\"Ethernet\";s:6:\"search\";a:9:{i:0;s:5:\"cable\";i:1;s:5:\"cat 5\";i:2;s:5:\"cat 6\";i:3;s:10:\"connection\";i:4;s:8:\"hardware\";i:5;s:8:\"internet\";i:6;s:7:\"network\";i:7;s:5:\"wired\";i:8;s:8:\"ethernet\";}}s:11:\"fab fa-etsy\";a:2:{s:5:\"label\";s:4:\"Etsy\";s:6:\"search\";a:1:{i:0;s:4:\"etsy\";}}s:16:\"fas fa-euro-sign\";a:2:{s:5:\"label\";s:9:\"Euro Sign\";s:6:\"search\";a:4:{i:0;s:9:\"Euro Sign\";i:1;s:8:\"currency\";i:2;s:9:\"euro-sign\";i:3;s:9:\"euro sign\";}}s:15:\"fab fa-evernote\";a:2:{s:5:\"label\";s:8:\"Evernote\";s:6:\"search\";a:1:{i:0;s:8:\"evernote\";}}s:18:\"fas fa-exclamation\";a:2:{s:5:\"label\";s:11:\"Exclamation\";s:6:\"search\";a:20:{i:0;s:1:\"!\";i:1;s:16:\"Exclamation Mark\";i:2;s:5:\"alert\";i:3;s:9:\"attention\";i:4;s:6:\"danger\";i:5;s:5:\"error\";i:6;s:11:\"exclamation\";i:7;s:6:\"failed\";i:8;s:9:\"important\";i:9;s:4:\"mark\";i:10;s:6:\"notice\";i:11;s:12:\"notification\";i:12;s:6:\"notify\";i:13;s:8:\"outlined\";i:14;s:7:\"problem\";i:15;s:11:\"punctuation\";i:16;s:20:\"red exclamation mark\";i:17;s:8:\"required\";i:18;s:7:\"warning\";i:19;s:22:\"white exclamation mark\";}}s:13:\"fas fa-expand\";a:2:{s:5:\"label\";s:6:\"Expand\";s:6:\"search\";a:11:{i:0;s:10:\"  maximize\";i:1;s:8:\"  resize\";i:2;s:7:\"  scale\";i:3;s:7:\" arrows\";i:4;s:7:\" bigger\";i:5;s:8:\" enlarge\";i:6;s:11:\" fullscreen\";i:7;s:7:\" resize\";i:8;s:5:\" size\";i:9;s:6:\"expand\";i:10;s:10:\"viewfinder\";}}s:19:\"fab fa-expeditedssl\";a:2:{s:5:\"label\";s:12:\"ExpeditedSSL\";s:6:\"search\";a:1:{i:0;s:12:\"expeditedssl\";}}s:16:\"fas fa-explosion\";a:2:{s:5:\"label\";s:9:\"Explosion\";s:6:\"search\";a:6:{i:0;s:5:\"blast\";i:1;s:6:\"blowup\";i:2;s:4:\"boom\";i:3;s:5:\"crash\";i:4;s:10:\"detonation\";i:5;s:9:\"explosion\";}}s:10:\"fas fa-eye\";a:2:{s:5:\"label\";s:11:\"Eye (solid)\";s:6:\"search\";a:10:{i:0;s:4:\"body\";i:1;s:3:\"eye\";i:2;s:4:\"look\";i:3;s:5:\"optic\";i:4;s:3:\"see\";i:5;s:4:\"seen\";i:6;s:4:\"show\";i:7;s:5:\"sight\";i:8;s:5:\"views\";i:9;s:7:\"visible\";}}s:10:\"far fa-eye\";a:2:{s:5:\"label\";s:13:\"Eye (regular)\";s:6:\"search\";a:10:{i:0;s:4:\"body\";i:1;s:3:\"eye\";i:2;s:4:\"look\";i:3;s:5:\"optic\";i:4;s:3:\"see\";i:5;s:4:\"seen\";i:6;s:4:\"show\";i:7;s:5:\"sight\";i:8;s:5:\"views\";i:9;s:7:\"visible\";}}s:18:\"fas fa-eye-dropper\";a:2:{s:5:\"label\";s:11:\"Eye Dropper\";s:6:\"search\";a:8:{i:0;s:6:\"beaker\";i:1;s:5:\"clone\";i:2;s:5:\"color\";i:3;s:4:\"copy\";i:4;s:10:\"eyedropper\";i:5;s:7:\"pipette\";i:6;s:11:\"eye-dropper\";i:7;s:11:\"eye dropper\";}}s:21:\"fas fa-eye-low-vision\";a:2:{s:5:\"label\";s:14:\"Eye Low Vision\";s:6:\"search\";a:5:{i:0;s:5:\"blind\";i:1;s:3:\"eye\";i:2;s:5:\"sight\";i:3;s:14:\"eye-low-vision\";i:4;s:14:\"eye low vision\";}}s:16:\"fas fa-eye-slash\";a:2:{s:5:\"label\";s:17:\"Eye Slash (solid)\";s:6:\"search\";a:11:{i:0;s:5:\"blind\";i:1;s:8:\"disabled\";i:2;s:4:\"hide\";i:3;s:4:\"show\";i:4;s:6:\"toggle\";i:5;s:6:\"unseen\";i:6;s:5:\"views\";i:7;s:7:\"visible\";i:8;s:9:\"visiblity\";i:9;s:9:\"eye-slash\";i:10;s:9:\"eye slash\";}}s:16:\"far fa-eye-slash\";a:2:{s:5:\"label\";s:19:\"Eye Slash (regular)\";s:6:\"search\";a:11:{i:0;s:5:\"blind\";i:1;s:8:\"disabled\";i:2;s:4:\"hide\";i:3;s:4:\"show\";i:4;s:6:\"toggle\";i:5;s:6:\"unseen\";i:6;s:5:\"views\";i:7;s:7:\"visible\";i:8;s:9:\"visiblity\";i:9;s:9:\"eye-slash\";i:10;s:9:\"eye slash\";}}s:8:\"fas fa-f\";a:2:{s:5:\"label\";s:1:\"F\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter F\";i:1;s:20:\"Latin Small Letter F\";i:2;s:6:\"letter\";i:3;s:1:\"f\";}}s:17:\"fas fa-face-angry\";a:2:{s:5:\"label\";s:18:\"Face Angry (solid)\";s:6:\"search\";a:9:{i:0;s:5:\"angry\";i:1;s:10:\"angry face\";i:2;s:10:\"disapprove\";i:3;s:8:\"emoticon\";i:4;s:4:\"face\";i:5;s:3:\"mad\";i:6;s:5:\"upset\";i:7;s:10:\"face-angry\";i:8;s:10:\"face angry\";}}s:17:\"far fa-face-angry\";a:2:{s:5:\"label\";s:20:\"Face Angry (regular)\";s:6:\"search\";a:9:{i:0;s:5:\"angry\";i:1;s:10:\"angry face\";i:2;s:10:\"disapprove\";i:3;s:8:\"emoticon\";i:4;s:4:\"face\";i:5;s:3:\"mad\";i:6;s:5:\"upset\";i:7;s:10:\"face-angry\";i:8;s:10:\"face angry\";}}s:17:\"fas fa-face-dizzy\";a:2:{s:5:\"label\";s:18:\"Face Dizzy (solid)\";s:6:\"search\";a:7:{i:0;s:5:\"dazed\";i:1;s:4:\"dead\";i:2;s:10:\"disapprove\";i:3;s:8:\"emoticon\";i:4;s:4:\"face\";i:5;s:10:\"face-dizzy\";i:6;s:10:\"face dizzy\";}}s:17:\"far fa-face-dizzy\";a:2:{s:5:\"label\";s:20:\"Face Dizzy (regular)\";s:6:\"search\";a:7:{i:0;s:5:\"dazed\";i:1;s:4:\"dead\";i:2;s:10:\"disapprove\";i:3;s:8:\"emoticon\";i:4;s:4:\"face\";i:5;s:10:\"face-dizzy\";i:6;s:10:\"face dizzy\";}}s:19:\"fas fa-face-flushed\";a:2:{s:5:\"label\";s:20:\"Face Flushed (solid)\";s:6:\"search\";a:8:{i:0;s:5:\"dazed\";i:1;s:11:\"embarrassed\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:7:\"flushed\";i:5;s:12:\"flushed face\";i:6;s:12:\"face-flushed\";i:7;s:12:\"face flushed\";}}s:19:\"far fa-face-flushed\";a:2:{s:5:\"label\";s:22:\"Face Flushed (regular)\";s:6:\"search\";a:8:{i:0;s:5:\"dazed\";i:1;s:11:\"embarrassed\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:7:\"flushed\";i:5;s:12:\"flushed face\";i:6;s:12:\"face-flushed\";i:7;s:12:\"face flushed\";}}s:17:\"fas fa-face-frown\";a:2:{s:5:\"label\";s:18:\"Face Frown (solid)\";s:6:\"search\";a:10:{i:0;s:10:\"disapprove\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"frown\";i:4;s:13:\"frowning face\";i:5;s:6:\"rating\";i:6;s:3:\"sad\";i:7;s:3:\"uer\";i:8;s:10:\"face-frown\";i:9;s:10:\"face frown\";}}s:17:\"far fa-face-frown\";a:2:{s:5:\"label\";s:20:\"Face Frown (regular)\";s:6:\"search\";a:10:{i:0;s:10:\"disapprove\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"frown\";i:4;s:13:\"frowning face\";i:5;s:6:\"rating\";i:6;s:3:\"sad\";i:7;s:3:\"uer\";i:8;s:10:\"face-frown\";i:9;s:10:\"face frown\";}}s:22:\"fas fa-face-frown-open\";a:2:{s:5:\"label\";s:23:\"Face Frown Open (solid)\";s:6:\"search\";a:11:{i:0;s:10:\"disapprove\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"frown\";i:4;s:29:\"frowning face with open mouth\";i:5;s:5:\"mouth\";i:6;s:4:\"open\";i:7;s:6:\"rating\";i:8;s:3:\"sad\";i:9;s:15:\"face-frown-open\";i:10;s:15:\"face frown open\";}}s:22:\"far fa-face-frown-open\";a:2:{s:5:\"label\";s:25:\"Face Frown Open (regular)\";s:6:\"search\";a:11:{i:0;s:10:\"disapprove\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"frown\";i:4;s:29:\"frowning face with open mouth\";i:5;s:5:\"mouth\";i:6;s:4:\"open\";i:7;s:6:\"rating\";i:8;s:3:\"sad\";i:9;s:15:\"face-frown-open\";i:10;s:15:\"face frown open\";}}s:19:\"fas fa-face-grimace\";a:2:{s:5:\"label\";s:20:\"Face Grimace (solid)\";s:6:\"search\";a:8:{i:0;s:6:\"cringe\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:7:\"grimace\";i:4;s:14:\"grimacing face\";i:5;s:5:\"teeth\";i:6;s:12:\"face-grimace\";i:7;s:12:\"face grimace\";}}s:19:\"far fa-face-grimace\";a:2:{s:5:\"label\";s:22:\"Face Grimace (regular)\";s:6:\"search\";a:8:{i:0;s:6:\"cringe\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:7:\"grimace\";i:4;s:14:\"grimacing face\";i:5;s:5:\"teeth\";i:6;s:12:\"face-grimace\";i:7;s:12:\"face grimace\";}}s:16:\"fas fa-face-grin\";a:2:{s:5:\"label\";s:17:\"Face Grin (solid)\";s:6:\"search\";a:8:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:4:\"grin\";i:3;s:13:\"grinning face\";i:4;s:5:\"laugh\";i:5;s:5:\"smile\";i:6;s:9:\"face-grin\";i:7;s:9:\"face grin\";}}s:16:\"far fa-face-grin\";a:2:{s:5:\"label\";s:19:\"Face Grin (regular)\";s:6:\"search\";a:8:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:4:\"grin\";i:3;s:13:\"grinning face\";i:4;s:5:\"laugh\";i:5;s:5:\"smile\";i:6;s:9:\"face-grin\";i:7;s:9:\"face grin\";}}s:21:\"fas fa-face-grin-beam\";a:2:{s:5:\"label\";s:22:\"Face Grin Beam (solid)\";s:6:\"search\";a:10:{i:0;s:8:\"emoticon\";i:1;s:3:\"eye\";i:2;s:4:\"face\";i:3;s:31:\"grinning face with smiling eyes\";i:4;s:5:\"laugh\";i:5;s:5:\"mouth\";i:6;s:4:\"open\";i:7;s:5:\"smile\";i:8;s:14:\"face-grin-beam\";i:9;s:14:\"face grin beam\";}}s:21:\"far fa-face-grin-beam\";a:2:{s:5:\"label\";s:24:\"Face Grin Beam (regular)\";s:6:\"search\";a:10:{i:0;s:8:\"emoticon\";i:1;s:3:\"eye\";i:2;s:4:\"face\";i:3;s:31:\"grinning face with smiling eyes\";i:4;s:5:\"laugh\";i:5;s:5:\"mouth\";i:6;s:4:\"open\";i:7;s:5:\"smile\";i:8;s:14:\"face-grin-beam\";i:9;s:14:\"face grin beam\";}}s:27:\"fas fa-face-grin-beam-sweat\";a:2:{s:5:\"label\";s:28:\"Face Grin Beam Sweat (solid)\";s:6:\"search\";a:10:{i:0;s:4:\"cold\";i:1;s:8:\"embarass\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:24:\"grinning face with sweat\";i:5;s:4:\"open\";i:6;s:5:\"smile\";i:7;s:5:\"sweat\";i:8;s:20:\"face-grin-beam-sweat\";i:9;s:20:\"face grin beam sweat\";}}s:27:\"far fa-face-grin-beam-sweat\";a:2:{s:5:\"label\";s:30:\"Face Grin Beam Sweat (regular)\";s:6:\"search\";a:10:{i:0;s:4:\"cold\";i:1;s:8:\"embarass\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:24:\"grinning face with sweat\";i:5;s:4:\"open\";i:6;s:5:\"smile\";i:7;s:5:\"sweat\";i:8;s:20:\"face-grin-beam-sweat\";i:9;s:20:\"face grin beam sweat\";}}s:23:\"fas fa-face-grin-hearts\";a:2:{s:5:\"label\";s:24:\"Face Grin Hearts (solid)\";s:6:\"search\";a:8:{i:0;s:8:\"emoticon\";i:1;s:3:\"eye\";i:2;s:4:\"face\";i:3;s:4:\"love\";i:4;s:5:\"smile\";i:5;s:28:\"smiling face with heart-eyes\";i:6;s:16:\"face-grin-hearts\";i:7;s:16:\"face grin hearts\";}}s:23:\"far fa-face-grin-hearts\";a:2:{s:5:\"label\";s:26:\"Face Grin Hearts (regular)\";s:6:\"search\";a:8:{i:0;s:8:\"emoticon\";i:1;s:3:\"eye\";i:2;s:4:\"face\";i:3;s:4:\"love\";i:4;s:5:\"smile\";i:5;s:28:\"smiling face with heart-eyes\";i:6;s:16:\"face-grin-hearts\";i:7;s:16:\"face grin hearts\";}}s:23:\"fas fa-face-grin-squint\";a:2:{s:5:\"label\";s:24:\"Face Grin Squint (solid)\";s:6:\"search\";a:9:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:23:\"grinning squinting face\";i:3;s:5:\"laugh\";i:4;s:5:\"mouth\";i:5;s:9:\"satisfied\";i:6;s:5:\"smile\";i:7;s:16:\"face-grin-squint\";i:8;s:16:\"face grin squint\";}}s:23:\"far fa-face-grin-squint\";a:2:{s:5:\"label\";s:26:\"Face Grin Squint (regular)\";s:6:\"search\";a:9:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:23:\"grinning squinting face\";i:3;s:5:\"laugh\";i:4;s:5:\"mouth\";i:5;s:9:\"satisfied\";i:6;s:5:\"smile\";i:7;s:16:\"face-grin-squint\";i:8;s:16:\"face grin squint\";}}s:29:\"fas fa-face-grin-squint-tears\";a:2:{s:5:\"label\";s:30:\"Face Grin Squint Tears (solid)\";s:6:\"search\";a:10:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:5:\"floor\";i:3;s:5:\"happy\";i:4;s:5:\"laugh\";i:5;s:7:\"rolling\";i:6;s:29:\"rolling on the floor laughing\";i:7;s:5:\"smile\";i:8;s:22:\"face-grin-squint-tears\";i:9;s:22:\"face grin squint tears\";}}s:29:\"far fa-face-grin-squint-tears\";a:2:{s:5:\"label\";s:32:\"Face Grin Squint Tears (regular)\";s:6:\"search\";a:10:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:5:\"floor\";i:3;s:5:\"happy\";i:4;s:5:\"laugh\";i:5;s:7:\"rolling\";i:6;s:29:\"rolling on the floor laughing\";i:7;s:5:\"smile\";i:8;s:22:\"face-grin-squint-tears\";i:9;s:22:\"face grin squint tears\";}}s:22:\"fas fa-face-grin-stars\";a:2:{s:5:\"label\";s:23:\"Face Grin Stars (solid)\";s:6:\"search\";a:11:{i:0;s:8:\"emoticon\";i:1;s:4:\"eyes\";i:2;s:4:\"face\";i:3;s:8:\"grinning\";i:4;s:7:\"quality\";i:5;s:4:\"star\";i:6;s:11:\"star-struck\";i:7;s:11:\"starry-eyed\";i:8;s:3:\"vip\";i:9;s:15:\"face-grin-stars\";i:10;s:15:\"face grin stars\";}}s:22:\"far fa-face-grin-stars\";a:2:{s:5:\"label\";s:25:\"Face Grin Stars (regular)\";s:6:\"search\";a:11:{i:0;s:8:\"emoticon\";i:1;s:4:\"eyes\";i:2;s:4:\"face\";i:3;s:8:\"grinning\";i:4;s:7:\"quality\";i:5;s:4:\"star\";i:6;s:11:\"star-struck\";i:7;s:11:\"starry-eyed\";i:8;s:3:\"vip\";i:9;s:15:\"face-grin-stars\";i:10;s:15:\"face grin stars\";}}s:22:\"fas fa-face-grin-tears\";a:2:{s:5:\"label\";s:23:\"Face Grin Tears (solid)\";s:6:\"search\";a:9:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:22:\"face with tears of joy\";i:4;s:3:\"joy\";i:5;s:5:\"laugh\";i:6;s:4:\"tear\";i:7;s:15:\"face-grin-tears\";i:8;s:15:\"face grin tears\";}}s:22:\"far fa-face-grin-tears\";a:2:{s:5:\"label\";s:25:\"Face Grin Tears (regular)\";s:6:\"search\";a:9:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:22:\"face with tears of joy\";i:4;s:3:\"joy\";i:5;s:5:\"laugh\";i:6;s:4:\"tear\";i:7;s:15:\"face-grin-tears\";i:8;s:15:\"face grin tears\";}}s:23:\"fas fa-face-grin-tongue\";a:2:{s:5:\"label\";s:24:\"Face Grin Tongue (solid)\";s:6:\"search\";a:7:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:16:\"face with tongue\";i:4;s:6:\"tongue\";i:5;s:16:\"face-grin-tongue\";i:6;s:16:\"face grin tongue\";}}s:23:\"far fa-face-grin-tongue\";a:2:{s:5:\"label\";s:26:\"Face Grin Tongue (regular)\";s:6:\"search\";a:7:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:16:\"face with tongue\";i:4;s:6:\"tongue\";i:5;s:16:\"face-grin-tongue\";i:6;s:16:\"face grin tongue\";}}s:30:\"fas fa-face-grin-tongue-squint\";a:2:{s:5:\"label\";s:31:\"Face Grin Tongue Squint (solid)\";s:6:\"search\";a:10:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:3:\"eye\";i:3;s:4:\"face\";i:4;s:8:\"horrible\";i:5;s:26:\"squinting face with tongue\";i:6;s:5:\"taste\";i:7;s:6:\"tongue\";i:8;s:23:\"face-grin-tongue-squint\";i:9;s:23:\"face grin tongue squint\";}}s:30:\"far fa-face-grin-tongue-squint\";a:2:{s:5:\"label\";s:33:\"Face Grin Tongue Squint (regular)\";s:6:\"search\";a:10:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:3:\"eye\";i:3;s:4:\"face\";i:4;s:8:\"horrible\";i:5;s:26:\"squinting face with tongue\";i:6;s:5:\"taste\";i:7;s:6:\"tongue\";i:8;s:23:\"face-grin-tongue-squint\";i:9;s:23:\"face grin tongue squint\";}}s:28:\"fas fa-face-grin-tongue-wink\";a:2:{s:5:\"label\";s:29:\"Face Grin Tongue Wink (solid)\";s:6:\"search\";a:10:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:3:\"eye\";i:3;s:4:\"face\";i:4;s:4:\"joke\";i:5;s:6:\"tongue\";i:6;s:4:\"wink\";i:7;s:24:\"winking face with tongue\";i:8;s:21:\"face-grin-tongue-wink\";i:9;s:21:\"face grin tongue wink\";}}s:28:\"far fa-face-grin-tongue-wink\";a:2:{s:5:\"label\";s:31:\"Face Grin Tongue Wink (regular)\";s:6:\"search\";a:10:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:3:\"eye\";i:3;s:4:\"face\";i:4;s:4:\"joke\";i:5;s:6:\"tongue\";i:6;s:4:\"wink\";i:7;s:24:\"winking face with tongue\";i:8;s:21:\"face-grin-tongue-wink\";i:9;s:21:\"face grin tongue wink\";}}s:21:\"fas fa-face-grin-wide\";a:2:{s:5:\"label\";s:22:\"Face Grin Wide (solid)\";s:6:\"search\";a:9:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:27:\"grinning face with big eyes\";i:3;s:5:\"laugh\";i:4;s:5:\"mouth\";i:5;s:4:\"open\";i:6;s:5:\"smile\";i:7;s:14:\"face-grin-wide\";i:8;s:14:\"face grin wide\";}}s:21:\"far fa-face-grin-wide\";a:2:{s:5:\"label\";s:24:\"Face Grin Wide (regular)\";s:6:\"search\";a:9:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:27:\"grinning face with big eyes\";i:3;s:5:\"laugh\";i:4;s:5:\"mouth\";i:5;s:4:\"open\";i:6;s:5:\"smile\";i:7;s:14:\"face-grin-wide\";i:8;s:14:\"face grin wide\";}}s:21:\"fas fa-face-grin-wink\";a:2:{s:5:\"label\";s:22:\"Face Grin Wink (solid)\";s:6:\"search\";a:7:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:5:\"flirt\";i:3;s:5:\"laugh\";i:4;s:5:\"smile\";i:5;s:14:\"face-grin-wink\";i:6;s:14:\"face grin wink\";}}s:21:\"far fa-face-grin-wink\";a:2:{s:5:\"label\";s:24:\"Face Grin Wink (regular)\";s:6:\"search\";a:7:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:5:\"flirt\";i:3;s:5:\"laugh\";i:4;s:5:\"smile\";i:5;s:14:\"face-grin-wink\";i:6;s:14:\"face grin wink\";}}s:16:\"fas fa-face-kiss\";a:2:{s:5:\"label\";s:17:\"Face Kiss (solid)\";s:6:\"search\";a:9:{i:0;s:4:\"beso\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:4:\"kiss\";i:4;s:12:\"kissing face\";i:5;s:4:\"love\";i:6;s:6:\"smooch\";i:7;s:9:\"face-kiss\";i:8;s:9:\"face kiss\";}}s:16:\"far fa-face-kiss\";a:2:{s:5:\"label\";s:19:\"Face Kiss (regular)\";s:6:\"search\";a:9:{i:0;s:4:\"beso\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:4:\"kiss\";i:4;s:12:\"kissing face\";i:5;s:4:\"love\";i:6;s:6:\"smooch\";i:7;s:9:\"face-kiss\";i:8;s:9:\"face kiss\";}}s:21:\"fas fa-face-kiss-beam\";a:2:{s:5:\"label\";s:22:\"Face Kiss Beam (solid)\";s:6:\"search\";a:11:{i:0;s:4:\"beso\";i:1;s:8:\"emoticon\";i:2;s:3:\"eye\";i:3;s:4:\"face\";i:4;s:4:\"kiss\";i:5;s:30:\"kissing face with smiling eyes\";i:6;s:4:\"love\";i:7;s:5:\"smile\";i:8;s:6:\"smooch\";i:9;s:14:\"face-kiss-beam\";i:10;s:14:\"face kiss beam\";}}s:21:\"far fa-face-kiss-beam\";a:2:{s:5:\"label\";s:24:\"Face Kiss Beam (regular)\";s:6:\"search\";a:11:{i:0;s:4:\"beso\";i:1;s:8:\"emoticon\";i:2;s:3:\"eye\";i:3;s:4:\"face\";i:4;s:4:\"kiss\";i:5;s:30:\"kissing face with smiling eyes\";i:6;s:4:\"love\";i:7;s:5:\"smile\";i:8;s:6:\"smooch\";i:9;s:14:\"face-kiss-beam\";i:10;s:14:\"face kiss beam\";}}s:27:\"fas fa-face-kiss-wink-heart\";a:2:{s:5:\"label\";s:28:\"Face Kiss Wink Heart (solid)\";s:6:\"search\";a:9:{i:0;s:4:\"beso\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:19:\"face blowing a kiss\";i:4;s:4:\"kiss\";i:5;s:4:\"love\";i:6;s:6:\"smooch\";i:7;s:20:\"face-kiss-wink-heart\";i:8;s:20:\"face kiss wink heart\";}}s:27:\"far fa-face-kiss-wink-heart\";a:2:{s:5:\"label\";s:30:\"Face Kiss Wink Heart (regular)\";s:6:\"search\";a:9:{i:0;s:4:\"beso\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:19:\"face blowing a kiss\";i:4;s:4:\"kiss\";i:5;s:4:\"love\";i:6;s:6:\"smooch\";i:7;s:20:\"face-kiss-wink-heart\";i:8;s:20:\"face kiss wink heart\";}}s:17:\"fas fa-face-laugh\";a:2:{s:5:\"label\";s:18:\"Face Laugh (solid)\";s:6:\"search\";a:7:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"laugh\";i:4;s:5:\"smile\";i:5;s:10:\"face-laugh\";i:6;s:10:\"face laugh\";}}s:17:\"far fa-face-laugh\";a:2:{s:5:\"label\";s:20:\"Face Laugh (regular)\";s:6:\"search\";a:7:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"laugh\";i:4;s:5:\"smile\";i:5;s:10:\"face-laugh\";i:6;s:10:\"face laugh\";}}s:22:\"fas fa-face-laugh-beam\";a:2:{s:5:\"label\";s:23:\"Face Laugh Beam (solid)\";s:6:\"search\";a:10:{i:0;s:3:\"LOL\";i:1;s:30:\"beaming face with smiling eyes\";i:2;s:8:\"emoticon\";i:3;s:3:\"eye\";i:4;s:4:\"face\";i:5;s:4:\"grin\";i:6;s:5:\"happy\";i:7;s:5:\"smile\";i:8;s:15:\"face-laugh-beam\";i:9;s:15:\"face laugh beam\";}}s:22:\"far fa-face-laugh-beam\";a:2:{s:5:\"label\";s:25:\"Face Laugh Beam (regular)\";s:6:\"search\";a:10:{i:0;s:3:\"LOL\";i:1;s:30:\"beaming face with smiling eyes\";i:2;s:8:\"emoticon\";i:3;s:3:\"eye\";i:4;s:4:\"face\";i:5;s:4:\"grin\";i:6;s:5:\"happy\";i:7;s:5:\"smile\";i:8;s:15:\"face-laugh-beam\";i:9;s:15:\"face laugh beam\";}}s:24:\"fas fa-face-laugh-squint\";a:2:{s:5:\"label\";s:25:\"Face Laugh Squint (solid)\";s:6:\"search\";a:7:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"happy\";i:4;s:5:\"smile\";i:5;s:17:\"face-laugh-squint\";i:6;s:17:\"face laugh squint\";}}s:24:\"far fa-face-laugh-squint\";a:2:{s:5:\"label\";s:27:\"Face Laugh Squint (regular)\";s:6:\"search\";a:7:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"happy\";i:4;s:5:\"smile\";i:5;s:17:\"face-laugh-squint\";i:6;s:17:\"face laugh squint\";}}s:22:\"fas fa-face-laugh-wink\";a:2:{s:5:\"label\";s:23:\"Face Laugh Wink (solid)\";s:6:\"search\";a:7:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"happy\";i:4;s:5:\"smile\";i:5;s:15:\"face-laugh-wink\";i:6;s:15:\"face laugh wink\";}}s:22:\"far fa-face-laugh-wink\";a:2:{s:5:\"label\";s:25:\"Face Laugh Wink (regular)\";s:6:\"search\";a:7:{i:0;s:3:\"LOL\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:5:\"happy\";i:4;s:5:\"smile\";i:5;s:15:\"face-laugh-wink\";i:6;s:15:\"face laugh wink\";}}s:15:\"fas fa-face-meh\";a:2:{s:5:\"label\";s:16:\"Face Meh (solid)\";s:6:\"search\";a:11:{i:0;s:7:\"deadpan\";i:1;s:7:\"default\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:3:\"meh\";i:5;s:7:\"neutral\";i:6;s:12:\"neutral face\";i:7;s:6:\"rating\";i:8;s:3:\"uer\";i:9;s:8:\"face-meh\";i:10;s:8:\"face meh\";}}s:15:\"far fa-face-meh\";a:2:{s:5:\"label\";s:18:\"Face Meh (regular)\";s:6:\"search\";a:11:{i:0;s:7:\"deadpan\";i:1;s:7:\"default\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:3:\"meh\";i:5;s:7:\"neutral\";i:6;s:12:\"neutral face\";i:7;s:6:\"rating\";i:8;s:3:\"uer\";i:9;s:8:\"face-meh\";i:10;s:8:\"face meh\";}}s:21:\"fas fa-face-meh-blank\";a:2:{s:5:\"label\";s:22:\"Face Meh Blank (solid)\";s:6:\"search\";a:10:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:18:\"face without mouth\";i:3;s:5:\"mouth\";i:4;s:7:\"neutral\";i:5;s:5:\"quiet\";i:6;s:6:\"rating\";i:7;s:6:\"silent\";i:8;s:14:\"face-meh-blank\";i:9;s:14:\"face meh blank\";}}s:21:\"far fa-face-meh-blank\";a:2:{s:5:\"label\";s:24:\"Face Meh Blank (regular)\";s:6:\"search\";a:10:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:18:\"face without mouth\";i:3;s:5:\"mouth\";i:4;s:7:\"neutral\";i:5;s:5:\"quiet\";i:6;s:6:\"rating\";i:7;s:6:\"silent\";i:8;s:14:\"face-meh-blank\";i:9;s:14:\"face meh blank\";}}s:24:\"fas fa-face-rolling-eyes\";a:2:{s:5:\"label\";s:25:\"Face Rolling Eyes (solid)\";s:6:\"search\";a:10:{i:0;s:8:\"emoticon\";i:1;s:7:\"eyeroll\";i:2;s:4:\"eyes\";i:3;s:4:\"face\";i:4;s:22:\"face with rolling eyes\";i:5;s:7:\"neutral\";i:6;s:6:\"rating\";i:7;s:7:\"rolling\";i:8;s:17:\"face-rolling-eyes\";i:9;s:17:\"face rolling eyes\";}}s:24:\"far fa-face-rolling-eyes\";a:2:{s:5:\"label\";s:27:\"Face Rolling Eyes (regular)\";s:6:\"search\";a:10:{i:0;s:8:\"emoticon\";i:1;s:7:\"eyeroll\";i:2;s:4:\"eyes\";i:3;s:4:\"face\";i:4;s:22:\"face with rolling eyes\";i:5;s:7:\"neutral\";i:6;s:6:\"rating\";i:7;s:7:\"rolling\";i:8;s:17:\"face-rolling-eyes\";i:9;s:17:\"face rolling eyes\";}}s:19:\"fas fa-face-sad-cry\";a:2:{s:5:\"label\";s:20:\"Face Sad Cry (solid)\";s:6:\"search\";a:10:{i:0;s:3:\"cry\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:18:\"loudly crying face\";i:4;s:3:\"sad\";i:5;s:3:\"sob\";i:6;s:4:\"tear\";i:7;s:5:\"tears\";i:8;s:12:\"face-sad-cry\";i:9;s:12:\"face sad cry\";}}s:19:\"far fa-face-sad-cry\";a:2:{s:5:\"label\";s:22:\"Face Sad Cry (regular)\";s:6:\"search\";a:10:{i:0;s:3:\"cry\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:18:\"loudly crying face\";i:4;s:3:\"sad\";i:5;s:3:\"sob\";i:6;s:4:\"tear\";i:7;s:5:\"tears\";i:8;s:12:\"face-sad-cry\";i:9;s:12:\"face sad cry\";}}s:20:\"fas fa-face-sad-tear\";a:2:{s:5:\"label\";s:21:\"Face Sad Tear (solid)\";s:6:\"search\";a:9:{i:0;s:3:\"cry\";i:1;s:11:\"crying face\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:3:\"sad\";i:5;s:4:\"tear\";i:6;s:5:\"tears\";i:7;s:13:\"face-sad-tear\";i:8;s:13:\"face sad tear\";}}s:20:\"far fa-face-sad-tear\";a:2:{s:5:\"label\";s:23:\"Face Sad Tear (regular)\";s:6:\"search\";a:9:{i:0;s:3:\"cry\";i:1;s:11:\"crying face\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:3:\"sad\";i:5;s:4:\"tear\";i:6;s:5:\"tears\";i:7;s:13:\"face-sad-tear\";i:8;s:13:\"face sad tear\";}}s:17:\"fas fa-face-smile\";a:2:{s:5:\"label\";s:18:\"Face Smile (solid)\";s:6:\"search\";a:12:{i:0;s:7:\"approve\";i:1;s:7:\"default\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:5:\"happy\";i:5;s:6:\"rating\";i:6;s:9:\"satisfied\";i:7;s:21:\"slightly smiling face\";i:8;s:5:\"smile\";i:9;s:3:\"uer\";i:10;s:10:\"face-smile\";i:11;s:10:\"face smile\";}}s:17:\"far fa-face-smile\";a:2:{s:5:\"label\";s:20:\"Face Smile (regular)\";s:6:\"search\";a:12:{i:0;s:7:\"approve\";i:1;s:7:\"default\";i:2;s:8:\"emoticon\";i:3;s:4:\"face\";i:4;s:5:\"happy\";i:5;s:6:\"rating\";i:6;s:9:\"satisfied\";i:7;s:21:\"slightly smiling face\";i:8;s:5:\"smile\";i:9;s:3:\"uer\";i:10;s:10:\"face-smile\";i:11;s:10:\"face smile\";}}s:22:\"fas fa-face-smile-beam\";a:2:{s:5:\"label\";s:23:\"Face Smile Beam (solid)\";s:6:\"search\";a:10:{i:0;s:5:\"blush\";i:1;s:8:\"emoticon\";i:2;s:3:\"eye\";i:3;s:4:\"face\";i:4;s:5:\"happy\";i:5;s:8:\"positive\";i:6;s:5:\"smile\";i:7;s:30:\"smiling face with smiling eyes\";i:8;s:15:\"face-smile-beam\";i:9;s:15:\"face smile beam\";}}s:22:\"far fa-face-smile-beam\";a:2:{s:5:\"label\";s:25:\"Face Smile Beam (regular)\";s:6:\"search\";a:10:{i:0;s:5:\"blush\";i:1;s:8:\"emoticon\";i:2;s:3:\"eye\";i:3;s:4:\"face\";i:4;s:5:\"happy\";i:5;s:8:\"positive\";i:6;s:5:\"smile\";i:7;s:30:\"smiling face with smiling eyes\";i:8;s:15:\"face-smile-beam\";i:9;s:15:\"face smile beam\";}}s:22:\"fas fa-face-smile-wink\";a:2:{s:5:\"label\";s:23:\"Face Smile Wink (solid)\";s:6:\"search\";a:9:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:5:\"happy\";i:3;s:4:\"hint\";i:4;s:4:\"joke\";i:5;s:4:\"wink\";i:6;s:12:\"winking face\";i:7;s:15:\"face-smile-wink\";i:8;s:15:\"face smile wink\";}}s:22:\"far fa-face-smile-wink\";a:2:{s:5:\"label\";s:25:\"Face Smile Wink (regular)\";s:6:\"search\";a:9:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:5:\"happy\";i:3;s:4:\"hint\";i:4;s:4:\"joke\";i:5;s:4:\"wink\";i:6;s:12:\"winking face\";i:7;s:15:\"face-smile-wink\";i:8;s:15:\"face smile wink\";}}s:20:\"fas fa-face-surprise\";a:2:{s:5:\"label\";s:21:\"Face Surprise (solid)\";s:6:\"search\";a:9:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:20:\"face with open mouth\";i:3;s:5:\"mouth\";i:4;s:4:\"open\";i:5;s:7:\"shocked\";i:6;s:8:\"sympathy\";i:7;s:13:\"face-surprise\";i:8;s:13:\"face surprise\";}}s:20:\"far fa-face-surprise\";a:2:{s:5:\"label\";s:23:\"Face Surprise (regular)\";s:6:\"search\";a:9:{i:0;s:8:\"emoticon\";i:1;s:4:\"face\";i:2;s:20:\"face with open mouth\";i:3;s:5:\"mouth\";i:4;s:4:\"open\";i:5;s:7:\"shocked\";i:6;s:8:\"sympathy\";i:7;s:13:\"face-surprise\";i:8;s:13:\"face surprise\";}}s:17:\"fas fa-face-tired\";a:2:{s:5:\"label\";s:18:\"Face Tired (solid)\";s:6:\"search\";a:9:{i:0;s:5:\"angry\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:6:\"grumpy\";i:4;s:5:\"tired\";i:5;s:10:\"tired face\";i:6;s:5:\"upset\";i:7;s:10:\"face-tired\";i:8;s:10:\"face tired\";}}s:17:\"far fa-face-tired\";a:2:{s:5:\"label\";s:20:\"Face Tired (regular)\";s:6:\"search\";a:9:{i:0;s:5:\"angry\";i:1;s:8:\"emoticon\";i:2;s:4:\"face\";i:3;s:6:\"grumpy\";i:4;s:5:\"tired\";i:5;s:10:\"tired face\";i:6;s:5:\"upset\";i:7;s:10:\"face-tired\";i:8;s:10:\"face tired\";}}s:15:\"fab fa-facebook\";a:2:{s:5:\"label\";s:8:\"Facebook\";s:6:\"search\";a:5:{i:0;s:6:\"fabook\";i:1;s:17:\"facebook-official\";i:2;s:2:\"fb\";i:3;s:14:\"social network\";i:4;s:8:\"facebook\";}}s:17:\"fab fa-facebook-f\";a:2:{s:5:\"label\";s:10:\"Facebook F\";s:6:\"search\";a:5:{i:0;s:6:\"fabook\";i:1;s:8:\"facebook\";i:2;s:2:\"fb\";i:3;s:10:\"facebook-f\";i:4;s:10:\"facebook f\";}}s:25:\"fab fa-facebook-messenger\";a:2:{s:5:\"label\";s:18:\"Facebook Messenger\";s:6:\"search\";a:4:{i:0;s:6:\"fabook\";i:1;s:2:\"fb\";i:2;s:18:\"facebook-messenger\";i:3;s:18:\"facebook messenger\";}}s:10:\"fas fa-fan\";a:2:{s:5:\"label\";s:3:\"Fan\";s:6:\"search\";a:7:{i:0;s:2:\"ac\";i:1;s:16:\"air conditioning\";i:2;s:5:\"blade\";i:3;s:6:\"blower\";i:4;s:4:\"cool\";i:5;s:3:\"hot\";i:6;s:3:\"fan\";}}s:27:\"fab fa-fantasy-flight-games\";a:2:{s:5:\"label\";s:20:\"Fantasy Flight-games\";s:6:\"search\";a:9:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:3:\"d&d\";i:2;s:3:\"dnd\";i:3;s:7:\"fantasy\";i:4;s:4:\"game\";i:5;s:6:\"gaming\";i:6;s:8:\"tabletop\";i:7;s:20:\"fantasy-flight-games\";i:8;s:20:\"fantasy flight-games\";}}s:13:\"fas fa-faucet\";a:2:{s:5:\"label\";s:6:\"Faucet\";s:6:\"search\";a:12:{i:0;s:8:\"covid-19\";i:1;s:8:\"drinking\";i:2;s:4:\"drip\";i:3;s:5:\"house\";i:4;s:7:\"hygiene\";i:5;s:7:\"kitchen\";i:6;s:7:\"potable\";i:7;s:13:\"potable water\";i:8;s:10:\"sanitation\";i:9;s:4:\"sink\";i:10;s:5:\"water\";i:11;s:6:\"faucet\";}}s:18:\"fas fa-faucet-drip\";a:2:{s:5:\"label\";s:11:\"Faucet Drip\";s:6:\"search\";a:12:{i:0;s:8:\"drinking\";i:1;s:4:\"drip\";i:2;s:5:\"house\";i:3;s:7:\"hygiene\";i:4;s:7:\"kitchen\";i:5;s:7:\"potable\";i:6;s:13:\"potable water\";i:7;s:10:\"sanitation\";i:8;s:4:\"sink\";i:9;s:5:\"water\";i:10;s:11:\"faucet-drip\";i:11;s:11:\"faucet drip\";}}s:10:\"fas fa-fax\";a:2:{s:5:\"label\";s:3:\"Fax\";s:6:\"search\";a:8:{i:0;s:8:\"Fax Icon\";i:1;s:8:\"business\";i:2;s:11:\"communicate\";i:3;s:4:\"copy\";i:4;s:9:\"facsimile\";i:5;s:3:\"fax\";i:6;s:11:\"fax machine\";i:7;s:4:\"send\";}}s:14:\"fas fa-feather\";a:2:{s:5:\"label\";s:7:\"Feather\";s:6:\"search\";a:8:{i:0;s:4:\"bird\";i:1;s:7:\"feather\";i:2;s:6:\"flight\";i:3;s:5:\"light\";i:4;s:7:\"plucked\";i:5;s:7:\"plumage\";i:6;s:5:\"quill\";i:7;s:5:\"write\";}}s:22:\"fas fa-feather-pointed\";a:2:{s:5:\"label\";s:15:\"Feather Pointed\";s:6:\"search\";a:7:{i:0;s:4:\"bird\";i:1;s:5:\"light\";i:2;s:7:\"plucked\";i:3;s:5:\"quill\";i:4;s:5:\"write\";i:5;s:15:\"feather-pointed\";i:6;s:15:\"feather pointed\";}}s:12:\"fab fa-fedex\";a:2:{s:5:\"label\";s:5:\"FedEx\";s:6:\"search\";a:4:{i:0;s:15:\"Federal Express\";i:1;s:7:\"package\";i:2;s:8:\"shipping\";i:3;s:5:\"fedex\";}}s:13:\"fab fa-fedora\";a:2:{s:5:\"label\";s:6:\"Fedora\";s:6:\"search\";a:4:{i:0;s:5:\"linux\";i:1;s:16:\"operating system\";i:2;s:2:\"os\";i:3;s:6:\"fedora\";}}s:12:\"fas fa-ferry\";a:2:{s:5:\"label\";s:5:\"Ferry\";s:6:\"search\";a:6:{i:0;s:5:\"barge\";i:1;s:4:\"boat\";i:2;s:5:\"carry\";i:3;s:9:\"ferryboat\";i:4;s:4:\"ship\";i:5;s:5:\"ferry\";}}s:12:\"fab fa-figma\";a:2:{s:5:\"label\";s:5:\"Figma\";s:6:\"search\";a:4:{i:0;s:3:\"app\";i:1;s:6:\"design\";i:2;s:9:\"interface\";i:3;s:5:\"figma\";}}s:11:\"fas fa-file\";a:2:{s:5:\"label\";s:12:\"File (solid)\";s:6:\"search\";a:9:{i:0;s:14:\"Empty Document\";i:1;s:2:\"cv\";i:2;s:8:\"document\";i:3;s:3:\"new\";i:4;s:4:\"page\";i:5;s:14:\"page facing up\";i:6;s:3:\"pdf\";i:7;s:6:\"resume\";i:8;s:4:\"file\";}}s:11:\"far fa-file\";a:2:{s:5:\"label\";s:14:\"File (regular)\";s:6:\"search\";a:9:{i:0;s:14:\"Empty Document\";i:1;s:2:\"cv\";i:2;s:8:\"document\";i:3;s:3:\"new\";i:4;s:4:\"page\";i:5;s:14:\"page facing up\";i:6;s:3:\"pdf\";i:7;s:6:\"resume\";i:8;s:4:\"file\";}}s:22:\"fas fa-file-arrow-down\";a:2:{s:5:\"label\";s:15:\"File Arrow Down\";s:6:\"search\";a:6:{i:0;s:8:\"document\";i:1;s:6:\"export\";i:2;s:6:\"insert\";i:3;s:4:\"save\";i:4;s:15:\"file-arrow-down\";i:5;s:15:\"file arrow down\";}}s:20:\"fas fa-file-arrow-up\";a:2:{s:5:\"label\";s:13:\"File Arrow Up\";s:6:\"search\";a:7:{i:0;s:8:\"document\";i:1;s:6:\"import\";i:2;s:4:\"page\";i:3;s:4:\"save\";i:4;s:7:\"upgrade\";i:5;s:13:\"file-arrow-up\";i:6;s:13:\"file arrow up\";}}s:17:\"fas fa-file-audio\";a:2:{s:5:\"label\";s:18:\"File Audio (solid)\";s:6:\"search\";a:8:{i:0;s:8:\"document\";i:1;s:3:\"mp3\";i:2;s:5:\"music\";i:3;s:4:\"page\";i:4;s:4:\"play\";i:5;s:5:\"sound\";i:6;s:10:\"file-audio\";i:7;s:10:\"file audio\";}}s:17:\"far fa-file-audio\";a:2:{s:5:\"label\";s:20:\"File Audio (regular)\";s:6:\"search\";a:8:{i:0;s:8:\"document\";i:1;s:3:\"mp3\";i:2;s:5:\"music\";i:3;s:4:\"page\";i:4;s:4:\"play\";i:5;s:5:\"sound\";i:6;s:10:\"file-audio\";i:7;s:10:\"file audio\";}}s:24:\"fas fa-file-circle-check\";a:2:{s:5:\"label\";s:17:\"File Circle Check\";s:6:\"search\";a:11:{i:0;s:8:\"document\";i:1;s:6:\"enable\";i:2;s:4:\"file\";i:3;s:12:\"not affected\";i:4;s:2:\"ok\";i:5;s:4:\"okay\";i:6;s:5:\"paper\";i:7;s:8:\"validate\";i:8;s:7:\"working\";i:9;s:17:\"file-circle-check\";i:10;s:17:\"file circle check\";}}s:30:\"fas fa-file-circle-exclamation\";a:2:{s:5:\"label\";s:23:\"File Circle Exclamation\";s:6:\"search\";a:6:{i:0;s:8:\"document\";i:1;s:6:\"failed\";i:2;s:4:\"file\";i:3;s:5:\"paper\";i:4;s:23:\"file-circle-exclamation\";i:5;s:23:\"file circle exclamation\";}}s:24:\"fas fa-file-circle-minus\";a:2:{s:5:\"label\";s:17:\"File Circle Minus\";s:6:\"search\";a:5:{i:0;s:8:\"document\";i:1;s:4:\"file\";i:2;s:5:\"paper\";i:3;s:17:\"file-circle-minus\";i:4;s:17:\"file circle minus\";}}s:23:\"fas fa-file-circle-plus\";a:2:{s:5:\"label\";s:16:\"File Circle Plus\";s:6:\"search\";a:9:{i:0;s:3:\"add\";i:1;s:8:\"document\";i:2;s:4:\"file\";i:3;s:3:\"new\";i:4;s:4:\"page\";i:5;s:5:\"paper\";i:6;s:3:\"pdf\";i:7;s:16:\"file-circle-plus\";i:8;s:16:\"file circle plus\";}}s:27:\"fas fa-file-circle-question\";a:2:{s:5:\"label\";s:20:\"File Circle Question\";s:6:\"search\";a:5:{i:0;s:8:\"document\";i:1;s:4:\"file\";i:2;s:5:\"paper\";i:3;s:20:\"file-circle-question\";i:4;s:20:\"file circle question\";}}s:24:\"fas fa-file-circle-xmark\";a:2:{s:5:\"label\";s:17:\"File Circle Xmark\";s:6:\"search\";a:6:{i:0;s:8:\"document\";i:1;s:4:\"file\";i:2;s:5:\"paper\";i:3;s:7:\"uncheck\";i:4;s:17:\"file-circle-xmark\";i:5;s:17:\"file circle xmark\";}}s:16:\"fas fa-file-code\";a:2:{s:5:\"label\";s:17:\"File Code (solid)\";s:6:\"search\";a:8:{i:0;s:3:\"css\";i:1;s:11:\"development\";i:2;s:8:\"document\";i:3;s:4:\"html\";i:4;s:5:\"mysql\";i:5;s:3:\"sql\";i:6;s:9:\"file-code\";i:7;s:9:\"file code\";}}s:16:\"far fa-file-code\";a:2:{s:5:\"label\";s:19:\"File Code (regular)\";s:6:\"search\";a:8:{i:0;s:3:\"css\";i:1;s:11:\"development\";i:2;s:8:\"document\";i:3;s:4:\"html\";i:4;s:5:\"mysql\";i:5;s:3:\"sql\";i:6;s:9:\"file-code\";i:7;s:9:\"file code\";}}s:20:\"fas fa-file-contract\";a:2:{s:5:\"label\";s:13:\"File Contract\";s:6:\"search\";a:8:{i:0;s:9:\"agreement\";i:1;s:7:\"binding\";i:2;s:8:\"document\";i:3;s:5:\"legal\";i:4;s:9:\"signature\";i:5;s:8:\"username\";i:6;s:13:\"file-contract\";i:7;s:13:\"file contract\";}}s:15:\"fas fa-file-csv\";a:2:{s:5:\"label\";s:8:\"File Csv\";s:6:\"search\";a:7:{i:0;s:8:\"document\";i:1;s:5:\"excel\";i:2;s:7:\"numbers\";i:3;s:12:\"spreadsheets\";i:4;s:5:\"table\";i:5;s:8:\"file-csv\";i:6;s:8:\"file csv\";}}s:17:\"fas fa-file-excel\";a:2:{s:5:\"label\";s:18:\"File Excel (solid)\";s:6:\"search\";a:7:{i:0;s:3:\"csv\";i:1;s:8:\"document\";i:2;s:7:\"numbers\";i:3;s:12:\"spreadsheets\";i:4;s:5:\"table\";i:5;s:10:\"file-excel\";i:6;s:10:\"file excel\";}}s:17:\"far fa-file-excel\";a:2:{s:5:\"label\";s:20:\"File Excel (regular)\";s:6:\"search\";a:7:{i:0;s:3:\"csv\";i:1;s:8:\"document\";i:2;s:7:\"numbers\";i:3;s:12:\"spreadsheets\";i:4;s:5:\"table\";i:5;s:10:\"file-excel\";i:6;s:10:\"file excel\";}}s:18:\"fas fa-file-export\";a:2:{s:5:\"label\";s:11:\"File Export\";s:6:\"search\";a:4:{i:0;s:8:\"download\";i:1;s:4:\"save\";i:2;s:11:\"file-export\";i:3;s:11:\"file export\";}}s:17:\"fas fa-file-image\";a:2:{s:5:\"label\";s:18:\"File Image (solid)\";s:6:\"search\";a:9:{i:0;s:21:\"Document with Picture\";i:1;s:8:\"document\";i:2;s:5:\"image\";i:3;s:3:\"img\";i:4;s:3:\"jpg\";i:5;s:5:\"photo\";i:6;s:3:\"png\";i:7;s:10:\"file-image\";i:8;s:10:\"file image\";}}s:17:\"far fa-file-image\";a:2:{s:5:\"label\";s:20:\"File Image (regular)\";s:6:\"search\";a:9:{i:0;s:21:\"Document with Picture\";i:1;s:8:\"document\";i:2;s:5:\"image\";i:3;s:3:\"img\";i:4;s:3:\"jpg\";i:5;s:5:\"photo\";i:6;s:3:\"png\";i:7;s:10:\"file-image\";i:8;s:10:\"file image\";}}s:18:\"fas fa-file-import\";a:2:{s:5:\"label\";s:11:\"File Import\";s:6:\"search\";a:7:{i:0;s:4:\"copy\";i:1;s:8:\"document\";i:2;s:6:\"insert\";i:3;s:4:\"send\";i:4;s:6:\"upload\";i:5;s:11:\"file-import\";i:6;s:11:\"file import\";}}s:19:\"fas fa-file-invoice\";a:2:{s:5:\"label\";s:12:\"File Invoice\";s:6:\"search\";a:8:{i:0;s:7:\"account\";i:1;s:4:\"bill\";i:2;s:6:\"charge\";i:3;s:8:\"document\";i:4;s:7:\"payment\";i:5;s:7:\"receipt\";i:6;s:12:\"file-invoice\";i:7;s:12:\"file invoice\";}}s:26:\"fas fa-file-invoice-dollar\";a:2:{s:5:\"label\";s:19:\"File Invoice Dollar\";s:6:\"search\";a:14:{i:0;s:1:\"$\";i:1;s:7:\"account\";i:2;s:4:\"bill\";i:3;s:6:\"charge\";i:4;s:8:\"document\";i:5;s:11:\"dollar-sign\";i:6;s:5:\"money\";i:7;s:7:\"payment\";i:8;s:7:\"receipt\";i:9;s:7:\"revenue\";i:10;s:6:\"salary\";i:11;s:3:\"usd\";i:12;s:19:\"file-invoice-dollar\";i:13;s:19:\"file invoice dollar\";}}s:17:\"fas fa-file-lines\";a:2:{s:5:\"label\";s:18:\"File Lines (solid)\";s:6:\"search\";a:10:{i:0;s:8:\"Document\";i:1;s:18:\"Document with Text\";i:2;s:8:\"document\";i:3;s:9:\"file-text\";i:4;s:7:\"invoice\";i:5;s:3:\"new\";i:6;s:4:\"page\";i:7;s:3:\"pdf\";i:8;s:10:\"file-lines\";i:9;s:10:\"file lines\";}}s:17:\"far fa-file-lines\";a:2:{s:5:\"label\";s:20:\"File Lines (regular)\";s:6:\"search\";a:10:{i:0;s:8:\"Document\";i:1;s:18:\"Document with Text\";i:2;s:8:\"document\";i:3;s:9:\"file-text\";i:4;s:7:\"invoice\";i:5;s:3:\"new\";i:6;s:4:\"page\";i:7;s:3:\"pdf\";i:8;s:10:\"file-lines\";i:9;s:10:\"file lines\";}}s:19:\"fas fa-file-medical\";a:2:{s:5:\"label\";s:12:\"File Medical\";s:6:\"search\";a:7:{i:0;s:8:\"document\";i:1;s:6:\"health\";i:2;s:7:\"history\";i:3;s:12:\"prescription\";i:4;s:6:\"record\";i:5;s:12:\"file-medical\";i:6;s:12:\"file medical\";}}s:15:\"fas fa-file-pdf\";a:2:{s:5:\"label\";s:16:\"File Pdf (solid)\";s:6:\"search\";a:6:{i:0;s:7:\"acrobat\";i:1;s:8:\"document\";i:2;s:7:\"preview\";i:3;s:4:\"save\";i:4;s:8:\"file-pdf\";i:5;s:8:\"file pdf\";}}s:15:\"far fa-file-pdf\";a:2:{s:5:\"label\";s:18:\"File Pdf (regular)\";s:6:\"search\";a:6:{i:0;s:7:\"acrobat\";i:1;s:8:\"document\";i:2;s:7:\"preview\";i:3;s:4:\"save\";i:4;s:8:\"file-pdf\";i:5;s:8:\"file pdf\";}}s:15:\"fas fa-file-pen\";a:2:{s:5:\"label\";s:8:\"File Pen\";s:6:\"search\";a:9:{i:0;s:4:\"edit\";i:1;s:4:\"memo\";i:2;s:6:\"modify\";i:3;s:3:\"pen\";i:4;s:6:\"pencil\";i:5;s:6:\"update\";i:6;s:5:\"write\";i:7;s:8:\"file-pen\";i:8;s:8:\"file pen\";}}s:22:\"fas fa-file-powerpoint\";a:2:{s:5:\"label\";s:23:\"File Powerpoint (solid)\";s:6:\"search\";a:6:{i:0;s:7:\"display\";i:1;s:8:\"document\";i:2;s:7:\"keynote\";i:3;s:12:\"presentation\";i:4;s:15:\"file-powerpoint\";i:5;s:15:\"file powerpoint\";}}s:22:\"far fa-file-powerpoint\";a:2:{s:5:\"label\";s:25:\"File Powerpoint (regular)\";s:6:\"search\";a:6:{i:0;s:7:\"display\";i:1;s:8:\"document\";i:2;s:7:\"keynote\";i:3;s:12:\"presentation\";i:4;s:15:\"file-powerpoint\";i:5;s:15:\"file powerpoint\";}}s:24:\"fas fa-file-prescription\";a:2:{s:5:\"label\";s:17:\"File Prescription\";s:6:\"search\";a:7:{i:0;s:8:\"document\";i:1;s:5:\"drugs\";i:2;s:7:\"medical\";i:3;s:8:\"medicine\";i:4;s:2:\"rx\";i:5;s:17:\"file-prescription\";i:6;s:17:\"file prescription\";}}s:18:\"fas fa-file-shield\";a:2:{s:5:\"label\";s:11:\"File Shield\";s:6:\"search\";a:9:{i:0;s:9:\"antivirus\";i:1;s:4:\"data\";i:2;s:8:\"document\";i:3;s:7:\"protect\";i:4;s:4:\"safe\";i:5;s:6:\"safety\";i:6;s:6:\"secure\";i:7;s:11:\"file-shield\";i:8;s:11:\"file shield\";}}s:21:\"fas fa-file-signature\";a:2:{s:5:\"label\";s:14:\"File Signature\";s:6:\"search\";a:7:{i:0;s:12:\"John Hancock\";i:1;s:8:\"contract\";i:2;s:8:\"document\";i:3;s:4:\"name\";i:4;s:8:\"username\";i:5;s:14:\"file-signature\";i:6;s:14:\"file signature\";}}s:17:\"fas fa-file-video\";a:2:{s:5:\"label\";s:18:\"File Video (solid)\";s:6:\"search\";a:7:{i:0;s:8:\"document\";i:1;s:3:\"m4v\";i:2;s:5:\"movie\";i:3;s:3:\"mp4\";i:4;s:4:\"play\";i:5;s:10:\"file-video\";i:6;s:10:\"file video\";}}s:17:\"far fa-file-video\";a:2:{s:5:\"label\";s:20:\"File Video (regular)\";s:6:\"search\";a:7:{i:0;s:8:\"document\";i:1;s:3:\"m4v\";i:2;s:5:\"movie\";i:3;s:3:\"mp4\";i:4;s:4:\"play\";i:5;s:10:\"file-video\";i:6;s:10:\"file video\";}}s:20:\"fas fa-file-waveform\";a:2:{s:5:\"label\";s:13:\"File Waveform\";s:6:\"search\";a:7:{i:0;s:8:\"document\";i:1;s:6:\"health\";i:2;s:7:\"history\";i:3;s:12:\"prescription\";i:4;s:6:\"record\";i:5;s:13:\"file-waveform\";i:6;s:13:\"file waveform\";}}s:16:\"fas fa-file-word\";a:2:{s:5:\"label\";s:17:\"File Word (solid)\";s:6:\"search\";a:7:{i:0;s:8:\"document\";i:1;s:4:\"edit\";i:2;s:4:\"page\";i:3;s:4:\"text\";i:4;s:7:\"writing\";i:5;s:9:\"file-word\";i:6;s:9:\"file word\";}}s:16:\"far fa-file-word\";a:2:{s:5:\"label\";s:19:\"File Word (regular)\";s:6:\"search\";a:7:{i:0;s:8:\"document\";i:1;s:4:\"edit\";i:2;s:4:\"page\";i:3;s:4:\"text\";i:4;s:7:\"writing\";i:5;s:9:\"file-word\";i:6;s:9:\"file word\";}}s:18:\"fas fa-file-zipper\";a:2:{s:5:\"label\";s:19:\"File Zipper (solid)\";s:6:\"search\";a:8:{i:0;s:4:\".zip\";i:1;s:6:\"bundle\";i:2;s:8:\"compress\";i:3;s:11:\"compression\";i:4;s:8:\"download\";i:5;s:3:\"zip\";i:6;s:11:\"file-zipper\";i:7;s:11:\"file zipper\";}}s:18:\"far fa-file-zipper\";a:2:{s:5:\"label\";s:21:\"File Zipper (regular)\";s:6:\"search\";a:8:{i:0;s:4:\".zip\";i:1;s:6:\"bundle\";i:2;s:8:\"compress\";i:3;s:11:\"compression\";i:4;s:8:\"download\";i:5;s:3:\"zip\";i:6;s:11:\"file-zipper\";i:7;s:11:\"file zipper\";}}s:11:\"fas fa-fill\";a:2:{s:5:\"label\";s:4:\"Fill\";s:6:\"search\";a:5:{i:0;s:6:\"bucket\";i:1;s:5:\"color\";i:2;s:5:\"paint\";i:3;s:12:\"paint bucket\";i:4;s:4:\"fill\";}}s:16:\"fas fa-fill-drip\";a:2:{s:5:\"label\";s:9:\"Fill Drip\";s:6:\"search\";a:8:{i:0;s:6:\"bucket\";i:1;s:5:\"color\";i:2;s:4:\"drop\";i:3;s:5:\"paint\";i:4;s:12:\"paint bucket\";i:5;s:5:\"spill\";i:6;s:9:\"fill-drip\";i:7;s:9:\"fill drip\";}}s:11:\"fas fa-film\";a:2:{s:5:\"label\";s:4:\"Film\";s:6:\"search\";a:7:{i:0;s:6:\"cinema\";i:1;s:4:\"film\";i:2;s:11:\"film frames\";i:3;s:6:\"frames\";i:4;s:5:\"movie\";i:5;s:5:\"strip\";i:6;s:5:\"video\";}}s:13:\"fas fa-filter\";a:2:{s:5:\"label\";s:6:\"Filter\";s:6:\"search\";a:5:{i:0;s:6:\"funnel\";i:1;s:7:\"options\";i:2;s:8:\"separate\";i:3;s:4:\"sort\";i:4;s:6:\"filter\";}}s:27:\"fas fa-filter-circle-dollar\";a:2:{s:5:\"label\";s:20:\"Filter Circle Dollar\";s:6:\"search\";a:8:{i:0;s:6:\"filter\";i:1;s:5:\"money\";i:2;s:7:\"options\";i:3;s:7:\"premium\";i:4;s:8:\"separate\";i:5;s:4:\"sort\";i:6;s:20:\"filter-circle-dollar\";i:7;s:20:\"filter circle dollar\";}}s:26:\"fas fa-filter-circle-xmark\";a:2:{s:5:\"label\";s:19:\"Filter Circle Xmark\";s:6:\"search\";a:9:{i:0;s:6:\"cancel\";i:1;s:6:\"funnel\";i:2;s:7:\"options\";i:3;s:6:\"remove\";i:4;s:8:\"separate\";i:5;s:4:\"sort\";i:6;s:7:\"uncheck\";i:7;s:19:\"filter-circle-xmark\";i:8;s:19:\"filter circle xmark\";}}s:18:\"fas fa-fingerprint\";a:2:{s:5:\"label\";s:11:\"Fingerprint\";s:6:\"search\";a:10:{i:0;s:5:\"human\";i:1;s:2:\"id\";i:2;s:14:\"identification\";i:3;s:4:\"lock\";i:4;s:7:\"privacy\";i:5;s:6:\"smudge\";i:6;s:5:\"touch\";i:7;s:6:\"unique\";i:8;s:6:\"unlock\";i:9;s:11:\"fingerprint\";}}s:11:\"fas fa-fire\";a:2:{s:5:\"label\";s:4:\"Fire\";s:6:\"search\";a:8:{i:0;s:4:\"burn\";i:1;s:8:\"caliente\";i:2;s:4:\"fire\";i:3;s:5:\"flame\";i:4;s:4:\"heat\";i:5;s:3:\"hot\";i:6;s:7:\"popular\";i:7;s:4:\"tool\";}}s:18:\"fas fa-fire-burner\";a:2:{s:5:\"label\";s:11:\"Fire Burner\";s:6:\"search\";a:7:{i:0;s:4:\"cook\";i:1;s:4:\"fire\";i:2;s:5:\"flame\";i:3;s:7:\"kitchen\";i:4;s:5:\"stove\";i:5;s:11:\"fire-burner\";i:6;s:11:\"fire burner\";}}s:24:\"fas fa-fire-extinguisher\";a:2:{s:5:\"label\";s:17:\"Fire Extinguisher\";s:6:\"search\";a:12:{i:0;s:4:\"burn\";i:1;s:8:\"caliente\";i:2;s:10:\"extinguish\";i:3;s:4:\"fire\";i:4;s:17:\"fire extinguisher\";i:5;s:12:\"fire fighter\";i:6;s:5:\"flame\";i:7;s:4:\"heat\";i:8;s:3:\"hot\";i:9;s:6:\"quench\";i:10;s:6:\"rescue\";i:11;s:17:\"fire-extinguisher\";}}s:24:\"fas fa-fire-flame-curved\";a:2:{s:5:\"label\";s:17:\"Fire Flame Curved\";s:6:\"search\";a:8:{i:0;s:4:\"burn\";i:1;s:8:\"caliente\";i:2;s:5:\"flame\";i:3;s:4:\"heat\";i:4;s:3:\"hot\";i:5;s:7:\"popular\";i:6;s:17:\"fire-flame-curved\";i:7;s:17:\"fire flame curved\";}}s:24:\"fas fa-fire-flame-simple\";a:2:{s:5:\"label\";s:17:\"Fire Flame Simple\";s:6:\"search\";a:9:{i:0;s:8:\"caliente\";i:1;s:6:\"energy\";i:2;s:4:\"fire\";i:3;s:5:\"flame\";i:4;s:3:\"gas\";i:5;s:4:\"heat\";i:6;s:3:\"hot\";i:7;s:17:\"fire-flame-simple\";i:8;s:17:\"fire flame simple\";}}s:14:\"fab fa-firefox\";a:2:{s:5:\"label\";s:7:\"Firefox\";s:6:\"search\";a:2:{i:0;s:7:\"browser\";i:1;s:7:\"firefox\";}}s:22:\"fab fa-firefox-browser\";a:2:{s:5:\"label\";s:15:\"Firefox Browser\";s:6:\"search\";a:3:{i:0;s:7:\"browser\";i:1;s:15:\"firefox-browser\";i:2;s:15:\"firefox browser\";}}s:18:\"fab fa-first-order\";a:2:{s:5:\"label\";s:11:\"First Order\";s:6:\"search\";a:2:{i:0;s:11:\"first-order\";i:1;s:11:\"first order\";}}s:22:\"fab fa-first-order-alt\";a:2:{s:5:\"label\";s:21:\"Alternate First Order\";s:6:\"search\";a:2:{i:0;s:15:\"first-order-alt\";i:1;s:21:\"alternate first order\";}}s:17:\"fab fa-firstdraft\";a:2:{s:5:\"label\";s:10:\"firstdraft\";s:6:\"search\";a:1:{i:0;s:10:\"firstdraft\";}}s:11:\"fas fa-fish\";a:2:{s:5:\"label\";s:4:\"Fish\";s:6:\"search\";a:7:{i:0;s:6:\"Pisces\";i:1;s:5:\"fauna\";i:2;s:4:\"fish\";i:3;s:4:\"gold\";i:4;s:7:\"seafood\";i:5;s:8:\"swimming\";i:6;s:6:\"zodiac\";}}s:16:\"fas fa-fish-fins\";a:2:{s:5:\"label\";s:9:\"Fish Fins\";s:6:\"search\";a:6:{i:0;s:4:\"fish\";i:1;s:7:\"fishery\";i:2;s:6:\"pisces\";i:3;s:7:\"seafood\";i:4;s:9:\"fish-fins\";i:5;s:9:\"fish fins\";}}s:11:\"fas fa-flag\";a:2:{s:5:\"label\";s:12:\"Flag (solid)\";s:6:\"search\";a:10:{i:0;s:10:\"black flag\";i:1;s:7:\"country\";i:2;s:6:\"notice\";i:3;s:12:\"notification\";i:4;s:6:\"notify\";i:5;s:4:\"pole\";i:6;s:6:\"report\";i:7;s:6:\"symbol\";i:8;s:6:\"waving\";i:9;s:4:\"flag\";}}s:11:\"far fa-flag\";a:2:{s:5:\"label\";s:14:\"Flag (regular)\";s:6:\"search\";a:10:{i:0;s:10:\"black flag\";i:1;s:7:\"country\";i:2;s:6:\"notice\";i:3;s:12:\"notification\";i:4;s:6:\"notify\";i:5;s:4:\"pole\";i:6;s:6:\"report\";i:7;s:6:\"symbol\";i:8;s:6:\"waving\";i:9;s:4:\"flag\";}}s:21:\"fas fa-flag-checkered\";a:2:{s:5:\"label\";s:14:\"Flag Checkered\";s:6:\"search\";a:15:{i:0;s:9:\"checkered\";i:1;s:9:\"chequered\";i:2;s:14:\"chequered flag\";i:3;s:6:\"finish\";i:4;s:6:\"notice\";i:5;s:12:\"notification\";i:6;s:6:\"notify\";i:7;s:4:\"pole\";i:8;s:6:\"racing\";i:9;s:6:\"report\";i:10;s:5:\"start\";i:11;s:6:\"symbol\";i:12;s:3:\"win\";i:13;s:14:\"flag-checkered\";i:14;s:14:\"flag checkered\";}}s:15:\"fas fa-flag-usa\";a:2:{s:5:\"label\";s:8:\"Flag Usa\";s:6:\"search\";a:10:{i:0;s:10:\"betsy ross\";i:1;s:7:\"country\";i:2;s:3:\"fla\";i:3;s:19:\"flag: United States\";i:4;s:9:\"old glory\";i:5;s:5:\"stars\";i:6;s:7:\"stripes\";i:7;s:6:\"symbol\";i:8;s:8:\"flag-usa\";i:9;s:8:\"flag usa\";}}s:12:\"fas fa-flask\";a:2:{s:5:\"label\";s:5:\"Flask\";s:6:\"search\";a:11:{i:0;s:6:\"beaker\";i:1;s:9:\"chemicals\";i:2;s:10:\"experiment\";i:3;s:12:\"experimental\";i:4;s:9:\"knowledge\";i:5;s:4:\"labs\";i:6;s:6:\"liquid\";i:7;s:6:\"potion\";i:8;s:7:\"science\";i:9;s:4:\"vial\";i:10;s:5:\"flask\";}}s:17:\"fas fa-flask-vial\";a:2:{s:5:\"label\";s:10:\"Flask Vial\";s:6:\"search\";a:17:{i:0;s:7:\" beaker\";i:1;s:10:\" chemicals\";i:2;s:11:\" experiment\";i:3;s:13:\" experimental\";i:4;s:5:\" labs\";i:5;s:7:\" liquid\";i:6;s:8:\" science\";i:7;s:5:\" vial\";i:8;s:6:\"ampule\";i:9;s:9:\"chemistry\";i:10;s:3:\"lab\";i:11;s:10:\"laboratory\";i:12;s:6:\"potion\";i:13;s:4:\"test\";i:14;s:9:\"test tube\";i:15;s:10:\"flask-vial\";i:16;s:10:\"flask vial\";}}s:13:\"fab fa-flickr\";a:2:{s:5:\"label\";s:6:\"Flickr\";s:6:\"search\";a:1:{i:0;s:6:\"flickr\";}}s:16:\"fab fa-flipboard\";a:2:{s:5:\"label\";s:9:\"Flipboard\";s:6:\"search\";a:1:{i:0;s:9:\"flipboard\";}}s:18:\"fas fa-floppy-disk\";a:2:{s:5:\"label\";s:19:\"Floppy Disk (solid)\";s:6:\"search\";a:8:{i:0;s:28:\"Black Hard Shell Floppy Disk\";i:1;s:8:\"computer\";i:2;s:4:\"disk\";i:3;s:8:\"download\";i:4;s:6:\"floppy\";i:5;s:11:\"floppy disk\";i:6;s:8:\"floppy-o\";i:7;s:11:\"floppy-disk\";}}s:18:\"far fa-floppy-disk\";a:2:{s:5:\"label\";s:21:\"Floppy Disk (regular)\";s:6:\"search\";a:8:{i:0;s:28:\"Black Hard Shell Floppy Disk\";i:1;s:8:\"computer\";i:2;s:4:\"disk\";i:3;s:8:\"download\";i:4;s:6:\"floppy\";i:5;s:11:\"floppy disk\";i:6;s:8:\"floppy-o\";i:7;s:11:\"floppy-disk\";}}s:18:\"fas fa-florin-sign\";a:2:{s:5:\"label\";s:11:\"Florin Sign\";s:6:\"search\";a:3:{i:0;s:8:\"currency\";i:1;s:11:\"florin-sign\";i:2;s:11:\"florin sign\";}}s:10:\"fab fa-fly\";a:2:{s:5:\"label\";s:3:\"Fly\";s:6:\"search\";a:1:{i:0;s:3:\"fly\";}}s:13:\"fas fa-folder\";a:2:{s:5:\"label\";s:14:\"Folder (solid)\";s:6:\"search\";a:7:{i:0;s:12:\"Black Folder\";i:1;s:7:\"archive\";i:2;s:9:\"directory\";i:3;s:8:\"document\";i:4;s:4:\"file\";i:5;s:11:\"file folder\";i:6;s:6:\"folder\";}}s:13:\"far fa-folder\";a:2:{s:5:\"label\";s:16:\"Folder (regular)\";s:6:\"search\";a:7:{i:0;s:12:\"Black Folder\";i:1;s:7:\"archive\";i:2;s:9:\"directory\";i:3;s:8:\"document\";i:4;s:4:\"file\";i:5;s:11:\"file folder\";i:6;s:6:\"folder\";}}s:20:\"fas fa-folder-closed\";a:2:{s:5:\"label\";s:21:\"Folder Closed (solid)\";s:6:\"search\";a:3:{i:0;s:4:\"file\";i:1;s:13:\"folder-closed\";i:2;s:13:\"folder closed\";}}s:20:\"far fa-folder-closed\";a:2:{s:5:\"label\";s:23:\"Folder Closed (regular)\";s:6:\"search\";a:3:{i:0;s:4:\"file\";i:1;s:13:\"folder-closed\";i:2;s:13:\"folder closed\";}}s:19:\"fas fa-folder-minus\";a:2:{s:5:\"label\";s:12:\"Folder Minus\";s:6:\"search\";a:9:{i:0;s:7:\"archive\";i:1;s:6:\"delete\";i:2;s:9:\"directory\";i:3;s:8:\"document\";i:4;s:4:\"file\";i:5;s:8:\"negative\";i:6;s:6:\"remove\";i:7;s:12:\"folder-minus\";i:8;s:12:\"folder minus\";}}s:18:\"fas fa-folder-open\";a:2:{s:5:\"label\";s:19:\"Folder Open (solid)\";s:6:\"search\";a:12:{i:0;s:11:\"Open Folder\";i:1;s:7:\"archive\";i:2;s:9:\"directory\";i:3;s:8:\"document\";i:4;s:5:\"empty\";i:5;s:4:\"file\";i:6;s:6:\"folder\";i:7;s:3:\"new\";i:8;s:4:\"open\";i:9;s:16:\"open file folder\";i:10;s:11:\"folder-open\";i:11;s:11:\"folder open\";}}s:18:\"far fa-folder-open\";a:2:{s:5:\"label\";s:21:\"Folder Open (regular)\";s:6:\"search\";a:12:{i:0;s:11:\"Open Folder\";i:1;s:7:\"archive\";i:2;s:9:\"directory\";i:3;s:8:\"document\";i:4;s:5:\"empty\";i:5;s:4:\"file\";i:6;s:6:\"folder\";i:7;s:3:\"new\";i:8;s:4:\"open\";i:9;s:16:\"open file folder\";i:10;s:11:\"folder-open\";i:11;s:11:\"folder open\";}}s:18:\"fas fa-folder-plus\";a:2:{s:5:\"label\";s:11:\"Folder Plus\";s:6:\"search\";a:10:{i:0;s:3:\"add\";i:1;s:7:\"archive\";i:2;s:6:\"create\";i:3;s:9:\"directory\";i:4;s:8:\"document\";i:5;s:4:\"file\";i:6;s:3:\"new\";i:7;s:8:\"positive\";i:8;s:11:\"folder-plus\";i:9;s:11:\"folder plus\";}}s:18:\"fas fa-folder-tree\";a:2:{s:5:\"label\";s:11:\"Folder Tree\";s:6:\"search\";a:8:{i:0;s:7:\"archive\";i:1;s:9:\"directory\";i:2;s:8:\"document\";i:3;s:4:\"file\";i:4;s:6:\"search\";i:5;s:9:\"structure\";i:6;s:11:\"folder-tree\";i:7;s:11:\"folder tree\";}}s:11:\"fas fa-font\";a:2:{s:5:\"label\";s:4:\"Font\";s:6:\"search\";a:6:{i:0;s:8:\"alphabet\";i:1;s:5:\"glyph\";i:2;s:4:\"text\";i:3;s:4:\"type\";i:4;s:8:\"typeface\";i:5;s:4:\"font\";}}s:19:\"fas fa-font-awesome\";a:2:{s:5:\"label\";s:20:\"Font Awesome (solid)\";s:6:\"search\";a:7:{i:0;s:7:\"awesome\";i:1;s:4:\"flag\";i:2;s:4:\"font\";i:3;s:5:\"icons\";i:4;s:8:\"typeface\";i:5;s:12:\"font-awesome\";i:6;s:12:\"font awesome\";}}s:19:\"far fa-font-awesome\";a:2:{s:5:\"label\";s:22:\"Font Awesome (regular)\";s:6:\"search\";a:7:{i:0;s:7:\"awesome\";i:1;s:4:\"flag\";i:2;s:4:\"font\";i:3;s:5:\"icons\";i:4;s:8:\"typeface\";i:5;s:12:\"font-awesome\";i:6;s:12:\"font awesome\";}}s:19:\"fab fa-font-awesome\";a:2:{s:5:\"label\";s:21:\"Font Awesome (brands)\";s:6:\"search\";a:7:{i:0;s:7:\"awesome\";i:1;s:4:\"flag\";i:2;s:4:\"font\";i:3;s:5:\"icons\";i:4;s:8:\"typeface\";i:5;s:12:\"font-awesome\";i:6;s:12:\"font awesome\";}}s:16:\"fab fa-fonticons\";a:2:{s:5:\"label\";s:9:\"Fonticons\";s:6:\"search\";a:1:{i:0;s:9:\"fonticons\";}}s:19:\"fab fa-fonticons-fi\";a:2:{s:5:\"label\";s:12:\"Fonticons Fi\";s:6:\"search\";a:2:{i:0;s:12:\"fonticons-fi\";i:1;s:12:\"fonticons fi\";}}s:15:\"fas fa-football\";a:2:{s:5:\"label\";s:8:\"Football\";s:6:\"search\";a:8:{i:0;s:8:\"american\";i:1;s:17:\"american football\";i:2;s:4:\"ball\";i:3;s:4:\"fall\";i:4;s:8:\"football\";i:5;s:3:\"nfl\";i:6;s:7:\"pigskin\";i:7;s:8:\"seasonal\";}}s:19:\"fab fa-fort-awesome\";a:2:{s:5:\"label\";s:12:\"Fort Awesome\";s:6:\"search\";a:3:{i:0;s:6:\"castle\";i:1;s:12:\"fort-awesome\";i:2;s:12:\"fort awesome\";}}s:23:\"fab fa-fort-awesome-alt\";a:2:{s:5:\"label\";s:22:\"Alternate Fort Awesome\";s:6:\"search\";a:3:{i:0;s:6:\"castle\";i:1;s:16:\"fort-awesome-alt\";i:2;s:22:\"alternate fort awesome\";}}s:15:\"fab fa-forumbee\";a:2:{s:5:\"label\";s:8:\"Forumbee\";s:6:\"search\";a:1:{i:0;s:8:\"forumbee\";}}s:14:\"fas fa-forward\";a:2:{s:5:\"label\";s:7:\"Forward\";s:6:\"search\";a:7:{i:0;s:5:\"arrow\";i:1;s:6:\"double\";i:2;s:4:\"fast\";i:3;s:19:\"fast-forward button\";i:4;s:7:\"forward\";i:5;s:4:\"next\";i:6;s:4:\"skip\";}}s:19:\"fas fa-forward-fast\";a:2:{s:5:\"label\";s:12:\"Forward Fast\";s:6:\"search\";a:11:{i:0;s:5:\"arrow\";i:1;s:3:\"end\";i:2;s:4:\"last\";i:3;s:4:\"next\";i:4;s:10:\"next scene\";i:5;s:10:\"next track\";i:6;s:17:\"next track button\";i:7;s:5:\"quick\";i:8;s:8:\"triangle\";i:9;s:12:\"forward-fast\";i:10;s:12:\"forward fast\";}}s:19:\"fas fa-forward-step\";a:2:{s:5:\"label\";s:12:\"Forward Step\";s:6:\"search\";a:5:{i:0;s:3:\"end\";i:1;s:4:\"last\";i:2;s:4:\"next\";i:3;s:12:\"forward-step\";i:4;s:12:\"forward step\";}}s:17:\"fab fa-foursquare\";a:2:{s:5:\"label\";s:10:\"Foursquare\";s:6:\"search\";a:1:{i:0;s:10:\"foursquare\";}}s:17:\"fas fa-franc-sign\";a:2:{s:5:\"label\";s:10:\"Franc Sign\";s:6:\"search\";a:4:{i:0;s:17:\"French Franc Sign\";i:1;s:8:\"currency\";i:2;s:10:\"franc-sign\";i:3;s:10:\"franc sign\";}}s:21:\"fab fa-free-code-camp\";a:2:{s:5:\"label\";s:12:\"freeCodeCamp\";s:6:\"search\";a:2:{i:0;s:14:\"free-code-camp\";i:1;s:12:\"freecodecamp\";}}s:14:\"fab fa-freebsd\";a:2:{s:5:\"label\";s:7:\"FreeBSD\";s:6:\"search\";a:1:{i:0;s:7:\"freebsd\";}}s:11:\"fas fa-frog\";a:2:{s:5:\"label\";s:4:\"Frog\";s:6:\"search\";a:11:{i:0;s:9:\"amphibian\";i:1;s:8:\"bullfrog\";i:2;s:5:\"fauna\";i:3;s:3:\"hop\";i:4;s:6:\"kermit\";i:5;s:4:\"kiss\";i:6;s:6:\"prince\";i:7;s:6:\"ribbit\";i:8;s:4:\"toad\";i:9;s:4:\"wart\";i:10;s:4:\"frog\";}}s:14:\"fab fa-fulcrum\";a:2:{s:5:\"label\";s:7:\"Fulcrum\";s:6:\"search\";a:1:{i:0;s:7:\"fulcrum\";}}s:13:\"fas fa-futbol\";a:2:{s:5:\"label\";s:14:\"Futbol (solid)\";s:6:\"search\";a:6:{i:0;s:4:\"ball\";i:1;s:8:\"football\";i:2;s:3:\"mls\";i:3;s:6:\"soccer\";i:4;s:11:\"soccer ball\";i:5;s:6:\"futbol\";}}s:13:\"far fa-futbol\";a:2:{s:5:\"label\";s:16:\"Futbol (regular)\";s:6:\"search\";a:6:{i:0;s:4:\"ball\";i:1;s:8:\"football\";i:2;s:3:\"mls\";i:3;s:6:\"soccer\";i:4;s:11:\"soccer ball\";i:5;s:6:\"futbol\";}}s:8:\"fas fa-g\";a:2:{s:5:\"label\";s:1:\"G\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter G\";i:1;s:20:\"Latin Small Letter G\";i:2;s:6:\"letter\";i:3;s:1:\"g\";}}s:24:\"fab fa-galactic-republic\";a:2:{s:5:\"label\";s:17:\"Galactic Republic\";s:6:\"search\";a:4:{i:0;s:8:\"politics\";i:1;s:9:\"star wars\";i:2;s:17:\"galactic-republic\";i:3;s:17:\"galactic republic\";}}s:22:\"fab fa-galactic-senate\";a:2:{s:5:\"label\";s:15:\"Galactic Senate\";s:6:\"search\";a:3:{i:0;s:9:\"star wars\";i:1;s:15:\"galactic-senate\";i:2;s:15:\"galactic senate\";}}s:14:\"fas fa-gamepad\";a:2:{s:5:\"label\";s:7:\"Gamepad\";s:6:\"search\";a:8:{i:0;s:6:\"arcade\";i:1;s:10:\"controller\";i:2;s:5:\"d-pad\";i:3;s:8:\"joystick\";i:4;s:9:\"playstore\";i:5;s:5:\"video\";i:6;s:10:\"video game\";i:7;s:7:\"gamepad\";}}s:15:\"fas fa-gas-pump\";a:2:{s:5:\"label\";s:8:\"Gas Pump\";s:6:\"search\";a:12:{i:0;s:3:\"car\";i:1;s:6:\"diesel\";i:2;s:4:\"fuel\";i:3;s:9:\"fuel pump\";i:4;s:8:\"fuelpump\";i:5;s:3:\"gas\";i:6;s:8:\"gasoline\";i:7;s:6:\"petrol\";i:8;s:4:\"pump\";i:9;s:7:\"station\";i:10;s:8:\"gas-pump\";i:11;s:8:\"gas pump\";}}s:12:\"fas fa-gauge\";a:2:{s:5:\"label\";s:5:\"Gauge\";s:6:\"search\";a:6:{i:0;s:9:\"dashboard\";i:1;s:4:\"fast\";i:2;s:8:\"odometer\";i:3;s:5:\"speed\";i:4;s:11:\"speedometer\";i:5;s:5:\"gauge\";}}s:17:\"fas fa-gauge-high\";a:2:{s:5:\"label\";s:10:\"Gauge High\";s:6:\"search\";a:8:{i:0;s:9:\"dashboard\";i:1;s:4:\"fast\";i:2;s:8:\"odometer\";i:3;s:5:\"quick\";i:4;s:5:\"speed\";i:5;s:11:\"speedometer\";i:6;s:10:\"gauge-high\";i:7;s:10:\"gauge high\";}}s:19:\"fas fa-gauge-simple\";a:2:{s:5:\"label\";s:12:\"Gauge Simple\";s:6:\"search\";a:7:{i:0;s:9:\"dashboard\";i:1;s:4:\"fast\";i:2;s:8:\"odometer\";i:3;s:5:\"speed\";i:4;s:11:\"speedometer\";i:5;s:12:\"gauge-simple\";i:6;s:12:\"gauge simple\";}}s:24:\"fas fa-gauge-simple-high\";a:2:{s:5:\"label\";s:17:\"Gauge Simple High\";s:6:\"search\";a:8:{i:0;s:9:\"dashboard\";i:1;s:4:\"fast\";i:2;s:8:\"odometer\";i:3;s:5:\"quick\";i:4;s:5:\"speed\";i:5;s:11:\"speedometer\";i:6;s:17:\"gauge-simple-high\";i:7;s:17:\"gauge simple high\";}}s:12:\"fas fa-gavel\";a:2:{s:5:\"label\";s:5:\"Gavel\";s:6:\"search\";a:6:{i:0;s:6:\"hammer\";i:1;s:5:\"judge\";i:2;s:3:\"law\";i:3;s:6:\"lawyer\";i:4;s:7:\"opinion\";i:5;s:5:\"gavel\";}}s:11:\"fas fa-gear\";a:2:{s:5:\"label\";s:4:\"Gear\";s:6:\"search\";a:10:{i:0;s:3:\"cog\";i:1;s:8:\"cogwheel\";i:2;s:13:\"configuration\";i:3;s:4:\"gear\";i:4;s:10:\"mechanical\";i:5;s:6:\"modify\";i:6;s:8:\"settings\";i:7;s:8:\"sprocket\";i:8;s:4:\"tool\";i:9;s:5:\"wheel\";}}s:12:\"fas fa-gears\";a:2:{s:5:\"label\";s:5:\"Gears\";s:6:\"search\";a:7:{i:0;s:13:\"configuration\";i:1;s:5:\"gears\";i:2;s:10:\"mechanical\";i:3;s:6:\"modify\";i:4;s:8:\"settings\";i:5;s:8:\"sprocket\";i:6;s:5:\"wheel\";}}s:10:\"fas fa-gem\";a:2:{s:5:\"label\";s:11:\"Gem (solid)\";s:6:\"search\";a:8:{i:0;s:7:\"diamond\";i:1;s:3:\"gem\";i:2;s:9:\"gem stone\";i:3;s:5:\"jewel\";i:4;s:7:\"jewelry\";i:5;s:8:\"sapphire\";i:6;s:5:\"stone\";i:7;s:8:\"treasure\";}}s:10:\"far fa-gem\";a:2:{s:5:\"label\";s:13:\"Gem (regular)\";s:6:\"search\";a:8:{i:0;s:7:\"diamond\";i:1;s:3:\"gem\";i:2;s:9:\"gem stone\";i:3;s:5:\"jewel\";i:4;s:7:\"jewelry\";i:5;s:8:\"sapphire\";i:6;s:5:\"stone\";i:7;s:8:\"treasure\";}}s:17:\"fas fa-genderless\";a:2:{s:5:\"label\";s:10:\"Genderless\";s:6:\"search\";a:5:{i:0;s:11:\"androgynous\";i:1;s:7:\"asexual\";i:2;s:6:\"gender\";i:3;s:7:\"sexless\";i:4;s:10:\"genderless\";}}s:17:\"fab fa-get-pocket\";a:2:{s:5:\"label\";s:10:\"Get Pocket\";s:6:\"search\";a:2:{i:0;s:10:\"get-pocket\";i:1;s:10:\"get pocket\";}}s:9:\"fab fa-gg\";a:2:{s:5:\"label\";s:11:\"GG Currency\";s:6:\"search\";a:2:{i:0;s:2:\"gg\";i:1;s:11:\"gg currency\";}}s:16:\"fab fa-gg-circle\";a:2:{s:5:\"label\";s:18:\"GG Currency Circle\";s:6:\"search\";a:2:{i:0;s:9:\"gg-circle\";i:1;s:18:\"gg currency circle\";}}s:12:\"fas fa-ghost\";a:2:{s:5:\"label\";s:5:\"Ghost\";s:6:\"search\";a:16:{i:0;s:10:\"apparition\";i:1;s:6:\"blinky\";i:2;s:5:\"clyde\";i:3;s:8:\"creature\";i:4;s:4:\"face\";i:5;s:10:\"fairy tale\";i:6;s:7:\"fantasy\";i:7;s:8:\"floating\";i:8;s:5:\"ghost\";i:9;s:9:\"halloween\";i:10;s:7:\"holiday\";i:11;s:4:\"inky\";i:12;s:7:\"monster\";i:13;s:6:\"pacman\";i:14;s:5:\"pinky\";i:15;s:6:\"spirit\";}}s:11:\"fas fa-gift\";a:2:{s:5:\"label\";s:4:\"Gift\";s:6:\"search\";a:12:{i:0;s:3:\"box\";i:1;s:11:\"celebration\";i:2;s:9:\"christmas\";i:3;s:10:\"generosity\";i:4;s:4:\"gift\";i:5;s:6:\"giving\";i:6;s:7:\"holiday\";i:7;s:5:\"party\";i:8;s:7:\"present\";i:9;s:7:\"wrapped\";i:10;s:12:\"wrapped gift\";i:11;s:4:\"xmas\";}}s:12:\"fas fa-gifts\";a:2:{s:5:\"label\";s:5:\"Gifts\";s:6:\"search\";a:9:{i:0;s:9:\"christmas\";i:1;s:10:\"generosity\";i:2;s:6:\"giving\";i:3;s:7:\"holiday\";i:4;s:5:\"party\";i:5;s:7:\"present\";i:6;s:7:\"wrapped\";i:7;s:4:\"xmas\";i:8;s:5:\"gifts\";}}s:10:\"fab fa-git\";a:2:{s:5:\"label\";s:3:\"Git\";s:6:\"search\";a:1:{i:0;s:3:\"git\";}}s:14:\"fab fa-git-alt\";a:2:{s:5:\"label\";s:7:\"Git Alt\";s:6:\"search\";a:2:{i:0;s:7:\"git-alt\";i:1;s:7:\"git alt\";}}s:13:\"fab fa-github\";a:2:{s:5:\"label\";s:6:\"GitHub\";s:6:\"search\";a:2:{i:0;s:7:\"octocat\";i:1;s:6:\"github\";}}s:17:\"fab fa-github-alt\";a:2:{s:5:\"label\";s:16:\"Alternate GitHub\";s:6:\"search\";a:3:{i:0;s:7:\"octocat\";i:1;s:10:\"github-alt\";i:2;s:16:\"alternate github\";}}s:16:\"fab fa-gitkraken\";a:2:{s:5:\"label\";s:9:\"GitKraken\";s:6:\"search\";a:1:{i:0;s:9:\"gitkraken\";}}s:13:\"fab fa-gitlab\";a:2:{s:5:\"label\";s:6:\"GitLab\";s:6:\"search\";a:2:{i:0;s:7:\"Axosoft\";i:1;s:6:\"gitlab\";}}s:13:\"fab fa-gitter\";a:2:{s:5:\"label\";s:6:\"Gitter\";s:6:\"search\";a:1:{i:0;s:6:\"gitter\";}}s:18:\"fas fa-glass-water\";a:2:{s:5:\"label\";s:11:\"Glass Water\";s:6:\"search\";a:4:{i:0;s:7:\"potable\";i:1;s:5:\"water\";i:2;s:11:\"glass-water\";i:3;s:11:\"glass water\";}}s:26:\"fas fa-glass-water-droplet\";a:2:{s:5:\"label\";s:19:\"Glass Water Droplet\";s:6:\"search\";a:4:{i:0;s:7:\"potable\";i:1;s:5:\"water\";i:2;s:19:\"glass-water-droplet\";i:3;s:19:\"glass water droplet\";}}s:14:\"fas fa-glasses\";a:2:{s:5:\"label\";s:7:\"Glasses\";s:6:\"search\";a:7:{i:0;s:7:\"hipster\";i:1;s:4:\"nerd\";i:2;s:7:\"reading\";i:3;s:5:\"sight\";i:4;s:10:\"spectacles\";i:5;s:6:\"vision\";i:6;s:7:\"glasses\";}}s:12:\"fab fa-glide\";a:2:{s:5:\"label\";s:5:\"Glide\";s:6:\"search\";a:1:{i:0;s:5:\"glide\";}}s:14:\"fab fa-glide-g\";a:2:{s:5:\"label\";s:7:\"Glide G\";s:6:\"search\";a:2:{i:0;s:7:\"glide-g\";i:1;s:7:\"glide g\";}}s:12:\"fas fa-globe\";a:2:{s:5:\"label\";s:5:\"Globe\";s:6:\"search\";a:22:{i:0;s:3:\"all\";i:1;s:11:\"coordinates\";i:2;s:7:\"country\";i:3;s:5:\"earth\";i:4;s:6:\"global\";i:5;s:5:\"globe\";i:6;s:20:\"globe with meridians\";i:7;s:3:\"gps\";i:8;s:8:\"internet\";i:9;s:8:\"language\";i:10;s:8:\"localize\";i:11;s:8:\"location\";i:12;s:3:\"map\";i:13;s:9:\"meridians\";i:14;s:7:\"network\";i:15;s:6:\"online\";i:16;s:5:\"place\";i:17;s:6:\"planet\";i:18;s:9:\"translate\";i:19;s:6:\"travel\";i:20;s:5:\"world\";i:21;s:3:\"www\";}}s:13:\"fab fa-gofore\";a:2:{s:5:\"label\";s:6:\"Gofore\";s:6:\"search\";a:1:{i:0;s:6:\"gofore\";}}s:13:\"fab fa-golang\";a:2:{s:5:\"label\";s:2:\"Go\";s:6:\"search\";a:2:{i:0;s:6:\"golang\";i:1;s:2:\"go\";}}s:20:\"fas fa-golf-ball-tee\";a:2:{s:5:\"label\";s:13:\"Golf Ball Tee\";s:6:\"search\";a:6:{i:0;s:5:\"caddy\";i:1;s:5:\"eagle\";i:2;s:4:\"putt\";i:3;s:3:\"tee\";i:4;s:13:\"golf-ball-tee\";i:5;s:13:\"golf ball tee\";}}s:16:\"fab fa-goodreads\";a:2:{s:5:\"label\";s:9:\"Goodreads\";s:6:\"search\";a:1:{i:0;s:9:\"goodreads\";}}s:18:\"fab fa-goodreads-g\";a:2:{s:5:\"label\";s:11:\"Goodreads G\";s:6:\"search\";a:2:{i:0;s:11:\"goodreads-g\";i:1;s:11:\"goodreads g\";}}s:13:\"fab fa-google\";a:2:{s:5:\"label\";s:11:\"Google Logo\";s:6:\"search\";a:2:{i:0;s:6:\"google\";i:1;s:11:\"google logo\";}}s:19:\"fab fa-google-drive\";a:2:{s:5:\"label\";s:12:\"Google Drive\";s:6:\"search\";a:2:{i:0;s:12:\"google-drive\";i:1;s:12:\"google drive\";}}s:17:\"fab fa-google-pay\";a:2:{s:5:\"label\";s:10:\"Google Pay\";s:6:\"search\";a:2:{i:0;s:10:\"google-pay\";i:1;s:10:\"google pay\";}}s:18:\"fab fa-google-play\";a:2:{s:5:\"label\";s:11:\"Google Play\";s:6:\"search\";a:3:{i:0;s:9:\"playstore\";i:1;s:11:\"google-play\";i:2;s:11:\"google play\";}}s:18:\"fab fa-google-plus\";a:2:{s:5:\"label\";s:11:\"Google Plus\";s:6:\"search\";a:4:{i:0;s:18:\"google-plus-circle\";i:1;s:20:\"google-plus-official\";i:2;s:11:\"google-plus\";i:3;s:11:\"google plus\";}}s:20:\"fab fa-google-plus-g\";a:2:{s:5:\"label\";s:13:\"Google Plus G\";s:6:\"search\";a:4:{i:0;s:11:\"google-plus\";i:1;s:14:\"social network\";i:2;s:13:\"google-plus-g\";i:3;s:13:\"google plus g\";}}s:21:\"fab fa-google-scholar\";a:2:{s:5:\"label\";s:14:\"Google Scholar\";s:6:\"search\";a:2:{i:0;s:14:\"google-scholar\";i:1;s:14:\"google scholar\";}}s:20:\"fab fa-google-wallet\";a:2:{s:5:\"label\";s:13:\"Google Wallet\";s:6:\"search\";a:2:{i:0;s:13:\"google-wallet\";i:1;s:13:\"google wallet\";}}s:14:\"fas fa-gopuram\";a:2:{s:5:\"label\";s:7:\"Gopuram\";s:6:\"search\";a:6:{i:0;s:8:\"building\";i:1;s:8:\"entrance\";i:2;s:8:\"hinduism\";i:3;s:6:\"temple\";i:4;s:5:\"tower\";i:5;s:7:\"gopuram\";}}s:21:\"fas fa-graduation-cap\";a:2:{s:5:\"label\";s:14:\"Graduation Cap\";s:6:\"search\";a:13:{i:0;s:3:\"cap\";i:1;s:11:\"celebration\";i:2;s:8:\"ceremony\";i:3;s:8:\"clothing\";i:4;s:7:\"college\";i:5;s:8:\"graduate\";i:6;s:10:\"graduation\";i:7;s:14:\"graduation cap\";i:8;s:3:\"hat\";i:9;s:8:\"learning\";i:10;s:6:\"school\";i:11;s:7:\"student\";i:12;s:14:\"graduation-cap\";}}s:15:\"fab fa-gratipay\";a:2:{s:5:\"label\";s:17:\"Gratipay (Gittip)\";s:6:\"search\";a:6:{i:0;s:8:\"favorite\";i:1;s:5:\"heart\";i:2;s:4:\"like\";i:3;s:4:\"love\";i:4;s:8:\"gratipay\";i:5;s:17:\"gratipay (gittip)\";}}s:11:\"fab fa-grav\";a:2:{s:5:\"label\";s:4:\"Grav\";s:6:\"search\";a:1:{i:0;s:4:\"grav\";}}s:19:\"fas fa-greater-than\";a:2:{s:5:\"label\";s:12:\"Greater Than\";s:6:\"search\";a:6:{i:0;s:17:\"Greater-Than Sign\";i:1;s:10:\"arithmetic\";i:2;s:7:\"compare\";i:3;s:4:\"math\";i:4;s:12:\"greater-than\";i:5;s:12:\"greater than\";}}s:25:\"fas fa-greater-than-equal\";a:2:{s:5:\"label\";s:18:\"Greater Than Equal\";s:6:\"search\";a:5:{i:0;s:10:\"arithmetic\";i:1;s:7:\"compare\";i:2;s:4:\"math\";i:3;s:18:\"greater-than-equal\";i:4;s:18:\"greater than equal\";}}s:11:\"fas fa-grip\";a:2:{s:5:\"label\";s:4:\"Grip\";s:6:\"search\";a:6:{i:0;s:10:\"affordance\";i:1;s:4:\"drag\";i:2;s:4:\"drop\";i:3;s:4:\"grab\";i:4;s:6:\"handle\";i:5;s:4:\"grip\";}}s:17:\"fas fa-grip-lines\";a:2:{s:5:\"label\";s:10:\"Grip Lines\";s:6:\"search\";a:7:{i:0;s:10:\"affordance\";i:1;s:4:\"drag\";i:2;s:4:\"drop\";i:3;s:4:\"grab\";i:4;s:6:\"handle\";i:5;s:10:\"grip-lines\";i:6;s:10:\"grip lines\";}}s:26:\"fas fa-grip-lines-vertical\";a:2:{s:5:\"label\";s:19:\"Grip Lines Vertical\";s:6:\"search\";a:7:{i:0;s:10:\"affordance\";i:1;s:4:\"drag\";i:2;s:4:\"drop\";i:3;s:4:\"grab\";i:4;s:6:\"handle\";i:5;s:19:\"grip-lines-vertical\";i:6;s:19:\"grip lines vertical\";}}s:20:\"fas fa-grip-vertical\";a:2:{s:5:\"label\";s:13:\"Grip Vertical\";s:6:\"search\";a:7:{i:0;s:10:\"affordance\";i:1;s:4:\"drag\";i:2;s:4:\"drop\";i:3;s:4:\"grab\";i:4;s:6:\"handle\";i:5;s:13:\"grip-vertical\";i:6;s:13:\"grip vertical\";}}s:15:\"fab fa-gripfire\";a:2:{s:5:\"label\";s:14:\"Gripfire, Inc.\";s:6:\"search\";a:2:{i:0;s:8:\"gripfire\";i:1;s:14:\"gripfire, inc.\";}}s:26:\"fas fa-group-arrows-rotate\";a:2:{s:5:\"label\";s:19:\"Group Arrows Rotate\";s:6:\"search\";a:6:{i:0;s:9:\"community\";i:1;s:10:\"engagement\";i:2;s:4:\"spin\";i:3;s:4:\"sync\";i:4;s:19:\"group-arrows-rotate\";i:5;s:19:\"group arrows rotate\";}}s:12:\"fab fa-grunt\";a:2:{s:5:\"label\";s:5:\"Grunt\";s:6:\"search\";a:1:{i:0;s:5:\"grunt\";}}s:19:\"fas fa-guarani-sign\";a:2:{s:5:\"label\";s:12:\"Guarani Sign\";s:6:\"search\";a:4:{i:0;s:12:\"Guarani Sign\";i:1;s:8:\"currency\";i:2;s:12:\"guarani-sign\";i:3;s:12:\"guarani sign\";}}s:14:\"fab fa-guilded\";a:2:{s:5:\"label\";s:7:\"Guilded\";s:6:\"search\";a:1:{i:0;s:7:\"guilded\";}}s:13:\"fas fa-guitar\";a:2:{s:5:\"label\";s:6:\"Guitar\";s:6:\"search\";a:8:{i:0;s:8:\"acoustic\";i:1;s:10:\"instrument\";i:2;s:5:\"music\";i:3;s:4:\"rock\";i:4;s:13:\"rock and roll\";i:5;s:4:\"song\";i:6;s:7:\"strings\";i:7;s:6:\"guitar\";}}s:11:\"fab fa-gulp\";a:2:{s:5:\"label\";s:4:\"Gulp\";s:6:\"search\";a:1:{i:0;s:4:\"gulp\";}}s:10:\"fas fa-gun\";a:2:{s:5:\"label\";s:3:\"Gun\";s:6:\"search\";a:4:{i:0;s:7:\"firearm\";i:1;s:6:\"pistol\";i:2;s:6:\"weapon\";i:3;s:3:\"gun\";}}s:8:\"fas fa-h\";a:2:{s:5:\"label\";s:1:\"H\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter H\";i:1;s:20:\"Latin Small Letter H\";i:2;s:6:\"letter\";i:3;s:1:\"h\";}}s:18:\"fab fa-hacker-news\";a:2:{s:5:\"label\";s:11:\"Hacker News\";s:6:\"search\";a:2:{i:0;s:11:\"hacker-news\";i:1;s:11:\"hacker news\";}}s:17:\"fab fa-hackerrank\";a:2:{s:5:\"label\";s:10:\"Hackerrank\";s:6:\"search\";a:1:{i:0;s:10:\"hackerrank\";}}s:13:\"fas fa-hammer\";a:2:{s:5:\"label\";s:6:\"Hammer\";s:6:\"search\";a:11:{i:0;s:5:\"admin\";i:1;s:13:\"configuration\";i:2;s:9:\"equipment\";i:3;s:3:\"fix\";i:4;s:6:\"hammer\";i:5;s:11:\"maintenance\";i:6;s:6:\"modify\";i:7;s:8:\"recovery\";i:8;s:6:\"repair\";i:9;s:8:\"settings\";i:10;s:4:\"tool\";}}s:12:\"fas fa-hamsa\";a:2:{s:5:\"label\";s:5:\"Hamsa\";s:6:\"search\";a:8:{i:0;s:6:\"amulet\";i:1;s:12:\"christianity\";i:2;s:5:\"islam\";i:3;s:6:\"jewish\";i:4;s:7:\"judaism\";i:5;s:6:\"muslim\";i:6;s:10:\"protection\";i:7;s:5:\"hamsa\";}}s:11:\"fas fa-hand\";a:2:{s:5:\"label\";s:12:\"Hand (solid)\";s:6:\"search\";a:11:{i:0;s:11:\"Raised Hand\";i:1;s:8:\"backhand\";i:2;s:4:\"game\";i:3;s:4:\"halt\";i:4;s:4:\"palm\";i:5;s:6:\"raised\";i:6;s:19:\"raised back of hand\";i:7;s:7:\"request\";i:8;s:8:\"roshambo\";i:9;s:4:\"stop\";i:10;s:4:\"hand\";}}s:11:\"far fa-hand\";a:2:{s:5:\"label\";s:14:\"Hand (regular)\";s:6:\"search\";a:11:{i:0;s:11:\"Raised Hand\";i:1;s:8:\"backhand\";i:2;s:4:\"game\";i:3;s:4:\"halt\";i:4;s:4:\"palm\";i:5;s:6:\"raised\";i:6;s:19:\"raised back of hand\";i:7;s:7:\"request\";i:8;s:8:\"roshambo\";i:9;s:4:\"stop\";i:10;s:4:\"hand\";}}s:21:\"fas fa-hand-back-fist\";a:2:{s:5:\"label\";s:22:\"Hand Back Fist (solid)\";s:6:\"search\";a:5:{i:0;s:4:\"fist\";i:1;s:4:\"game\";i:2;s:8:\"roshambo\";i:3;s:14:\"hand-back-fist\";i:4;s:14:\"hand back fist\";}}s:21:\"far fa-hand-back-fist\";a:2:{s:5:\"label\";s:24:\"Hand Back Fist (regular)\";s:6:\"search\";a:5:{i:0;s:4:\"fist\";i:1;s:4:\"game\";i:2;s:8:\"roshambo\";i:3;s:14:\"hand-back-fist\";i:4;s:14:\"hand back fist\";}}s:16:\"fas fa-hand-dots\";a:2:{s:5:\"label\";s:9:\"Hand Dots\";s:6:\"search\";a:10:{i:0;s:7:\"allergy\";i:1;s:8:\"freckles\";i:2;s:4:\"hand\";i:3;s:5:\"hives\";i:4;s:4:\"palm\";i:5;s:3:\"pox\";i:6;s:4:\"skin\";i:7;s:5:\"spots\";i:8;s:9:\"hand-dots\";i:9;s:9:\"hand dots\";}}s:16:\"fas fa-hand-fist\";a:2:{s:5:\"label\";s:9:\"Hand Fist\";s:6:\"search\";a:16:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:8:\"clenched\";i:2;s:3:\"d&d\";i:3;s:3:\"dnd\";i:4;s:7:\"fantasy\";i:5;s:4:\"fist\";i:6;s:4:\"hand\";i:7;s:2:\"ki\";i:8;s:4:\"monk\";i:9;s:5:\"punch\";i:10;s:11:\"raised fist\";i:11;s:6:\"resist\";i:12;s:8:\"strength\";i:13;s:14:\"unarmed combat\";i:14;s:9:\"hand-fist\";i:15;s:9:\"hand fist\";}}s:19:\"fas fa-hand-holding\";a:2:{s:5:\"label\";s:12:\"Hand Holding\";s:6:\"search\";a:4:{i:0;s:5:\"carry\";i:1;s:4:\"lift\";i:2;s:12:\"hand-holding\";i:3;s:12:\"hand holding\";}}s:26:\"fas fa-hand-holding-dollar\";a:2:{s:5:\"label\";s:19:\"Hand Holding Dollar\";s:6:\"search\";a:16:{i:0;s:1:\"$\";i:1;s:5:\"carry\";i:2;s:6:\"coupon\";i:3;s:11:\"dollar sign\";i:4;s:6:\"donate\";i:5;s:8:\"donation\";i:6;s:6:\"giving\";i:7;s:10:\"investment\";i:8;s:4:\"lift\";i:9;s:5:\"money\";i:10;s:7:\"premium\";i:11;s:5:\"price\";i:12;s:7:\"revenue\";i:13;s:6:\"salary\";i:14;s:19:\"hand-holding-dollar\";i:15;s:19:\"hand holding dollar\";}}s:27:\"fas fa-hand-holding-droplet\";a:2:{s:5:\"label\";s:20:\"Hand Holding Droplet\";s:6:\"search\";a:9:{i:0;s:5:\"blood\";i:1;s:5:\"carry\";i:2;s:8:\"covid-19\";i:3;s:7:\"drought\";i:4;s:4:\"grow\";i:5;s:4:\"lift\";i:6;s:10:\"sanitation\";i:7;s:20:\"hand-holding-droplet\";i:8;s:20:\"hand holding droplet\";}}s:24:\"fas fa-hand-holding-hand\";a:2:{s:5:\"label\";s:17:\"Hand Holding Hand\";s:6:\"search\";a:7:{i:0;s:4:\"care\";i:1;s:4:\"give\";i:2;s:4:\"help\";i:3;s:4:\"hold\";i:4;s:7:\"protect\";i:5;s:17:\"hand-holding-hand\";i:6;s:17:\"hand holding hand\";}}s:25:\"fas fa-hand-holding-heart\";a:2:{s:5:\"label\";s:18:\"Hand Holding Heart\";s:6:\"search\";a:8:{i:0;s:5:\"carry\";i:1;s:7:\"charity\";i:2;s:4:\"gift\";i:3;s:4:\"lift\";i:4;s:7:\"package\";i:5;s:8:\"wishlist\";i:6;s:18:\"hand-holding-heart\";i:7;s:18:\"hand holding heart\";}}s:27:\"fas fa-hand-holding-medical\";a:2:{s:5:\"label\";s:20:\"Hand Holding Medical\";s:6:\"search\";a:6:{i:0;s:4:\"care\";i:1;s:8:\"covid-19\";i:2;s:6:\"donate\";i:3;s:4:\"help\";i:4;s:20:\"hand-holding-medical\";i:5;s:20:\"hand holding medical\";}}s:18:\"fas fa-hand-lizard\";a:2:{s:5:\"label\";s:19:\"Hand Lizard (solid)\";s:6:\"search\";a:4:{i:0;s:4:\"game\";i:1;s:8:\"roshambo\";i:2;s:11:\"hand-lizard\";i:3;s:11:\"hand lizard\";}}s:18:\"far fa-hand-lizard\";a:2:{s:5:\"label\";s:21:\"Hand Lizard (regular)\";s:6:\"search\";a:4:{i:0;s:4:\"game\";i:1;s:8:\"roshambo\";i:2;s:11:\"hand-lizard\";i:3;s:11:\"hand lizard\";}}s:25:\"fas fa-hand-middle-finger\";a:2:{s:5:\"label\";s:18:\"Hand Middle Finger\";s:6:\"search\";a:9:{i:0;s:6:\"finger\";i:1;s:13:\"flip the bird\";i:2;s:7:\"gesture\";i:3;s:4:\"hand\";i:4;s:4:\"hate\";i:5;s:13:\"middle finger\";i:6;s:4:\"rude\";i:7;s:18:\"hand-middle-finger\";i:8;s:18:\"hand middle finger\";}}s:17:\"fas fa-hand-peace\";a:2:{s:5:\"label\";s:18:\"Hand Peace (solid)\";s:6:\"search\";a:8:{i:0;s:4:\"hand\";i:1;s:4:\"rest\";i:2;s:5:\"truce\";i:3;s:1:\"v\";i:4;s:7:\"victory\";i:5;s:12:\"victory hand\";i:6;s:10:\"hand-peace\";i:7;s:10:\"hand peace\";}}s:17:\"far fa-hand-peace\";a:2:{s:5:\"label\";s:20:\"Hand Peace (regular)\";s:6:\"search\";a:8:{i:0;s:4:\"hand\";i:1;s:4:\"rest\";i:2;s:5:\"truce\";i:3;s:1:\"v\";i:4;s:7:\"victory\";i:5;s:12:\"victory hand\";i:6;s:10:\"hand-peace\";i:7;s:10:\"hand peace\";}}s:22:\"fas fa-hand-point-down\";a:2:{s:5:\"label\";s:23:\"Hand Point Down (solid)\";s:6:\"search\";a:5:{i:0;s:6:\"finger\";i:1;s:11:\"hand-o-down\";i:2;s:5:\"point\";i:3;s:15:\"hand-point-down\";i:4;s:15:\"hand point down\";}}s:22:\"far fa-hand-point-down\";a:2:{s:5:\"label\";s:25:\"Hand Point Down (regular)\";s:6:\"search\";a:5:{i:0;s:6:\"finger\";i:1;s:11:\"hand-o-down\";i:2;s:5:\"point\";i:3;s:15:\"hand-point-down\";i:4;s:15:\"hand point down\";}}s:22:\"fas fa-hand-point-left\";a:2:{s:5:\"label\";s:23:\"Hand Point Left (solid)\";s:6:\"search\";a:8:{i:0;s:4:\"back\";i:1;s:6:\"finger\";i:2;s:11:\"hand-o-left\";i:3;s:4:\"left\";i:4;s:5:\"point\";i:5;s:8:\"previous\";i:6;s:15:\"hand-point-left\";i:7;s:15:\"hand point left\";}}s:22:\"far fa-hand-point-left\";a:2:{s:5:\"label\";s:25:\"Hand Point Left (regular)\";s:6:\"search\";a:8:{i:0;s:4:\"back\";i:1;s:6:\"finger\";i:2;s:11:\"hand-o-left\";i:3;s:4:\"left\";i:4;s:5:\"point\";i:5;s:8:\"previous\";i:6;s:15:\"hand-point-left\";i:7;s:15:\"hand point left\";}}s:23:\"fas fa-hand-point-right\";a:2:{s:5:\"label\";s:24:\"Hand Point Right (solid)\";s:6:\"search\";a:8:{i:0;s:6:\"finger\";i:1;s:7:\"forward\";i:2;s:12:\"hand-o-right\";i:3;s:4:\"next\";i:4;s:5:\"point\";i:5;s:5:\"right\";i:6;s:16:\"hand-point-right\";i:7;s:16:\"hand point right\";}}s:23:\"far fa-hand-point-right\";a:2:{s:5:\"label\";s:26:\"Hand Point Right (regular)\";s:6:\"search\";a:8:{i:0;s:6:\"finger\";i:1;s:7:\"forward\";i:2;s:12:\"hand-o-right\";i:3;s:4:\"next\";i:4;s:5:\"point\";i:5;s:5:\"right\";i:6;s:16:\"hand-point-right\";i:7;s:16:\"hand point right\";}}s:20:\"fas fa-hand-point-up\";a:2:{s:5:\"label\";s:21:\"Hand Point Up (solid)\";s:6:\"search\";a:11:{i:0;s:6:\"finger\";i:1;s:4:\"hand\";i:2;s:9:\"hand-o-up\";i:3;s:5:\"index\";i:4;s:17:\"index pointing up\";i:5;s:5:\"point\";i:6;s:7:\"request\";i:7;s:2:\"up\";i:8;s:7:\"upgrade\";i:9;s:13:\"hand-point-up\";i:10;s:13:\"hand point up\";}}s:20:\"far fa-hand-point-up\";a:2:{s:5:\"label\";s:23:\"Hand Point Up (regular)\";s:6:\"search\";a:11:{i:0;s:6:\"finger\";i:1;s:4:\"hand\";i:2;s:9:\"hand-o-up\";i:3;s:5:\"index\";i:4;s:17:\"index pointing up\";i:5;s:5:\"point\";i:6;s:7:\"request\";i:7;s:2:\"up\";i:8;s:7:\"upgrade\";i:9;s:13:\"hand-point-up\";i:10;s:13:\"hand point up\";}}s:19:\"fas fa-hand-pointer\";a:2:{s:5:\"label\";s:20:\"Hand Pointer (solid)\";s:6:\"search\";a:5:{i:0;s:5:\"arrow\";i:1;s:6:\"cursor\";i:2;s:6:\"select\";i:3;s:12:\"hand-pointer\";i:4;s:12:\"hand pointer\";}}s:19:\"far fa-hand-pointer\";a:2:{s:5:\"label\";s:22:\"Hand Pointer (regular)\";s:6:\"search\";a:5:{i:0;s:5:\"arrow\";i:1;s:6:\"cursor\";i:2;s:6:\"select\";i:3;s:12:\"hand-pointer\";i:4;s:12:\"hand pointer\";}}s:20:\"fas fa-hand-scissors\";a:2:{s:5:\"label\";s:21:\"Hand Scissors (solid)\";s:6:\"search\";a:5:{i:0;s:3:\"cut\";i:1;s:4:\"game\";i:2;s:8:\"roshambo\";i:3;s:13:\"hand-scissors\";i:4;s:13:\"hand scissors\";}}s:20:\"far fa-hand-scissors\";a:2:{s:5:\"label\";s:23:\"Hand Scissors (regular)\";s:6:\"search\";a:5:{i:0;s:3:\"cut\";i:1;s:4:\"game\";i:2;s:8:\"roshambo\";i:3;s:13:\"hand-scissors\";i:4;s:13:\"hand scissors\";}}s:20:\"fas fa-hand-sparkles\";a:2:{s:5:\"label\";s:13:\"Hand Sparkles\";s:6:\"search\";a:9:{i:0;s:5:\"clean\";i:1;s:8:\"covid-19\";i:2;s:7:\"hygiene\";i:3;s:5:\"magic\";i:4;s:4:\"palm\";i:5;s:4:\"soap\";i:6;s:4:\"wash\";i:7;s:13:\"hand-sparkles\";i:8;s:13:\"hand sparkles\";}}s:17:\"fas fa-hand-spock\";a:2:{s:5:\"label\";s:18:\"Hand Spock (solid)\";s:6:\"search\";a:12:{i:0;s:6:\"finger\";i:1;s:4:\"hand\";i:2;s:9:\"live long\";i:3;s:4:\"palm\";i:4;s:7:\"prosper\";i:5;s:6:\"salute\";i:6;s:5:\"spock\";i:7;s:9:\"star trek\";i:8;s:6:\"vulcan\";i:9;s:13:\"vulcan salute\";i:10;s:10:\"hand-spock\";i:11;s:10:\"hand spock\";}}s:17:\"far fa-hand-spock\";a:2:{s:5:\"label\";s:20:\"Hand Spock (regular)\";s:6:\"search\";a:12:{i:0;s:6:\"finger\";i:1;s:4:\"hand\";i:2;s:9:\"live long\";i:3;s:4:\"palm\";i:4;s:7:\"prosper\";i:5;s:6:\"salute\";i:6;s:5:\"spock\";i:7;s:9:\"star trek\";i:8;s:6:\"vulcan\";i:9;s:13:\"vulcan salute\";i:10;s:10:\"hand-spock\";i:11;s:10:\"hand spock\";}}s:16:\"fas fa-handcuffs\";a:2:{s:5:\"label\";s:9:\"Handcuffs\";s:6:\"search\";a:7:{i:0;s:6:\"arrest\";i:1;s:8:\"criminal\";i:2;s:9:\"handcuffs\";i:3;s:4:\"jail\";i:4;s:4:\"lock\";i:5;s:6:\"police\";i:6;s:5:\"wrist\";}}s:12:\"fas fa-hands\";a:2:{s:5:\"label\";s:5:\"Hands\";s:6:\"search\";a:4:{i:0;s:9:\"Translate\";i:1;s:3:\"asl\";i:2;s:4:\"deaf\";i:3;s:5:\"hands\";}}s:29:\"fas fa-hands-asl-interpreting\";a:2:{s:5:\"label\";s:22:\"Hands Asl Interpreting\";s:6:\"search\";a:8:{i:0;s:3:\"asl\";i:1;s:4:\"deaf\";i:2;s:6:\"finger\";i:3;s:4:\"hand\";i:4;s:9:\"interpret\";i:5;s:5:\"speak\";i:6;s:22:\"hands-asl-interpreting\";i:7;s:22:\"hands asl interpreting\";}}s:18:\"fas fa-hands-bound\";a:2:{s:5:\"label\";s:11:\"Hands Bound\";s:6:\"search\";a:6:{i:0;s:9:\"abduction\";i:1;s:5:\"bound\";i:2;s:8:\"handcuff\";i:3;s:5:\"wrist\";i:4;s:11:\"hands-bound\";i:5;s:11:\"hands bound\";}}s:20:\"fas fa-hands-bubbles\";a:2:{s:5:\"label\";s:13:\"Hands Bubbles\";s:6:\"search\";a:6:{i:0;s:8:\"covid-19\";i:1;s:7:\"hygiene\";i:2;s:4:\"soap\";i:3;s:4:\"wash\";i:4;s:13:\"hands-bubbles\";i:5;s:13:\"hands bubbles\";}}s:21:\"fas fa-hands-clapping\";a:2:{s:5:\"label\";s:14:\"Hands Clapping\";s:6:\"search\";a:6:{i:0;s:8:\"applause\";i:1;s:4:\"clap\";i:2;s:14:\"clapping hands\";i:3;s:4:\"hand\";i:4;s:14:\"hands-clapping\";i:5;s:14:\"hands clapping\";}}s:20:\"fas fa-hands-holding\";a:2:{s:5:\"label\";s:13:\"Hands Holding\";s:6:\"search\";a:5:{i:0;s:5:\"carry\";i:1;s:4:\"hold\";i:2;s:4:\"lift\";i:3;s:13:\"hands-holding\";i:4;s:13:\"hands holding\";}}s:26:\"fas fa-hands-holding-child\";a:2:{s:5:\"label\";s:19:\"Hands Holding Child\";s:6:\"search\";a:8:{i:0;s:4:\"care\";i:1;s:4:\"give\";i:2;s:4:\"help\";i:3;s:4:\"hold\";i:4;s:6:\"parent\";i:5;s:7:\"protect\";i:6;s:19:\"hands-holding-child\";i:7;s:19:\"hands holding child\";}}s:27:\"fas fa-hands-holding-circle\";a:2:{s:5:\"label\";s:20:\"Hands Holding Circle\";s:6:\"search\";a:5:{i:0;s:6:\"circle\";i:1;s:4:\"gift\";i:2;s:10:\"protection\";i:3;s:20:\"hands-holding-circle\";i:4;s:20:\"hands holding circle\";}}s:20:\"fas fa-hands-praying\";a:2:{s:5:\"label\";s:13:\"Hands Praying\";s:6:\"search\";a:6:{i:0;s:5:\"kneel\";i:1;s:6:\"preach\";i:2;s:8:\"religion\";i:3;s:7:\"worship\";i:4;s:13:\"hands-praying\";i:5;s:13:\"hands praying\";}}s:16:\"fas fa-handshake\";a:2:{s:5:\"label\";s:17:\"Handshake (solid)\";s:6:\"search\";a:5:{i:0;s:9:\"agreement\";i:1;s:8:\"greeting\";i:2;s:7:\"meeting\";i:3;s:11:\"partnership\";i:4;s:9:\"handshake\";}}s:16:\"far fa-handshake\";a:2:{s:5:\"label\";s:19:\"Handshake (regular)\";s:6:\"search\";a:5:{i:0;s:9:\"agreement\";i:1;s:8:\"greeting\";i:2;s:7:\"meeting\";i:3;s:11:\"partnership\";i:4;s:9:\"handshake\";}}s:22:\"fas fa-handshake-angle\";a:2:{s:5:\"label\";s:15:\"Handshake Angle\";s:6:\"search\";a:7:{i:0;s:3:\"aid\";i:1;s:10:\"assistance\";i:2;s:9:\"handshake\";i:3;s:11:\"partnership\";i:4;s:12:\"volunteering\";i:5;s:15:\"handshake-angle\";i:6;s:15:\"handshake angle\";}}s:23:\"fas fa-handshake-simple\";a:2:{s:5:\"label\";s:16:\"Handshake Simple\";s:6:\"search\";a:9:{i:0;s:9:\"agreement\";i:1;s:8:\"greeting\";i:2;s:4:\"hand\";i:3;s:9:\"handshake\";i:4;s:7:\"meeting\";i:5;s:11:\"partnership\";i:6;s:5:\"shake\";i:7;s:16:\"handshake-simple\";i:8;s:16:\"handshake simple\";}}s:29:\"fas fa-handshake-simple-slash\";a:2:{s:5:\"label\";s:22:\"Handshake Simple Slash\";s:6:\"search\";a:6:{i:0;s:6:\"broken\";i:1;s:8:\"covid-19\";i:2;s:8:\"disabled\";i:3;s:15:\"social distance\";i:4;s:22:\"handshake-simple-slash\";i:5;s:22:\"handshake simple slash\";}}s:22:\"fas fa-handshake-slash\";a:2:{s:5:\"label\";s:15:\"Handshake Slash\";s:6:\"search\";a:6:{i:0;s:6:\"broken\";i:1;s:8:\"covid-19\";i:2;s:8:\"disabled\";i:3;s:15:\"social distance\";i:4;s:15:\"handshake-slash\";i:5;s:15:\"handshake slash\";}}s:15:\"fas fa-hanukiah\";a:2:{s:5:\"label\";s:8:\"Hanukiah\";s:6:\"search\";a:10:{i:0;s:11:\"candelabrum\";i:1;s:6:\"candle\";i:2;s:11:\"candlestick\";i:3;s:8:\"hanukkah\";i:4;s:6:\"jewish\";i:5;s:7:\"judaism\";i:6;s:5:\"light\";i:7;s:7:\"menorah\";i:8;s:8:\"religion\";i:9;s:8:\"hanukiah\";}}s:17:\"fas fa-hard-drive\";a:2:{s:5:\"label\";s:18:\"Hard Drive (solid)\";s:6:\"search\";a:8:{i:0;s:9:\"Hard Disk\";i:1;s:3:\"cpu\";i:2;s:10:\"hard drive\";i:3;s:9:\"harddrive\";i:4;s:7:\"machine\";i:5;s:4:\"save\";i:6;s:7:\"storage\";i:7;s:10:\"hard-drive\";}}s:17:\"far fa-hard-drive\";a:2:{s:5:\"label\";s:20:\"Hard Drive (regular)\";s:6:\"search\";a:8:{i:0;s:9:\"Hard Disk\";i:1;s:3:\"cpu\";i:2;s:10:\"hard drive\";i:3;s:9:\"harddrive\";i:4;s:7:\"machine\";i:5;s:4:\"save\";i:6;s:7:\"storage\";i:7;s:10:\"hard-drive\";}}s:15:\"fab fa-hashnode\";a:2:{s:5:\"label\";s:8:\"Hashnode\";s:6:\"search\";a:1:{i:0;s:8:\"hashnode\";}}s:14:\"fas fa-hashtag\";a:2:{s:5:\"label\";s:7:\"Hashtag\";s:6:\"search\";a:7:{i:0;s:11:\"Number Sign\";i:1;s:7:\"Twitter\";i:2;s:9:\"instagram\";i:3;s:5:\"pound\";i:4;s:12:\"social media\";i:5;s:3:\"tag\";i:6;s:7:\"hashtag\";}}s:17:\"fas fa-hat-cowboy\";a:2:{s:5:\"label\";s:10:\"Hat Cowboy\";s:6:\"search\";a:13:{i:0;s:8:\"buckaroo\";i:1;s:5:\"horse\";i:2;s:8:\"jackeroo\";i:3;s:7:\"john b.\";i:4;s:8:\"old west\";i:5;s:7:\"pardner\";i:6;s:5:\"ranch\";i:7;s:7:\"rancher\";i:8;s:5:\"rodeo\";i:9;s:7:\"western\";i:10;s:8:\"wrangler\";i:11;s:10:\"hat-cowboy\";i:12;s:10:\"hat cowboy\";}}s:22:\"fas fa-hat-cowboy-side\";a:2:{s:5:\"label\";s:15:\"Hat Cowboy Side\";s:6:\"search\";a:13:{i:0;s:8:\"buckaroo\";i:1;s:5:\"horse\";i:2;s:8:\"jackeroo\";i:3;s:7:\"john b.\";i:4;s:8:\"old west\";i:5;s:7:\"pardner\";i:6;s:5:\"ranch\";i:7;s:7:\"rancher\";i:8;s:5:\"rodeo\";i:9;s:7:\"western\";i:10;s:8:\"wrangler\";i:11;s:15:\"hat-cowboy-side\";i:12;s:15:\"hat cowboy side\";}}s:17:\"fas fa-hat-wizard\";a:2:{s:5:\"label\";s:10:\"Hat Wizard\";s:6:\"search\";a:16:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:9:\"accessory\";i:2;s:6:\"buckle\";i:3;s:8:\"clothing\";i:4;s:3:\"d&d\";i:5;s:3:\"dnd\";i:6;s:7:\"fantasy\";i:7;s:9:\"halloween\";i:8;s:4:\"head\";i:9;s:7:\"holiday\";i:10;s:4:\"mage\";i:11;s:5:\"magic\";i:12;s:6:\"pointy\";i:13;s:5:\"witch\";i:14;s:10:\"hat-wizard\";i:15;s:10:\"hat wizard\";}}s:22:\"fas fa-head-side-cough\";a:2:{s:5:\"label\";s:15:\"Head Side Cough\";s:6:\"search\";a:9:{i:0;s:5:\"cough\";i:1;s:8:\"covid-19\";i:2;s:5:\"germs\";i:3;s:5:\"lungs\";i:4;s:11:\"respiratory\";i:5;s:4:\"sick\";i:6;s:3:\"uer\";i:7;s:15:\"head-side-cough\";i:8;s:15:\"head side cough\";}}s:28:\"fas fa-head-side-cough-slash\";a:2:{s:5:\"label\";s:21:\"Head Side Cough Slash\";s:6:\"search\";a:10:{i:0;s:5:\"cough\";i:1;s:8:\"covid-19\";i:2;s:8:\"disabled\";i:3;s:5:\"germs\";i:4;s:5:\"lungs\";i:5;s:11:\"respiratory\";i:6;s:4:\"sick\";i:7;s:3:\"uer\";i:8;s:21:\"head-side-cough-slash\";i:9;s:21:\"head side cough slash\";}}s:21:\"fas fa-head-side-mask\";a:2:{s:5:\"label\";s:14:\"Head Side Mask\";s:6:\"search\";a:12:{i:0;s:6:\"breath\";i:1;s:11:\"coronavirus\";i:2;s:8:\"covid-19\";i:3;s:6:\"filter\";i:4;s:3:\"flu\";i:5;s:9:\"infection\";i:6;s:8:\"pandemic\";i:7;s:10:\"respirator\";i:8;s:3:\"uer\";i:9;s:5:\"virus\";i:10;s:14:\"head-side-mask\";i:11;s:14:\"head side mask\";}}s:22:\"fas fa-head-side-virus\";a:2:{s:5:\"label\";s:15:\"Head Side Virus\";s:6:\"search\";a:10:{i:0;s:4:\"cold\";i:1;s:11:\"coronavirus\";i:2;s:8:\"covid-19\";i:3;s:3:\"flu\";i:4;s:9:\"infection\";i:5;s:8:\"pandemic\";i:6;s:4:\"sick\";i:7;s:3:\"uer\";i:8;s:15:\"head-side-virus\";i:9;s:15:\"head side virus\";}}s:14:\"fas fa-heading\";a:2:{s:5:\"label\";s:7:\"Heading\";s:6:\"search\";a:5:{i:0;s:6:\"format\";i:1;s:6:\"header\";i:2;s:4:\"text\";i:3;s:5:\"title\";i:4;s:7:\"heading\";}}s:17:\"fas fa-headphones\";a:2:{s:5:\"label\";s:10:\"Headphones\";s:6:\"search\";a:8:{i:0;s:5:\"audio\";i:1;s:6:\"earbud\";i:2;s:9:\"headphone\";i:3;s:6:\"listen\";i:4;s:5:\"music\";i:5;s:5:\"sound\";i:6;s:7:\"speaker\";i:7;s:10:\"headphones\";}}s:24:\"fas fa-headphones-simple\";a:2:{s:5:\"label\";s:17:\"Headphones Simple\";s:6:\"search\";a:7:{i:0;s:5:\"audio\";i:1;s:6:\"listen\";i:2;s:5:\"music\";i:3;s:5:\"sound\";i:4;s:7:\"speaker\";i:5;s:17:\"headphones-simple\";i:6;s:17:\"headphones simple\";}}s:14:\"fas fa-headset\";a:2:{s:5:\"label\";s:7:\"Headset\";s:6:\"search\";a:11:{i:0;s:5:\"audio\";i:1;s:5:\"gamer\";i:2;s:6:\"gaming\";i:3;s:6:\"listen\";i:4;s:9:\"live chat\";i:5;s:10:\"microphone\";i:6;s:11:\"shot caller\";i:7;s:5:\"sound\";i:8;s:7:\"support\";i:9;s:12:\"telemarketer\";i:10;s:7:\"headset\";}}s:12:\"fas fa-heart\";a:2:{s:5:\"label\";s:13:\"Heart (solid)\";s:6:\"search\";a:30:{i:0;s:3:\"ace\";i:1;s:5:\"black\";i:2;s:11:\"black heart\";i:3;s:4:\"blue\";i:4;s:10:\"blue heart\";i:5;s:5:\"brown\";i:6;s:11:\"brown heart\";i:7;s:4:\"card\";i:8;s:4:\"evil\";i:9;s:8:\"favorite\";i:10;s:4:\"game\";i:11;s:5:\"green\";i:12;s:11:\"green heart\";i:13;s:5:\"heart\";i:14;s:10:\"heart suit\";i:15;s:4:\"like\";i:16;s:4:\"love\";i:17;s:6:\"orange\";i:18;s:12:\"orange heart\";i:19;s:6:\"purple\";i:20;s:12:\"purple heart\";i:21;s:9:\"red heart\";i:22;s:12:\"relationship\";i:23;s:9:\"valentine\";i:24;s:5:\"white\";i:25;s:11:\"white heart\";i:26;s:6:\"wicked\";i:27;s:8:\"wishlist\";i:28;s:6:\"yellow\";i:29;s:12:\"yellow heart\";}}s:12:\"far fa-heart\";a:2:{s:5:\"label\";s:15:\"Heart (regular)\";s:6:\"search\";a:30:{i:0;s:3:\"ace\";i:1;s:5:\"black\";i:2;s:11:\"black heart\";i:3;s:4:\"blue\";i:4;s:10:\"blue heart\";i:5;s:5:\"brown\";i:6;s:11:\"brown heart\";i:7;s:4:\"card\";i:8;s:4:\"evil\";i:9;s:8:\"favorite\";i:10;s:4:\"game\";i:11;s:5:\"green\";i:12;s:11:\"green heart\";i:13;s:5:\"heart\";i:14;s:10:\"heart suit\";i:15;s:4:\"like\";i:16;s:4:\"love\";i:17;s:6:\"orange\";i:18;s:12:\"orange heart\";i:19;s:6:\"purple\";i:20;s:12:\"purple heart\";i:21;s:9:\"red heart\";i:22;s:12:\"relationship\";i:23;s:9:\"valentine\";i:24;s:5:\"white\";i:25;s:11:\"white heart\";i:26;s:6:\"wicked\";i:27;s:8:\"wishlist\";i:28;s:6:\"yellow\";i:29;s:12:\"yellow heart\";}}s:24:\"fas fa-heart-circle-bolt\";a:2:{s:5:\"label\";s:17:\"Heart Circle Bolt\";s:6:\"search\";a:8:{i:0;s:10:\"cardiogram\";i:1;s:3:\"ekg\";i:2;s:8:\"electric\";i:3;s:5:\"heart\";i:4;s:4:\"love\";i:5;s:9:\"pacemaker\";i:6;s:17:\"heart-circle-bolt\";i:7;s:17:\"heart circle bolt\";}}s:25:\"fas fa-heart-circle-check\";a:2:{s:5:\"label\";s:18:\"Heart Circle Check\";s:6:\"search\";a:11:{i:0;s:6:\"enable\";i:1;s:8:\"favorite\";i:2;s:5:\"heart\";i:3;s:4:\"love\";i:4;s:12:\"not affected\";i:5;s:2:\"ok\";i:6;s:4:\"okay\";i:7;s:8:\"validate\";i:8;s:7:\"working\";i:9;s:18:\"heart-circle-check\";i:10;s:18:\"heart circle check\";}}s:31:\"fas fa-heart-circle-exclamation\";a:2:{s:5:\"label\";s:24:\"Heart Circle Exclamation\";s:6:\"search\";a:6:{i:0;s:6:\"failed\";i:1;s:8:\"favorite\";i:2;s:5:\"heart\";i:3;s:4:\"love\";i:4;s:24:\"heart-circle-exclamation\";i:5;s:24:\"heart circle exclamation\";}}s:25:\"fas fa-heart-circle-minus\";a:2:{s:5:\"label\";s:18:\"Heart Circle Minus\";s:6:\"search\";a:5:{i:0;s:8:\"favorite\";i:1;s:5:\"heart\";i:2;s:4:\"love\";i:3;s:18:\"heart-circle-minus\";i:4;s:18:\"heart circle minus\";}}s:24:\"fas fa-heart-circle-plus\";a:2:{s:5:\"label\";s:17:\"Heart Circle Plus\";s:6:\"search\";a:5:{i:0;s:8:\"favorite\";i:1;s:5:\"heart\";i:2;s:4:\"love\";i:3;s:17:\"heart-circle-plus\";i:4;s:17:\"heart circle plus\";}}s:25:\"fas fa-heart-circle-xmark\";a:2:{s:5:\"label\";s:18:\"Heart Circle Xmark\";s:6:\"search\";a:6:{i:0;s:8:\"favorite\";i:1;s:5:\"heart\";i:2;s:4:\"love\";i:3;s:7:\"uncheck\";i:4;s:18:\"heart-circle-xmark\";i:5;s:18:\"heart circle xmark\";}}s:18:\"fas fa-heart-crack\";a:2:{s:5:\"label\";s:11:\"Heart Crack\";s:6:\"search\";a:14:{i:0;s:5:\"break\";i:1;s:7:\"breakup\";i:2;s:6:\"broken\";i:3;s:12:\"broken heart\";i:4;s:7:\"crushed\";i:5;s:7:\"dislike\";i:6;s:6:\"dumped\";i:7;s:5:\"grief\";i:8;s:4:\"love\";i:9;s:8:\"lovesick\";i:10;s:12:\"relationship\";i:11;s:3:\"sad\";i:12;s:11:\"heart-crack\";i:13;s:11:\"heart crack\";}}s:18:\"fas fa-heart-pulse\";a:2:{s:5:\"label\";s:11:\"Heart Pulse\";s:6:\"search\";a:7:{i:0;s:3:\"ekg\";i:1;s:17:\"electrocardiogram\";i:2;s:6:\"health\";i:3;s:8:\"lifeline\";i:4;s:11:\"vital signs\";i:5;s:11:\"heart-pulse\";i:6;s:11:\"heart pulse\";}}s:17:\"fas fa-helicopter\";a:2:{s:5:\"label\";s:10:\"Helicopter\";s:6:\"search\";a:8:{i:0;s:7:\"airwolf\";i:1;s:6:\"apache\";i:2;s:7:\"chopper\";i:3;s:6:\"flight\";i:4;s:3:\"fly\";i:5;s:10:\"helicopter\";i:6;s:6:\"travel\";i:7;s:7:\"vehicle\";}}s:24:\"fas fa-helicopter-symbol\";a:2:{s:5:\"label\";s:17:\"Helicopter Symbol\";s:6:\"search\";a:6:{i:0;s:7:\"chopper\";i:1;s:10:\"helicopter\";i:2;s:11:\"landing pad\";i:3;s:10:\"whirlybird\";i:4;s:17:\"helicopter-symbol\";i:5;s:17:\"helicopter symbol\";}}s:20:\"fas fa-helmet-safety\";a:2:{s:5:\"label\";s:13:\"Helmet Safety\";s:6:\"search\";a:7:{i:0;s:12:\"construction\";i:1;s:7:\"hardhat\";i:2;s:6:\"helmet\";i:3;s:11:\"maintenance\";i:4;s:6:\"safety\";i:5;s:13:\"helmet-safety\";i:6;s:13:\"helmet safety\";}}s:16:\"fas fa-helmet-un\";a:2:{s:5:\"label\";s:9:\"Helmet Un\";s:6:\"search\";a:4:{i:0;s:6:\"helmet\";i:1;s:14:\"united nations\";i:2;s:9:\"helmet-un\";i:3;s:9:\"helmet un\";}}s:18:\"fas fa-highlighter\";a:2:{s:5:\"label\";s:11:\"Highlighter\";s:6:\"search\";a:7:{i:0;s:4:\"edit\";i:1;s:6:\"marker\";i:2;s:6:\"modify\";i:3;s:7:\"sharpie\";i:4;s:6:\"update\";i:5;s:5:\"write\";i:6;s:11:\"highlighter\";}}s:21:\"fas fa-hill-avalanche\";a:2:{s:5:\"label\";s:14:\"Hill Avalanche\";s:6:\"search\";a:5:{i:0;s:8:\"mudslide\";i:1;s:4:\"snow\";i:2;s:6:\"winter\";i:3;s:14:\"hill-avalanche\";i:4;s:14:\"hill avalanche\";}}s:21:\"fas fa-hill-rockslide\";a:2:{s:5:\"label\";s:14:\"Hill Rockslide\";s:6:\"search\";a:3:{i:0;s:8:\"mudslide\";i:1;s:14:\"hill-rockslide\";i:2;s:14:\"hill rockslide\";}}s:12:\"fas fa-hippo\";a:2:{s:5:\"label\";s:5:\"Hippo\";s:6:\"search\";a:6:{i:0;s:6:\"animal\";i:1;s:5:\"fauna\";i:2;s:5:\"hippo\";i:3;s:12:\"hippopotamus\";i:4;s:6:\"hungry\";i:5;s:6:\"mammal\";}}s:11:\"fab fa-hips\";a:2:{s:5:\"label\";s:4:\"Hips\";s:6:\"search\";a:1:{i:0;s:4:\"hips\";}}s:20:\"fab fa-hire-a-helper\";a:2:{s:5:\"label\";s:11:\"HireAHelper\";s:6:\"search\";a:2:{i:0;s:13:\"hire-a-helper\";i:1;s:11:\"hireahelper\";}}s:11:\"fab fa-hive\";a:2:{s:5:\"label\";s:23:\"Hive Blockchain Network\";s:6:\"search\";a:2:{i:0;s:4:\"hive\";i:1;s:23:\"hive blockchain network\";}}s:18:\"fas fa-hockey-puck\";a:2:{s:5:\"label\";s:11:\"Hockey Puck\";s:6:\"search\";a:5:{i:0;s:3:\"ice\";i:1;s:3:\"nhl\";i:2;s:5:\"sport\";i:3;s:11:\"hockey-puck\";i:4;s:11:\"hockey puck\";}}s:18:\"fas fa-holly-berry\";a:2:{s:5:\"label\";s:11:\"Holly Berry\";s:6:\"search\";a:12:{i:0;s:8:\"catwoman\";i:1;s:9:\"christmas\";i:2;s:10:\"decoration\";i:3;s:5:\"flora\";i:4;s:5:\"halle\";i:5;s:7:\"holiday\";i:6;s:12:\"ororo munroe\";i:7;s:5:\"plant\";i:8;s:5:\"storm\";i:9;s:4:\"xmas\";i:10;s:11:\"holly-berry\";i:11;s:11:\"holly berry\";}}s:12:\"fab fa-hooli\";a:2:{s:5:\"label\";s:5:\"Hooli\";s:6:\"search\";a:1:{i:0;s:5:\"hooli\";}}s:15:\"fab fa-hornbill\";a:2:{s:5:\"label\";s:8:\"Hornbill\";s:6:\"search\";a:1:{i:0;s:8:\"hornbill\";}}s:12:\"fas fa-horse\";a:2:{s:5:\"label\";s:5:\"Horse\";s:6:\"search\";a:10:{i:0;s:10:\"equestrian\";i:1;s:5:\"equus\";i:2;s:5:\"fauna\";i:3;s:5:\"horse\";i:4;s:7:\"mammmal\";i:5;s:4:\"mare\";i:6;s:5:\"neigh\";i:7;s:4:\"pony\";i:8;s:9:\"racehorse\";i:9;s:6:\"racing\";}}s:17:\"fas fa-horse-head\";a:2:{s:5:\"label\";s:10:\"Horse Head\";s:6:\"search\";a:8:{i:0;s:5:\"equus\";i:1;s:5:\"fauna\";i:2;s:7:\"mammmal\";i:3;s:4:\"mare\";i:4;s:5:\"neigh\";i:5;s:4:\"pony\";i:6;s:10:\"horse-head\";i:7;s:10:\"horse head\";}}s:15:\"fas fa-hospital\";a:2:{s:5:\"label\";s:16:\"Hospital (solid)\";s:6:\"search\";a:7:{i:0;s:8:\"building\";i:1;s:8:\"covid-19\";i:2;s:6:\"doctor\";i:3;s:14:\"emergency room\";i:4;s:8:\"hospital\";i:5;s:14:\"medical center\";i:6;s:8:\"medicine\";}}s:15:\"far fa-hospital\";a:2:{s:5:\"label\";s:18:\"Hospital (regular)\";s:6:\"search\";a:7:{i:0;s:8:\"building\";i:1;s:8:\"covid-19\";i:2;s:6:\"doctor\";i:3;s:14:\"emergency room\";i:4;s:8:\"hospital\";i:5;s:14:\"medical center\";i:6;s:8:\"medicine\";}}s:20:\"fas fa-hospital-user\";a:2:{s:5:\"label\";s:13:\"Hospital User\";s:6:\"search\";a:8:{i:0;s:8:\"covid-19\";i:1;s:6:\"doctor\";i:2;s:7:\"network\";i:3;s:7:\"patient\";i:4;s:12:\"primary care\";i:5;s:3:\"uer\";i:6;s:13:\"hospital-user\";i:7;s:13:\"hospital user\";}}s:21:\"fas fa-hot-tub-person\";a:2:{s:5:\"label\";s:14:\"Hot Tub Person\";s:6:\"search\";a:5:{i:0;s:7:\"jacuzzi\";i:1;s:3:\"spa\";i:2;s:3:\"uer\";i:3;s:14:\"hot-tub-person\";i:4;s:14:\"hot tub person\";}}s:13:\"fas fa-hotdog\";a:2:{s:5:\"label\";s:6:\"Hotdog\";s:6:\"search\";a:12:{i:0;s:3:\"bun\";i:1;s:5:\"chili\";i:2;s:9:\"frankfurt\";i:3;s:11:\"frankfurter\";i:4;s:7:\"hot dog\";i:5;s:6:\"hotdog\";i:6;s:6:\"kosher\";i:7;s:6:\"polish\";i:8;s:8:\"sandwich\";i:9;s:7:\"sausage\";i:10;s:6:\"vienna\";i:11;s:6:\"weiner\";}}s:12:\"fas fa-hotel\";a:2:{s:5:\"label\";s:5:\"Hotel\";s:6:\"search\";a:7:{i:0;s:8:\"building\";i:1;s:5:\"hotel\";i:2;s:3:\"inn\";i:3;s:7:\"lodging\";i:4;s:5:\"motel\";i:5;s:6:\"resort\";i:6;s:6:\"travel\";}}s:13:\"fab fa-hotjar\";a:2:{s:5:\"label\";s:6:\"Hotjar\";s:6:\"search\";a:1:{i:0;s:6:\"hotjar\";}}s:16:\"fas fa-hourglass\";a:2:{s:5:\"label\";s:17:\"Hourglass (solid)\";s:6:\"search\";a:8:{i:0;s:4:\"hour\";i:1;s:9:\"hourglass\";i:2;s:18:\"hourglass not done\";i:3;s:6:\"minute\";i:4;s:4:\"sand\";i:5;s:9:\"stopwatch\";i:6;s:4:\"time\";i:7;s:5:\"timer\";}}s:16:\"far fa-hourglass\";a:2:{s:5:\"label\";s:19:\"Hourglass (regular)\";s:6:\"search\";a:8:{i:0;s:4:\"hour\";i:1;s:9:\"hourglass\";i:2;s:18:\"hourglass not done\";i:3;s:6:\"minute\";i:4;s:4:\"sand\";i:5;s:9:\"stopwatch\";i:6;s:4:\"time\";i:7;s:5:\"timer\";}}s:20:\"fas fa-hourglass-end\";a:2:{s:5:\"label\";s:13:\"Hourglass End\";s:6:\"search\";a:11:{i:0;s:4:\"hour\";i:1;s:14:\"hourglass done\";i:2;s:6:\"minute\";i:3;s:7:\"pending\";i:4;s:4:\"sand\";i:5;s:9:\"stopwatch\";i:6;s:4:\"time\";i:7;s:5:\"timer\";i:8;s:7:\"waiting\";i:9;s:13:\"hourglass-end\";i:10;s:13:\"hourglass end\";}}s:21:\"fas fa-hourglass-half\";a:2:{s:5:\"label\";s:22:\"Hourglass Half (solid)\";s:6:\"search\";a:9:{i:0;s:4:\"hour\";i:1;s:6:\"minute\";i:2;s:7:\"pending\";i:3;s:4:\"sand\";i:4;s:9:\"stopwatch\";i:5;s:4:\"time\";i:6;s:7:\"waiting\";i:7;s:14:\"hourglass-half\";i:8;s:14:\"hourglass half\";}}s:21:\"far fa-hourglass-half\";a:2:{s:5:\"label\";s:24:\"Hourglass Half (regular)\";s:6:\"search\";a:9:{i:0;s:4:\"hour\";i:1;s:6:\"minute\";i:2;s:7:\"pending\";i:3;s:4:\"sand\";i:4;s:9:\"stopwatch\";i:5;s:4:\"time\";i:6;s:7:\"waiting\";i:7;s:14:\"hourglass-half\";i:8;s:14:\"hourglass half\";}}s:22:\"fas fa-hourglass-start\";a:2:{s:5:\"label\";s:15:\"Hourglass Start\";s:6:\"search\";a:8:{i:0;s:4:\"hour\";i:1;s:6:\"minute\";i:2;s:4:\"sand\";i:3;s:9:\"stopwatch\";i:4;s:4:\"time\";i:5;s:7:\"waiting\";i:6;s:15:\"hourglass-start\";i:7;s:15:\"hourglass start\";}}s:12:\"fas fa-house\";a:2:{s:5:\"label\";s:5:\"House\";s:6:\"search\";a:6:{i:0;s:5:\"abode\";i:1;s:8:\"building\";i:2;s:4:\"home\";i:3;s:5:\"house\";i:4;s:4:\"main\";i:5;s:9:\"residence\";}}s:20:\"fas fa-house-chimney\";a:2:{s:5:\"label\";s:13:\"House Chimney\";s:6:\"search\";a:9:{i:0;s:5:\"abode\";i:1;s:8:\"building\";i:2;s:7:\"chimney\";i:3;s:5:\"house\";i:4;s:4:\"main\";i:5;s:9:\"residence\";i:6;s:10:\"smokestack\";i:7;s:13:\"house-chimney\";i:8;s:13:\"house chimney\";}}s:26:\"fas fa-house-chimney-crack\";a:2:{s:5:\"label\";s:19:\"House Chimney Crack\";s:6:\"search\";a:8:{i:0;s:8:\"building\";i:1;s:11:\"devastation\";i:2;s:8:\"disaster\";i:3;s:10:\"earthquake\";i:4;s:4:\"home\";i:5;s:9:\"insurance\";i:6;s:19:\"house-chimney-crack\";i:7;s:19:\"house chimney crack\";}}s:28:\"fas fa-house-chimney-medical\";a:2:{s:5:\"label\";s:21:\"House Chimney Medical\";s:6:\"search\";a:10:{i:0;s:8:\"covid-19\";i:1;s:6:\"doctor\";i:2;s:20:\"general practitioner\";i:3;s:8:\"hospital\";i:4;s:9:\"infirmary\";i:5;s:8:\"medicine\";i:6;s:6:\"office\";i:7;s:10:\"outpatient\";i:8;s:21:\"house-chimney-medical\";i:9;s:21:\"house chimney medical\";}}s:25:\"fas fa-house-chimney-user\";a:2:{s:5:\"label\";s:18:\"House Chimney User\";s:6:\"search\";a:7:{i:0;s:8:\"covid-19\";i:1;s:4:\"home\";i:2;s:9:\"isolation\";i:3;s:10:\"quarantine\";i:4;s:3:\"uer\";i:5;s:18:\"house-chimney-user\";i:6;s:18:\"house chimney user\";}}s:27:\"fas fa-house-chimney-window\";a:2:{s:5:\"label\";s:20:\"House Chimney Window\";s:6:\"search\";a:7:{i:0;s:5:\"abode\";i:1;s:8:\"building\";i:2;s:6:\"family\";i:3;s:4:\"home\";i:4;s:9:\"residence\";i:5;s:20:\"house-chimney-window\";i:6;s:20:\"house chimney window\";}}s:25:\"fas fa-house-circle-check\";a:2:{s:5:\"label\";s:18:\"House Circle Check\";s:6:\"search\";a:11:{i:0;s:5:\"abode\";i:1;s:6:\"enable\";i:2;s:4:\"home\";i:3;s:5:\"house\";i:4;s:12:\"not affected\";i:5;s:2:\"ok\";i:6;s:4:\"okay\";i:7;s:8:\"validate\";i:8;s:7:\"working\";i:9;s:18:\"house-circle-check\";i:10;s:18:\"house circle check\";}}s:31:\"fas fa-house-circle-exclamation\";a:2:{s:5:\"label\";s:24:\"House Circle Exclamation\";s:6:\"search\";a:7:{i:0;s:5:\"abode\";i:1;s:8:\"affected\";i:2;s:6:\"failed\";i:3;s:4:\"home\";i:4;s:5:\"house\";i:5;s:24:\"house-circle-exclamation\";i:6;s:24:\"house circle exclamation\";}}s:25:\"fas fa-house-circle-xmark\";a:2:{s:5:\"label\";s:18:\"House Circle Xmark\";s:6:\"search\";a:7:{i:0;s:5:\"abode\";i:1;s:7:\"destroy\";i:2;s:4:\"home\";i:3;s:5:\"house\";i:4;s:7:\"uncheck\";i:5;s:18:\"house-circle-xmark\";i:6;s:18:\"house circle xmark\";}}s:18:\"fas fa-house-crack\";a:2:{s:5:\"label\";s:11:\"House Crack\";s:6:\"search\";a:8:{i:0;s:8:\"building\";i:1;s:11:\"devastation\";i:2;s:8:\"disaster\";i:3;s:10:\"earthquake\";i:4;s:4:\"home\";i:5;s:9:\"insurance\";i:6;s:11:\"house-crack\";i:7;s:11:\"house crack\";}}s:17:\"fas fa-house-fire\";a:2:{s:5:\"label\";s:10:\"House Fire\";s:6:\"search\";a:5:{i:0;s:4:\"burn\";i:1;s:9:\"emergency\";i:2;s:4:\"home\";i:3;s:10:\"house-fire\";i:4;s:10:\"house fire\";}}s:17:\"fas fa-house-flag\";a:2:{s:5:\"label\";s:10:\"House Flag\";s:6:\"search\";a:4:{i:0;s:4:\"camp\";i:1;s:4:\"home\";i:2;s:10:\"house-flag\";i:3;s:10:\"house flag\";}}s:24:\"fas fa-house-flood-water\";a:2:{s:5:\"label\";s:17:\"House Flood Water\";s:6:\"search\";a:5:{i:0;s:6:\"damage\";i:1;s:5:\"flood\";i:2;s:5:\"water\";i:3;s:17:\"house-flood-water\";i:4;s:17:\"house flood water\";}}s:43:\"fas fa-house-flood-water-circle-arrow-right\";a:2:{s:5:\"label\";s:36:\"House Flood Water Circle Arrow Right\";s:6:\"search\";a:5:{i:0;s:6:\"damage\";i:1;s:5:\"flood\";i:2;s:5:\"water\";i:3;s:36:\"house-flood-water-circle-arrow-right\";i:4;s:36:\"house flood water circle arrow right\";}}s:19:\"fas fa-house-laptop\";a:2:{s:5:\"label\";s:12:\"House Laptop\";s:6:\"search\";a:8:{i:0;s:8:\"computer\";i:1;s:8:\"covid-19\";i:2;s:6:\"device\";i:3;s:6:\"office\";i:4;s:6:\"remote\";i:5;s:14:\"work from home\";i:6;s:12:\"house-laptop\";i:7;s:12:\"house laptop\";}}s:17:\"fas fa-house-lock\";a:2:{s:5:\"label\";s:10:\"House Lock\";s:6:\"search\";a:9:{i:0;s:6:\"closed\";i:1;s:4:\"home\";i:2;s:5:\"house\";i:3;s:8:\"lockdown\";i:4;s:7:\"padlock\";i:5;s:7:\"privacy\";i:6;s:10:\"quarantine\";i:7;s:10:\"house-lock\";i:8;s:10:\"house lock\";}}s:20:\"fas fa-house-medical\";a:2:{s:5:\"label\";s:13:\"House Medical\";s:6:\"search\";a:12:{i:0;s:8:\"covid-19\";i:1;s:6:\"doctor\";i:2;s:8:\"facility\";i:3;s:20:\"general practitioner\";i:4;s:6:\"health\";i:5;s:8:\"hospital\";i:6;s:9:\"infirmary\";i:7;s:8:\"medicine\";i:8;s:6:\"office\";i:9;s:10:\"outpatient\";i:10;s:13:\"house-medical\";i:11;s:13:\"house medical\";}}s:33:\"fas fa-house-medical-circle-check\";a:2:{s:5:\"label\";s:26:\"House Medical Circle Check\";s:6:\"search\";a:10:{i:0;s:6:\"clinic\";i:1;s:6:\"enable\";i:2;s:8:\"hospital\";i:3;s:12:\"not affected\";i:4;s:2:\"ok\";i:5;s:4:\"okay\";i:6;s:8:\"validate\";i:7;s:7:\"working\";i:8;s:26:\"house-medical-circle-check\";i:9;s:26:\"house medical circle check\";}}s:39:\"fas fa-house-medical-circle-exclamation\";a:2:{s:5:\"label\";s:32:\"House Medical Circle Exclamation\";s:6:\"search\";a:6:{i:0;s:8:\"affected\";i:1;s:6:\"clinic\";i:2;s:6:\"failed\";i:3;s:8:\"hospital\";i:4;s:32:\"house-medical-circle-exclamation\";i:5;s:32:\"house medical circle exclamation\";}}s:33:\"fas fa-house-medical-circle-xmark\";a:2:{s:5:\"label\";s:26:\"House Medical Circle Xmark\";s:6:\"search\";a:6:{i:0;s:6:\"clinic\";i:1;s:7:\"destroy\";i:2;s:8:\"hospital\";i:3;s:7:\"uncheck\";i:4;s:26:\"house-medical-circle-xmark\";i:5;s:26:\"house medical circle xmark\";}}s:25:\"fas fa-house-medical-flag\";a:2:{s:5:\"label\";s:18:\"House Medical Flag\";s:6:\"search\";a:5:{i:0;s:6:\"clinic\";i:1;s:8:\"hospital\";i:2;s:4:\"mash\";i:3;s:18:\"house-medical-flag\";i:4;s:18:\"house medical flag\";}}s:19:\"fas fa-house-signal\";a:2:{s:5:\"label\";s:12:\"House Signal\";s:6:\"search\";a:11:{i:0;s:5:\"abode\";i:1;s:8:\"building\";i:2;s:7:\"connect\";i:3;s:6:\"family\";i:4;s:4:\"home\";i:5;s:9:\"residence\";i:6;s:10:\"smart home\";i:7;s:4:\"wifi\";i:8;s:3:\"www\";i:9;s:12:\"house-signal\";i:10;s:12:\"house signal\";}}s:20:\"fas fa-house-tsunami\";a:2:{s:5:\"label\";s:13:\"House Tsunami\";s:6:\"search\";a:6:{i:0;s:6:\"damage\";i:1;s:5:\"flood\";i:2;s:10:\"tidal wave\";i:3;s:4:\"wave\";i:4;s:13:\"house-tsunami\";i:5;s:13:\"house tsunami\";}}s:17:\"fas fa-house-user\";a:2:{s:5:\"label\";s:10:\"House User\";s:6:\"search\";a:4:{i:0;s:5:\"house\";i:1;s:3:\"uer\";i:2;s:10:\"house-user\";i:3;s:10:\"house user\";}}s:12:\"fab fa-houzz\";a:2:{s:5:\"label\";s:5:\"Houzz\";s:6:\"search\";a:1:{i:0;s:5:\"houzz\";}}s:19:\"fas fa-hryvnia-sign\";a:2:{s:5:\"label\";s:12:\"Hryvnia Sign\";s:6:\"search\";a:4:{i:0;s:12:\"Hryvnia Sign\";i:1;s:8:\"currency\";i:2;s:12:\"hryvnia-sign\";i:3;s:12:\"hryvnia sign\";}}s:12:\"fab fa-html5\";a:2:{s:5:\"label\";s:11:\"HTML 5 Logo\";s:6:\"search\";a:2:{i:0;s:5:\"html5\";i:1;s:11:\"html 5 logo\";}}s:14:\"fab fa-hubspot\";a:2:{s:5:\"label\";s:7:\"HubSpot\";s:6:\"search\";a:1:{i:0;s:7:\"hubspot\";}}s:16:\"fas fa-hurricane\";a:2:{s:5:\"label\";s:9:\"Hurricane\";s:6:\"search\";a:6:{i:0;s:15:\"coriolis effect\";i:1;s:3:\"eye\";i:2;s:5:\"storm\";i:3;s:16:\"tropical cyclone\";i:4;s:7:\"typhoon\";i:5;s:9:\"hurricane\";}}s:8:\"fas fa-i\";a:2:{s:5:\"label\";s:1:\"I\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter I\";i:1;s:20:\"Latin Small Letter I\";i:2;s:6:\"letter\";i:3;s:1:\"i\";}}s:15:\"fas fa-i-cursor\";a:2:{s:5:\"label\";s:8:\"I Cursor\";s:6:\"search\";a:6:{i:0;s:7:\"editing\";i:1;s:6:\"i-beam\";i:2;s:4:\"type\";i:3;s:7:\"writing\";i:4;s:8:\"i-cursor\";i:5;s:8:\"i cursor\";}}s:16:\"fas fa-ice-cream\";a:2:{s:5:\"label\";s:9:\"Ice Cream\";s:6:\"search\";a:13:{i:0;s:9:\"chocolate\";i:1;s:4:\"cone\";i:2;s:5:\"cream\";i:3;s:7:\"dessert\";i:4;s:6:\"frozen\";i:5;s:3:\"ice\";i:6;s:9:\"ice cream\";i:7;s:5:\"scoop\";i:8;s:6:\"sorbet\";i:9;s:5:\"sweet\";i:10;s:7:\"vanilla\";i:11;s:6:\"yogurt\";i:12;s:9:\"ice-cream\";}}s:14:\"fas fa-icicles\";a:2:{s:5:\"label\";s:7:\"Icicles\";s:6:\"search\";a:7:{i:0;s:4:\"cold\";i:1;s:6:\"frozen\";i:2;s:7:\"hanging\";i:3;s:3:\"ice\";i:4;s:8:\"seasonal\";i:5;s:5:\"sharp\";i:6;s:7:\"icicles\";}}s:12:\"fas fa-icons\";a:2:{s:5:\"label\";s:5:\"Icons\";s:6:\"search\";a:9:{i:0;s:4:\"bolt\";i:1;s:8:\"category\";i:2;s:5:\"emoji\";i:3;s:5:\"heart\";i:4;s:5:\"image\";i:5;s:5:\"music\";i:6;s:5:\"photo\";i:7;s:7:\"symbols\";i:8;s:5:\"icons\";}}s:15:\"fas fa-id-badge\";a:2:{s:5:\"label\";s:16:\"Id Badge (solid)\";s:6:\"search\";a:9:{i:0;s:7:\"address\";i:1;s:7:\"contact\";i:2;s:14:\"identification\";i:3;s:7:\"license\";i:4;s:7:\"profile\";i:5;s:3:\"uer\";i:6;s:8:\"username\";i:7;s:8:\"id-badge\";i:8;s:8:\"id badge\";}}s:15:\"far fa-id-badge\";a:2:{s:5:\"label\";s:18:\"Id Badge (regular)\";s:6:\"search\";a:9:{i:0;s:7:\"address\";i:1;s:7:\"contact\";i:2;s:14:\"identification\";i:3;s:7:\"license\";i:4;s:7:\"profile\";i:5;s:3:\"uer\";i:6;s:8:\"username\";i:7;s:8:\"id-badge\";i:8;s:8:\"id badge\";}}s:14:\"fas fa-id-card\";a:2:{s:5:\"label\";s:15:\"Id Card (solid)\";s:6:\"search\";a:11:{i:0;s:7:\"contact\";i:1;s:12:\"demographics\";i:2;s:8:\"document\";i:3;s:14:\"identification\";i:4;s:6:\"issued\";i:5;s:7:\"profile\";i:6;s:12:\"registration\";i:7;s:3:\"uer\";i:8;s:8:\"username\";i:9;s:7:\"id-card\";i:10;s:7:\"id card\";}}s:14:\"far fa-id-card\";a:2:{s:5:\"label\";s:17:\"Id Card (regular)\";s:6:\"search\";a:11:{i:0;s:7:\"contact\";i:1;s:12:\"demographics\";i:2;s:8:\"document\";i:3;s:14:\"identification\";i:4;s:6:\"issued\";i:5;s:7:\"profile\";i:6;s:12:\"registration\";i:7;s:3:\"uer\";i:8;s:8:\"username\";i:9;s:7:\"id-card\";i:10;s:7:\"id card\";}}s:19:\"fas fa-id-card-clip\";a:2:{s:5:\"label\";s:12:\"Id Card Clip\";s:6:\"search\";a:10:{i:0;s:7:\"contact\";i:1;s:12:\"demographics\";i:2;s:8:\"document\";i:3;s:14:\"identification\";i:4;s:6:\"issued\";i:5;s:7:\"profile\";i:6;s:3:\"uer\";i:7;s:8:\"username\";i:8;s:12:\"id-card-clip\";i:9;s:12:\"id card clip\";}}s:12:\"fab fa-ideal\";a:2:{s:5:\"label\";s:5:\"iDeal\";s:6:\"search\";a:1:{i:0;s:5:\"ideal\";}}s:12:\"fas fa-igloo\";a:2:{s:5:\"label\";s:5:\"Igloo\";s:6:\"search\";a:8:{i:0;s:4:\"dome\";i:1;s:8:\"dwelling\";i:2;s:6:\"eskimo\";i:3;s:4:\"home\";i:4;s:5:\"house\";i:5;s:3:\"ice\";i:6;s:4:\"snow\";i:7;s:5:\"igloo\";}}s:12:\"fas fa-image\";a:2:{s:5:\"label\";s:13:\"Image (solid)\";s:6:\"search\";a:6:{i:0;s:5:\"album\";i:1;s:3:\"img\";i:2;s:9:\"landscape\";i:3;s:5:\"photo\";i:4;s:7:\"picture\";i:5;s:5:\"image\";}}s:12:\"far fa-image\";a:2:{s:5:\"label\";s:15:\"Image (regular)\";s:6:\"search\";a:6:{i:0;s:5:\"album\";i:1;s:3:\"img\";i:2;s:9:\"landscape\";i:3;s:5:\"photo\";i:4;s:7:\"picture\";i:5;s:5:\"image\";}}s:21:\"fas fa-image-portrait\";a:2:{s:5:\"label\";s:14:\"Image Portrait\";s:6:\"search\";a:10:{i:0;s:2:\"id\";i:1;s:5:\"image\";i:2;s:3:\"img\";i:3;s:5:\"photo\";i:4;s:7:\"picture\";i:5;s:6:\"selfie\";i:6;s:3:\"uer\";i:7;s:8:\"username\";i:8;s:14:\"image-portrait\";i:9;s:14:\"image portrait\";}}s:13:\"fas fa-images\";a:2:{s:5:\"label\";s:14:\"Images (solid)\";s:6:\"search\";a:6:{i:0;s:5:\"album\";i:1;s:3:\"img\";i:2;s:9:\"landscape\";i:3;s:5:\"photo\";i:4;s:7:\"picture\";i:5;s:6:\"images\";}}s:13:\"far fa-images\";a:2:{s:5:\"label\";s:16:\"Images (regular)\";s:6:\"search\";a:6:{i:0;s:5:\"album\";i:1;s:3:\"img\";i:2;s:9:\"landscape\";i:3;s:5:\"photo\";i:4;s:7:\"picture\";i:5;s:6:\"images\";}}s:11:\"fab fa-imdb\";a:2:{s:5:\"label\";s:4:\"IMDB\";s:6:\"search\";a:1:{i:0;s:4:\"imdb\";}}s:12:\"fas fa-inbox\";a:2:{s:5:\"label\";s:5:\"Inbox\";s:6:\"search\";a:6:{i:0;s:7:\"archive\";i:1;s:4:\"desk\";i:2;s:5:\"email\";i:3;s:4:\"mail\";i:4;s:7:\"message\";i:5;s:5:\"inbox\";}}s:13:\"fas fa-indent\";a:2:{s:5:\"label\";s:6:\"Indent\";s:6:\"search\";a:5:{i:0;s:5:\"align\";i:1;s:7:\"justify\";i:2;s:9:\"paragraph\";i:3;s:3:\"tab\";i:4;s:6:\"indent\";}}s:24:\"fas fa-indian-rupee-sign\";a:2:{s:5:\"label\";s:17:\"Indian Rupee Sign\";s:6:\"search\";a:4:{i:0;s:17:\"Indian Rupee Sign\";i:1;s:8:\"currency\";i:2;s:17:\"indian-rupee-sign\";i:3;s:17:\"indian rupee sign\";}}s:15:\"fas fa-industry\";a:2:{s:5:\"label\";s:8:\"Industry\";s:6:\"search\";a:7:{i:0;s:8:\"building\";i:1;s:7:\"factory\";i:2;s:10:\"industrial\";i:3;s:13:\"manufacturing\";i:4;s:4:\"mill\";i:5;s:9:\"warehouse\";i:6;s:8:\"industry\";}}s:15:\"fas fa-infinity\";a:2:{s:5:\"label\";s:8:\"Infinity\";s:6:\"search\";a:7:{i:0;s:8:\"Infinity\";i:1;s:8:\"eternity\";i:2;s:7:\"forever\";i:3;s:8:\"infinity\";i:4;s:4:\"math\";i:5;s:9:\"unbounded\";i:6;s:9:\"universal\";}}s:11:\"fas fa-info\";a:2:{s:5:\"label\";s:4:\"Info\";s:6:\"search\";a:6:{i:0;s:7:\"details\";i:1;s:4:\"help\";i:2;s:11:\"information\";i:3;s:4:\"more\";i:4;s:7:\"support\";i:5;s:4:\"info\";}}s:16:\"fab fa-instagram\";a:2:{s:5:\"label\";s:9:\"Instagram\";s:6:\"search\";a:1:{i:0;s:9:\"instagram\";}}s:15:\"fab fa-instalod\";a:2:{s:5:\"label\";s:8:\"InstaLOD\";s:6:\"search\";a:1:{i:0;s:8:\"instalod\";}}s:15:\"fab fa-intercom\";a:2:{s:5:\"label\";s:8:\"Intercom\";s:6:\"search\";a:4:{i:0;s:3:\"app\";i:1;s:8:\"customer\";i:2;s:9:\"messenger\";i:3;s:8:\"intercom\";}}s:24:\"fab fa-internet-explorer\";a:2:{s:5:\"label\";s:17:\"Internet-explorer\";s:6:\"search\";a:3:{i:0;s:7:\"browser\";i:1;s:2:\"ie\";i:2;s:17:\"internet-explorer\";}}s:15:\"fab fa-invision\";a:2:{s:5:\"label\";s:8:\"InVision\";s:6:\"search\";a:4:{i:0;s:3:\"app\";i:1;s:6:\"design\";i:2;s:9:\"interface\";i:3;s:8:\"invision\";}}s:14:\"fab fa-ioxhost\";a:2:{s:5:\"label\";s:7:\"ioxhost\";s:6:\"search\";a:1:{i:0;s:7:\"ioxhost\";}}s:13:\"fas fa-italic\";a:2:{s:5:\"label\";s:6:\"Italic\";s:6:\"search\";a:7:{i:0;s:4:\"edit\";i:1;s:8:\"emphasis\";i:2;s:4:\"font\";i:3;s:6:\"format\";i:4;s:4:\"text\";i:5;s:4:\"type\";i:6;s:6:\"italic\";}}s:14:\"fab fa-itch-io\";a:2:{s:5:\"label\";s:7:\"itch.io\";s:6:\"search\";a:2:{i:0;s:7:\"itch-io\";i:1;s:7:\"itch.io\";}}s:13:\"fab fa-itunes\";a:2:{s:5:\"label\";s:6:\"iTunes\";s:6:\"search\";a:1:{i:0;s:6:\"itunes\";}}s:18:\"fab fa-itunes-note\";a:2:{s:5:\"label\";s:11:\"Itunes Note\";s:6:\"search\";a:2:{i:0;s:11:\"itunes-note\";i:1;s:11:\"itunes note\";}}s:8:\"fas fa-j\";a:2:{s:5:\"label\";s:1:\"J\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter J\";i:1;s:20:\"Latin Small Letter J\";i:2;s:6:\"letter\";i:3;s:1:\"j\";}}s:10:\"fas fa-jar\";a:2:{s:5:\"label\";s:3:\"Jar\";s:6:\"search\";a:4:{i:0;s:3:\"jam\";i:1;s:5:\"jelly\";i:2;s:7:\"storage\";i:3;s:3:\"jar\";}}s:16:\"fas fa-jar-wheat\";a:2:{s:5:\"label\";s:9:\"Jar Wheat\";s:6:\"search\";a:4:{i:0;s:5:\"flour\";i:1;s:7:\"storage\";i:2;s:9:\"jar-wheat\";i:3;s:9:\"jar wheat\";}}s:11:\"fab fa-java\";a:2:{s:5:\"label\";s:4:\"Java\";s:6:\"search\";a:1:{i:0;s:4:\"java\";}}s:11:\"fas fa-jedi\";a:2:{s:5:\"label\";s:4:\"Jedi\";s:6:\"search\";a:7:{i:0;s:5:\"crest\";i:1;s:5:\"force\";i:2;s:4:\"sith\";i:3;s:9:\"skywalker\";i:4;s:9:\"star wars\";i:5;s:4:\"yoda\";i:6;s:4:\"jedi\";}}s:17:\"fab fa-jedi-order\";a:2:{s:5:\"label\";s:10:\"Jedi Order\";s:6:\"search\";a:3:{i:0;s:9:\"star wars\";i:1;s:10:\"jedi-order\";i:2;s:10:\"jedi order\";}}s:14:\"fab fa-jenkins\";a:2:{s:5:\"label\";s:6:\"Jenkis\";s:6:\"search\";a:2:{i:0;s:7:\"jenkins\";i:1;s:6:\"jenkis\";}}s:18:\"fas fa-jet-fighter\";a:2:{s:5:\"label\";s:11:\"Jet Fighter\";s:6:\"search\";a:16:{i:0;s:8:\"airforce\";i:1;s:8:\"airplane\";i:2;s:7:\"airport\";i:3;s:4:\"fast\";i:4;s:3:\"fly\";i:5;s:5:\"goose\";i:6;s:7:\"marines\";i:7;s:8:\"maverick\";i:8;s:8:\"military\";i:9;s:5:\"plane\";i:10;s:5:\"quick\";i:11;s:7:\"top gun\";i:12;s:14:\"transportation\";i:13;s:6:\"travel\";i:14;s:11:\"jet-fighter\";i:15;s:11:\"jet fighter\";}}s:21:\"fas fa-jet-fighter-up\";a:2:{s:5:\"label\";s:14:\"Jet Fighter Up\";s:6:\"search\";a:16:{i:0;s:8:\"airforce\";i:1;s:8:\"airplane\";i:2;s:7:\"airport\";i:3;s:4:\"fast\";i:4;s:3:\"fly\";i:5;s:5:\"goose\";i:6;s:7:\"marines\";i:7;s:8:\"maverick\";i:8;s:8:\"military\";i:9;s:5:\"plane\";i:10;s:5:\"quick\";i:11;s:7:\"top gun\";i:12;s:14:\"transportation\";i:13;s:6:\"travel\";i:14;s:14:\"jet-fighter-up\";i:15;s:14:\"jet fighter up\";}}s:11:\"fab fa-jira\";a:2:{s:5:\"label\";s:4:\"Jira\";s:6:\"search\";a:2:{i:0;s:9:\"atlassian\";i:1;s:4:\"jira\";}}s:12:\"fab fa-joget\";a:2:{s:5:\"label\";s:5:\"Joget\";s:6:\"search\";a:1:{i:0;s:5:\"joget\";}}s:12:\"fas fa-joint\";a:2:{s:5:\"label\";s:5:\"Joint\";s:6:\"search\";a:10:{i:0;s:5:\"blunt\";i:1;s:8:\"cannabis\";i:2;s:6:\"doobie\";i:3;s:5:\"drugs\";i:4;s:9:\"marijuana\";i:5;s:5:\"roach\";i:6;s:5:\"smoke\";i:7;s:7:\"smoking\";i:8;s:6:\"spliff\";i:9;s:5:\"joint\";}}s:13:\"fab fa-joomla\";a:2:{s:5:\"label\";s:11:\"Joomla Logo\";s:6:\"search\";a:2:{i:0;s:6:\"joomla\";i:1;s:11:\"joomla logo\";}}s:9:\"fab fa-js\";a:2:{s:5:\"label\";s:15:\"JavaScript (JS)\";s:6:\"search\";a:2:{i:0;s:2:\"js\";i:1;s:15:\"javascript (js)\";}}s:15:\"fab fa-jsfiddle\";a:2:{s:5:\"label\";s:8:\"jsFiddle\";s:6:\"search\";a:1:{i:0;s:8:\"jsfiddle\";}}s:20:\"fas fa-jug-detergent\";a:2:{s:5:\"label\";s:13:\"Jug Detergent\";s:6:\"search\";a:6:{i:0;s:9:\"detergent\";i:1;s:7:\"laundry\";i:2;s:4:\"soap\";i:3;s:4:\"wash\";i:4;s:13:\"jug-detergent\";i:5;s:13:\"jug detergent\";}}s:10:\"fab fa-jxl\";a:2:{s:5:\"label\";s:3:\"Jxl\";s:6:\"search\";a:1:{i:0;s:3:\"jxl\";}}s:8:\"fas fa-k\";a:2:{s:5:\"label\";s:1:\"K\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter K\";i:1;s:20:\"Latin Small Letter K\";i:2;s:6:\"letter\";i:3;s:1:\"k\";}}s:12:\"fas fa-kaaba\";a:2:{s:5:\"label\";s:5:\"Kaaba\";s:6:\"search\";a:7:{i:0;s:6:\"Muslim\";i:1;s:8:\"building\";i:2;s:4:\"cube\";i:3;s:5:\"islam\";i:4;s:5:\"kaaba\";i:5;s:6:\"muslim\";i:6;s:8:\"religion\";}}s:13:\"fab fa-kaggle\";a:2:{s:5:\"label\";s:6:\"Kaggle\";s:6:\"search\";a:1:{i:0;s:6:\"kaggle\";}}s:10:\"fas fa-key\";a:2:{s:5:\"label\";s:3:\"Key\";s:6:\"search\";a:6:{i:0;s:3:\"key\";i:1;s:4:\"lock\";i:2;s:8:\"password\";i:3;s:7:\"private\";i:4;s:6:\"secret\";i:5;s:6:\"unlock\";}}s:14:\"fab fa-keybase\";a:2:{s:5:\"label\";s:7:\"Keybase\";s:6:\"search\";a:1:{i:0;s:7:\"keybase\";}}s:15:\"fas fa-keyboard\";a:2:{s:5:\"label\";s:16:\"Keyboard (solid)\";s:6:\"search\";a:8:{i:0;s:9:\"accessory\";i:1;s:8:\"computer\";i:2;s:4:\"edit\";i:3;s:5:\"input\";i:4;s:8:\"keyboard\";i:5;s:4:\"text\";i:6;s:4:\"type\";i:7;s:5:\"write\";}}s:15:\"far fa-keyboard\";a:2:{s:5:\"label\";s:18:\"Keyboard (regular)\";s:6:\"search\";a:8:{i:0;s:9:\"accessory\";i:1;s:8:\"computer\";i:2;s:4:\"edit\";i:3;s:5:\"input\";i:4;s:8:\"keyboard\";i:5;s:4:\"text\";i:6;s:4:\"type\";i:7;s:5:\"write\";}}s:13:\"fab fa-keycdn\";a:2:{s:5:\"label\";s:6:\"KeyCDN\";s:6:\"search\";a:1:{i:0;s:6:\"keycdn\";}}s:13:\"fas fa-khanda\";a:2:{s:5:\"label\";s:6:\"Khanda\";s:6:\"search\";a:6:{i:0;s:10:\"Adi Shakti\";i:1;s:7:\"chakkar\";i:2;s:4:\"sikh\";i:3;s:7:\"sikhism\";i:4;s:5:\"sword\";i:5;s:6:\"khanda\";}}s:18:\"fab fa-kickstarter\";a:2:{s:5:\"label\";s:11:\"Kickstarter\";s:6:\"search\";a:1:{i:0;s:11:\"kickstarter\";}}s:20:\"fab fa-kickstarter-k\";a:2:{s:5:\"label\";s:13:\"Kickstarter K\";s:6:\"search\";a:2:{i:0;s:13:\"kickstarter-k\";i:1;s:13:\"kickstarter k\";}}s:15:\"fas fa-kip-sign\";a:2:{s:5:\"label\";s:8:\"Kip Sign\";s:6:\"search\";a:4:{i:0;s:8:\"Kip Sign\";i:1;s:8:\"currency\";i:2;s:8:\"kip-sign\";i:3;s:8:\"kip sign\";}}s:18:\"fas fa-kit-medical\";a:2:{s:5:\"label\";s:11:\"Kit Medical\";s:6:\"search\";a:7:{i:0;s:9:\"emergency\";i:1;s:3:\"emt\";i:2;s:6:\"health\";i:3;s:7:\"medical\";i:4;s:6:\"rescue\";i:5;s:11:\"kit-medical\";i:6;s:11:\"kit medical\";}}s:18:\"fas fa-kitchen-set\";a:2:{s:5:\"label\";s:11:\"Kitchen Set\";s:6:\"search\";a:9:{i:0;s:4:\"chef\";i:1;s:4:\"cook\";i:2;s:3:\"cup\";i:3;s:7:\"kitchen\";i:4;s:3:\"pan\";i:5;s:3:\"pot\";i:6;s:7:\"skillet\";i:7;s:11:\"kitchen-set\";i:8;s:11:\"kitchen set\";}}s:16:\"fas fa-kiwi-bird\";a:2:{s:5:\"label\";s:9:\"Kiwi Bird\";s:6:\"search\";a:5:{i:0;s:4:\"bird\";i:1;s:5:\"fauna\";i:2;s:11:\"new zealand\";i:3;s:9:\"kiwi-bird\";i:4;s:9:\"kiwi bird\";}}s:13:\"fab fa-korvue\";a:2:{s:5:\"label\";s:6:\"KORVUE\";s:6:\"search\";a:1:{i:0;s:6:\"korvue\";}}s:8:\"fas fa-l\";a:2:{s:5:\"label\";s:1:\"L\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter L\";i:1;s:20:\"Latin Small Letter L\";i:2;s:6:\"letter\";i:3;s:1:\"l\";}}s:19:\"fas fa-land-mine-on\";a:2:{s:5:\"label\";s:12:\"Land Mine On\";s:6:\"search\";a:6:{i:0;s:4:\"bomb\";i:1;s:6:\"danger\";i:2;s:9:\"explosion\";i:3;s:3:\"war\";i:4;s:12:\"land-mine-on\";i:5;s:12:\"land mine on\";}}s:15:\"fas fa-landmark\";a:2:{s:5:\"label\";s:8:\"Landmark\";s:6:\"search\";a:9:{i:0;s:8:\"building\";i:1;s:9:\"classical\";i:2;s:8:\"historic\";i:3;s:9:\"memorable\";i:4;s:8:\"monument\";i:5;s:6:\"museum\";i:6;s:8:\"politics\";i:7;s:7:\"society\";i:8;s:8:\"landmark\";}}s:20:\"fas fa-landmark-dome\";a:2:{s:5:\"label\";s:13:\"Landmark Dome\";s:6:\"search\";a:7:{i:0;s:8:\"building\";i:1;s:8:\"historic\";i:2;s:9:\"memorable\";i:3;s:8:\"monument\";i:4;s:8:\"politics\";i:5;s:13:\"landmark-dome\";i:6;s:13:\"landmark dome\";}}s:20:\"fas fa-landmark-flag\";a:2:{s:5:\"label\";s:13:\"Landmark Flag\";s:6:\"search\";a:6:{i:0;s:7:\"capitol\";i:1;s:4:\"flag\";i:2;s:8:\"landmark\";i:3;s:8:\"memorial\";i:4;s:13:\"landmark-flag\";i:5;s:13:\"landmark flag\";}}s:15:\"fas fa-language\";a:2:{s:5:\"label\";s:8:\"Language\";s:6:\"search\";a:7:{i:0;s:7:\"dialect\";i:1;s:5:\"idiom\";i:2;s:8:\"localize\";i:3;s:6:\"speech\";i:4;s:9:\"translate\";i:5;s:10:\"vernacular\";i:6;s:8:\"language\";}}s:13:\"fas fa-laptop\";a:2:{s:5:\"label\";s:6:\"Laptop\";s:6:\"search\";a:13:{i:0;s:8:\"computer\";i:1;s:3:\"cpu\";i:2;s:4:\"dell\";i:3;s:4:\"demo\";i:4;s:6:\"device\";i:5;s:6:\"fabook\";i:6;s:2:\"fb\";i:7;s:6:\"laptop\";i:8;s:3:\"mac\";i:9;s:7:\"macbook\";i:10;s:7:\"machine\";i:11;s:2:\"pc\";i:12;s:8:\"personal\";}}s:18:\"fas fa-laptop-code\";a:2:{s:5:\"label\";s:11:\"Laptop Code\";s:6:\"search\";a:16:{i:0;s:8:\"computer\";i:1;s:3:\"cpu\";i:2;s:4:\"dell\";i:3;s:4:\"demo\";i:4;s:7:\"develop\";i:5;s:6:\"device\";i:6;s:6:\"fabook\";i:7;s:2:\"fb\";i:8;s:3:\"mac\";i:9;s:7:\"macbook\";i:10;s:7:\"machine\";i:11;s:5:\"mysql\";i:12;s:2:\"pc\";i:13;s:3:\"sql\";i:14;s:11:\"laptop-code\";i:15;s:11:\"laptop code\";}}s:18:\"fas fa-laptop-file\";a:2:{s:5:\"label\";s:11:\"Laptop File\";s:6:\"search\";a:7:{i:0;s:8:\"computer\";i:1;s:9:\"education\";i:2;s:6:\"laptop\";i:3;s:8:\"learning\";i:4;s:11:\"remote work\";i:5;s:11:\"laptop-file\";i:6;s:11:\"laptop file\";}}s:21:\"fas fa-laptop-medical\";a:2:{s:5:\"label\";s:14:\"Laptop Medical\";s:6:\"search\";a:7:{i:0;s:8:\"computer\";i:1;s:6:\"device\";i:2;s:3:\"ehr\";i:3;s:25:\"electronic health records\";i:4;s:7:\"history\";i:5;s:14:\"laptop-medical\";i:6;s:14:\"laptop medical\";}}s:14:\"fab fa-laravel\";a:2:{s:5:\"label\";s:7:\"Laravel\";s:6:\"search\";a:1:{i:0;s:7:\"laravel\";}}s:16:\"fas fa-lari-sign\";a:2:{s:5:\"label\";s:9:\"Lari Sign\";s:6:\"search\";a:4:{i:0;s:9:\"Lari Sign\";i:1;s:8:\"currency\";i:2;s:9:\"lari-sign\";i:3;s:9:\"lari sign\";}}s:13:\"fab fa-lastfm\";a:2:{s:5:\"label\";s:7:\"last.fm\";s:6:\"search\";a:2:{i:0;s:6:\"lastfm\";i:1;s:7:\"last.fm\";}}s:18:\"fas fa-layer-group\";a:2:{s:5:\"label\";s:11:\"Layer Group\";s:6:\"search\";a:9:{i:0;s:7:\"arrange\";i:1;s:8:\"category\";i:2;s:7:\"develop\";i:3;s:6:\"layers\";i:4;s:3:\"map\";i:5;s:8:\"platform\";i:6;s:5:\"stack\";i:7;s:11:\"layer-group\";i:8;s:11:\"layer group\";}}s:11:\"fas fa-leaf\";a:2:{s:5:\"label\";s:4:\"Leaf\";s:6:\"search\";a:6:{i:0;s:3:\"eco\";i:1;s:5:\"flora\";i:2;s:6:\"nature\";i:3;s:5:\"plant\";i:4;s:5:\"vegan\";i:5;s:4:\"leaf\";}}s:14:\"fab fa-leanpub\";a:2:{s:5:\"label\";s:7:\"Leanpub\";s:6:\"search\";a:1:{i:0;s:7:\"leanpub\";}}s:16:\"fas fa-left-long\";a:2:{s:5:\"label\";s:9:\"Left Long\";s:6:\"search\";a:5:{i:0;s:4:\"back\";i:1;s:15:\"long-arrow-left\";i:2;s:8:\"previous\";i:3;s:9:\"left-long\";i:4;s:9:\"left long\";}}s:17:\"fas fa-left-right\";a:2:{s:5:\"label\";s:10:\"Left Right\";s:6:\"search\";a:10:{i:0;s:5:\"arrow\";i:1;s:8:\"arrows-h\";i:2;s:6:\"expand\";i:3;s:10:\"horizontal\";i:4;s:9:\"landscape\";i:5;s:16:\"left-right arrow\";i:6;s:6:\"resize\";i:7;s:4:\"wide\";i:8;s:10:\"left-right\";i:9;s:10:\"left right\";}}s:12:\"fas fa-lemon\";a:2:{s:5:\"label\";s:13:\"Lemon (solid)\";s:6:\"search\";a:6:{i:0;s:6:\"citrus\";i:1;s:5:\"fruit\";i:2;s:5:\"lemon\";i:3;s:8:\"lemonade\";i:4;s:4:\"lime\";i:5;s:4:\"tart\";}}s:12:\"far fa-lemon\";a:2:{s:5:\"label\";s:15:\"Lemon (regular)\";s:6:\"search\";a:6:{i:0;s:6:\"citrus\";i:1;s:5:\"fruit\";i:2;s:5:\"lemon\";i:3;s:8:\"lemonade\";i:4;s:4:\"lime\";i:5;s:4:\"tart\";}}s:11:\"fab fa-less\";a:2:{s:5:\"label\";s:4:\"Less\";s:6:\"search\";a:1:{i:0;s:4:\"less\";}}s:16:\"fas fa-less-than\";a:2:{s:5:\"label\";s:9:\"Less Than\";s:6:\"search\";a:6:{i:0;s:14:\"Less-Than Sign\";i:1;s:10:\"arithmetic\";i:2;s:7:\"compare\";i:3;s:4:\"math\";i:4;s:9:\"less-than\";i:5;s:9:\"less than\";}}s:22:\"fas fa-less-than-equal\";a:2:{s:5:\"label\";s:15:\"Less Than Equal\";s:6:\"search\";a:5:{i:0;s:10:\"arithmetic\";i:1;s:7:\"compare\";i:2;s:4:\"math\";i:3;s:15:\"less-than-equal\";i:4;s:15:\"less than equal\";}}s:17:\"fab fa-letterboxd\";a:2:{s:5:\"label\";s:10:\"Letterboxd\";s:6:\"search\";a:1:{i:0;s:10:\"letterboxd\";}}s:16:\"fas fa-life-ring\";a:2:{s:5:\"label\";s:17:\"Life Ring (solid)\";s:6:\"search\";a:7:{i:0;s:11:\"coast guard\";i:1;s:4:\"help\";i:2;s:9:\"overboard\";i:3;s:4:\"save\";i:4;s:7:\"support\";i:5;s:9:\"life-ring\";i:6;s:9:\"life ring\";}}s:16:\"far fa-life-ring\";a:2:{s:5:\"label\";s:19:\"Life Ring (regular)\";s:6:\"search\";a:7:{i:0;s:11:\"coast guard\";i:1;s:4:\"help\";i:2;s:9:\"overboard\";i:3;s:4:\"save\";i:4;s:7:\"support\";i:5;s:9:\"life-ring\";i:6;s:9:\"life ring\";}}s:16:\"fas fa-lightbulb\";a:2:{s:5:\"label\";s:17:\"Lightbulb (solid)\";s:6:\"search\";a:16:{i:0;s:7:\"  comic\";i:1;s:10:\"  electric\";i:2;s:6:\"  idea\";i:3;s:12:\"  innovation\";i:4;s:13:\"  inspiration\";i:5;s:7:\"  light\";i:6;s:12:\"  light bulb\";i:7;s:5:\" bulb\";i:8;s:4:\"bulb\";i:9;s:5:\"comic\";i:10;s:8:\"electric\";i:11;s:6:\"energy\";i:12;s:4:\"idea\";i:13;s:11:\"inspiration\";i:14;s:10:\"mechanical\";i:15;s:9:\"lightbulb\";}}s:16:\"far fa-lightbulb\";a:2:{s:5:\"label\";s:19:\"Lightbulb (regular)\";s:6:\"search\";a:16:{i:0;s:7:\"  comic\";i:1;s:10:\"  electric\";i:2;s:6:\"  idea\";i:3;s:12:\"  innovation\";i:4;s:13:\"  inspiration\";i:5;s:7:\"  light\";i:6;s:12:\"  light bulb\";i:7;s:5:\" bulb\";i:8;s:4:\"bulb\";i:9;s:5:\"comic\";i:10;s:8:\"electric\";i:11;s:6:\"energy\";i:12;s:4:\"idea\";i:13;s:11:\"inspiration\";i:14;s:10:\"mechanical\";i:15;s:9:\"lightbulb\";}}s:11:\"fab fa-line\";a:2:{s:5:\"label\";s:4:\"Line\";s:6:\"search\";a:1:{i:0;s:4:\"line\";}}s:20:\"fas fa-lines-leaning\";a:2:{s:5:\"label\";s:13:\"Lines Leaning\";s:6:\"search\";a:8:{i:0;s:6:\"canted\";i:1;s:6:\"domino\";i:2;s:7:\"falling\";i:3;s:10:\"resilience\";i:4;s:9:\"resilient\";i:5;s:6:\"tipped\";i:6;s:13:\"lines-leaning\";i:7;s:13:\"lines leaning\";}}s:11:\"fas fa-link\";a:2:{s:5:\"label\";s:4:\"Link\";s:6:\"search\";a:6:{i:0;s:6:\"attach\";i:1;s:10:\"attachment\";i:2;s:5:\"chain\";i:3;s:7:\"connect\";i:4;s:3:\"lin\";i:5;s:4:\"link\";}}s:17:\"fas fa-link-slash\";a:2:{s:5:\"label\";s:10:\"Link Slash\";s:6:\"search\";a:8:{i:0;s:10:\"attachment\";i:1;s:5:\"chain\";i:2;s:12:\"chain-broken\";i:3;s:8:\"disabled\";i:4;s:10:\"disconnect\";i:5;s:6:\"remove\";i:6;s:10:\"link-slash\";i:7;s:10:\"link slash\";}}s:15:\"fab fa-linkedin\";a:2:{s:5:\"label\";s:8:\"LinkedIn\";s:6:\"search\";a:3:{i:0;s:15:\"linkedin-square\";i:1;s:6:\"linkin\";i:2;s:8:\"linkedin\";}}s:18:\"fab fa-linkedin-in\";a:2:{s:5:\"label\";s:11:\"LinkedIn In\";s:6:\"search\";a:4:{i:0;s:8:\"linkedin\";i:1;s:6:\"linkin\";i:2;s:11:\"linkedin-in\";i:3;s:11:\"linkedin in\";}}s:13:\"fab fa-linode\";a:2:{s:5:\"label\";s:6:\"Linode\";s:6:\"search\";a:1:{i:0;s:6:\"linode\";}}s:12:\"fab fa-linux\";a:2:{s:5:\"label\";s:5:\"Linux\";s:6:\"search\";a:2:{i:0;s:3:\"tux\";i:1;s:5:\"linux\";}}s:16:\"fas fa-lira-sign\";a:2:{s:5:\"label\";s:9:\"Lira Sign\";s:6:\"search\";a:4:{i:0;s:9:\"Lira Sign\";i:1;s:8:\"currency\";i:2;s:9:\"lira-sign\";i:3;s:9:\"lira sign\";}}s:11:\"fas fa-list\";a:2:{s:5:\"label\";s:4:\"List\";s:6:\"search\";a:12:{i:0;s:6:\"bullet\";i:1;s:8:\"category\";i:2;s:10:\"cheatsheet\";i:3;s:9:\"checklist\";i:4;s:9:\"completed\";i:5;s:4:\"done\";i:6;s:8:\"finished\";i:7;s:2:\"ol\";i:8;s:7:\"summary\";i:9;s:4:\"todo\";i:10;s:2:\"ul\";i:11;s:4:\"list\";}}s:17:\"fas fa-list-check\";a:2:{s:5:\"label\";s:10:\"List Check\";s:6:\"search\";a:16:{i:0;s:6:\"bullet\";i:1;s:10:\"cheatsheet\";i:2;s:9:\"checklist\";i:3;s:11:\"downloading\";i:4;s:9:\"downloads\";i:5;s:6:\"enable\";i:6;s:7:\"loading\";i:7;s:8:\"progress\";i:8;s:18:\"project management\";i:9;s:8:\"settings\";i:10;s:7:\"summary\";i:11;s:5:\"to do\";i:12;s:8:\"validate\";i:13;s:7:\"working\";i:14;s:10:\"list-check\";i:15;s:10:\"list check\";}}s:14:\"fas fa-list-ol\";a:2:{s:5:\"label\";s:7:\"List Ol\";s:6:\"search\";a:12:{i:0;s:10:\"cheatsheet\";i:1;s:9:\"checklist\";i:2;s:9:\"completed\";i:3;s:4:\"done\";i:4;s:8:\"finished\";i:5;s:7:\"numbers\";i:6;s:2:\"ol\";i:7;s:7:\"summary\";i:8;s:4:\"todo\";i:9;s:2:\"ul\";i:10;s:7:\"list-ol\";i:11;s:7:\"list ol\";}}s:14:\"fas fa-list-ul\";a:2:{s:5:\"label\";s:7:\"List Ul\";s:6:\"search\";a:12:{i:0;s:6:\"bullet\";i:1;s:10:\"cheatsheet\";i:2;s:9:\"checklist\";i:3;s:9:\"completed\";i:4;s:4:\"done\";i:5;s:8:\"finished\";i:6;s:2:\"ol\";i:7;s:7:\"summary\";i:8;s:4:\"todo\";i:9;s:2:\"ul\";i:10;s:7:\"list-ul\";i:11;s:7:\"list ul\";}}s:20:\"fas fa-litecoin-sign\";a:2:{s:5:\"label\";s:13:\"Litecoin Sign\";s:6:\"search\";a:3:{i:0;s:8:\"currency\";i:1;s:13:\"litecoin-sign\";i:2;s:13:\"litecoin sign\";}}s:21:\"fas fa-location-arrow\";a:2:{s:5:\"label\";s:14:\"Location Arrow\";s:6:\"search\";a:10:{i:0;s:7:\"address\";i:1;s:7:\"compass\";i:2;s:10:\"coordinate\";i:3;s:9:\"direction\";i:4;s:3:\"gps\";i:5;s:3:\"map\";i:6;s:10:\"navigation\";i:7;s:5:\"place\";i:8;s:14:\"location-arrow\";i:9;s:14:\"location arrow\";}}s:26:\"fas fa-location-crosshairs\";a:2:{s:5:\"label\";s:19:\"Location Crosshairs\";s:6:\"search\";a:11:{i:0;s:7:\"address\";i:1;s:10:\"coordinate\";i:2;s:9:\"direction\";i:3;s:3:\"gps\";i:4;s:8:\"location\";i:5;s:3:\"map\";i:6;s:10:\"navigation\";i:7;s:5:\"place\";i:8;s:5:\"where\";i:9;s:19:\"location-crosshairs\";i:10;s:19:\"location crosshairs\";}}s:19:\"fas fa-location-dot\";a:2:{s:5:\"label\";s:12:\"Location Dot\";s:6:\"search\";a:17:{i:0;s:7:\"address\";i:1;s:11:\"coordinates\";i:2;s:11:\"destination\";i:3;s:3:\"gps\";i:4;s:8:\"localize\";i:5;s:8:\"location\";i:6;s:3:\"map\";i:7;s:10:\"navigation\";i:8;s:5:\"paper\";i:9;s:3:\"pin\";i:10;s:5:\"place\";i:11;s:17:\"point of interest\";i:12;s:8:\"position\";i:13;s:5:\"route\";i:14;s:6:\"travel\";i:15;s:12:\"location-dot\";i:16;s:12:\"location dot\";}}s:19:\"fas fa-location-pin\";a:2:{s:5:\"label\";s:12:\"Location Pin\";s:6:\"search\";a:17:{i:0;s:7:\"address\";i:1;s:11:\"coordinates\";i:2;s:11:\"destination\";i:3;s:3:\"gps\";i:4;s:8:\"localize\";i:5;s:8:\"location\";i:6;s:3:\"map\";i:7;s:10:\"navigation\";i:8;s:5:\"paper\";i:9;s:3:\"pin\";i:10;s:5:\"place\";i:11;s:17:\"point of interest\";i:12;s:8:\"position\";i:13;s:5:\"route\";i:14;s:6:\"travel\";i:15;s:12:\"location-pin\";i:16;s:12:\"location pin\";}}s:24:\"fas fa-location-pin-lock\";a:2:{s:5:\"label\";s:17:\"Location Pin Lock\";s:6:\"search\";a:8:{i:0;s:6:\"closed\";i:1;s:8:\"lockdown\";i:2;s:3:\"map\";i:3;s:7:\"padlock\";i:4;s:7:\"privacy\";i:5;s:10:\"quarantine\";i:6;s:17:\"location-pin-lock\";i:7;s:17:\"location pin lock\";}}s:11:\"fas fa-lock\";a:2:{s:5:\"label\";s:4:\"Lock\";s:6:\"search\";a:11:{i:0;s:5:\"admin\";i:1;s:6:\"closed\";i:2;s:4:\"lock\";i:3;s:6:\"locked\";i:4;s:4:\"open\";i:5;s:7:\"padlock\";i:6;s:8:\"password\";i:7;s:7:\"privacy\";i:8;s:7:\"private\";i:9;s:7:\"protect\";i:10;s:8:\"security\";}}s:16:\"fas fa-lock-open\";a:2:{s:5:\"label\";s:9:\"Lock Open\";s:6:\"search\";a:12:{i:0;s:5:\"admin\";i:1;s:4:\"lock\";i:2;s:4:\"open\";i:3;s:7:\"padlock\";i:4;s:8:\"password\";i:5;s:7:\"privacy\";i:6;s:7:\"private\";i:7;s:7:\"protect\";i:8;s:8:\"security\";i:9;s:6:\"unlock\";i:10;s:9:\"lock-open\";i:11;s:9:\"lock open\";}}s:13:\"fas fa-locust\";a:2:{s:5:\"label\";s:6:\"Locust\";s:6:\"search\";a:5:{i:0;s:5:\"horde\";i:1;s:11:\"infestation\";i:2;s:6:\"locust\";i:3;s:6:\"plague\";i:4;s:5:\"swarm\";}}s:12:\"fas fa-lungs\";a:2:{s:5:\"label\";s:5:\"Lungs\";s:6:\"search\";a:9:{i:0;s:3:\"air\";i:1;s:6:\"breath\";i:2;s:8:\"covid-19\";i:3;s:10:\"exhalation\";i:4;s:10:\"inhalation\";i:5;s:5:\"lungs\";i:6;s:5:\"organ\";i:7;s:11:\"respiration\";i:8;s:11:\"respiratory\";}}s:18:\"fas fa-lungs-virus\";a:2:{s:5:\"label\";s:11:\"Lungs Virus\";s:6:\"search\";a:10:{i:0;s:6:\"breath\";i:1;s:11:\"coronavirus\";i:2;s:8:\"covid-19\";i:3;s:3:\"flu\";i:4;s:9:\"infection\";i:5;s:8:\"pandemic\";i:6;s:11:\"respiratory\";i:7;s:4:\"sick\";i:8;s:11:\"lungs-virus\";i:9;s:11:\"lungs virus\";}}s:11:\"fab fa-lyft\";a:2:{s:5:\"label\";s:4:\"lyft\";s:6:\"search\";a:1:{i:0;s:4:\"lyft\";}}s:8:\"fas fa-m\";a:2:{s:5:\"label\";s:1:\"M\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter M\";i:1;s:20:\"Latin Small Letter M\";i:2;s:6:\"letter\";i:3;s:1:\"m\";}}s:14:\"fab fa-magento\";a:2:{s:5:\"label\";s:7:\"Magento\";s:6:\"search\";a:1:{i:0;s:7:\"magento\";}}s:13:\"fas fa-magnet\";a:2:{s:5:\"label\";s:6:\"Magnet\";s:6:\"search\";a:7:{i:0;s:7:\"Attract\";i:1;s:10:\"attraction\";i:2;s:9:\"horseshoe\";i:3;s:9:\"lodestone\";i:4;s:6:\"magnet\";i:5;s:8:\"magnetic\";i:6;s:4:\"tool\";}}s:23:\"fas fa-magnifying-glass\";a:2:{s:5:\"label\";s:16:\"Magnifying Glass\";s:6:\"search\";a:16:{i:0;s:6:\"bigger\";i:1;s:7:\"enlarge\";i:2;s:9:\"equipment\";i:3;s:4:\"find\";i:4;s:5:\"glass\";i:5;s:10:\"inspection\";i:6;s:9:\"magnifier\";i:7;s:7:\"magnify\";i:8;s:10:\"magnifying\";i:9;s:28:\"magnifying glass tilted left\";i:10;s:7:\"preview\";i:11;s:6:\"search\";i:12;s:4:\"tool\";i:13;s:4:\"zoom\";i:14;s:16:\"magnifying-glass\";i:15;s:16:\"magnifying glass\";}}s:35:\"fas fa-magnifying-glass-arrow-right\";a:2:{s:5:\"label\";s:28:\"Magnifying Glass Arrow Right\";s:6:\"search\";a:6:{i:0;s:4:\"find\";i:1;s:9:\"magnifier\";i:2;s:4:\"next\";i:3;s:6:\"search\";i:4;s:28:\"magnifying-glass-arrow-right\";i:5;s:28:\"magnifying glass arrow right\";}}s:29:\"fas fa-magnifying-glass-chart\";a:2:{s:5:\"label\";s:22:\"Magnifying Glass Chart\";s:6:\"search\";a:10:{i:0;s:5:\" data\";i:1;s:6:\" graph\";i:2;s:13:\" intelligence\";i:3;s:8:\"analysis\";i:4;s:5:\"chart\";i:5;s:9:\"magnifier\";i:6;s:6:\"market\";i:7;s:7:\"revenue\";i:8;s:22:\"magnifying-glass-chart\";i:9;s:22:\"magnifying glass chart\";}}s:30:\"fas fa-magnifying-glass-dollar\";a:2:{s:5:\"label\";s:23:\"Magnifying Glass Dollar\";s:6:\"search\";a:10:{i:0;s:6:\"bigger\";i:1;s:7:\"enlarge\";i:2;s:4:\"find\";i:3;s:9:\"magnifier\";i:4;s:7:\"magnify\";i:5;s:5:\"money\";i:6;s:7:\"preview\";i:7;s:4:\"zoom\";i:8;s:23:\"magnifying-glass-dollar\";i:9;s:23:\"magnifying glass dollar\";}}s:32:\"fas fa-magnifying-glass-location\";a:2:{s:5:\"label\";s:25:\"Magnifying Glass Location\";s:6:\"search\";a:9:{i:0;s:6:\"bigger\";i:1;s:7:\"enlarge\";i:2;s:4:\"find\";i:3;s:9:\"magnifier\";i:4;s:7:\"magnify\";i:5;s:7:\"preview\";i:6;s:4:\"zoom\";i:7;s:25:\"magnifying-glass-location\";i:8;s:25:\"magnifying glass location\";}}s:29:\"fas fa-magnifying-glass-minus\";a:2:{s:5:\"label\";s:22:\"Magnifying Glass Minus\";s:6:\"search\";a:8:{i:0;s:9:\"magnifier\";i:1;s:6:\"minify\";i:2;s:8:\"negative\";i:3;s:7:\"smaller\";i:4;s:4:\"zoom\";i:5;s:8:\"zoom out\";i:6;s:22:\"magnifying-glass-minus\";i:7;s:22:\"magnifying glass minus\";}}s:28:\"fas fa-magnifying-glass-plus\";a:2:{s:5:\"label\";s:21:\"Magnifying Glass Plus\";s:6:\"search\";a:9:{i:0;s:6:\"bigger\";i:1;s:7:\"enlarge\";i:2;s:9:\"magnifier\";i:3;s:7:\"magnify\";i:4;s:8:\"positive\";i:5;s:4:\"zoom\";i:6;s:7:\"zoom in\";i:7;s:21:\"magnifying-glass-plus\";i:8;s:21:\"magnifying glass plus\";}}s:16:\"fab fa-mailchimp\";a:2:{s:5:\"label\";s:9:\"Mailchimp\";s:6:\"search\";a:1:{i:0;s:9:\"mailchimp\";}}s:17:\"fas fa-manat-sign\";a:2:{s:5:\"label\";s:10:\"Manat Sign\";s:6:\"search\";a:4:{i:0;s:10:\"Manat Sign\";i:1;s:8:\"currency\";i:2;s:10:\"manat-sign\";i:3;s:10:\"manat sign\";}}s:18:\"fab fa-mandalorian\";a:2:{s:5:\"label\";s:11:\"Mandalorian\";s:6:\"search\";a:1:{i:0;s:11:\"mandalorian\";}}s:10:\"fas fa-map\";a:2:{s:5:\"label\";s:11:\"Map (solid)\";s:6:\"search\";a:17:{i:0;s:7:\"address\";i:1;s:11:\"coordinates\";i:2;s:11:\"destination\";i:3;s:3:\"gps\";i:4;s:8:\"localize\";i:5;s:8:\"location\";i:6;s:3:\"map\";i:7;s:10:\"navigation\";i:8;s:5:\"paper\";i:9;s:3:\"pin\";i:10;s:5:\"place\";i:11;s:17:\"point of interest\";i:12;s:8:\"position\";i:13;s:5:\"route\";i:14;s:6:\"travel\";i:15;s:5:\"world\";i:16;s:9:\"world map\";}}s:10:\"far fa-map\";a:2:{s:5:\"label\";s:13:\"Map (regular)\";s:6:\"search\";a:17:{i:0;s:7:\"address\";i:1;s:11:\"coordinates\";i:2;s:11:\"destination\";i:3;s:3:\"gps\";i:4;s:8:\"localize\";i:5;s:8:\"location\";i:6;s:3:\"map\";i:7;s:10:\"navigation\";i:8;s:5:\"paper\";i:9;s:3:\"pin\";i:10;s:5:\"place\";i:11;s:17:\"point of interest\";i:12;s:8:\"position\";i:13;s:5:\"route\";i:14;s:6:\"travel\";i:15;s:5:\"world\";i:16;s:9:\"world map\";}}s:19:\"fas fa-map-location\";a:2:{s:5:\"label\";s:12:\"Map Location\";s:6:\"search\";a:17:{i:0;s:7:\"address\";i:1;s:11:\"coordinates\";i:2;s:11:\"destination\";i:3;s:3:\"gps\";i:4;s:8:\"localize\";i:5;s:8:\"location\";i:6;s:3:\"map\";i:7;s:10:\"navigation\";i:8;s:5:\"paper\";i:9;s:3:\"pin\";i:10;s:5:\"place\";i:11;s:17:\"point of interest\";i:12;s:8:\"position\";i:13;s:5:\"route\";i:14;s:6:\"travel\";i:15;s:12:\"map-location\";i:16;s:12:\"map location\";}}s:23:\"fas fa-map-location-dot\";a:2:{s:5:\"label\";s:16:\"Map Location Dot\";s:6:\"search\";a:17:{i:0;s:7:\"address\";i:1;s:11:\"coordinates\";i:2;s:11:\"destination\";i:3;s:3:\"gps\";i:4;s:8:\"localize\";i:5;s:8:\"location\";i:6;s:3:\"map\";i:7;s:10:\"navigation\";i:8;s:5:\"paper\";i:9;s:3:\"pin\";i:10;s:5:\"place\";i:11;s:17:\"point of interest\";i:12;s:8:\"position\";i:13;s:5:\"route\";i:14;s:6:\"travel\";i:15;s:16:\"map-location-dot\";i:16;s:16:\"map location dot\";}}s:14:\"fas fa-map-pin\";a:2:{s:5:\"label\";s:7:\"Map Pin\";s:6:\"search\";a:18:{i:0;s:7:\"address\";i:1;s:5:\"agree\";i:2;s:11:\"coordinates\";i:3;s:11:\"destination\";i:4;s:3:\"gps\";i:5;s:8:\"localize\";i:6;s:8:\"location\";i:7;s:3:\"map\";i:8;s:6:\"marker\";i:9;s:10:\"navigation\";i:10;s:3:\"pin\";i:11;s:5:\"place\";i:12;s:8:\"position\";i:13;s:7:\"pushpin\";i:14;s:13:\"round pushpin\";i:15;s:6:\"travel\";i:16;s:7:\"map-pin\";i:17;s:7:\"map pin\";}}s:15:\"fab fa-markdown\";a:2:{s:5:\"label\";s:8:\"Markdown\";s:6:\"search\";a:1:{i:0;s:8:\"markdown\";}}s:13:\"fas fa-marker\";a:2:{s:5:\"label\";s:6:\"Marker\";s:6:\"search\";a:7:{i:0;s:6:\"design\";i:1;s:4:\"edit\";i:2;s:6:\"modify\";i:3;s:7:\"sharpie\";i:4;s:6:\"update\";i:5;s:5:\"write\";i:6;s:6:\"marker\";}}s:11:\"fas fa-mars\";a:2:{s:5:\"label\";s:4:\"Mars\";s:6:\"search\";a:5:{i:0;s:6:\"gender\";i:1;s:4:\"male\";i:2;s:9:\"male sign\";i:3;s:3:\"man\";i:4;s:4:\"mars\";}}s:21:\"fas fa-mars-and-venus\";a:2:{s:5:\"label\";s:14:\"Mars And Venus\";s:6:\"search\";a:8:{i:0;s:20:\"Male and Female Sign\";i:1;s:6:\"female\";i:2;s:6:\"gender\";i:3;s:8:\"intersex\";i:4;s:4:\"male\";i:5;s:11:\"transgender\";i:6;s:14:\"mars-and-venus\";i:7;s:14:\"mars and venus\";}}s:27:\"fas fa-mars-and-venus-burst\";a:2:{s:5:\"label\";s:20:\"Mars And Venus Burst\";s:6:\"search\";a:5:{i:0;s:6:\"gender\";i:1;s:3:\"uer\";i:2;s:8:\"violence\";i:3;s:20:\"mars-and-venus-burst\";i:4;s:20:\"mars and venus burst\";}}s:18:\"fas fa-mars-double\";a:2:{s:5:\"label\";s:11:\"Mars Double\";s:6:\"search\";a:7:{i:0;s:17:\"Doubled Male Sign\";i:1;s:3:\"gay\";i:2;s:6:\"gender\";i:3;s:4:\"male\";i:4;s:3:\"men\";i:5;s:11:\"mars-double\";i:6;s:11:\"mars double\";}}s:18:\"fas fa-mars-stroke\";a:2:{s:5:\"label\";s:11:\"Mars Stroke\";s:6:\"search\";a:5:{i:0;s:21:\"Male with Stroke Sign\";i:1;s:6:\"gender\";i:2;s:11:\"transgender\";i:3;s:11:\"mars-stroke\";i:4;s:11:\"mars stroke\";}}s:24:\"fas fa-mars-stroke-right\";a:2:{s:5:\"label\";s:17:\"Mars Stroke Right\";s:6:\"search\";a:4:{i:0;s:32:\"Horizontal Male with Stroke Sign\";i:1;s:6:\"gender\";i:2;s:17:\"mars-stroke-right\";i:3;s:17:\"mars stroke right\";}}s:21:\"fas fa-mars-stroke-up\";a:2:{s:5:\"label\";s:14:\"Mars Stroke Up\";s:6:\"search\";a:4:{i:0;s:30:\"Vertical Male with Stroke Sign\";i:1;s:6:\"gender\";i:2;s:14:\"mars-stroke-up\";i:3;s:14:\"mars stroke up\";}}s:20:\"fas fa-martini-glass\";a:2:{s:5:\"label\";s:13:\"Martini Glass\";s:6:\"search\";a:10:{i:0;s:7:\"alcohol\";i:1;s:3:\"bar\";i:2;s:8:\"beverage\";i:3;s:8:\"cocktail\";i:4;s:14:\"cocktail glass\";i:5;s:5:\"drink\";i:6;s:5:\"glass\";i:7;s:6:\"liquor\";i:8;s:13:\"martini-glass\";i:9;s:13:\"martini glass\";}}s:27:\"fas fa-martini-glass-citrus\";a:2:{s:5:\"label\";s:20:\"Martini Glass Citrus\";s:6:\"search\";a:10:{i:0;s:7:\"alcohol\";i:1;s:8:\"beverage\";i:2;s:5:\"drink\";i:3;s:3:\"gin\";i:4;s:5:\"glass\";i:5;s:9:\"margarita\";i:6;s:7:\"martini\";i:7;s:5:\"vodka\";i:8;s:20:\"martini-glass-citrus\";i:9;s:20:\"martini glass citrus\";}}s:26:\"fas fa-martini-glass-empty\";a:2:{s:5:\"label\";s:19:\"Martini Glass Empty\";s:6:\"search\";a:7:{i:0;s:7:\"alcohol\";i:1;s:3:\"bar\";i:2;s:8:\"beverage\";i:3;s:5:\"drink\";i:4;s:6:\"liquor\";i:5;s:19:\"martini-glass-empty\";i:6;s:19:\"martini glass empty\";}}s:11:\"fas fa-mask\";a:2:{s:5:\"label\";s:4:\"Mask\";s:6:\"search\";a:7:{i:0;s:9:\"carnivale\";i:1;s:7:\"costume\";i:2;s:8:\"disguise\";i:3;s:9:\"halloween\";i:4;s:6:\"secret\";i:5;s:10:\"super hero\";i:6;s:4:\"mask\";}}s:16:\"fas fa-mask-face\";a:2:{s:5:\"label\";s:9:\"Mask Face\";s:6:\"search\";a:11:{i:0;s:6:\"breath\";i:1;s:11:\"coronavirus\";i:2;s:8:\"covid-19\";i:3;s:6:\"filter\";i:4;s:3:\"flu\";i:5;s:9:\"infection\";i:6;s:8:\"pandemic\";i:7;s:10:\"respirator\";i:8;s:5:\"virus\";i:9;s:9:\"mask-face\";i:10;s:9:\"mask face\";}}s:22:\"fas fa-mask-ventilator\";a:2:{s:5:\"label\";s:15:\"Mask Ventilator\";s:6:\"search\";a:8:{i:0;s:6:\"breath\";i:1;s:3:\"gas\";i:2;s:4:\"mask\";i:3;s:6:\"oxygen\";i:4;s:10:\"respirator\";i:5;s:10:\"ventilator\";i:6;s:15:\"mask-ventilator\";i:7;s:15:\"mask ventilator\";}}s:20:\"fas fa-masks-theater\";a:2:{s:5:\"label\";s:13:\"Masks Theater\";s:6:\"search\";a:11:{i:0;s:3:\"art\";i:1;s:6:\"comedy\";i:2;s:4:\"mask\";i:3;s:7:\"perform\";i:4;s:10:\"performing\";i:5;s:15:\"performing arts\";i:6;s:7:\"theater\";i:7;s:7:\"theatre\";i:8;s:7:\"tragedy\";i:9;s:13:\"masks-theater\";i:10;s:13:\"masks theater\";}}s:15:\"fab fa-mastodon\";a:2:{s:5:\"label\";s:8:\"Mastodon\";s:6:\"search\";a:1:{i:0;s:8:\"mastodon\";}}s:22:\"fas fa-mattress-pillow\";a:2:{s:5:\"label\";s:15:\"Mattress Pillow\";s:6:\"search\";a:7:{i:0;s:12:\"air mattress\";i:1;s:8:\"mattress\";i:2;s:6:\"pillow\";i:3;s:4:\"rest\";i:4;s:5:\"sleep\";i:5;s:15:\"mattress-pillow\";i:6;s:15:\"mattress pillow\";}}s:13:\"fab fa-maxcdn\";a:2:{s:5:\"label\";s:6:\"MaxCDN\";s:6:\"search\";a:1:{i:0;s:6:\"maxcdn\";}}s:15:\"fas fa-maximize\";a:2:{s:5:\"label\";s:8:\"Maximize\";s:6:\"search\";a:11:{i:0;s:10:\"  maximize\";i:1;s:8:\"  resize\";i:2;s:7:\"  scale\";i:3;s:7:\" arrows\";i:4;s:7:\" bigger\";i:5;s:8:\" enlarge\";i:6;s:11:\" fullscreen\";i:7;s:7:\" resize\";i:8;s:5:\" size\";i:9;s:6:\"expand\";i:10;s:8:\"maximize\";}}s:10:\"fab fa-mdb\";a:2:{s:5:\"label\";s:29:\"Material Design for Bootstrap\";s:6:\"search\";a:2:{i:0;s:3:\"mdb\";i:1;s:29:\"material design for bootstrap\";}}s:12:\"fas fa-medal\";a:2:{s:5:\"label\";s:5:\"Medal\";s:6:\"search\";a:9:{i:0;s:5:\"award\";i:1;s:9:\"guarantee\";i:2;s:5:\"medal\";i:3;s:7:\"quality\";i:4;s:6:\"ribbon\";i:5;s:12:\"sports medal\";i:6;s:4:\"star\";i:7;s:6:\"trophy\";i:8;s:8:\"warranty\";}}s:14:\"fab fa-medapps\";a:2:{s:5:\"label\";s:7:\"MedApps\";s:6:\"search\";a:1:{i:0;s:7:\"medapps\";}}s:13:\"fab fa-medium\";a:2:{s:5:\"label\";s:6:\"Medium\";s:6:\"search\";a:1:{i:0;s:6:\"medium\";}}s:12:\"fab fa-medrt\";a:2:{s:5:\"label\";s:3:\"MRT\";s:6:\"search\";a:2:{i:0;s:5:\"medrt\";i:1;s:3:\"mrt\";}}s:13:\"fab fa-meetup\";a:2:{s:5:\"label\";s:6:\"Meetup\";s:6:\"search\";a:1:{i:0;s:6:\"meetup\";}}s:15:\"fab fa-megaport\";a:2:{s:5:\"label\";s:8:\"Megaport\";s:6:\"search\";a:1:{i:0;s:8:\"megaport\";}}s:13:\"fas fa-memory\";a:2:{s:5:\"label\";s:6:\"Memory\";s:6:\"search\";a:6:{i:0;s:4:\"DIMM\";i:1;s:3:\"RAM\";i:2;s:8:\"hardware\";i:3;s:7:\"storage\";i:4;s:10:\"technology\";i:5;s:6:\"memory\";}}s:15:\"fab fa-mendeley\";a:2:{s:5:\"label\";s:8:\"Mendeley\";s:6:\"search\";a:1:{i:0;s:8:\"mendeley\";}}s:14:\"fas fa-menorah\";a:2:{s:5:\"label\";s:7:\"Menorah\";s:6:\"search\";a:6:{i:0;s:6:\"candle\";i:1;s:8:\"hanukkah\";i:2;s:6:\"jewish\";i:3;s:7:\"judaism\";i:4;s:5:\"light\";i:5;s:7:\"menorah\";}}s:14:\"fas fa-mercury\";a:2:{s:5:\"label\";s:7:\"Mercury\";s:6:\"search\";a:5:{i:0;s:7:\"Mercury\";i:1;s:6:\"gender\";i:2;s:6:\"hybrid\";i:3;s:11:\"transgender\";i:4;s:7:\"mercury\";}}s:14:\"fas fa-message\";a:2:{s:5:\"label\";s:15:\"Message (solid)\";s:6:\"search\";a:16:{i:0;s:13:\" conversation\";i:1;s:11:\" discussion\";i:2;s:8:\" talking\";i:3;s:6:\"answer\";i:4;s:6:\"bubble\";i:5;s:4:\"chat\";i:6;s:10:\"commenting\";i:7;s:12:\"conversation\";i:8;s:8:\"feedback\";i:9;s:7:\"message\";i:10;s:4:\"note\";i:11;s:12:\"notification\";i:12;s:3:\"sms\";i:13;s:6:\"speech\";i:14;s:4:\"talk\";i:15;s:7:\"texting\";}}s:14:\"far fa-message\";a:2:{s:5:\"label\";s:17:\"Message (regular)\";s:6:\"search\";a:16:{i:0;s:13:\" conversation\";i:1;s:11:\" discussion\";i:2;s:8:\" talking\";i:3;s:6:\"answer\";i:4;s:6:\"bubble\";i:5;s:4:\"chat\";i:6;s:10:\"commenting\";i:7;s:12:\"conversation\";i:8;s:8:\"feedback\";i:9;s:7:\"message\";i:10;s:4:\"note\";i:11;s:12:\"notification\";i:12;s:3:\"sms\";i:13;s:6:\"speech\";i:14;s:4:\"talk\";i:15;s:7:\"texting\";}}s:11:\"fab fa-meta\";a:2:{s:5:\"label\";s:4:\"Meta\";s:6:\"search\";a:1:{i:0;s:4:\"meta\";}}s:13:\"fas fa-meteor\";a:2:{s:5:\"label\";s:6:\"Meteor\";s:6:\"search\";a:6:{i:0;s:10:\"armageddon\";i:1;s:8:\"asteroid\";i:2;s:5:\"comet\";i:3;s:13:\"shooting star\";i:4;s:5:\"space\";i:5;s:6:\"meteor\";}}s:16:\"fab fa-microblog\";a:2:{s:5:\"label\";s:10:\"Micro.blog\";s:6:\"search\";a:2:{i:0;s:9:\"microblog\";i:1;s:10:\"micro.blog\";}}s:16:\"fas fa-microchip\";a:2:{s:5:\"label\";s:9:\"Microchip\";s:6:\"search\";a:5:{i:0;s:3:\"cpu\";i:1;s:8:\"hardware\";i:2;s:9:\"processor\";i:3;s:10:\"technology\";i:4;s:9:\"microchip\";}}s:17:\"fas fa-microphone\";a:2:{s:5:\"label\";s:10:\"Microphone\";s:6:\"search\";a:11:{i:0;s:7:\"address\";i:1;s:5:\"audio\";i:2;s:11:\"information\";i:3;s:7:\"podcast\";i:4;s:6:\"public\";i:5;s:6:\"record\";i:6;s:4:\"sing\";i:7;s:5:\"sound\";i:8;s:7:\"talking\";i:9;s:5:\"voice\";i:10;s:10:\"microphone\";}}s:23:\"fas fa-microphone-lines\";a:2:{s:5:\"label\";s:16:\"Microphone Lines\";s:6:\"search\";a:14:{i:0;s:5:\"audio\";i:1;s:3:\"mic\";i:2;s:10:\"microphone\";i:3;s:5:\"music\";i:4;s:7:\"podcast\";i:5;s:6:\"record\";i:6;s:4:\"sing\";i:7;s:5:\"sound\";i:8;s:6:\"studio\";i:9;s:17:\"studio microphone\";i:10;s:7:\"talking\";i:11;s:5:\"voice\";i:12;s:16:\"microphone-lines\";i:13;s:16:\"microphone lines\";}}s:29:\"fas fa-microphone-lines-slash\";a:2:{s:5:\"label\";s:22:\"Microphone Lines Slash\";s:6:\"search\";a:12:{i:0;s:5:\"audio\";i:1;s:7:\"disable\";i:2;s:8:\"disabled\";i:3;s:10:\"disconnect\";i:5;s:4:\"mute\";i:6;s:7:\"podcast\";i:7;s:6:\"record\";i:8;s:4:\"sing\";i:9;s:5:\"sound\";i:10;s:5:\"voice\";i:11;s:22:\"microphone-lines-slash\";i:12;s:22:\"microphone lines slash\";}}s:23:\"fas fa-microphone-slash\";a:2:{s:5:\"label\";s:16:\"Microphone Slash\";s:6:\"search\";a:11:{i:0;s:5:\"audio\";i:1;s:7:\"disable\";i:2;s:8:\"disabled\";i:3;s:4:\"mute\";i:4;s:7:\"podcast\";i:5;s:6:\"record\";i:6;s:4:\"sing\";i:7;s:5:\"sound\";i:8;s:5:\"voice\";i:9;s:16:\"microphone-slash\";i:10;s:16:\"microphone slash\";}}s:17:\"fas fa-microscope\";a:2:{s:5:\"label\";s:10:\"Microscope\";s:6:\"search\";a:10:{i:0;s:8:\"covid-19\";i:1;s:8:\"electron\";i:2;s:9:\"knowledge\";i:3;s:4:\"lens\";i:4;s:10:\"microscope\";i:5;s:6:\"optics\";i:6;s:7:\"science\";i:7;s:6:\"shrink\";i:8;s:7:\"testing\";i:9;s:4:\"tool\";}}s:16:\"fab fa-microsoft\";a:2:{s:5:\"label\";s:9:\"Microsoft\";s:6:\"search\";a:1:{i:0;s:9:\"microsoft\";}}s:16:\"fas fa-mill-sign\";a:2:{s:5:\"label\";s:9:\"Mill Sign\";s:6:\"search\";a:4:{i:0;s:9:\"Mill Sign\";i:1;s:8:\"currency\";i:2;s:9:\"mill-sign\";i:3;s:9:\"mill sign\";}}s:15:\"fas fa-minimize\";a:2:{s:5:\"label\";s:8:\"Minimize\";s:6:\"search\";a:7:{i:0;s:8:\"collapse\";i:1;s:10:\"fullscreen\";i:2;s:8:\"minimize\";i:3;s:4:\"move\";i:4;s:6:\"resize\";i:5;s:6:\"shrink\";i:6;s:7:\"smaller\";}}s:14:\"fab fa-mintbit\";a:2:{s:5:\"label\";s:7:\"Mintbit\";s:6:\"search\";a:1:{i:0;s:7:\"mintbit\";}}s:12:\"fas fa-minus\";a:2:{s:5:\"label\";s:5:\"Minus\";s:6:\"search\";a:13:{i:0;s:7:\"En Dash\";i:1;s:10:\"Minus Sign\";i:2;s:8:\"collapse\";i:3;s:6:\"delete\";i:4;s:4:\"hide\";i:5;s:4:\"math\";i:6;s:6:\"minify\";i:7;s:5:\"minus\";i:8;s:8:\"negative\";i:9;s:6:\"remove\";i:10;s:4:\"sign\";i:11;s:5:\"trash\";i:12;s:3:\"−\";}}s:13:\"fas fa-mitten\";a:2:{s:5:\"label\";s:6:\"Mitten\";s:6:\"search\";a:8:{i:0;s:8:\"clothing\";i:1;s:4:\"cold\";i:2;s:5:\"glove\";i:3;s:5:\"hands\";i:4;s:7:\"knitted\";i:5;s:8:\"seasonal\";i:6;s:6:\"warmth\";i:7;s:6:\"mitten\";}}s:10:\"fab fa-mix\";a:2:{s:5:\"label\";s:3:\"Mix\";s:6:\"search\";a:1:{i:0;s:3:\"mix\";}}s:15:\"fab fa-mixcloud\";a:2:{s:5:\"label\";s:8:\"Mixcloud\";s:6:\"search\";a:1:{i:0;s:8:\"mixcloud\";}}s:12:\"fab fa-mixer\";a:2:{s:5:\"label\";s:5:\"Mixer\";s:6:\"search\";a:1:{i:0;s:5:\"mixer\";}}s:13:\"fab fa-mizuni\";a:2:{s:5:\"label\";s:6:\"Mizuni\";s:6:\"search\";a:1:{i:0;s:6:\"mizuni\";}}s:13:\"fas fa-mobile\";a:2:{s:5:\"label\";s:6:\"Mobile\";s:6:\"search\";a:12:{i:0;s:7:\"android\";i:1;s:4:\"call\";i:2;s:4:\"cell\";i:3;s:10:\"cell phone\";i:4;s:6:\"device\";i:5;s:6:\"mobile\";i:6;s:12:\"mobile phone\";i:7;s:6:\"number\";i:8;s:5:\"phone\";i:9;s:6:\"screen\";i:10;s:9:\"telephone\";i:11;s:4:\"text\";}}s:20:\"fas fa-mobile-button\";a:2:{s:5:\"label\";s:13:\"Mobile Button\";s:6:\"search\";a:10:{i:0;s:5:\"apple\";i:1;s:4:\"call\";i:2;s:10:\"cell phone\";i:3;s:6:\"device\";i:4;s:6:\"iphone\";i:5;s:6:\"number\";i:6;s:6:\"screen\";i:7;s:9:\"telephone\";i:8;s:13:\"mobile-button\";i:9;s:13:\"mobile button\";}}s:19:\"fas fa-mobile-retro\";a:2:{s:5:\"label\";s:12:\"Mobile Retro\";s:6:\"search\";a:5:{i:0;s:9:\"cellphone\";i:1;s:8:\"cellular\";i:2;s:5:\"phone\";i:3;s:12:\"mobile-retro\";i:4;s:12:\"mobile retro\";}}s:20:\"fas fa-mobile-screen\";a:2:{s:5:\"label\";s:13:\"Mobile Screen\";s:6:\"search\";a:10:{i:0;s:7:\"android\";i:1;s:4:\"call\";i:2;s:10:\"cell phone\";i:3;s:6:\"device\";i:4;s:6:\"number\";i:5;s:6:\"screen\";i:6;s:9:\"telephone\";i:7;s:4:\"text\";i:8;s:13:\"mobile-screen\";i:9;s:13:\"mobile screen\";}}s:27:\"fas fa-mobile-screen-button\";a:2:{s:5:\"label\";s:20:\"Mobile Screen Button\";s:6:\"search\";a:10:{i:0;s:5:\"apple\";i:1;s:4:\"call\";i:2;s:10:\"cell phone\";i:3;s:6:\"device\";i:4;s:6:\"iphone\";i:5;s:6:\"number\";i:6;s:6:\"screen\";i:7;s:9:\"telephone\";i:8;s:20:\"mobile-screen-button\";i:9;s:20:\"mobile screen button\";}}s:11:\"fab fa-modx\";a:2:{s:5:\"label\";s:4:\"MODX\";s:6:\"search\";a:1:{i:0;s:4:\"modx\";}}s:13:\"fab fa-monero\";a:2:{s:5:\"label\";s:6:\"Monero\";s:6:\"search\";a:1:{i:0;s:6:\"monero\";}}s:17:\"fas fa-money-bill\";a:2:{s:5:\"label\";s:10:\"Money Bill\";s:6:\"search\";a:14:{i:0;s:3:\"buy\";i:1;s:4:\"cash\";i:2;s:8:\"checkout\";i:3;s:6:\"coupon\";i:4;s:10:\"investment\";i:5;s:5:\"money\";i:6;s:7:\"payment\";i:7;s:7:\"premium\";i:8;s:5:\"price\";i:9;s:8:\"purchase\";i:10;s:7:\"revenue\";i:11;s:6:\"salary\";i:12;s:10:\"money-bill\";i:13;s:10:\"money bill\";}}s:19:\"fas fa-money-bill-1\";a:2:{s:5:\"label\";s:20:\"Money Bill 1 (solid)\";s:6:\"search\";a:11:{i:0;s:3:\"buy\";i:1;s:4:\"cash\";i:2;s:8:\"checkout\";i:3;s:5:\"money\";i:4;s:7:\"payment\";i:5;s:7:\"premium\";i:6;s:5:\"price\";i:7;s:8:\"purchase\";i:8;s:6:\"salary\";i:9;s:12:\"money-bill-1\";i:10;s:12:\"money bill 1\";}}s:19:\"far fa-money-bill-1\";a:2:{s:5:\"label\";s:22:\"Money Bill 1 (regular)\";s:6:\"search\";a:11:{i:0;s:3:\"buy\";i:1;s:4:\"cash\";i:2;s:8:\"checkout\";i:3;s:5:\"money\";i:4;s:7:\"payment\";i:5;s:7:\"premium\";i:6;s:5:\"price\";i:7;s:8:\"purchase\";i:8;s:6:\"salary\";i:9;s:12:\"money-bill-1\";i:10;s:12:\"money bill 1\";}}s:24:\"fas fa-money-bill-1-wave\";a:2:{s:5:\"label\";s:17:\"Money Bill 1 Wave\";s:6:\"search\";a:11:{i:0;s:3:\"buy\";i:1;s:4:\"cash\";i:2;s:8:\"checkout\";i:3;s:5:\"money\";i:4;s:7:\"payment\";i:5;s:7:\"premium\";i:6;s:5:\"price\";i:7;s:8:\"purchase\";i:8;s:6:\"salary\";i:9;s:17:\"money-bill-1-wave\";i:10;s:17:\"money bill 1 wave\";}}s:26:\"fas fa-money-bill-transfer\";a:2:{s:5:\"label\";s:19:\"Money Bill Transfer\";s:6:\"search\";a:10:{i:0;s:4:\"bank\";i:1;s:10:\"conversion\";i:2;s:7:\"deposit\";i:3;s:10:\"investment\";i:4;s:5:\"money\";i:5;s:6:\"salary\";i:6;s:8:\"transfer\";i:7;s:10:\"withdrawal\";i:8;s:19:\"money-bill-transfer\";i:9;s:19:\"money bill transfer\";}}s:26:\"fas fa-money-bill-trend-up\";a:2:{s:5:\"label\";s:19:\"Money Bill Trend Up\";s:6:\"search\";a:11:{i:0;s:4:\"bank\";i:1;s:5:\"bonds\";i:2;s:9:\"inflation\";i:3;s:10:\"investment\";i:4;s:6:\"market\";i:5;s:7:\"revenue\";i:6;s:6:\"salary\";i:7;s:6:\"stocks\";i:8;s:5:\"trade\";i:9;s:19:\"money-bill-trend-up\";i:10;s:19:\"money bill trend up\";}}s:22:\"fas fa-money-bill-wave\";a:2:{s:5:\"label\";s:15:\"Money Bill Wave\";s:6:\"search\";a:11:{i:0;s:3:\"buy\";i:1;s:4:\"cash\";i:2;s:8:\"checkout\";i:3;s:5:\"money\";i:4;s:7:\"payment\";i:5;s:7:\"premium\";i:6;s:5:\"price\";i:7;s:8:\"purchase\";i:8;s:6:\"salary\";i:9;s:15:\"money-bill-wave\";i:10;s:15:\"money bill wave\";}}s:23:\"fas fa-money-bill-wheat\";a:2:{s:5:\"label\";s:16:\"Money Bill Wheat\";s:6:\"search\";a:9:{i:0;s:12:\"agribusiness\";i:1;s:11:\"agriculture\";i:2;s:7:\"farming\";i:3;s:4:\"food\";i:4;s:10:\"investment\";i:5;s:10:\"livelihood\";i:6;s:7:\"subsidy\";i:7;s:16:\"money-bill-wheat\";i:8;s:16:\"money bill wheat\";}}s:18:\"fas fa-money-bills\";a:2:{s:5:\"label\";s:11:\"Money Bills\";s:6:\"search\";a:10:{i:0;s:3:\"atm\";i:1;s:4:\"cash\";i:2;s:10:\"investment\";i:3;s:5:\"money\";i:4;s:6:\"moolah\";i:5;s:7:\"premium\";i:6;s:7:\"revenue\";i:7;s:6:\"salary\";i:8;s:11:\"money-bills\";i:9;s:11:\"money bills\";}}s:18:\"fas fa-money-check\";a:2:{s:5:\"label\";s:11:\"Money Check\";s:6:\"search\";a:11:{i:0;s:10:\"bank check\";i:1;s:3:\"buy\";i:2;s:8:\"checkout\";i:3;s:6:\"cheque\";i:4;s:5:\"money\";i:5;s:7:\"payment\";i:6;s:5:\"price\";i:7;s:8:\"purchase\";i:8;s:6:\"salary\";i:9;s:11:\"money-check\";i:10;s:11:\"money check\";}}s:25:\"fas fa-money-check-dollar\";a:2:{s:5:\"label\";s:18:\"Money Check Dollar\";s:6:\"search\";a:11:{i:0;s:10:\"bank check\";i:1;s:3:\"buy\";i:2;s:8:\"checkout\";i:3;s:6:\"cheque\";i:4;s:5:\"money\";i:5;s:7:\"payment\";i:6;s:5:\"price\";i:7;s:8:\"purchase\";i:8;s:6:\"salary\";i:9;s:18:\"money-check-dollar\";i:10;s:18:\"money check dollar\";}}s:15:\"fas fa-monument\";a:2:{s:5:\"label\";s:8:\"Monument\";s:6:\"search\";a:5:{i:0;s:8:\"building\";i:1;s:8:\"historic\";i:2;s:8:\"landmark\";i:3;s:9:\"memorable\";i:4;s:8:\"monument\";}}s:11:\"fas fa-moon\";a:2:{s:5:\"label\";s:12:\"Moon (solid)\";s:6:\"search\";a:8:{i:0;s:18:\"Power Sleep Symbol\";i:1;s:8:\"contrast\";i:2;s:8:\"crescent\";i:3;s:13:\"crescent moon\";i:4;s:4:\"dark\";i:5;s:5:\"lunar\";i:6;s:4:\"moon\";i:7;s:5:\"night\";}}s:11:\"far fa-moon\";a:2:{s:5:\"label\";s:14:\"Moon (regular)\";s:6:\"search\";a:8:{i:0;s:18:\"Power Sleep Symbol\";i:1;s:8:\"contrast\";i:2;s:8:\"crescent\";i:3;s:13:\"crescent moon\";i:4;s:4:\"dark\";i:5;s:5:\"lunar\";i:6;s:4:\"moon\";i:7;s:5:\"night\";}}s:20:\"fas fa-mortar-pestle\";a:2:{s:5:\"label\";s:13:\"Mortar Pestle\";s:6:\"search\";a:10:{i:0;s:5:\"crush\";i:1;s:8:\"culinary\";i:2;s:5:\"grind\";i:3;s:7:\"medical\";i:4;s:3:\"mix\";i:5;s:8:\"pharmacy\";i:6;s:12:\"prescription\";i:7;s:6:\"spices\";i:8;s:13:\"mortar-pestle\";i:9;s:13:\"mortar pestle\";}}s:13:\"fas fa-mosque\";a:2:{s:5:\"label\";s:6:\"Mosque\";s:6:\"search\";a:7:{i:0;s:6:\"Muslim\";i:1;s:8:\"building\";i:2;s:5:\"islam\";i:3;s:8:\"landmark\";i:4;s:6:\"mosque\";i:5;s:6:\"muslim\";i:6;s:8:\"religion\";}}s:15:\"fas fa-mosquito\";a:2:{s:5:\"label\";s:8:\"Mosquito\";s:6:\"search\";a:4:{i:0;s:4:\"bite\";i:1;s:3:\"bug\";i:2;s:8:\"mosquito\";i:3;s:9:\"west nile\";}}s:19:\"fas fa-mosquito-net\";a:2:{s:5:\"label\";s:12:\"Mosquito Net\";s:6:\"search\";a:6:{i:0;s:4:\"bite\";i:1;s:7:\"malaria\";i:2;s:8:\"mosquito\";i:3;s:3:\"net\";i:4;s:12:\"mosquito-net\";i:5;s:12:\"mosquito net\";}}s:17:\"fas fa-motorcycle\";a:2:{s:5:\"label\";s:10:\"Motorcycle\";s:6:\"search\";a:6:{i:0;s:4:\"bike\";i:1;s:7:\"machine\";i:2;s:10:\"motorcycle\";i:3;s:6:\"racing\";i:4;s:14:\"transportation\";i:5;s:7:\"vehicle\";}}s:12:\"fas fa-mound\";a:2:{s:5:\"label\";s:5:\"Mound\";s:6:\"search\";a:5:{i:0;s:7:\"barrier\";i:1;s:4:\"hill\";i:2;s:7:\"pitcher\";i:3;s:9:\"speedbump\";i:4;s:5:\"mound\";}}s:15:\"fas fa-mountain\";a:2:{s:5:\"label\";s:8:\"Mountain\";s:6:\"search\";a:10:{i:0;s:4:\"cold\";i:1;s:7:\"glacier\";i:2;s:6:\"hiking\";i:3;s:4:\"hill\";i:4;s:9:\"landscape\";i:5;s:8:\"mountain\";i:6;s:4:\"snow\";i:7;s:20:\"snow-capped mountain\";i:8;s:6:\"travel\";i:9;s:4:\"view\";}}s:20:\"fas fa-mountain-city\";a:2:{s:5:\"label\";s:13:\"Mountain City\";s:6:\"search\";a:5:{i:0;s:8:\"location\";i:1;s:5:\"rural\";i:2;s:5:\"urban\";i:3;s:13:\"mountain-city\";i:4;s:13:\"mountain city\";}}s:19:\"fas fa-mountain-sun\";a:2:{s:5:\"label\";s:12:\"Mountain Sun\";s:6:\"search\";a:8:{i:0;s:7:\"country\";i:1;s:6:\"hiking\";i:2;s:9:\"landscape\";i:3;s:5:\"rural\";i:4;s:6:\"travel\";i:5;s:4:\"view\";i:6;s:12:\"mountain-sun\";i:7;s:12:\"mountain sun\";}}s:14:\"fas fa-mug-hot\";a:2:{s:5:\"label\";s:7:\"Mug Hot\";s:6:\"search\";a:16:{i:0;s:8:\"beverage\";i:1;s:8:\"caliente\";i:2;s:5:\"cocoa\";i:3;s:6:\"coffee\";i:4;s:3:\"cup\";i:5;s:5:\"drink\";i:6;s:7:\"holiday\";i:7;s:3:\"hot\";i:8;s:12:\"hot beverage\";i:9;s:13:\"hot chocolate\";i:10;s:5:\"steam\";i:11;s:8:\"steaming\";i:12;s:3:\"tea\";i:13;s:6:\"warmth\";i:14;s:7:\"mug-hot\";i:15;s:7:\"mug hot\";}}s:17:\"fas fa-mug-saucer\";a:2:{s:5:\"label\";s:10:\"Mug Saucer\";s:6:\"search\";a:11:{i:0;s:8:\"beverage\";i:1;s:9:\"breakfast\";i:2;s:4:\"cafe\";i:3;s:5:\"drink\";i:4;s:4:\"fall\";i:5;s:7:\"morning\";i:6;s:3:\"mug\";i:7;s:8:\"seasonal\";i:8;s:3:\"tea\";i:9;s:10:\"mug-saucer\";i:10;s:10:\"mug saucer\";}}s:12:\"fas fa-music\";a:2:{s:5:\"label\";s:5:\"Music\";s:6:\"search\";a:7:{i:0;s:6:\"lyrics\";i:1;s:6:\"melody\";i:2;s:5:\"music\";i:3;s:12:\"musical note\";i:4;s:4:\"note\";i:5;s:4:\"sing\";i:6;s:5:\"sound\";}}s:8:\"fas fa-n\";a:2:{s:5:\"label\";s:1:\"N\";s:6:\"search\";a:6:{i:0;s:22:\"Latin Capital Letter N\";i:1;s:20:\"Latin Small Letter N\";i:2;s:6:\"letter\";i:3;s:3:\"nay\";i:4;s:2:\"no\";i:5;s:1:\"n\";}}s:17:\"fas fa-naira-sign\";a:2:{s:5:\"label\";s:10:\"Naira Sign\";s:6:\"search\";a:4:{i:0;s:10:\"Naira Sign\";i:1;s:8:\"currency\";i:2;s:10:\"naira-sign\";i:3;s:10:\"naira sign\";}}s:14:\"fab fa-napster\";a:2:{s:5:\"label\";s:7:\"Napster\";s:6:\"search\";a:1:{i:0;s:7:\"napster\";}}s:11:\"fab fa-neos\";a:2:{s:5:\"label\";s:4:\"Neos\";s:6:\"search\";a:1:{i:0;s:4:\"neos\";}}s:20:\"fas fa-network-wired\";a:2:{s:5:\"label\";s:13:\"Network Wired\";s:6:\"search\";a:7:{i:0;s:8:\"computer\";i:1;s:7:\"connect\";i:2;s:8:\"ethernet\";i:3;s:8:\"internet\";i:4;s:8:\"intranet\";i:5;s:13:\"network-wired\";i:6;s:13:\"network wired\";}}s:13:\"fas fa-neuter\";a:2:{s:5:\"label\";s:6:\"Neuter\";s:6:\"search\";a:3:{i:0;s:6:\"Neuter\";i:1;s:6:\"gender\";i:2;s:6:\"neuter\";}}s:16:\"fas fa-newspaper\";a:2:{s:5:\"label\";s:17:\"Newspaper (solid)\";s:6:\"search\";a:10:{i:0;s:7:\"article\";i:1;s:9:\"editorial\";i:2;s:8:\"headline\";i:3;s:7:\"journal\";i:4;s:10:\"journalism\";i:5;s:4:\"news\";i:6;s:10:\"newsletter\";i:7;s:9:\"newspaper\";i:8;s:5:\"paper\";i:9;s:5:\"press\";}}s:16:\"far fa-newspaper\";a:2:{s:5:\"label\";s:19:\"Newspaper (regular)\";s:6:\"search\";a:10:{i:0;s:7:\"article\";i:1;s:9:\"editorial\";i:2;s:8:\"headline\";i:3;s:7:\"journal\";i:4;s:10:\"journalism\";i:5;s:4:\"news\";i:6;s:10:\"newsletter\";i:7;s:9:\"newspaper\";i:8;s:5:\"paper\";i:9;s:5:\"press\";}}s:22:\"fab fa-nfc-directional\";a:2:{s:5:\"label\";s:15:\"NFC Directional\";s:6:\"search\";a:10:{i:0;s:7:\"connect\";i:1;s:4:\"data\";i:2;s:24:\"near field communication\";i:3;s:3:\"nfc\";i:4;s:4:\"scan\";i:5;s:6:\"signal\";i:6;s:8:\"transfer\";i:7;s:8:\"wireless\";i:8;s:15:\"nfc-directional\";i:9;s:15:\"nfc directional\";}}s:17:\"fab fa-nfc-symbol\";a:2:{s:5:\"label\";s:10:\"Nfc Symbol\";s:6:\"search\";a:10:{i:0;s:7:\"connect\";i:1;s:4:\"data\";i:2;s:24:\"near field communication\";i:3;s:3:\"nfc\";i:4;s:4:\"scan\";i:5;s:6:\"signal\";i:6;s:8:\"transfer\";i:7;s:8:\"wireless\";i:8;s:10:\"nfc-symbol\";i:9;s:10:\"nfc symbol\";}}s:13:\"fab fa-nimblr\";a:2:{s:5:\"label\";s:6:\"Nimblr\";s:6:\"search\";a:1:{i:0;s:6:\"nimblr\";}}s:11:\"fab fa-node\";a:2:{s:5:\"label\";s:7:\"Node.js\";s:6:\"search\";a:2:{i:0;s:4:\"node\";i:1;s:7:\"node.js\";}}s:14:\"fab fa-node-js\";a:2:{s:5:\"label\";s:10:\"Node.js JS\";s:6:\"search\";a:2:{i:0;s:7:\"node-js\";i:1;s:10:\"node.js js\";}}s:16:\"fas fa-not-equal\";a:2:{s:5:\"label\";s:9:\"Not Equal\";s:6:\"search\";a:5:{i:0;s:10:\"arithmetic\";i:1;s:7:\"compare\";i:2;s:4:\"math\";i:3;s:9:\"not-equal\";i:4;s:9:\"not equal\";}}s:13:\"fas fa-notdef\";a:2:{s:5:\"label\";s:6:\"Notdef\";s:6:\"search\";a:5:{i:0;s:3:\"404\";i:1;s:5:\"close\";i:2;s:7:\"missing\";i:3;s:9:\"not found\";i:4;s:6:\"notdef\";}}s:18:\"fas fa-note-sticky\";a:2:{s:5:\"label\";s:19:\"Note Sticky (solid)\";s:6:\"search\";a:7:{i:0;s:7:\"message\";i:1;s:4:\"note\";i:2;s:5:\"paper\";i:3;s:8:\"reminder\";i:4;s:7:\"sticker\";i:5;s:11:\"note-sticky\";i:6;s:11:\"note sticky\";}}s:18:\"far fa-note-sticky\";a:2:{s:5:\"label\";s:21:\"Note Sticky (regular)\";s:6:\"search\";a:7:{i:0;s:7:\"message\";i:1;s:4:\"note\";i:2;s:5:\"paper\";i:3;s:8:\"reminder\";i:4;s:7:\"sticker\";i:5;s:11:\"note-sticky\";i:6;s:11:\"note sticky\";}}s:20:\"fas fa-notes-medical\";a:2:{s:5:\"label\";s:13:\"Notes Medical\";s:6:\"search\";a:8:{i:0;s:9:\"clipboard\";i:1;s:6:\"doctor\";i:2;s:3:\"ehr\";i:3;s:6:\"health\";i:4;s:7:\"history\";i:5;s:7:\"records\";i:6;s:13:\"notes-medical\";i:7;s:13:\"notes medical\";}}s:10:\"fab fa-npm\";a:2:{s:5:\"label\";s:3:\"npm\";s:6:\"search\";a:1:{i:0;s:3:\"npm\";}}s:10:\"fab fa-ns8\";a:2:{s:5:\"label\";s:3:\"NS8\";s:6:\"search\";a:1:{i:0;s:3:\"ns8\";}}s:18:\"fab fa-nutritionix\";a:2:{s:5:\"label\";s:11:\"Nutritionix\";s:6:\"search\";a:1:{i:0;s:11:\"nutritionix\";}}s:8:\"fas fa-o\";a:2:{s:5:\"label\";s:1:\"O\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter O\";i:1;s:20:\"Latin Small Letter O\";i:2;s:6:\"letter\";i:3;s:1:\"o\";}}s:19:\"fas fa-object-group\";a:2:{s:5:\"label\";s:20:\"Object Group (solid)\";s:6:\"search\";a:7:{i:0;s:7:\"combine\";i:1;s:4:\"copy\";i:2;s:6:\"design\";i:3;s:5:\"merge\";i:4;s:6:\"select\";i:5;s:12:\"object-group\";i:6;s:12:\"object group\";}}s:19:\"far fa-object-group\";a:2:{s:5:\"label\";s:22:\"Object Group (regular)\";s:6:\"search\";a:7:{i:0;s:7:\"combine\";i:1;s:4:\"copy\";i:2;s:6:\"design\";i:3;s:5:\"merge\";i:4;s:6:\"select\";i:5;s:12:\"object-group\";i:6;s:12:\"object group\";}}s:21:\"fas fa-object-ungroup\";a:2:{s:5:\"label\";s:22:\"Object Ungroup (solid)\";s:6:\"search\";a:7:{i:0;s:4:\"copy\";i:1;s:6:\"design\";i:2;s:5:\"merge\";i:3;s:6:\"select\";i:4;s:8:\"separate\";i:5;s:14:\"object-ungroup\";i:6;s:14:\"object ungroup\";}}s:21:\"far fa-object-ungroup\";a:2:{s:5:\"label\";s:24:\"Object Ungroup (regular)\";s:6:\"search\";a:7:{i:0;s:4:\"copy\";i:1;s:6:\"design\";i:2;s:5:\"merge\";i:3;s:6:\"select\";i:4;s:8:\"separate\";i:5;s:14:\"object-ungroup\";i:6;s:14:\"object ungroup\";}}s:21:\"fab fa-octopus-deploy\";a:2:{s:5:\"label\";s:14:\"Octopus Deploy\";s:6:\"search\";a:2:{i:0;s:14:\"octopus-deploy\";i:1;s:14:\"octopus deploy\";}}s:20:\"fab fa-odnoklassniki\";a:2:{s:5:\"label\";s:13:\"Odnoklassniki\";s:6:\"search\";a:1:{i:0;s:13:\"odnoklassniki\";}}s:13:\"fab fa-odysee\";a:2:{s:5:\"label\";s:6:\"Odysee\";s:6:\"search\";a:1:{i:0;s:6:\"odysee\";}}s:14:\"fas fa-oil-can\";a:2:{s:5:\"label\";s:7:\"Oil Can\";s:6:\"search\";a:8:{i:0;s:4:\"auto\";i:1;s:5:\"crude\";i:2;s:8:\"gasoline\";i:3;s:6:\"grease\";i:4;s:9:\"lubricate\";i:5;s:9:\"petroleum\";i:6;s:7:\"oil-can\";i:7;s:7:\"oil can\";}}s:15:\"fas fa-oil-well\";a:2:{s:5:\"label\";s:8:\"Oil Well\";s:6:\"search\";a:5:{i:0;s:5:\"drill\";i:1;s:3:\"oil\";i:2;s:3:\"rig\";i:3;s:8:\"oil-well\";i:4;s:8:\"oil well\";}}s:19:\"fab fa-old-republic\";a:2:{s:5:\"label\";s:12:\"Old Republic\";s:6:\"search\";a:4:{i:0;s:8:\"politics\";i:1;s:9:\"star wars\";i:2;s:12:\"old-republic\";i:3;s:12:\"old republic\";}}s:9:\"fas fa-om\";a:2:{s:5:\"label\";s:2:\"Om\";s:6:\"search\";a:7:{i:0;s:5:\"Hindu\";i:1;s:8:\"buddhism\";i:2;s:8:\"hinduism\";i:3;s:7:\"jainism\";i:4;s:6:\"mantra\";i:5;s:2:\"om\";i:6;s:8:\"religion\";}}s:15:\"fab fa-opencart\";a:2:{s:5:\"label\";s:8:\"OpenCart\";s:6:\"search\";a:1:{i:0;s:8:\"opencart\";}}s:13:\"fab fa-openid\";a:2:{s:5:\"label\";s:6:\"OpenID\";s:6:\"search\";a:1:{i:0;s:6:\"openid\";}}s:15:\"fab fa-opensuse\";a:2:{s:5:\"label\";s:8:\"Opensuse\";s:6:\"search\";a:1:{i:0;s:8:\"opensuse\";}}s:12:\"fab fa-opera\";a:2:{s:5:\"label\";s:5:\"Opera\";s:6:\"search\";a:1:{i:0;s:5:\"opera\";}}s:20:\"fab fa-optin-monster\";a:2:{s:5:\"label\";s:13:\"Optin Monster\";s:6:\"search\";a:2:{i:0;s:13:\"optin-monster\";i:1;s:13:\"optin monster\";}}s:12:\"fab fa-orcid\";a:2:{s:5:\"label\";s:5:\"ORCID\";s:6:\"search\";a:1:{i:0;s:5:\"orcid\";}}s:10:\"fab fa-osi\";a:2:{s:5:\"label\";s:22:\"Open Source Initiative\";s:6:\"search\";a:2:{i:0;s:3:\"osi\";i:1;s:22:\"open source initiative\";}}s:12:\"fas fa-otter\";a:2:{s:5:\"label\";s:5:\"Otter\";s:6:\"search\";a:9:{i:0;s:6:\"animal\";i:1;s:6:\"badger\";i:2;s:5:\"fauna\";i:3;s:7:\"fishing\";i:4;s:3:\"fur\";i:5;s:6:\"mammal\";i:6;s:6:\"marten\";i:7;s:5:\"otter\";i:8;s:7:\"playful\";}}s:14:\"fas fa-outdent\";a:2:{s:5:\"label\";s:7:\"Outdent\";s:6:\"search\";a:5:{i:0;s:5:\"align\";i:1;s:7:\"justify\";i:2;s:9:\"paragraph\";i:3;s:3:\"tab\";i:4;s:7:\"outdent\";}}s:8:\"fas fa-p\";a:2:{s:5:\"label\";s:1:\"P\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter P\";i:1;s:20:\"Latin Small Letter P\";i:2;s:6:\"letter\";i:3;s:1:\"p\";}}s:13:\"fab fa-padlet\";a:2:{s:5:\"label\";s:6:\"Padlet\";s:6:\"search\";a:1:{i:0;s:6:\"padlet\";}}s:12:\"fab fa-page4\";a:2:{s:5:\"label\";s:17:\"page4 Corporation\";s:6:\"search\";a:2:{i:0;s:5:\"page4\";i:1;s:17:\"page4 corporation\";}}s:16:\"fab fa-pagelines\";a:2:{s:5:\"label\";s:9:\"Pagelines\";s:6:\"search\";a:8:{i:0;s:3:\"eco\";i:1;s:5:\"flora\";i:2;s:4:\"leaf\";i:3;s:6:\"leaves\";i:4;s:6:\"nature\";i:5;s:5:\"plant\";i:6;s:4:\"tree\";i:7;s:9:\"pagelines\";}}s:12:\"fas fa-pager\";a:2:{s:5:\"label\";s:5:\"Pager\";s:6:\"search\";a:5:{i:0;s:6:\"beeper\";i:1;s:10:\"cell phone\";i:2;s:13:\"communication\";i:3;s:4:\"page\";i:4;s:5:\"pager\";}}s:19:\"fas fa-paint-roller\";a:2:{s:5:\"label\";s:12:\"Paint Roller\";s:6:\"search\";a:11:{i:0;s:7:\"acrylic\";i:1;s:3:\"art\";i:2;s:5:\"brush\";i:3;s:5:\"color\";i:4;s:4:\"fill\";i:5;s:11:\"maintenance\";i:6;s:5:\"paint\";i:7;s:7:\"pigment\";i:8;s:10:\"watercolor\";i:9;s:12:\"paint-roller\";i:10;s:12:\"paint roller\";}}s:17:\"fas fa-paintbrush\";a:2:{s:5:\"label\";s:10:\"Paintbrush\";s:6:\"search\";a:11:{i:0;s:7:\"acrylic\";i:1;s:3:\"art\";i:2;s:5:\"brush\";i:3;s:5:\"color\";i:4;s:4:\"fill\";i:5;s:6:\"modify\";i:6;s:5:\"paint\";i:7;s:10:\"paintbrush\";i:8;s:8:\"painting\";i:9;s:7:\"pigment\";i:10;s:10:\"watercolor\";}}s:14:\"fas fa-palette\";a:2:{s:5:\"label\";s:7:\"Palette\";s:6:\"search\";a:12:{i:0;s:7:\"acrylic\";i:1;s:3:\"art\";i:2;s:14:\"artist palette\";i:3;s:5:\"brush\";i:4;s:5:\"color\";i:5;s:4:\"fill\";i:6;s:6:\"museum\";i:7;s:5:\"paint\";i:8;s:8:\"painting\";i:9;s:7:\"palette\";i:10;s:7:\"pigment\";i:11;s:10:\"watercolor\";}}s:13:\"fab fa-palfed\";a:2:{s:5:\"label\";s:6:\"Palfed\";s:6:\"search\";a:1:{i:0;s:6:\"palfed\";}}s:13:\"fas fa-pallet\";a:2:{s:5:\"label\";s:6:\"Pallet\";s:6:\"search\";a:6:{i:0;s:7:\"archive\";i:1;s:3:\"box\";i:2;s:9:\"inventory\";i:3;s:8:\"shipping\";i:4;s:9:\"warehouse\";i:5;s:6:\"pallet\";}}s:15:\"fas fa-panorama\";a:2:{s:5:\"label\";s:8:\"Panorama\";s:6:\"search\";a:6:{i:0;s:5:\"image\";i:1;s:3:\"img\";i:2;s:9:\"landscape\";i:3;s:5:\"photo\";i:4;s:4:\"wide\";i:5;s:8:\"panorama\";}}s:18:\"fas fa-paper-plane\";a:2:{s:5:\"label\";s:19:\"Paper Plane (solid)\";s:6:\"search\";a:8:{i:0;s:3:\"air\";i:1;s:5:\"float\";i:2;s:4:\"fold\";i:3;s:4:\"mail\";i:4;s:5:\"paper\";i:5;s:4:\"send\";i:6;s:11:\"paper-plane\";i:7;s:11:\"paper plane\";}}s:18:\"far fa-paper-plane\";a:2:{s:5:\"label\";s:21:\"Paper Plane (regular)\";s:6:\"search\";a:8:{i:0;s:3:\"air\";i:1;s:5:\"float\";i:2;s:4:\"fold\";i:3;s:4:\"mail\";i:4;s:5:\"paper\";i:5;s:4:\"send\";i:6;s:11:\"paper-plane\";i:7;s:11:\"paper plane\";}}s:16:\"fas fa-paperclip\";a:2:{s:5:\"label\";s:9:\"Paperclip\";s:6:\"search\";a:6:{i:0;s:6:\"attach\";i:1;s:10:\"attachment\";i:2;s:7:\"connect\";i:3;s:4:\"link\";i:4;s:8:\"papercli\";i:5;s:9:\"paperclip\";}}s:20:\"fas fa-parachute-box\";a:2:{s:5:\"label\";s:13:\"Parachute Box\";s:6:\"search\";a:8:{i:0;s:3:\"aid\";i:1;s:10:\"assistance\";i:2;s:5:\"goods\";i:3;s:6:\"relief\";i:4;s:6:\"rescue\";i:5;s:8:\"supplies\";i:6;s:13:\"parachute-box\";i:7;s:13:\"parachute box\";}}s:16:\"fas fa-paragraph\";a:2:{s:5:\"label\";s:9:\"Paragraph\";s:6:\"search\";a:6:{i:0;s:12:\"Pilcrow Sign\";i:1;s:4:\"edit\";i:2;s:6:\"format\";i:3;s:4:\"text\";i:4;s:7:\"writing\";i:5;s:9:\"paragraph\";}}s:15:\"fas fa-passport\";a:2:{s:5:\"label\";s:8:\"Passport\";s:6:\"search\";a:6:{i:0;s:8:\"document\";i:1;s:2:\"id\";i:2;s:14:\"identification\";i:3;s:6:\"issued\";i:4;s:6:\"travel\";i:5;s:8:\"passport\";}}s:12:\"fas fa-paste\";a:2:{s:5:\"label\";s:13:\"Paste (solid)\";s:6:\"search\";a:5:{i:0;s:9:\"clipboard\";i:1;s:4:\"copy\";i:2;s:8:\"document\";i:3;s:5:\"paper\";i:4;s:5:\"paste\";}}s:12:\"far fa-paste\";a:2:{s:5:\"label\";s:15:\"Paste (regular)\";s:6:\"search\";a:5:{i:0;s:9:\"clipboard\";i:1;s:4:\"copy\";i:2;s:8:\"document\";i:3;s:5:\"paper\";i:4;s:5:\"paste\";}}s:14:\"fab fa-patreon\";a:2:{s:5:\"label\";s:7:\"Patreon\";s:6:\"search\";a:1:{i:0;s:7:\"patreon\";}}s:12:\"fas fa-pause\";a:2:{s:5:\"label\";s:5:\"Pause\";s:6:\"search\";a:7:{i:0;s:3:\"bar\";i:1;s:6:\"double\";i:2;s:4:\"hold\";i:3;s:5:\"pause\";i:4;s:12:\"pause button\";i:5;s:8:\"vertical\";i:6;s:4:\"wait\";}}s:10:\"fas fa-paw\";a:2:{s:5:\"label\";s:3:\"Paw\";s:6:\"search\";a:6:{i:0;s:6:\"animal\";i:1;s:3:\"cat\";i:2;s:3:\"dog\";i:3;s:3:\"pet\";i:4;s:5:\"print\";i:5;s:3:\"paw\";}}s:13:\"fab fa-paypal\";a:2:{s:5:\"label\";s:6:\"Paypal\";s:6:\"search\";a:1:{i:0;s:6:\"paypal\";}}s:12:\"fas fa-peace\";a:2:{s:5:\"label\";s:5:\"Peace\";s:6:\"search\";a:6:{i:0;s:5:\"peace\";i:1;s:12:\"peace symbol\";i:2;s:8:\"serenity\";i:3;s:11:\"tranquility\";i:4;s:5:\"truce\";i:5;s:3:\"war\";}}s:10:\"fas fa-pen\";a:2:{s:5:\"label\";s:3:\"Pen\";s:6:\"search\";a:7:{i:0;s:9:\"ballpoint\";i:1;s:6:\"design\";i:2;s:4:\"edit\";i:3;s:6:\"modify\";i:4;s:3:\"pen\";i:5;s:6:\"update\";i:6;s:5:\"write\";}}s:15:\"fas fa-pen-clip\";a:2:{s:5:\"label\";s:8:\"Pen Clip\";s:6:\"search\";a:7:{i:0;s:6:\"design\";i:1;s:4:\"edit\";i:2;s:6:\"modify\";i:3;s:6:\"update\";i:4;s:5:\"write\";i:5;s:8:\"pen-clip\";i:6;s:8:\"pen clip\";}}s:16:\"fas fa-pen-fancy\";a:2:{s:5:\"label\";s:9:\"Pen Fancy\";s:6:\"search\";a:12:{i:0;s:9:\"black nib\";i:1;s:6:\"design\";i:2;s:4:\"edit\";i:3;s:8:\"fountain\";i:4;s:12:\"fountain pen\";i:5;s:6:\"modify\";i:6;s:3:\"nib\";i:7;s:3:\"pen\";i:8;s:6:\"update\";i:9;s:5:\"write\";i:10;s:9:\"pen-fancy\";i:11;s:9:\"pen fancy\";}}s:14:\"fas fa-pen-nib\";a:2:{s:5:\"label\";s:7:\"Pen Nib\";s:6:\"search\";a:8:{i:0;s:6:\"design\";i:1;s:4:\"edit\";i:2;s:12:\"fountain pen\";i:3;s:6:\"modify\";i:4;s:6:\"update\";i:5;s:5:\"write\";i:6;s:7:\"pen-nib\";i:7;s:7:\"pen nib\";}}s:16:\"fas fa-pen-ruler\";a:2:{s:5:\"label\";s:9:\"Pen Ruler\";s:6:\"search\";a:8:{i:0;s:6:\"design\";i:1;s:5:\"draft\";i:2;s:4:\"draw\";i:3;s:11:\"maintenance\";i:4;s:6:\"modify\";i:5;s:6:\"pencil\";i:6;s:9:\"pen-ruler\";i:7;s:9:\"pen ruler\";}}s:20:\"fas fa-pen-to-square\";a:2:{s:5:\"label\";s:21:\"Pen To Square (solid)\";s:6:\"search\";a:8:{i:0;s:4:\"edit\";i:1;s:6:\"modify\";i:2;s:3:\"pen\";i:3;s:6:\"pencil\";i:4;s:6:\"update\";i:5;s:5:\"write\";i:6;s:13:\"pen-to-square\";i:7;s:13:\"pen to square\";}}s:20:\"far fa-pen-to-square\";a:2:{s:5:\"label\";s:23:\"Pen To Square (regular)\";s:6:\"search\";a:8:{i:0;s:4:\"edit\";i:1;s:6:\"modify\";i:2;s:3:\"pen\";i:3;s:6:\"pencil\";i:4;s:6:\"update\";i:5;s:5:\"write\";i:6;s:13:\"pen-to-square\";i:7;s:13:\"pen to square\";}}s:13:\"fas fa-pencil\";a:2:{s:5:\"label\";s:6:\"Pencil\";s:6:\"search\";a:10:{i:0;s:17:\"Lower Left Pencil\";i:1;s:6:\"design\";i:2;s:4:\"draw\";i:3;s:4:\"edit\";i:4;s:4:\"lead\";i:5;s:11:\"maintenance\";i:6;s:6:\"modify\";i:7;s:6:\"pencil\";i:8;s:6:\"update\";i:9;s:5:\"write\";}}s:20:\"fas fa-people-arrows\";a:2:{s:5:\"label\";s:13:\"People Arrows\";s:6:\"search\";a:14:{i:0;s:13:\" conversation\";i:1;s:11:\" discussion\";i:2;s:8:\" talking\";i:3;s:8:\"distance\";i:4;s:6:\"insert\";i:5;s:9:\"isolation\";i:6;s:8:\"separate\";i:7;s:17:\"social distancing\";i:8;s:4:\"talk\";i:9;s:8:\"together\";i:10;s:3:\"uer\";i:11;s:12:\"users-people\";i:12;s:13:\"people-arrows\";i:13;s:13:\"people arrows\";}}s:23:\"fas fa-people-carry-box\";a:2:{s:5:\"label\";s:16:\"People Carry Box\";s:6:\"search\";a:5:{i:0;s:8:\"together\";i:1;s:3:\"uer\";i:2;s:12:\"users-people\";i:3;s:16:\"people-carry-box\";i:4;s:16:\"people carry box\";}}s:19:\"fas fa-people-group\";a:2:{s:5:\"label\";s:12:\"People Group\";s:6:\"search\";a:8:{i:0;s:5:\"crowd\";i:1;s:6:\"family\";i:2;s:5:\"group\";i:3;s:4:\"team\";i:4;s:8:\"together\";i:5;s:3:\"uer\";i:6;s:12:\"people-group\";i:7;s:12:\"people group\";}}s:18:\"fas fa-people-line\";a:2:{s:5:\"label\";s:11:\"People Line\";s:6:\"search\";a:7:{i:0;s:5:\"crowd\";i:1;s:5:\"group\";i:2;s:4:\"need\";i:3;s:8:\"together\";i:4;s:3:\"uer\";i:5;s:11:\"people-line\";i:6;s:11:\"people line\";}}s:21:\"fas fa-people-pulling\";a:2:{s:5:\"label\";s:14:\"People Pulling\";s:6:\"search\";a:6:{i:0;s:13:\"forced return\";i:1;s:8:\"together\";i:2;s:3:\"uer\";i:3;s:7:\"yanking\";i:4;s:14:\"people-pulling\";i:5;s:14:\"people pulling\";}}s:21:\"fas fa-people-robbery\";a:2:{s:5:\"label\";s:14:\"People Robbery\";s:6:\"search\";a:8:{i:0;s:8:\"criminal\";i:1;s:8:\"hands up\";i:2;s:7:\"looting\";i:3;s:7:\"robbery\";i:4;s:5:\"steal\";i:5;s:3:\"uer\";i:6;s:14:\"people-robbery\";i:7;s:14:\"people robbery\";}}s:18:\"fas fa-people-roof\";a:2:{s:5:\"label\";s:11:\"People Roof\";s:6:\"search\";a:11:{i:0;s:5:\"crowd\";i:1;s:6:\"family\";i:2;s:5:\"group\";i:3;s:6:\"manage\";i:4;s:6:\"people\";i:5;s:4:\"safe\";i:6;s:7:\"shelter\";i:7;s:8:\"together\";i:8;s:3:\"uer\";i:9;s:11:\"people-roof\";i:10;s:11:\"people roof\";}}s:17:\"fas fa-pepper-hot\";a:2:{s:5:\"label\";s:10:\"Pepper Hot\";s:6:\"search\";a:15:{i:0;s:13:\"buffalo wings\";i:1;s:8:\"capsicum\";i:2;s:5:\"chili\";i:3;s:6:\"chilli\";i:4;s:8:\"habanero\";i:5;s:3:\"hot\";i:6;s:10:\"hot pepper\";i:7;s:8:\"jalapeno\";i:8;s:7:\"mexican\";i:9;s:6:\"pepper\";i:10;s:5:\"spicy\";i:11;s:7:\"tabasco\";i:12;s:9:\"vegetable\";i:13;s:10:\"pepper-hot\";i:14;s:10:\"pepper hot\";}}s:14:\"fab fa-perbyte\";a:2:{s:5:\"label\";s:7:\"PerByte\";s:6:\"search\";a:1:{i:0;s:7:\"perbyte\";}}s:14:\"fas fa-percent\";a:2:{s:5:\"label\";s:7:\"Percent\";s:6:\"search\";a:7:{i:0;s:12:\"Percent Sign\";i:1;s:8:\"discount\";i:2;s:8:\"fraction\";i:3;s:10:\"proportion\";i:4;s:4:\"rate\";i:5;s:5:\"ratio\";i:6;s:7:\"percent\";}}s:16:\"fab fa-periscope\";a:2:{s:5:\"label\";s:9:\"Periscope\";s:6:\"search\";a:1:{i:0;s:9:\"periscope\";}}s:13:\"fas fa-person\";a:2:{s:5:\"label\";s:6:\"Person\";s:6:\"search\";a:8:{i:0;s:7:\"default\";i:1;s:3:\"man\";i:2;s:15:\"person standing\";i:3;s:5:\"stand\";i:4;s:8:\"standing\";i:5;s:3:\"uer\";i:6;s:5:\"woman\";i:7;s:6:\"person\";}}s:32:\"fas fa-person-arrow-down-to-line\";a:2:{s:5:\"label\";s:25:\"Person Arrow Down To Line\";s:6:\"search\";a:7:{i:0;s:6:\"ground\";i:1;s:10:\"indigenous\";i:2;s:6:\"insert\";i:3;s:6:\"native\";i:4;s:3:\"uer\";i:5;s:25:\"person-arrow-down-to-line\";i:6;s:25:\"person arrow down to line\";}}s:32:\"fas fa-person-arrow-up-from-line\";a:2:{s:5:\"label\";s:25:\"Person Arrow Up From Line\";s:6:\"search\";a:6:{i:0;s:10:\"population\";i:1;s:4:\"rise\";i:2;s:3:\"uer\";i:3;s:7:\"upgrade\";i:4;s:25:\"person-arrow-up-from-line\";i:5;s:25:\"person arrow up from line\";}}s:20:\"fas fa-person-biking\";a:2:{s:5:\"label\";s:13:\"Person Biking\";s:6:\"search\";a:10:{i:0;s:7:\"bicycle\";i:1;s:4:\"bike\";i:2;s:6:\"biking\";i:3;s:7:\"cyclist\";i:4;s:5:\"pedal\";i:5;s:13:\"person biking\";i:6;s:6:\"summer\";i:7;s:3:\"uer\";i:8;s:5:\"wheel\";i:9;s:13:\"person-biking\";}}s:19:\"fas fa-person-booth\";a:2:{s:5:\"label\";s:12:\"Person Booth\";s:6:\"search\";a:7:{i:0;s:13:\"changing room\";i:1;s:7:\"curtain\";i:2;s:3:\"uer\";i:3;s:4:\"vote\";i:4;s:6:\"voting\";i:5;s:12:\"person-booth\";i:6;s:12:\"person booth\";}}s:27:\"fas fa-person-breastfeeding\";a:2:{s:5:\"label\";s:20:\"Person Breastfeeding\";s:6:\"search\";a:10:{i:0;s:4:\"baby\";i:1;s:5:\"child\";i:2;s:6:\"infant\";i:3;s:6:\"mother\";i:4;s:9:\"nutrition\";i:5;s:6:\"parent\";i:6;s:10:\"sustenance\";i:7;s:3:\"uer\";i:8;s:20:\"person-breastfeeding\";i:9;s:20:\"person breastfeeding\";}}s:19:\"fas fa-person-burst\";a:2:{s:5:\"label\";s:12:\"Person Burst\";s:6:\"search\";a:8:{i:0;s:5:\"abuse\";i:1;s:8:\"accident\";i:2;s:5:\"crash\";i:3;s:7:\"explode\";i:4;s:3:\"uer\";i:5;s:8:\"violence\";i:6;s:12:\"person-burst\";i:7;s:12:\"person burst\";}}s:18:\"fas fa-person-cane\";a:2:{s:5:\"label\";s:11:\"Person Cane\";s:6:\"search\";a:8:{i:0;s:5:\"aging\";i:1;s:4:\"cane\";i:2;s:7:\"elderly\";i:3;s:3:\"old\";i:4;s:5:\"staff\";i:5;s:3:\"uer\";i:6;s:11:\"person-cane\";i:7;s:11:\"person cane\";}}s:24:\"fas fa-person-chalkboard\";a:2:{s:5:\"label\";s:17:\"Person Chalkboard\";s:6:\"search\";a:9:{i:0;s:10:\"blackboard\";i:1;s:10:\"instructor\";i:2;s:7:\"keynote\";i:3;s:6:\"lesson\";i:4;s:12:\"presentation\";i:5;s:7:\"teacher\";i:6;s:3:\"uer\";i:7;s:17:\"person-chalkboard\";i:8;s:17:\"person chalkboard\";}}s:26:\"fas fa-person-circle-check\";a:2:{s:5:\"label\";s:19:\"Person Circle Check\";s:6:\"search\";a:10:{i:0;s:8:\"approved\";i:1;s:6:\"enable\";i:2;s:12:\"not affected\";i:3;s:2:\"ok\";i:4;s:4:\"okay\";i:5;s:3:\"uer\";i:6;s:8:\"validate\";i:7;s:7:\"working\";i:8;s:19:\"person-circle-check\";i:9;s:19:\"person circle check\";}}s:32:\"fas fa-person-circle-exclamation\";a:2:{s:5:\"label\";s:25:\"Person Circle Exclamation\";s:6:\"search\";a:8:{i:0;s:8:\"affected\";i:1;s:5:\"alert\";i:2;s:6:\"failed\";i:3;s:4:\"lost\";i:4;s:7:\"missing\";i:5;s:3:\"uer\";i:6;s:25:\"person-circle-exclamation\";i:7;s:25:\"person circle exclamation\";}}s:26:\"fas fa-person-circle-minus\";a:2:{s:5:\"label\";s:19:\"Person Circle Minus\";s:6:\"search\";a:5:{i:0;s:6:\"delete\";i:1;s:6:\"remove\";i:2;s:3:\"uer\";i:3;s:19:\"person-circle-minus\";i:4;s:19:\"person circle minus\";}}s:25:\"fas fa-person-circle-plus\";a:2:{s:5:\"label\";s:18:\"Person Circle Plus\";s:6:\"search\";a:6:{i:0;s:3:\"add\";i:1;s:6:\"follow\";i:2;s:5:\"found\";i:3;s:3:\"uer\";i:4;s:18:\"person-circle-plus\";i:5;s:18:\"person circle plus\";}}s:29:\"fas fa-person-circle-question\";a:2:{s:5:\"label\";s:22:\"Person Circle Question\";s:6:\"search\";a:7:{i:0;s:3:\"faq\";i:1;s:4:\"lost\";i:2;s:7:\"missing\";i:3;s:7:\"request\";i:4;s:3:\"uer\";i:5;s:22:\"person-circle-question\";i:6;s:22:\"person circle question\";}}s:26:\"fas fa-person-circle-xmark\";a:2:{s:5:\"label\";s:19:\"Person Circle Xmark\";s:6:\"search\";a:6:{i:0;s:4:\"dead\";i:1;s:7:\"removed\";i:2;s:3:\"uer\";i:3;s:7:\"uncheck\";i:4;s:19:\"person-circle-xmark\";i:5;s:19:\"person circle xmark\";}}s:21:\"fas fa-person-digging\";a:2:{s:5:\"label\";s:14:\"Person Digging\";s:6:\"search\";a:9:{i:0;s:4:\"bury\";i:1;s:12:\"construction\";i:2;s:6:\"debris\";i:3;s:3:\"dig\";i:4;s:11:\"maintenance\";i:5;s:11:\"men at work\";i:6;s:3:\"uer\";i:7;s:14:\"person-digging\";i:8;s:14:\"person digging\";}}s:28:\"fas fa-person-dots-from-line\";a:2:{s:5:\"label\";s:21:\"Person Dots From Line\";s:6:\"search\";a:5:{i:0;s:7:\"allergy\";i:1;s:9:\"diagnosis\";i:2;s:3:\"uer\";i:3;s:21:\"person-dots-from-line\";i:4;s:21:\"person dots from line\";}}s:19:\"fas fa-person-dress\";a:2:{s:5:\"label\";s:12:\"Person Dress\";s:6:\"search\";a:6:{i:0;s:3:\"man\";i:1;s:5:\"skirt\";i:2;s:3:\"uer\";i:3;s:5:\"woman\";i:4;s:12:\"person-dress\";i:5;s:12:\"person dress\";}}s:25:\"fas fa-person-dress-burst\";a:2:{s:5:\"label\";s:18:\"Person Dress Burst\";s:6:\"search\";a:8:{i:0;s:5:\"abuse\";i:1;s:8:\"accident\";i:2;s:5:\"crash\";i:3;s:7:\"explode\";i:4;s:3:\"uer\";i:5;s:8:\"violence\";i:6;s:18:\"person-dress-burst\";i:7;s:18:\"person dress burst\";}}s:22:\"fas fa-person-drowning\";a:2:{s:5:\"label\";s:15:\"Person Drowning\";s:6:\"search\";a:6:{i:0;s:5:\"drown\";i:1;s:9:\"emergency\";i:2;s:4:\"swim\";i:3;s:3:\"uer\";i:4;s:15:\"person-drowning\";i:5;s:15:\"person drowning\";}}s:21:\"fas fa-person-falling\";a:2:{s:5:\"label\";s:14:\"Person Falling\";s:6:\"search\";a:6:{i:0;s:8:\"accident\";i:1;s:4:\"fall\";i:2;s:4:\"trip\";i:3;s:3:\"uer\";i:4;s:14:\"person-falling\";i:5;s:14:\"person falling\";}}s:27:\"fas fa-person-falling-burst\";a:2:{s:5:\"label\";s:20:\"Person Falling Burst\";s:6:\"search\";a:9:{i:0;s:8:\"accident\";i:1;s:5:\"crash\";i:2;s:5:\"death\";i:3;s:4:\"fall\";i:4;s:8:\"homicide\";i:5;s:6:\"murder\";i:6;s:3:\"uer\";i:7;s:20:\"person-falling-burst\";i:8;s:20:\"person falling burst\";}}s:24:\"fas fa-person-half-dress\";a:2:{s:5:\"label\";s:17:\"Person Half Dress\";s:6:\"search\";a:8:{i:0;s:6:\"gender\";i:1;s:3:\"man\";i:2;s:8:\"restroom\";i:3;s:11:\"transgender\";i:4;s:3:\"uer\";i:5;s:5:\"woman\";i:6;s:17:\"person-half-dress\";i:7;s:17:\"person half dress\";}}s:23:\"fas fa-person-harassing\";a:2:{s:5:\"label\";s:16:\"Person Harassing\";s:6:\"search\";a:8:{i:0;s:5:\"abuse\";i:1;s:6:\"scream\";i:2;s:5:\"shame\";i:3;s:5:\"shout\";i:4;s:3:\"uer\";i:5;s:4:\"yell\";i:6;s:16:\"person-harassing\";i:7;s:16:\"person harassing\";}}s:20:\"fas fa-person-hiking\";a:2:{s:5:\"label\";s:13:\"Person Hiking\";s:6:\"search\";a:11:{i:0;s:6:\"autumn\";i:1;s:4:\"fall\";i:2;s:6:\"follow\";i:3;s:4:\"hike\";i:4;s:8:\"mountain\";i:5;s:8:\"outdoors\";i:6;s:6:\"summer\";i:7;s:3:\"uer\";i:8;s:4:\"walk\";i:9;s:13:\"person-hiking\";i:10;s:13:\"person hiking\";}}s:31:\"fas fa-person-military-pointing\";a:2:{s:5:\"label\";s:24:\"Person Military Pointing\";s:6:\"search\";a:6:{i:0;s:4:\"army\";i:1;s:7:\"customs\";i:2;s:5:\"guard\";i:3;s:3:\"uer\";i:4;s:24:\"person-military-pointing\";i:5;s:24:\"person military pointing\";}}s:28:\"fas fa-person-military-rifle\";a:2:{s:5:\"label\";s:21:\"Person Military Rifle\";s:6:\"search\";a:8:{i:0;s:12:\"armed forces\";i:1;s:4:\"army\";i:2;s:8:\"military\";i:3;s:5:\"rifle\";i:4;s:3:\"uer\";i:5;s:3:\"war\";i:6;s:21:\"person-military-rifle\";i:7;s:21:\"person military rifle\";}}s:32:\"fas fa-person-military-to-person\";a:2:{s:5:\"label\";s:25:\"Person Military To Person\";s:6:\"search\";a:6:{i:0;s:8:\"civilian\";i:1;s:12:\"coordination\";i:2;s:8:\"military\";i:3;s:3:\"uer\";i:4;s:25:\"person-military-to-person\";i:5;s:25:\"person military to person\";}}s:21:\"fas fa-person-praying\";a:2:{s:5:\"label\";s:14:\"Person Praying\";s:6:\"search\";a:8:{i:0;s:5:\"kneel\";i:1;s:16:\"place of worship\";i:2;s:8:\"religion\";i:3;s:5:\"thank\";i:4;s:3:\"uer\";i:5;s:7:\"worship\";i:6;s:14:\"person-praying\";i:7;s:14:\"person praying\";}}s:22:\"fas fa-person-pregnant\";a:2:{s:5:\"label\";s:15:\"Person Pregnant\";s:6:\"search\";a:10:{i:0;s:4:\"baby\";i:1;s:5:\"birth\";i:2;s:5:\"child\";i:3;s:6:\"parent\";i:4;s:8:\"pregnant\";i:5;s:14:\"pregnant woman\";i:6;s:3:\"uer\";i:7;s:5:\"woman\";i:8;s:15:\"person-pregnant\";i:9;s:15:\"person pregnant\";}}s:18:\"fas fa-person-rays\";a:2:{s:5:\"label\";s:11:\"Person Rays\";s:6:\"search\";a:6:{i:0;s:8:\"affected\";i:1;s:5:\"focus\";i:2;s:5:\"shine\";i:3;s:3:\"uer\";i:4;s:11:\"person-rays\";i:5;s:11:\"person rays\";}}s:19:\"fas fa-person-rifle\";a:2:{s:5:\"label\";s:12:\"Person Rifle\";s:6:\"search\";a:9:{i:0;s:4:\"army\";i:1;s:9:\"combatant\";i:2;s:3:\"gun\";i:3;s:8:\"military\";i:4;s:5:\"rifle\";i:5;s:3:\"uer\";i:6;s:3:\"war\";i:7;s:12:\"person-rifle\";i:8;s:12:\"person rifle\";}}s:21:\"fas fa-person-running\";a:2:{s:5:\"label\";s:14:\"Person Running\";s:6:\"search\";a:10:{i:0;s:4:\"exit\";i:1;s:4:\"flee\";i:2;s:6:\"follow\";i:3;s:8:\"marathon\";i:4;s:14:\"person running\";i:5;s:4:\"race\";i:6;s:7:\"running\";i:7;s:3:\"uer\";i:8;s:7:\"workout\";i:9;s:14:\"person-running\";}}s:21:\"fas fa-person-shelter\";a:2:{s:5:\"label\";s:14:\"Person Shelter\";s:6:\"search\";a:9:{i:0;s:5:\"house\";i:1;s:6:\"inside\";i:2;s:4:\"roof\";i:3;s:4:\"safe\";i:4;s:6:\"safety\";i:5;s:7:\"shelter\";i:6;s:3:\"uer\";i:7;s:14:\"person-shelter\";i:8;s:14:\"person shelter\";}}s:21:\"fas fa-person-skating\";a:2:{s:5:\"label\";s:14:\"Person Skating\";s:6:\"search\";a:9:{i:0;s:14:\"figure skating\";i:1;s:3:\"ice\";i:2;s:8:\"olympics\";i:3;s:4:\"rink\";i:4;s:5:\"skate\";i:5;s:3:\"uer\";i:6;s:6:\"winter\";i:7;s:14:\"person-skating\";i:8;s:14:\"person skating\";}}s:20:\"fas fa-person-skiing\";a:2:{s:5:\"label\";s:13:\"Person Skiing\";s:6:\"search\";a:9:{i:0;s:8:\"downhill\";i:1;s:8:\"olympics\";i:2;s:3:\"ski\";i:3;s:5:\"skier\";i:4;s:4:\"snow\";i:5;s:3:\"uer\";i:6;s:6:\"winter\";i:7;s:13:\"person-skiing\";i:8;s:13:\"person skiing\";}}s:27:\"fas fa-person-skiing-nordic\";a:2:{s:5:\"label\";s:20:\"Person Skiing Nordic\";s:6:\"search\";a:6:{i:0;s:13:\"cross country\";i:1;s:8:\"olympics\";i:2;s:3:\"uer\";i:3;s:6:\"winter\";i:4;s:20:\"person-skiing-nordic\";i:5;s:20:\"person skiing nordic\";}}s:26:\"fas fa-person-snowboarding\";a:2:{s:5:\"label\";s:19:\"Person Snowboarding\";s:6:\"search\";a:9:{i:0;s:8:\"olympics\";i:1;s:3:\"ski\";i:2;s:4:\"snow\";i:3;s:9:\"snowboard\";i:4;s:11:\"snowboarder\";i:5;s:3:\"uer\";i:6;s:6:\"winter\";i:7;s:19:\"person-snowboarding\";i:8;s:19:\"person snowboarding\";}}s:22:\"fas fa-person-swimming\";a:2:{s:5:\"label\";s:15:\"Person Swimming\";s:6:\"search\";a:8:{i:0;s:5:\"ocean\";i:1;s:15:\"person swimming\";i:2;s:4:\"pool\";i:3;s:3:\"sea\";i:4;s:4:\"swim\";i:5;s:3:\"uer\";i:6;s:5:\"water\";i:7;s:15:\"person-swimming\";}}s:28:\"fas fa-person-through-window\";a:2:{s:5:\"label\";s:21:\"Person Through Window\";s:6:\"search\";a:10:{i:0;s:4:\"door\";i:1;s:4:\"exit\";i:2;s:12:\"forced entry\";i:3;s:5:\"leave\";i:4;s:7:\"robbery\";i:5;s:5:\"steal\";i:6;s:3:\"uer\";i:7;s:6:\"window\";i:8;s:21:\"person-through-window\";i:9;s:21:\"person through window\";}}s:21:\"fas fa-person-walking\";a:2:{s:5:\"label\";s:14:\"Person Walking\";s:6:\"search\";a:11:{i:0;s:9:\"crosswalk\";i:1;s:8:\"exercise\";i:2;s:6:\"follow\";i:3;s:4:\"hike\";i:4;s:4:\"move\";i:5;s:14:\"person walking\";i:6;s:3:\"uer\";i:7;s:4:\"walk\";i:8;s:7:\"walking\";i:9;s:7:\"workout\";i:10;s:14:\"person-walking\";}}s:37:\"fas fa-person-walking-arrow-loop-left\";a:2:{s:5:\"label\";s:30:\"Person Walking Arrow Loop Left\";s:6:\"search\";a:6:{i:0;s:6:\"follow\";i:1;s:17:\"population return\";i:2;s:6:\"return\";i:3;s:3:\"uer\";i:4;s:30:\"person-walking-arrow-loop-left\";i:5;s:30:\"person walking arrow loop left\";}}s:33:\"fas fa-person-walking-arrow-right\";a:2:{s:5:\"label\";s:26:\"Person Walking Arrow Right\";s:6:\"search\";a:8:{i:0;s:4:\"exit\";i:1;s:6:\"follow\";i:2;s:20:\"internally displaced\";i:3;s:5:\"leave\";i:4;s:7:\"refugee\";i:5;s:3:\"uer\";i:6;s:26:\"person-walking-arrow-right\";i:7;s:26:\"person walking arrow right\";}}s:45:\"fas fa-person-walking-dashed-line-arrow-right\";a:2:{s:5:\"label\";s:38:\"Person Walking Dashed Line Arrow Right\";s:6:\"search\";a:6:{i:0;s:4:\"exit\";i:1;s:6:\"follow\";i:2;s:7:\"refugee\";i:3;s:3:\"uer\";i:4;s:38:\"person-walking-dashed-line-arrow-right\";i:5;s:38:\"person walking dashed line arrow right\";}}s:29:\"fas fa-person-walking-luggage\";a:2:{s:5:\"label\";s:22:\"Person Walking Luggage\";s:6:\"search\";a:10:{i:0;s:3:\"bag\";i:1;s:7:\"baggage\";i:2;s:9:\"briefcase\";i:3;s:8:\"carry-on\";i:4;s:10:\"deployment\";i:5;s:6:\"follow\";i:6;s:7:\"rolling\";i:7;s:3:\"uer\";i:8;s:22:\"person-walking-luggage\";i:9;s:22:\"person walking luggage\";}}s:31:\"fas fa-person-walking-with-cane\";a:2:{s:5:\"label\";s:24:\"Person Walking With Cane\";s:6:\"search\";a:6:{i:0;s:5:\"blind\";i:1;s:4:\"cane\";i:2;s:6:\"follow\";i:3;s:3:\"uer\";i:4;s:24:\"person-walking-with-cane\";i:5;s:24:\"person walking with cane\";}}s:18:\"fas fa-peseta-sign\";a:2:{s:5:\"label\";s:11:\"Peseta Sign\";s:6:\"search\";a:4:{i:0;s:11:\"Peseta Sign\";i:1;s:8:\"currency\";i:2;s:11:\"peseta-sign\";i:3;s:11:\"peseta sign\";}}s:16:\"fas fa-peso-sign\";a:2:{s:5:\"label\";s:9:\"Peso Sign\";s:6:\"search\";a:4:{i:0;s:9:\"Peso Sign\";i:1;s:8:\"currency\";i:2;s:9:\"peso-sign\";i:3;s:9:\"peso sign\";}}s:18:\"fab fa-phabricator\";a:2:{s:5:\"label\";s:11:\"Phabricator\";s:6:\"search\";a:1:{i:0;s:11:\"phabricator\";}}s:24:\"fab fa-phoenix-framework\";a:2:{s:5:\"label\";s:17:\"Phoenix Framework\";s:6:\"search\";a:2:{i:0;s:17:\"phoenix-framework\";i:1;s:17:\"phoenix framework\";}}s:23:\"fab fa-phoenix-squadron\";a:2:{s:5:\"label\";s:16:\"Phoenix Squadron\";s:6:\"search\";a:2:{i:0;s:16:\"phoenix-squadron\";i:1;s:16:\"phoenix squadron\";}}s:12:\"fas fa-phone\";a:2:{s:5:\"label\";s:5:\"Phone\";s:6:\"search\";a:11:{i:0;s:28:\"Left Hand Telephone Receiver\";i:1;s:4:\"call\";i:2;s:8:\"earphone\";i:3;s:6:\"number\";i:4;s:5:\"phone\";i:5;s:8:\"receiver\";i:6;s:7:\"support\";i:7;s:7:\"talking\";i:8;s:9:\"telephone\";i:9;s:18:\"telephone receiver\";i:10;s:5:\"voice\";}}s:17:\"fas fa-phone-flip\";a:2:{s:5:\"label\";s:10:\"Phone Flip\";s:6:\"search\";a:9:{i:0;s:29:\"Right Hand Telephone Receiver\";i:1;s:4:\"call\";i:2;s:8:\"earphone\";i:3;s:6:\"number\";i:4;s:7:\"support\";i:5;s:9:\"telephone\";i:6;s:5:\"voice\";i:7;s:10:\"phone-flip\";i:8;s:10:\"phone flip\";}}s:18:\"fas fa-phone-slash\";a:2:{s:5:\"label\";s:11:\"Phone Slash\";s:6:\"search\";a:12:{i:0;s:4:\"call\";i:1;s:6:\"cancel\";i:2;s:8:\"disabled\";i:3;s:10:\"disconnect\";i:4;s:8:\"earphone\";i:5;s:4:\"mute\";i:6;s:6:\"number\";i:7;s:7:\"support\";i:8;s:9:\"telephone\";i:9;s:5:\"voice\";i:10;s:11:\"phone-slash\";i:11;s:11:\"phone slash\";}}s:19:\"fas fa-phone-volume\";a:2:{s:5:\"label\";s:12:\"Phone Volume\";s:6:\"search\";a:11:{i:0;s:4:\"call\";i:1;s:8:\"earphone\";i:2;s:6:\"number\";i:3;s:5:\"sound\";i:4;s:7:\"support\";i:5;s:7:\"talking\";i:6;s:9:\"telephone\";i:7;s:5:\"voice\";i:8;s:20:\"volume-control-phone\";i:9;s:12:\"phone-volume\";i:10;s:12:\"phone volume\";}}s:17:\"fas fa-photo-film\";a:2:{s:5:\"label\";s:10:\"Photo Film\";s:6:\"search\";a:7:{i:0;s:2:\"av\";i:1;s:4:\"film\";i:2;s:5:\"image\";i:3;s:7:\"library\";i:4;s:5:\"media\";i:5;s:10:\"photo-film\";i:6;s:10:\"photo film\";}}s:10:\"fab fa-php\";a:2:{s:5:\"label\";s:3:\"PHP\";s:6:\"search\";a:1:{i:0;s:3:\"php\";}}s:17:\"fab fa-pied-piper\";a:2:{s:5:\"label\";s:15:\"Pied Piper Logo\";s:6:\"search\";a:2:{i:0;s:10:\"pied-piper\";i:1;s:15:\"pied piper logo\";}}s:21:\"fab fa-pied-piper-alt\";a:2:{s:5:\"label\";s:31:\"Alternate Pied Piper Logo (Old)\";s:6:\"search\";a:2:{i:0;s:14:\"pied-piper-alt\";i:1;s:31:\"alternate pied piper logo (old)\";}}s:21:\"fab fa-pied-piper-hat\";a:2:{s:5:\"label\";s:20:\"Pied Piper Hat (Old)\";s:6:\"search\";a:3:{i:0;s:8:\"clothing\";i:1;s:14:\"pied-piper-hat\";i:2;s:20:\"pied piper hat (old)\";}}s:20:\"fab fa-pied-piper-pp\";a:2:{s:5:\"label\";s:24:\"Pied Piper PP Logo (Old)\";s:6:\"search\";a:2:{i:0;s:13:\"pied-piper-pp\";i:1;s:24:\"pied piper pp logo (old)\";}}s:17:\"fas fa-piggy-bank\";a:2:{s:5:\"label\";s:10:\"Piggy Bank\";s:6:\"search\";a:6:{i:0;s:4:\"bank\";i:1;s:6:\"salary\";i:2;s:4:\"save\";i:3;s:7:\"savings\";i:4;s:10:\"piggy-bank\";i:5;s:10:\"piggy bank\";}}s:12:\"fas fa-pills\";a:2:{s:5:\"label\";s:5:\"Pills\";s:6:\"search\";a:5:{i:0;s:5:\"drugs\";i:1;s:8:\"medicine\";i:2;s:12:\"prescription\";i:3;s:7:\"tablets\";i:4;s:5:\"pills\";}}s:16:\"fab fa-pinterest\";a:2:{s:5:\"label\";s:9:\"Pinterest\";s:6:\"search\";a:1:{i:0;s:9:\"pinterest\";}}s:18:\"fab fa-pinterest-p\";a:2:{s:5:\"label\";s:11:\"Pinterest P\";s:6:\"search\";a:2:{i:0;s:11:\"pinterest-p\";i:1;s:11:\"pinterest p\";}}s:10:\"fab fa-pix\";a:2:{s:5:\"label\";s:3:\"Pix\";s:6:\"search\";a:1:{i:0;s:3:\"pix\";}}s:12:\"fab fa-pixiv\";a:2:{s:5:\"label\";s:5:\"Pixiv\";s:6:\"search\";a:1:{i:0;s:5:\"pixiv\";}}s:18:\"fas fa-pizza-slice\";a:2:{s:5:\"label\";s:11:\"Pizza Slice\";s:6:\"search\";a:12:{i:0;s:6:\"cheese\";i:1;s:7:\"chicago\";i:2;s:7:\"italian\";i:3;s:10:\"mozzarella\";i:4;s:8:\"new york\";i:5;s:9:\"pepperoni\";i:6;s:3:\"pie\";i:7;s:5:\"slice\";i:8;s:28:\"teenage mutant ninja turtles\";i:9;s:6:\"tomato\";i:10;s:11:\"pizza-slice\";i:11;s:11:\"pizza slice\";}}s:23:\"fas fa-place-of-worship\";a:2:{s:5:\"label\";s:16:\"Place Of Worship\";s:6:\"search\";a:7:{i:0;s:8:\"building\";i:1;s:6:\"church\";i:2;s:4:\"holy\";i:3;s:6:\"mosque\";i:4;s:9:\"synagogue\";i:5;s:16:\"place-of-worship\";i:6;s:16:\"place of worship\";}}s:12:\"fas fa-plane\";a:2:{s:5:\"label\";s:5:\"Plane\";s:6:\"search\";a:9:{i:0;s:8:\"airplane\";i:1;s:7:\"airport\";i:2;s:11:\"destination\";i:3;s:3:\"fly\";i:4;s:8:\"location\";i:5;s:4:\"mode\";i:6;s:6:\"travel\";i:7;s:4:\"trip\";i:8;s:5:\"plane\";}}s:20:\"fas fa-plane-arrival\";a:2:{s:5:\"label\";s:13:\"Plane Arrival\";s:6:\"search\";a:16:{i:0;s:9:\"aeroplane\";i:1;s:8:\"airplane\";i:2;s:16:\"airplane arrival\";i:3;s:7:\"airport\";i:4;s:8:\"arrivals\";i:5;s:8:\"arriving\";i:6;s:11:\"destination\";i:7;s:3:\"fly\";i:8;s:4:\"land\";i:9;s:7:\"landing\";i:10;s:8:\"location\";i:11;s:4:\"mode\";i:12;s:6:\"travel\";i:13;s:4:\"trip\";i:14;s:13:\"plane-arrival\";i:15;s:13:\"plane arrival\";}}s:25:\"fas fa-plane-circle-check\";a:2:{s:5:\"label\";s:18:\"Plane Circle Check\";s:6:\"search\";a:13:{i:0;s:8:\"airplane\";i:1;s:7:\"airport\";i:2;s:6:\"enable\";i:3;s:6:\"flight\";i:4;s:3:\"fly\";i:5;s:12:\"not affected\";i:6;s:2:\"ok\";i:7;s:4:\"okay\";i:8;s:6:\"travel\";i:9;s:8:\"validate\";i:10;s:7:\"working\";i:11;s:18:\"plane-circle-check\";i:12;s:18:\"plane circle check\";}}s:31:\"fas fa-plane-circle-exclamation\";a:2:{s:5:\"label\";s:24:\"Plane Circle Exclamation\";s:6:\"search\";a:9:{i:0;s:8:\"affected\";i:1;s:8:\"airplane\";i:2;s:7:\"airport\";i:3;s:6:\"failed\";i:4;s:6:\"flight\";i:5;s:3:\"fly\";i:6;s:6:\"travel\";i:7;s:24:\"plane-circle-exclamation\";i:8;s:24:\"plane circle exclamation\";}}s:25:\"fas fa-plane-circle-xmark\";a:2:{s:5:\"label\";s:18:\"Plane Circle Xmark\";s:6:\"search\";a:9:{i:0;s:8:\"airplane\";i:1;s:7:\"airport\";i:2;s:7:\"destroy\";i:3;s:6:\"flight\";i:4;s:3:\"fly\";i:5;s:6:\"travel\";i:6;s:7:\"uncheck\";i:7;s:18:\"plane-circle-xmark\";i:8;s:18:\"plane circle xmark\";}}s:22:\"fas fa-plane-departure\";a:2:{s:5:\"label\";s:15:\"Plane Departure\";s:6:\"search\";a:18:{i:0;s:9:\"aeroplane\";i:1;s:8:\"airplane\";i:2;s:18:\"airplane departure\";i:3;s:7:\"airport\";i:4;s:8:\"check-in\";i:5;s:9:\"departing\";i:6;s:9:\"departure\";i:7;s:10:\"departures\";i:8;s:11:\"destination\";i:9;s:3:\"fly\";i:10;s:8:\"location\";i:11;s:4:\"mode\";i:12;s:8:\"take off\";i:13;s:10:\"taking off\";i:14;s:6:\"travel\";i:15;s:4:\"trip\";i:16;s:15:\"plane-departure\";i:17;s:15:\"plane departure\";}}s:17:\"fas fa-plane-lock\";a:2:{s:5:\"label\";s:10:\"Plane Lock\";s:6:\"search\";a:12:{i:0;s:8:\"airplane\";i:1;s:7:\"airport\";i:2;s:6:\"closed\";i:3;s:6:\"flight\";i:4;s:3:\"fly\";i:5;s:8:\"lockdown\";i:6;s:7:\"padlock\";i:7;s:7:\"privacy\";i:8;s:10:\"quarantine\";i:9;s:6:\"travel\";i:10;s:10:\"plane-lock\";i:11;s:10:\"plane lock\";}}s:18:\"fas fa-plane-slash\";a:2:{s:5:\"label\";s:11:\"Plane Slash\";s:6:\"search\";a:10:{i:0;s:13:\"airplane mode\";i:1;s:7:\"airport\";i:2;s:8:\"canceled\";i:3;s:8:\"covid-19\";i:4;s:7:\"delayed\";i:5;s:8:\"disabled\";i:6;s:8:\"grounded\";i:7;s:6:\"travel\";i:8;s:11:\"plane-slash\";i:9;s:11:\"plane slash\";}}s:15:\"fas fa-plane-up\";a:2:{s:5:\"label\";s:8:\"Plane Up\";s:6:\"search\";a:9:{i:0;s:8:\"airplane\";i:1;s:7:\"airport\";i:2;s:8:\"internet\";i:3;s:6:\"signal\";i:4;s:3:\"sky\";i:5;s:4:\"wifi\";i:6;s:8:\"wireless\";i:7;s:8:\"plane-up\";i:8;s:8:\"plane up\";}}s:17:\"fas fa-plant-wilt\";a:2:{s:5:\"label\";s:10:\"Plant Wilt\";s:6:\"search\";a:6:{i:0;s:7:\"drought\";i:1;s:8:\"planting\";i:2;s:10:\"vegetation\";i:3;s:4:\"wilt\";i:4;s:10:\"plant-wilt\";i:5;s:10:\"plant wilt\";}}s:18:\"fas fa-plate-wheat\";a:2:{s:5:\"label\";s:11:\"Plate Wheat\";s:6:\"search\";a:6:{i:0;s:4:\"bowl\";i:1;s:6:\"hunger\";i:2;s:7:\"rations\";i:3;s:5:\"wheat\";i:4;s:11:\"plate-wheat\";i:5;s:11:\"plate wheat\";}}s:11:\"fas fa-play\";a:2:{s:5:\"label\";s:4:\"Play\";s:6:\"search\";a:11:{i:0;s:5:\"arrow\";i:1;s:5:\"audio\";i:2;s:5:\"music\";i:3;s:4:\"play\";i:4;s:11:\"play button\";i:5;s:7:\"playing\";i:6;s:5:\"right\";i:7;s:5:\"sound\";i:8;s:5:\"start\";i:9;s:8:\"triangle\";i:10;s:5:\"video\";}}s:18:\"fab fa-playstation\";a:2:{s:5:\"label\";s:11:\"PlayStation\";s:6:\"search\";a:1:{i:0;s:11:\"playstation\";}}s:11:\"fas fa-plug\";a:2:{s:5:\"label\";s:4:\"Plug\";s:6:\"search\";a:7:{i:0;s:7:\"connect\";i:1;s:8:\"electric\";i:2;s:13:\"electric plug\";i:3;s:11:\"electricity\";i:4;s:6:\"online\";i:5;s:4:\"plug\";i:6;s:5:\"power\";}}s:23:\"fas fa-plug-circle-bolt\";a:2:{s:5:\"label\";s:16:\"Plug Circle Bolt\";s:6:\"search\";a:6:{i:0;s:8:\"electric\";i:1;s:11:\"electricity\";i:2;s:4:\"plug\";i:3;s:5:\"power\";i:4;s:16:\"plug-circle-bolt\";i:5;s:16:\"plug circle bolt\";}}s:24:\"fas fa-plug-circle-check\";a:2:{s:5:\"label\";s:17:\"Plug Circle Check\";s:6:\"search\";a:12:{i:0;s:8:\"electric\";i:1;s:11:\"electricity\";i:2;s:6:\"enable\";i:3;s:12:\"not affected\";i:4;s:2:\"ok\";i:5;s:4:\"okay\";i:6;s:4:\"plug\";i:7;s:5:\"power\";i:8;s:8:\"validate\";i:9;s:7:\"working\";i:10;s:17:\"plug-circle-check\";i:11;s:17:\"plug circle check\";}}s:30:\"fas fa-plug-circle-exclamation\";a:2:{s:5:\"label\";s:23:\"Plug Circle Exclamation\";s:6:\"search\";a:8:{i:0;s:8:\"affected\";i:1;s:8:\"electric\";i:2;s:11:\"electricity\";i:3;s:6:\"failed\";i:4;s:4:\"plug\";i:5;s:5:\"power\";i:6;s:23:\"plug-circle-exclamation\";i:7;s:23:\"plug circle exclamation\";}}s:24:\"fas fa-plug-circle-minus\";a:2:{s:5:\"label\";s:17:\"Plug Circle Minus\";s:6:\"search\";a:7:{i:0;s:10:\"disconnect\";i:1;s:8:\"electric\";i:2;s:11:\"electricity\";i:3;s:4:\"plug\";i:4;s:5:\"power\";i:5;s:17:\"plug-circle-minus\";i:6;s:17:\"plug circle minus\";}}s:23:\"fas fa-plug-circle-plus\";a:2:{s:5:\"label\";s:16:\"Plug Circle Plus\";s:6:\"search\";a:6:{i:0;s:8:\"electric\";i:1;s:11:\"electricity\";i:2;s:4:\"plug\";i:3;s:5:\"power\";i:4;s:16:\"plug-circle-plus\";i:5;s:16:\"plug circle plus\";}}s:24:\"fas fa-plug-circle-xmark\";a:2:{s:5:\"label\";s:17:\"Plug Circle Xmark\";s:6:\"search\";a:10:{i:0;s:7:\"destroy\";i:1;s:10:\"disconnect\";i:2;s:8:\"electric\";i:3;s:11:\"electricity\";i:4;s:6:\"outage\";i:5;s:4:\"plug\";i:6;s:5:\"power\";i:7;s:7:\"uncheck\";i:8;s:17:\"plug-circle-xmark\";i:9;s:17:\"plug circle xmark\";}}s:11:\"fas fa-plus\";a:2:{s:5:\"label\";s:4:\"Plus\";s:6:\"search\";a:13:{i:0;s:1:\"+\";i:1;s:9:\"Plus Sign\";i:2;s:3:\"add\";i:3;s:6:\"create\";i:4;s:6:\"expand\";i:5;s:6:\"follow\";i:6;s:4:\"math\";i:7;s:6:\"modify\";i:8;s:3:\"new\";i:9;s:4:\"plus\";i:10;s:8:\"positive\";i:11;s:5:\"shape\";i:12;s:4:\"sign\";}}s:17:\"fas fa-plus-minus\";a:2:{s:5:\"label\";s:10:\"Plus Minus\";s:6:\"search\";a:6:{i:0;s:15:\"Plus-Minus Sign\";i:1;s:3:\"add\";i:2;s:4:\"math\";i:3;s:8:\"subtract\";i:4;s:10:\"plus-minus\";i:5;s:10:\"plus minus\";}}s:14:\"fas fa-podcast\";a:2:{s:5:\"label\";s:7:\"Podcast\";s:6:\"search\";a:5:{i:0;s:5:\"audio\";i:1;s:9:\"broadcast\";i:2;s:5:\"music\";i:3;s:5:\"sound\";i:4;s:7:\"podcast\";}}s:10:\"fas fa-poo\";a:2:{s:5:\"label\";s:3:\"Poo\";s:6:\"search\";a:11:{i:0;s:4:\"crap\";i:1;s:4:\"dung\";i:2;s:4:\"face\";i:3;s:7:\"monster\";i:4;s:11:\"pile of poo\";i:5;s:3:\"poo\";i:6;s:4:\"poop\";i:7;s:4:\"shit\";i:8;s:5:\"smile\";i:9;s:4:\"turd\";i:10;s:3:\"uer\";}}s:16:\"fas fa-poo-storm\";a:2:{s:5:\"label\";s:9:\"Poo Storm\";s:6:\"search\";a:10:{i:0;s:4:\"bolt\";i:1;s:5:\"cloud\";i:2;s:9:\"euphemism\";i:3;s:9:\"lightning\";i:4;s:4:\"mess\";i:5;s:4:\"poop\";i:6;s:4:\"shit\";i:7;s:4:\"turd\";i:8;s:9:\"poo-storm\";i:9;s:9:\"poo storm\";}}s:11:\"fas fa-poop\";a:2:{s:5:\"label\";s:4:\"Poop\";s:6:\"search\";a:5:{i:0;s:4:\"crap\";i:1;s:4:\"poop\";i:2;s:4:\"shit\";i:3;s:5:\"smile\";i:4;s:4:\"turd\";}}s:16:\"fas fa-power-off\";a:2:{s:5:\"label\";s:9:\"Power Off\";s:6:\"search\";a:8:{i:0;s:12:\"Power Symbol\";i:1;s:6:\"cancel\";i:2;s:8:\"computer\";i:3;s:2:\"on\";i:4;s:6:\"reboot\";i:5;s:7:\"restart\";i:6;s:9:\"power-off\";i:7;s:9:\"power off\";}}s:19:\"fas fa-prescription\";a:2:{s:5:\"label\";s:12:\"Prescription\";s:6:\"search\";a:6:{i:0;s:5:\"drugs\";i:1;s:7:\"medical\";i:2;s:8:\"medicine\";i:3;s:8:\"pharmacy\";i:4;s:2:\"rx\";i:5;s:12:\"prescription\";}}s:26:\"fas fa-prescription-bottle\";a:2:{s:5:\"label\";s:19:\"Prescription Bottle\";s:6:\"search\";a:7:{i:0;s:5:\"drugs\";i:1;s:7:\"medical\";i:2;s:8:\"medicine\";i:3;s:8:\"pharmacy\";i:4;s:2:\"rx\";i:5;s:19:\"prescription-bottle\";i:6;s:19:\"prescription bottle\";}}s:34:\"fas fa-prescription-bottle-medical\";a:2:{s:5:\"label\";s:27:\"Prescription Bottle Medical\";s:6:\"search\";a:7:{i:0;s:5:\"drugs\";i:1;s:7:\"medical\";i:2;s:8:\"medicine\";i:3;s:8:\"pharmacy\";i:4;s:2:\"rx\";i:5;s:27:\"prescription-bottle-medical\";i:6;s:27:\"prescription bottle medical\";}}s:12:\"fas fa-print\";a:2:{s:5:\"label\";s:5:\"Print\";s:6:\"search\";a:10:{i:0;s:19:\"Print Screen Symbol\";i:1;s:12:\"Printer Icon\";i:2;s:8:\"business\";i:3;s:8:\"computer\";i:4;s:4:\"copy\";i:5;s:8:\"document\";i:6;s:6:\"office\";i:7;s:5:\"paper\";i:8;s:7:\"printer\";i:9;s:5:\"print\";}}s:19:\"fab fa-product-hunt\";a:2:{s:5:\"label\";s:12:\"Product Hunt\";s:6:\"search\";a:2:{i:0;s:12:\"product-hunt\";i:1;s:12:\"product hunt\";}}s:19:\"fas fa-pump-medical\";a:2:{s:5:\"label\";s:12:\"Pump Medical\";s:6:\"search\";a:10:{i:0;s:14:\"anti-bacterial\";i:1;s:5:\"clean\";i:2;s:8:\"covid-19\";i:3;s:9:\"disinfect\";i:4;s:7:\"hygiene\";i:5;s:13:\"medical grade\";i:6;s:9:\"sanitizer\";i:7;s:4:\"soap\";i:8;s:12:\"pump-medical\";i:9;s:12:\"pump medical\";}}s:16:\"fas fa-pump-soap\";a:2:{s:5:\"label\";s:9:\"Pump Soap\";s:6:\"search\";a:9:{i:0;s:14:\"anti-bacterial\";i:1;s:5:\"clean\";i:2;s:8:\"covid-19\";i:3;s:9:\"disinfect\";i:4;s:7:\"hygiene\";i:5;s:9:\"sanitizer\";i:6;s:4:\"soap\";i:7;s:9:\"pump-soap\";i:8;s:9:\"pump soap\";}}s:13:\"fab fa-pushed\";a:2:{s:5:\"label\";s:6:\"Pushed\";s:6:\"search\";a:1:{i:0;s:6:\"pushed\";}}s:19:\"fas fa-puzzle-piece\";a:2:{s:5:\"label\";s:12:\"Puzzle Piece\";s:6:\"search\";a:11:{i:0;s:6:\"add-on\";i:1;s:5:\"addon\";i:2;s:4:\"clue\";i:3;s:4:\"game\";i:4;s:12:\"interlocking\";i:5;s:6:\"jigsaw\";i:6;s:5:\"piece\";i:7;s:6:\"puzzle\";i:8;s:12:\"puzzle piece\";i:9;s:7:\"section\";i:10;s:12:\"puzzle-piece\";}}s:13:\"fab fa-python\";a:2:{s:5:\"label\";s:6:\"Python\";s:6:\"search\";a:1:{i:0;s:6:\"python\";}}s:8:\"fas fa-q\";a:2:{s:5:\"label\";s:1:\"Q\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter Q\";i:1;s:20:\"Latin Small Letter Q\";i:2;s:6:\"letter\";i:3;s:1:\"q\";}}s:9:\"fab fa-qq\";a:2:{s:5:\"label\";s:2:\"QQ\";s:6:\"search\";a:1:{i:0;s:2:\"qq\";}}s:13:\"fas fa-qrcode\";a:2:{s:5:\"label\";s:6:\"Qrcode\";s:6:\"search\";a:5:{i:0;s:7:\"barcode\";i:1;s:4:\"info\";i:2;s:11:\"information\";i:3;s:4:\"scan\";i:4;s:6:\"qrcode\";}}s:15:\"fas fa-question\";a:2:{s:5:\"label\";s:8:\"Question\";s:6:\"search\";a:14:{i:0;s:1:\"?\";i:1;s:13:\"Question Mark\";i:2;s:3:\"faq\";i:3;s:4:\"help\";i:4;s:11:\"information\";i:5;s:4:\"mark\";i:6;s:8:\"outlined\";i:7;s:11:\"punctuation\";i:8;s:8:\"question\";i:9;s:17:\"red question mark\";i:10;s:7:\"request\";i:11;s:7:\"support\";i:12;s:7:\"unknown\";i:13;s:19:\"white question mark\";}}s:16:\"fab fa-quinscape\";a:2:{s:5:\"label\";s:9:\"QuinScape\";s:6:\"search\";a:1:{i:0;s:9:\"quinscape\";}}s:12:\"fab fa-quora\";a:2:{s:5:\"label\";s:5:\"Quora\";s:6:\"search\";a:1:{i:0;s:5:\"quora\";}}s:17:\"fas fa-quote-left\";a:2:{s:5:\"label\";s:10:\"Quote Left\";s:6:\"search\";a:8:{i:0;s:26:\"Left Double Quotation Mark\";i:1;s:7:\"mention\";i:2;s:4:\"note\";i:3;s:6:\"phrase\";i:4;s:4:\"text\";i:5;s:4:\"type\";i:6;s:10:\"quote-left\";i:7;s:10:\"quote left\";}}s:18:\"fas fa-quote-right\";a:2:{s:5:\"label\";s:11:\"Quote Right\";s:6:\"search\";a:8:{i:0;s:27:\"Right Double Quotation Mark\";i:1;s:7:\"mention\";i:2;s:4:\"note\";i:3;s:6:\"phrase\";i:4;s:4:\"text\";i:5;s:4:\"type\";i:6;s:11:\"quote-right\";i:7;s:11:\"quote right\";}}s:8:\"fas fa-r\";a:2:{s:5:\"label\";s:1:\"R\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter R\";i:1;s:20:\"Latin Small Letter R\";i:2;s:6:\"letter\";i:3;s:1:\"r\";}}s:16:\"fab fa-r-project\";a:2:{s:5:\"label\";s:9:\"R Project\";s:6:\"search\";a:2:{i:0;s:9:\"r-project\";i:1;s:9:\"r project\";}}s:16:\"fas fa-radiation\";a:2:{s:5:\"label\";s:9:\"Radiation\";s:6:\"search\";a:8:{i:0;s:6:\"danger\";i:1;s:9:\"dangerous\";i:2;s:6:\"deadly\";i:3;s:6:\"hazard\";i:4;s:7:\"nuclear\";i:5;s:11:\"radioactive\";i:6;s:7:\"warning\";i:7;s:9:\"radiation\";}}s:12:\"fas fa-radio\";a:2:{s:5:\"label\";s:5:\"Radio\";s:6:\"search\";a:11:{i:0;s:2:\"am\";i:1;s:9:\"broadcast\";i:2;s:2:\"fm\";i:3;s:9:\"frequency\";i:4;s:5:\"music\";i:5;s:4:\"news\";i:6;s:5:\"radio\";i:7;s:8:\"receiver\";i:8;s:11:\"transmitter\";i:9;s:5:\"tuner\";i:10;s:5:\"video\";}}s:14:\"fas fa-rainbow\";a:2:{s:5:\"label\";s:7:\"Rainbow\";s:6:\"search\";a:6:{i:0;s:4:\"gold\";i:1;s:10:\"leprechaun\";i:2;s:5:\"prism\";i:3;s:4:\"rain\";i:4;s:7:\"rainbow\";i:5;s:3:\"sky\";}}s:19:\"fas fa-ranking-star\";a:2:{s:5:\"label\";s:12:\"Ranking Star\";s:6:\"search\";a:9:{i:0;s:5:\"chart\";i:1;s:11:\"first place\";i:2;s:6:\"podium\";i:3;s:7:\"quality\";i:4;s:4:\"rank\";i:5;s:7:\"revenue\";i:6;s:3:\"win\";i:7;s:12:\"ranking-star\";i:8;s:12:\"ranking star\";}}s:19:\"fab fa-raspberry-pi\";a:2:{s:5:\"label\";s:12:\"Raspberry Pi\";s:6:\"search\";a:2:{i:0;s:12:\"raspberry-pi\";i:1;s:12:\"raspberry pi\";}}s:14:\"fab fa-ravelry\";a:2:{s:5:\"label\";s:7:\"Ravelry\";s:6:\"search\";a:1:{i:0;s:7:\"ravelry\";}}s:12:\"fab fa-react\";a:2:{s:5:\"label\";s:5:\"React\";s:6:\"search\";a:1:{i:0;s:5:\"react\";}}s:18:\"fab fa-reacteurope\";a:2:{s:5:\"label\";s:11:\"ReactEurope\";s:6:\"search\";a:1:{i:0;s:11:\"reacteurope\";}}s:13:\"fab fa-readme\";a:2:{s:5:\"label\";s:6:\"ReadMe\";s:6:\"search\";a:1:{i:0;s:6:\"readme\";}}s:12:\"fab fa-rebel\";a:2:{s:5:\"label\";s:14:\"Rebel Alliance\";s:6:\"search\";a:2:{i:0;s:5:\"rebel\";i:1;s:14:\"rebel alliance\";}}s:14:\"fas fa-receipt\";a:2:{s:5:\"label\";s:7:\"Receipt\";s:6:\"search\";a:11:{i:0;s:10:\"accounting\";i:1;s:11:\"bookkeeping\";i:2;s:5:\"check\";i:3;s:6:\"coupon\";i:4;s:8:\"evidence\";i:5;s:7:\"invoice\";i:6;s:5:\"money\";i:7;s:3:\"pay\";i:8;s:5:\"proof\";i:9;s:7:\"receipt\";i:10;s:5:\"table\";}}s:19:\"fas fa-record-vinyl\";a:2:{s:5:\"label\";s:12:\"Record Vinyl\";s:6:\"search\";a:8:{i:0;s:2:\"LP\";i:1;s:5:\"album\";i:2;s:6:\"analog\";i:3;s:5:\"music\";i:4;s:10:\"phonograph\";i:5;s:5:\"sound\";i:6;s:12:\"record-vinyl\";i:7;s:12:\"record vinyl\";}}s:19:\"fas fa-rectangle-ad\";a:2:{s:5:\"label\";s:12:\"Rectangle Ad\";s:6:\"search\";a:7:{i:0;s:13:\"advertisement\";i:1;s:5:\"media\";i:2;s:9:\"newspaper\";i:3;s:9:\"promotion\";i:4;s:9:\"publicity\";i:5;s:12:\"rectangle-ad\";i:6;s:12:\"rectangle ad\";}}s:21:\"fas fa-rectangle-list\";a:2:{s:5:\"label\";s:22:\"Rectangle List (solid)\";s:6:\"search\";a:11:{i:0;s:10:\"cheatsheet\";i:1;s:9:\"checklist\";i:2;s:9:\"completed\";i:3;s:4:\"done\";i:4;s:8:\"finished\";i:5;s:2:\"ol\";i:6;s:7:\"summary\";i:7;s:4:\"todo\";i:8;s:2:\"ul\";i:9;s:14:\"rectangle-list\";i:10;s:14:\"rectangle list\";}}s:21:\"far fa-rectangle-list\";a:2:{s:5:\"label\";s:24:\"Rectangle List (regular)\";s:6:\"search\";a:11:{i:0;s:10:\"cheatsheet\";i:1;s:9:\"checklist\";i:2;s:9:\"completed\";i:3;s:4:\"done\";i:4;s:8:\"finished\";i:5;s:2:\"ol\";i:6;s:7:\"summary\";i:7;s:4:\"todo\";i:8;s:2:\"ul\";i:9;s:14:\"rectangle-list\";i:10;s:14:\"rectangle list\";}}s:22:\"fas fa-rectangle-xmark\";a:2:{s:5:\"label\";s:23:\"Rectangle Xmark (solid)\";s:6:\"search\";a:7:{i:0;s:7:\"browser\";i:1;s:6:\"cancel\";i:2;s:8:\"computer\";i:3;s:11:\"development\";i:4;s:7:\"uncheck\";i:5;s:15:\"rectangle-xmark\";i:6;s:15:\"rectangle xmark\";}}s:22:\"far fa-rectangle-xmark\";a:2:{s:5:\"label\";s:25:\"Rectangle Xmark (regular)\";s:6:\"search\";a:7:{i:0;s:7:\"browser\";i:1;s:6:\"cancel\";i:2;s:8:\"computer\";i:3;s:11:\"development\";i:4;s:7:\"uncheck\";i:5;s:15:\"rectangle-xmark\";i:6;s:15:\"rectangle xmark\";}}s:14:\"fas fa-recycle\";a:2:{s:5:\"label\";s:7:\"Recycle\";s:6:\"search\";a:9:{i:0;s:38:\"Recycling Symbol For Generic Materials\";i:1;s:26:\"Universal Recycling Symbol\";i:2;s:5:\"Waste\";i:3;s:7:\"compost\";i:4;s:7:\"garbage\";i:5;s:7:\"recycle\";i:6;s:16:\"recycling symbol\";i:7;s:5:\"reuse\";i:8;s:5:\"trash\";}}s:16:\"fab fa-red-river\";a:2:{s:5:\"label\";s:9:\"red river\";s:6:\"search\";a:2:{i:0;s:9:\"red-river\";i:1;s:9:\"red river\";}}s:13:\"fab fa-reddit\";a:2:{s:5:\"label\";s:6:\"Reddit\";s:6:\"search\";a:1:{i:0;s:6:\"reddit\";}}s:19:\"fab fa-reddit-alien\";a:2:{s:5:\"label\";s:12:\"Reddit Alien\";s:6:\"search\";a:2:{i:0;s:12:\"reddit-alien\";i:1;s:12:\"reddit alien\";}}s:13:\"fab fa-redhat\";a:2:{s:5:\"label\";s:6:\"Redhat\";s:6:\"search\";a:4:{i:0;s:5:\"linux\";i:1;s:16:\"operating system\";i:2;s:2:\"os\";i:3;s:6:\"redhat\";}}s:17:\"fas fa-registered\";a:2:{s:5:\"label\";s:18:\"Registered (solid)\";s:6:\"search\";a:5:{i:0;s:9:\"copyright\";i:1;s:4:\"mark\";i:2;s:1:\"r\";i:3;s:10:\"registered\";i:4;s:9:\"trademark\";}}s:17:\"far fa-registered\";a:2:{s:5:\"label\";s:20:\"Registered (regular)\";s:6:\"search\";a:5:{i:0;s:9:\"copyright\";i:1;s:4:\"mark\";i:2;s:1:\"r\";i:3;s:10:\"registered\";i:4;s:9:\"trademark\";}}s:13:\"fab fa-renren\";a:2:{s:5:\"label\";s:6:\"Renren\";s:6:\"search\";a:1:{i:0;s:6:\"renren\";}}s:13:\"fas fa-repeat\";a:2:{s:5:\"label\";s:6:\"Repeat\";s:6:\"search\";a:10:{i:0;s:5:\"arrow\";i:1;s:9:\"clockwise\";i:2;s:4:\"flip\";i:3;s:6:\"reload\";i:4;s:5:\"renew\";i:5;s:6:\"repeat\";i:6;s:13:\"repeat button\";i:7;s:5:\"retry\";i:8;s:6:\"rewind\";i:9;s:6:\"switch\";}}s:12:\"fas fa-reply\";a:2:{s:5:\"label\";s:5:\"Reply\";s:6:\"search\";a:4:{i:0;s:4:\"mail\";i:1;s:7:\"message\";i:2;s:7:\"respond\";i:3;s:5:\"reply\";}}s:16:\"fas fa-reply-all\";a:2:{s:5:\"label\";s:9:\"Reply All\";s:6:\"search\";a:5:{i:0;s:4:\"mail\";i:1;s:7:\"message\";i:2;s:7:\"respond\";i:3;s:9:\"reply-all\";i:4;s:9:\"reply all\";}}s:13:\"fab fa-replyd\";a:2:{s:5:\"label\";s:6:\"replyd\";s:6:\"search\";a:1:{i:0;s:6:\"replyd\";}}s:17:\"fas fa-republican\";a:2:{s:5:\"label\";s:10:\"Republican\";s:6:\"search\";a:10:{i:0;s:8:\"american\";i:1;s:12:\"conservative\";i:2;s:8:\"election\";i:3;s:8:\"elephant\";i:4;s:8:\"politics\";i:5;s:16:\"republican party\";i:6;s:5:\"right\";i:7;s:10:\"right-wing\";i:8;s:3:\"usa\";i:9;s:10:\"republican\";}}s:19:\"fab fa-researchgate\";a:2:{s:5:\"label\";s:12:\"Researchgate\";s:6:\"search\";a:1:{i:0;s:12:\"researchgate\";}}s:16:\"fab fa-resolving\";a:2:{s:5:\"label\";s:9:\"Resolving\";s:6:\"search\";a:1:{i:0;s:9:\"resolving\";}}s:15:\"fas fa-restroom\";a:2:{s:5:\"label\";s:8:\"Restroom\";s:6:\"search\";a:6:{i:0;s:8:\"bathroom\";i:1;s:6:\"toilet\";i:2;s:3:\"uer\";i:3;s:12:\"water closet\";i:4;s:2:\"wc\";i:5;s:8:\"restroom\";}}s:14:\"fas fa-retweet\";a:2:{s:5:\"label\";s:7:\"Retweet\";s:6:\"search\";a:7:{i:0;s:7:\"refresh\";i:1;s:6:\"reload\";i:2;s:5:\"renew\";i:3;s:5:\"retry\";i:4;s:5:\"share\";i:5;s:4:\"swap\";i:6;s:7:\"retweet\";}}s:10:\"fab fa-rev\";a:2:{s:5:\"label\";s:6:\"Rev.io\";s:6:\"search\";a:2:{i:0;s:3:\"rev\";i:1;s:6:\"rev.io\";}}s:13:\"fas fa-ribbon\";a:2:{s:5:\"label\";s:6:\"Ribbon\";s:6:\"search\";a:8:{i:0;s:5:\"badge\";i:1;s:5:\"cause\";i:2;s:11:\"celebration\";i:3;s:5:\"lapel\";i:4;s:3:\"pin\";i:5;s:8:\"reminder\";i:6;s:15:\"reminder ribbon\";i:7;s:6:\"ribbon\";}}s:25:\"fas fa-right-from-bracket\";a:2:{s:5:\"label\";s:18:\"Right From Bracket\";s:6:\"search\";a:8:{i:0;s:5:\"arrow\";i:1;s:4:\"exit\";i:2;s:5:\"leave\";i:3;s:7:\"log out\";i:4;s:6:\"logout\";i:5;s:8:\"sign-out\";i:6;s:18:\"right-from-bracket\";i:7;s:18:\"right from bracket\";}}s:17:\"fas fa-right-left\";a:2:{s:5:\"label\";s:10:\"Right Left\";s:6:\"search\";a:9:{i:0;s:5:\"arrow\";i:1;s:6:\"arrows\";i:2;s:8:\"exchange\";i:3;s:11:\"reciprocate\";i:4;s:6:\"return\";i:5;s:4:\"swap\";i:6;s:8:\"transfer\";i:7;s:10:\"right-left\";i:8;s:10:\"right left\";}}s:17:\"fas fa-right-long\";a:2:{s:5:\"label\";s:10:\"Right Long\";s:6:\"search\";a:5:{i:0;s:7:\"forward\";i:1;s:16:\"long-arrow-right\";i:2;s:4:\"next\";i:3;s:10:\"right-long\";i:4;s:10:\"right long\";}}s:23:\"fas fa-right-to-bracket\";a:2:{s:5:\"label\";s:16:\"Right To Bracket\";s:6:\"search\";a:12:{i:0;s:5:\"arrow\";i:1;s:5:\"enter\";i:2;s:4:\"join\";i:3;s:6:\"log in\";i:4;s:5:\"login\";i:5;s:7:\"sign in\";i:6;s:7:\"sign up\";i:7;s:7:\"sign-in\";i:8;s:6:\"signin\";i:9;s:6:\"signup\";i:10;s:16:\"right-to-bracket\";i:11;s:16:\"right to bracket\";}}s:11:\"fas fa-ring\";a:2:{s:5:\"label\";s:4:\"Ring\";s:6:\"search\";a:14:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:6:\"Gollum\";i:2;s:4:\"band\";i:3;s:7:\"binding\";i:4;s:3:\"d&d\";i:5;s:3:\"dnd\";i:6;s:10:\"engagement\";i:7;s:7:\"fantasy\";i:8;s:4:\"gold\";i:9;s:7:\"jewelry\";i:10;s:8:\"marriage\";i:11;s:8:\"precious\";i:12;s:7:\"premium\";i:13;s:4:\"ring\";}}s:11:\"fas fa-road\";a:2:{s:5:\"label\";s:4:\"Road\";s:6:\"search\";a:8:{i:0;s:7:\"highway\";i:1;s:3:\"map\";i:2;s:8:\"motorway\";i:3;s:8:\"pavement\";i:4;s:4:\"road\";i:5;s:5:\"route\";i:6;s:6:\"street\";i:7;s:6:\"travel\";}}s:19:\"fas fa-road-barrier\";a:2:{s:5:\"label\";s:12:\"Road Barrier\";s:6:\"search\";a:6:{i:0;s:5:\"block\";i:1;s:6:\"border\";i:2;s:8:\"no entry\";i:3;s:9:\"roadblock\";i:4;s:12:\"road-barrier\";i:5;s:12:\"road barrier\";}}s:18:\"fas fa-road-bridge\";a:2:{s:5:\"label\";s:11:\"Road Bridge\";s:6:\"search\";a:6:{i:0;s:6:\"bridge\";i:1;s:14:\"infrastructure\";i:2;s:4:\"road\";i:3;s:6:\"travel\";i:4;s:11:\"road-bridge\";i:5;s:11:\"road bridge\";}}s:24:\"fas fa-road-circle-check\";a:2:{s:5:\"label\";s:17:\"Road Circle Check\";s:6:\"search\";a:12:{i:0;s:6:\"enable\";i:1;s:7:\"freeway\";i:2;s:7:\"highway\";i:3;s:12:\"not affected\";i:4;s:2:\"ok\";i:5;s:4:\"okay\";i:6;s:8:\"pavement\";i:7;s:4:\"road\";i:8;s:8:\"validate\";i:9;s:7:\"working\";i:10;s:17:\"road-circle-check\";i:11;s:17:\"road circle check\";}}s:30:\"fas fa-road-circle-exclamation\";a:2:{s:5:\"label\";s:23:\"Road Circle Exclamation\";s:6:\"search\";a:8:{i:0;s:8:\"affected\";i:1;s:6:\"failed\";i:2;s:7:\"freeway\";i:3;s:7:\"highway\";i:4;s:8:\"pavement\";i:5;s:4:\"road\";i:6;s:23:\"road-circle-exclamation\";i:7;s:23:\"road circle exclamation\";}}s:24:\"fas fa-road-circle-xmark\";a:2:{s:5:\"label\";s:17:\"Road Circle Xmark\";s:6:\"search\";a:8:{i:0;s:7:\"destroy\";i:1;s:7:\"freeway\";i:2;s:7:\"highway\";i:3;s:8:\"pavement\";i:4;s:4:\"road\";i:5;s:7:\"uncheck\";i:6;s:17:\"road-circle-xmark\";i:7;s:17:\"road circle xmark\";}}s:16:\"fas fa-road-lock\";a:2:{s:5:\"label\";s:9:\"Road Lock\";s:6:\"search\";a:11:{i:0;s:6:\"closed\";i:1;s:7:\"freeway\";i:2;s:7:\"highway\";i:3;s:8:\"lockdown\";i:4;s:7:\"padlock\";i:5;s:8:\"pavement\";i:6;s:7:\"privacy\";i:7;s:10:\"quarantine\";i:8;s:4:\"road\";i:9;s:9:\"road-lock\";i:10;s:9:\"road lock\";}}s:18:\"fas fa-road-spikes\";a:2:{s:5:\"label\";s:11:\"Road Spikes\";s:6:\"search\";a:5:{i:0;s:7:\"barrier\";i:1;s:9:\"roadblock\";i:2;s:6:\"spikes\";i:3;s:11:\"road-spikes\";i:4;s:11:\"road spikes\";}}s:12:\"fas fa-robot\";a:2:{s:5:\"label\";s:5:\"Robot\";s:6:\"search\";a:7:{i:0;s:7:\"android\";i:1;s:8:\"automate\";i:2;s:8:\"computer\";i:3;s:6:\"cyborg\";i:4;s:4:\"face\";i:5;s:7:\"monster\";i:6;s:5:\"robot\";}}s:13:\"fas fa-rocket\";a:2:{s:5:\"label\";s:6:\"Rocket\";s:6:\"search\";a:7:{i:0;s:8:\"aircraft\";i:1;s:3:\"app\";i:2;s:3:\"jet\";i:3;s:6:\"launch\";i:4;s:4:\"nasa\";i:5;s:5:\"space\";i:6;s:6:\"rocket\";}}s:17:\"fab fa-rocketchat\";a:2:{s:5:\"label\";s:11:\"Rocket.Chat\";s:6:\"search\";a:2:{i:0;s:10:\"rocketchat\";i:1;s:11:\"rocket.chat\";}}s:14:\"fab fa-rockrms\";a:2:{s:5:\"label\";s:7:\"Rockrms\";s:6:\"search\";a:1:{i:0;s:7:\"rockrms\";}}s:13:\"fas fa-rotate\";a:2:{s:5:\"label\";s:6:\"Rotate\";s:6:\"search\";a:11:{i:0;s:5:\"arrow\";i:1;s:9:\"clockwise\";i:2;s:8:\"exchange\";i:3;s:6:\"modify\";i:4;s:7:\"refresh\";i:5;s:6:\"reload\";i:6;s:5:\"renew\";i:7;s:5:\"retry\";i:8;s:6:\"rotate\";i:9;s:4:\"swap\";i:10;s:11:\"withershins\";}}s:18:\"fas fa-rotate-left\";a:2:{s:5:\"label\";s:11:\"Rotate Left\";s:6:\"search\";a:8:{i:0;s:4:\"back\";i:1;s:9:\"control z\";i:2;s:8:\"exchange\";i:3;s:4:\"oops\";i:4;s:6:\"return\";i:5;s:4:\"swap\";i:6;s:11:\"rotate-left\";i:7;s:11:\"rotate left\";}}s:19:\"fas fa-rotate-right\";a:2:{s:5:\"label\";s:12:\"Rotate Right\";s:6:\"search\";a:8:{i:0;s:7:\"forward\";i:1;s:7:\"refresh\";i:2;s:6:\"reload\";i:3;s:5:\"renew\";i:4;s:6:\"repeat\";i:5;s:5:\"retry\";i:6;s:12:\"rotate-right\";i:7;s:12:\"rotate right\";}}s:12:\"fas fa-route\";a:2:{s:5:\"label\";s:5:\"Route\";s:6:\"search\";a:4:{i:0;s:10:\"directions\";i:1;s:10:\"navigation\";i:2;s:6:\"travel\";i:3;s:5:\"route\";}}s:10:\"fas fa-rss\";a:2:{s:5:\"label\";s:3:\"Rss\";s:6:\"search\";a:6:{i:0;s:4:\"blog\";i:1;s:4:\"feed\";i:2;s:7:\"journal\";i:3;s:4:\"news\";i:4;s:7:\"writing\";i:5;s:3:\"rss\";}}s:17:\"fas fa-ruble-sign\";a:2:{s:5:\"label\";s:10:\"Ruble Sign\";s:6:\"search\";a:4:{i:0;s:10:\"Ruble Sign\";i:1;s:8:\"currency\";i:2;s:10:\"ruble-sign\";i:3;s:10:\"ruble sign\";}}s:10:\"fas fa-rug\";a:2:{s:5:\"label\";s:3:\"Rug\";s:6:\"search\";a:4:{i:0;s:7:\"blanket\";i:1;s:6:\"carpet\";i:2;s:3:\"rug\";i:3;s:7:\"textile\";}}s:12:\"fas fa-ruler\";a:2:{s:5:\"label\";s:5:\"Ruler\";s:6:\"search\";a:8:{i:0;s:6:\"design\";i:1;s:5:\"draft\";i:2;s:6:\"length\";i:3;s:7:\"measure\";i:4;s:8:\"planning\";i:5;s:5:\"ruler\";i:6;s:13:\"straight edge\";i:7;s:14:\"straight ruler\";}}s:21:\"fas fa-ruler-combined\";a:2:{s:5:\"label\";s:14:\"Ruler Combined\";s:6:\"search\";a:7:{i:0;s:6:\"design\";i:1;s:5:\"draft\";i:2;s:6:\"length\";i:3;s:7:\"measure\";i:4;s:8:\"planning\";i:5;s:14:\"ruler-combined\";i:6;s:14:\"ruler combined\";}}s:23:\"fas fa-ruler-horizontal\";a:2:{s:5:\"label\";s:16:\"Ruler Horizontal\";s:6:\"search\";a:7:{i:0;s:6:\"design\";i:1;s:5:\"draft\";i:2;s:6:\"length\";i:3;s:7:\"measure\";i:4;s:8:\"planning\";i:5;s:16:\"ruler-horizontal\";i:6;s:16:\"ruler horizontal\";}}s:21:\"fas fa-ruler-vertical\";a:2:{s:5:\"label\";s:14:\"Ruler Vertical\";s:6:\"search\";a:7:{i:0;s:6:\"design\";i:1;s:5:\"draft\";i:2;s:6:\"length\";i:3;s:7:\"measure\";i:4;s:8:\"planning\";i:5;s:14:\"ruler-vertical\";i:6;s:14:\"ruler vertical\";}}s:17:\"fas fa-rupee-sign\";a:2:{s:5:\"label\";s:10:\"Rupee Sign\";s:6:\"search\";a:4:{i:0;s:10:\"Rupee Sign\";i:1;s:8:\"currency\";i:2;s:10:\"rupee-sign\";i:3;s:10:\"rupee sign\";}}s:18:\"fas fa-rupiah-sign\";a:2:{s:5:\"label\";s:11:\"Rupiah Sign\";s:6:\"search\";a:3:{i:0;s:8:\"currency\";i:1;s:11:\"rupiah-sign\";i:2;s:11:\"rupiah sign\";}}s:11:\"fab fa-rust\";a:2:{s:5:\"label\";s:4:\"Rust\";s:6:\"search\";a:1:{i:0;s:4:\"rust\";}}s:8:\"fas fa-s\";a:2:{s:5:\"label\";s:1:\"S\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter S\";i:1;s:20:\"Latin Small Letter S\";i:2;s:6:\"letter\";i:3;s:1:\"s\";}}s:18:\"fas fa-sack-dollar\";a:2:{s:5:\"label\";s:11:\"Sack Dollar\";s:6:\"search\";a:15:{i:0;s:3:\"bag\";i:1;s:6:\"burlap\";i:2;s:4:\"cash\";i:3;s:6:\"dollar\";i:4;s:10:\"investment\";i:5;s:5:\"money\";i:6;s:9:\"money bag\";i:7;s:8:\"moneybag\";i:8;s:7:\"premium\";i:9;s:6:\"robber\";i:10;s:6:\"salary\";i:11;s:5:\"santa\";i:12;s:3:\"usd\";i:13;s:11:\"sack-dollar\";i:14;s:11:\"sack dollar\";}}s:17:\"fas fa-sack-xmark\";a:2:{s:5:\"label\";s:10:\"Sack Xmark\";s:6:\"search\";a:8:{i:0;s:3:\"bag\";i:1;s:6:\"burlap\";i:2;s:6:\"coupon\";i:3;s:7:\"rations\";i:4;s:6:\"salary\";i:5;s:7:\"uncheck\";i:6;s:10:\"sack-xmark\";i:7;s:10:\"sack xmark\";}}s:13:\"fab fa-safari\";a:2:{s:5:\"label\";s:6:\"Safari\";s:6:\"search\";a:2:{i:0;s:7:\"browser\";i:1;s:6:\"safari\";}}s:15:\"fas fa-sailboat\";a:2:{s:5:\"label\";s:8:\"Sailboat\";s:6:\"search\";a:5:{i:0;s:6:\"dinghy\";i:1;s:4:\"mast\";i:2;s:8:\"sailboat\";i:3;s:7:\"sailing\";i:4;s:5:\"yacht\";}}s:17:\"fab fa-salesforce\";a:2:{s:5:\"label\";s:10:\"Salesforce\";s:6:\"search\";a:1:{i:0;s:10:\"salesforce\";}}s:11:\"fab fa-sass\";a:2:{s:5:\"label\";s:4:\"Sass\";s:6:\"search\";a:1:{i:0;s:4:\"sass\";}}s:16:\"fas fa-satellite\";a:2:{s:5:\"label\";s:9:\"Satellite\";s:6:\"search\";a:5:{i:0;s:14:\"communications\";i:1;s:8:\"hardware\";i:2;s:5:\"orbit\";i:3;s:9:\"satellite\";i:4;s:5:\"space\";}}s:21:\"fas fa-satellite-dish\";a:2:{s:5:\"label\";s:14:\"Satellite Dish\";s:6:\"search\";a:14:{i:0;s:4:\"SETI\";i:1;s:7:\"antenna\";i:2;s:14:\"communications\";i:3;s:4:\"dish\";i:4;s:8:\"hardware\";i:5;s:5:\"radar\";i:6;s:8:\"receiver\";i:7;s:9:\"satellite\";i:8;s:17:\"satellite antenna\";i:9;s:6:\"saucer\";i:10;s:6:\"signal\";i:11;s:5:\"space\";i:12;s:14:\"satellite-dish\";i:13;s:14:\"satellite dish\";}}s:21:\"fas fa-scale-balanced\";a:2:{s:5:\"label\";s:14:\"Scale Balanced\";s:6:\"search\";a:14:{i:0;s:5:\"Libra\";i:1;s:7:\"balance\";i:2;s:13:\"balance scale\";i:3;s:8:\"balanced\";i:4;s:7:\"justice\";i:5;s:3:\"law\";i:6;s:5:\"legal\";i:7;s:7:\"measure\";i:8;s:4:\"rule\";i:9;s:5:\"scale\";i:10;s:6:\"weight\";i:11;s:6:\"zodiac\";i:12;s:14:\"scale-balanced\";i:13;s:14:\"scale balanced\";}}s:23:\"fas fa-scale-unbalanced\";a:2:{s:5:\"label\";s:16:\"Scale Unbalanced\";s:6:\"search\";a:7:{i:0;s:7:\"justice\";i:1;s:5:\"legal\";i:2;s:7:\"measure\";i:3;s:10:\"unbalanced\";i:4;s:6:\"weight\";i:5;s:16:\"scale-unbalanced\";i:6;s:16:\"scale unbalanced\";}}s:28:\"fas fa-scale-unbalanced-flip\";a:2:{s:5:\"label\";s:21:\"Scale Unbalanced Flip\";s:6:\"search\";a:7:{i:0;s:7:\"justice\";i:1;s:5:\"legal\";i:2;s:7:\"measure\";i:3;s:10:\"unbalanced\";i:4;s:6:\"weight\";i:5;s:21:\"scale-unbalanced-flip\";i:6;s:21:\"scale unbalanced flip\";}}s:13:\"fab fa-schlix\";a:2:{s:5:\"label\";s:6:\"SCHLIX\";s:6:\"search\";a:1:{i:0;s:6:\"schlix\";}}s:13:\"fas fa-school\";a:2:{s:5:\"label\";s:6:\"School\";s:6:\"search\";a:6:{i:0;s:8:\"building\";i:1;s:9:\"education\";i:2;s:5:\"learn\";i:3;s:6:\"school\";i:4;s:7:\"student\";i:5;s:7:\"teacher\";}}s:26:\"fas fa-school-circle-check\";a:2:{s:5:\"label\";s:19:\"School Circle Check\";s:6:\"search\";a:9:{i:0;s:6:\"enable\";i:1;s:12:\"not affected\";i:2;s:2:\"ok\";i:3;s:4:\"okay\";i:4;s:11:\"schoolhouse\";i:5;s:8:\"validate\";i:6;s:7:\"working\";i:7;s:19:\"school-circle-check\";i:8;s:19:\"school circle check\";}}s:32:\"fas fa-school-circle-exclamation\";a:2:{s:5:\"label\";s:25:\"School Circle Exclamation\";s:6:\"search\";a:5:{i:0;s:8:\"affected\";i:1;s:6:\"failed\";i:2;s:11:\"schoolhouse\";i:3;s:25:\"school-circle-exclamation\";i:4;s:25:\"school circle exclamation\";}}s:26:\"fas fa-school-circle-xmark\";a:2:{s:5:\"label\";s:19:\"School Circle Xmark\";s:6:\"search\";a:5:{i:0;s:7:\"destroy\";i:1;s:11:\"schoolhouse\";i:2;s:7:\"uncheck\";i:3;s:19:\"school-circle-xmark\";i:4;s:19:\"school circle xmark\";}}s:18:\"fas fa-school-flag\";a:2:{s:5:\"label\";s:11:\"School Flag\";s:6:\"search\";a:6:{i:0;s:7:\"educate\";i:1;s:4:\"flag\";i:2;s:6:\"school\";i:3;s:11:\"schoolhouse\";i:4;s:11:\"school-flag\";i:5;s:11:\"school flag\";}}s:18:\"fas fa-school-lock\";a:2:{s:5:\"label\";s:11:\"School Lock\";s:6:\"search\";a:8:{i:0;s:6:\"closed\";i:1;s:8:\"lockdown\";i:2;s:7:\"padlock\";i:3;s:7:\"privacy\";i:4;s:10:\"quarantine\";i:5;s:11:\"schoolhouse\";i:6;s:11:\"school-lock\";i:7;s:11:\"school lock\";}}s:15:\"fas fa-scissors\";a:2:{s:5:\"label\";s:8:\"Scissors\";s:6:\"search\";a:9:{i:0;s:21:\"Black Safety Scissors\";i:1;s:14:\"White Scissors\";i:2;s:4:\"clip\";i:3;s:7:\"cutting\";i:4;s:9:\"equipment\";i:5;s:6:\"modify\";i:6;s:8:\"scissors\";i:7;s:4:\"snip\";i:8;s:4:\"tool\";}}s:16:\"fab fa-screenpal\";a:2:{s:5:\"label\";s:9:\"Screenpal\";s:6:\"search\";a:1:{i:0;s:9:\"screenpal\";}}s:18:\"fas fa-screwdriver\";a:2:{s:5:\"label\";s:11:\"Screwdriver\";s:6:\"search\";a:12:{i:0;s:5:\"admin\";i:1;s:13:\"configuration\";i:2;s:9:\"equipment\";i:3;s:3:\"fix\";i:4;s:11:\"maintenance\";i:5;s:8:\"mechanic\";i:6;s:6:\"modify\";i:7;s:6:\"repair\";i:8;s:5:\"screw\";i:9;s:11:\"screwdriver\";i:10;s:8:\"settings\";i:11;s:4:\"tool\";}}s:25:\"fas fa-screwdriver-wrench\";a:2:{s:5:\"label\";s:18:\"Screwdriver Wrench\";s:6:\"search\";a:13:{i:0;s:5:\"admin\";i:1;s:13:\"configuration\";i:2;s:9:\"equipment\";i:3;s:3:\"fix\";i:4;s:11:\"maintenance\";i:5;s:6:\"modify\";i:6;s:6:\"repair\";i:7;s:11:\"screwdriver\";i:8;s:8:\"settings\";i:9;s:5:\"tools\";i:10;s:6:\"wrench\";i:11;s:18:\"screwdriver-wrench\";i:12;s:18:\"screwdriver wrench\";}}s:13:\"fab fa-scribd\";a:2:{s:5:\"label\";s:6:\"Scribd\";s:6:\"search\";a:1:{i:0;s:6:\"scribd\";}}s:13:\"fas fa-scroll\";a:2:{s:5:\"label\";s:6:\"Scroll\";s:6:\"search\";a:9:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:12:\"announcement\";i:2;s:3:\"d&d\";i:3;s:3:\"dnd\";i:4;s:7:\"fantasy\";i:5;s:5:\"paper\";i:6;s:7:\"scholar\";i:7;s:6:\"script\";i:8;s:6:\"scroll\";}}s:19:\"fas fa-scroll-torah\";a:2:{s:5:\"label\";s:12:\"Scroll Torah\";s:6:\"search\";a:7:{i:0;s:4:\"book\";i:1;s:6:\"jewish\";i:2;s:7:\"judaism\";i:3;s:8:\"religion\";i:4;s:6:\"scroll\";i:5;s:12:\"scroll-torah\";i:6;s:12:\"scroll torah\";}}s:14:\"fas fa-sd-card\";a:2:{s:5:\"label\";s:7:\"Sd Card\";s:6:\"search\";a:7:{i:0;s:5:\"image\";i:1;s:3:\"img\";i:2;s:6:\"memory\";i:3;s:5:\"photo\";i:4;s:4:\"save\";i:5;s:7:\"sd-card\";i:6;s:7:\"sd card\";}}s:18:\"fab fa-searchengin\";a:2:{s:5:\"label\";s:11:\"Searchengin\";s:6:\"search\";a:1:{i:0;s:11:\"searchengin\";}}s:14:\"fas fa-section\";a:2:{s:5:\"label\";s:7:\"Section\";s:6:\"search\";a:5:{i:0;s:12:\"Section Sign\";i:1;s:3:\"law\";i:2;s:5:\"legal\";i:3;s:7:\"silcrow\";i:4;s:7:\"section\";}}s:15:\"fas fa-seedling\";a:2:{s:5:\"label\";s:8:\"Seedling\";s:6:\"search\";a:9:{i:0;s:11:\"environment\";i:1;s:5:\"flora\";i:2;s:4:\"grow\";i:3;s:10:\"investment\";i:4;s:5:\"plant\";i:5;s:7:\"sapling\";i:6;s:8:\"seedling\";i:7;s:5:\"vegan\";i:8;s:5:\"young\";}}s:15:\"fab fa-sellcast\";a:2:{s:5:\"label\";s:8:\"Sellcast\";s:6:\"search\";a:2:{i:0;s:7:\"eercast\";i:1;s:8:\"sellcast\";}}s:13:\"fab fa-sellsy\";a:2:{s:5:\"label\";s:6:\"Sellsy\";s:6:\"search\";a:1:{i:0;s:6:\"sellsy\";}}s:13:\"fas fa-server\";a:2:{s:5:\"label\";s:6:\"Server\";s:6:\"search\";a:8:{i:0;s:8:\"computer\";i:1;s:3:\"cpu\";i:2;s:8:\"database\";i:3;s:8:\"hardware\";i:4;s:5:\"mysql\";i:5;s:7:\"network\";i:6;s:3:\"sql\";i:7;s:6:\"server\";}}s:19:\"fab fa-servicestack\";a:2:{s:5:\"label\";s:12:\"Servicestack\";s:6:\"search\";a:1:{i:0;s:12:\"servicestack\";}}s:13:\"fas fa-shapes\";a:2:{s:5:\"label\";s:6:\"Shapes\";s:6:\"search\";a:6:{i:0;s:6:\"blocks\";i:1;s:5:\"build\";i:2;s:6:\"circle\";i:3;s:6:\"square\";i:4;s:8:\"triangle\";i:5;s:6:\"shapes\";}}s:12:\"fas fa-share\";a:2:{s:5:\"label\";s:5:\"Share\";s:6:\"search\";a:5:{i:0;s:7:\"forward\";i:1;s:4:\"save\";i:2;s:4:\"send\";i:3;s:6:\"social\";i:4;s:5:\"share\";}}s:24:\"fas fa-share-from-square\";a:2:{s:5:\"label\";s:25:\"Share From Square (solid)\";s:6:\"search\";a:6:{i:0;s:7:\"forward\";i:1;s:4:\"save\";i:2;s:4:\"send\";i:3;s:6:\"social\";i:4;s:17:\"share-from-square\";i:5;s:17:\"share from square\";}}s:24:\"far fa-share-from-square\";a:2:{s:5:\"label\";s:27:\"Share From Square (regular)\";s:6:\"search\";a:6:{i:0;s:7:\"forward\";i:1;s:4:\"save\";i:2;s:4:\"send\";i:3;s:6:\"social\";i:4;s:17:\"share-from-square\";i:5;s:17:\"share from square\";}}s:18:\"fas fa-share-nodes\";a:2:{s:5:\"label\";s:11:\"Share Nodes\";s:6:\"search\";a:6:{i:0;s:7:\"forward\";i:1;s:4:\"save\";i:2;s:4:\"send\";i:3;s:6:\"social\";i:4;s:11:\"share-nodes\";i:5;s:11:\"share nodes\";}}s:20:\"fas fa-sheet-plastic\";a:2:{s:5:\"label\";s:13:\"Sheet Plastic\";s:6:\"search\";a:8:{i:0;s:7:\"plastic\";i:1;s:12:\"plastic wrap\";i:2;s:7:\"protect\";i:3;s:4:\"tarp\";i:4;s:9:\"tarpaulin\";i:5;s:10:\"waterproof\";i:6;s:13:\"sheet-plastic\";i:7;s:13:\"sheet plastic\";}}s:18:\"fas fa-shekel-sign\";a:2:{s:5:\"label\";s:11:\"Shekel Sign\";s:6:\"search\";a:6:{i:0;s:15:\"New Sheqel Sign\";i:1;s:8:\"currency\";i:2;s:3:\"ils\";i:3;s:5:\"money\";i:4;s:11:\"shekel-sign\";i:5;s:11:\"shekel sign\";}}s:13:\"fas fa-shield\";a:2:{s:5:\"label\";s:6:\"Shield\";s:6:\"search\";a:15:{i:0;s:11:\"achievement\";i:1;s:5:\"armor\";i:2;s:5:\"award\";i:3;s:5:\"block\";i:4;s:6:\"cleric\";i:5;s:6:\"defend\";i:6;s:7:\"defense\";i:7;s:4:\"holy\";i:8;s:7:\"paladin\";i:9;s:7:\"protect\";i:10;s:6:\"safety\";i:11;s:8:\"security\";i:12;s:6:\"shield\";i:13;s:6:\"weapon\";i:14;s:6:\"winner\";}}s:17:\"fas fa-shield-cat\";a:2:{s:5:\"label\";s:10:\"Shield Cat\";s:6:\"search\";a:8:{i:0;s:6:\"animal\";i:1;s:6:\"feline\";i:2;s:3:\"pet\";i:3;s:7:\"protect\";i:4;s:6:\"safety\";i:5;s:10:\"veterinary\";i:6;s:10:\"shield-cat\";i:7;s:10:\"shield cat\";}}s:17:\"fas fa-shield-dog\";a:2:{s:5:\"label\";s:10:\"Shield Dog\";s:6:\"search\";a:8:{i:0;s:6:\"animal\";i:1;s:6:\"canine\";i:2;s:3:\"pet\";i:3;s:7:\"protect\";i:4;s:6:\"safety\";i:5;s:10:\"veterinary\";i:6;s:10:\"shield-dog\";i:7;s:10:\"shield dog\";}}s:20:\"fas fa-shield-halved\";a:2:{s:5:\"label\";s:13:\"Shield Halved\";s:6:\"search\";a:16:{i:0;s:11:\"achievement\";i:1;s:5:\"armor\";i:2;s:5:\"award\";i:3;s:5:\"block\";i:4;s:6:\"cleric\";i:5;s:6:\"defend\";i:6;s:7:\"defense\";i:7;s:4:\"holy\";i:8;s:7:\"paladin\";i:9;s:7:\"privacy\";i:10;s:8:\"security\";i:11;s:6:\"shield\";i:12;s:6:\"weapon\";i:13;s:6:\"winner\";i:14;s:13:\"shield-halved\";i:15;s:13:\"shield halved\";}}s:19:\"fas fa-shield-heart\";a:2:{s:5:\"label\";s:12:\"Shield Heart\";s:6:\"search\";a:8:{i:0;s:4:\"love\";i:1;s:7:\"protect\";i:2;s:4:\"safe\";i:3;s:6:\"safety\";i:4;s:6:\"shield\";i:5;s:8:\"wishlist\";i:6;s:12:\"shield-heart\";i:7;s:12:\"shield heart\";}}s:19:\"fas fa-shield-virus\";a:2:{s:5:\"label\";s:12:\"Shield Virus\";s:6:\"search\";a:13:{i:0;s:10:\"antibodies\";i:1;s:7:\"barrier\";i:2;s:11:\"coronavirus\";i:3;s:8:\"covid-19\";i:4;s:3:\"flu\";i:5;s:6:\"health\";i:6;s:9:\"infection\";i:7;s:8:\"pandemic\";i:8;s:7:\"protect\";i:9;s:6:\"safety\";i:10;s:7:\"vaccine\";i:11;s:12:\"shield-virus\";i:12;s:12:\"shield virus\";}}s:11:\"fas fa-ship\";a:2:{s:5:\"label\";s:4:\"Ship\";s:6:\"search\";a:5:{i:0;s:4:\"boat\";i:1;s:9:\"passenger\";i:2;s:3:\"sea\";i:3;s:4:\"ship\";i:4;s:5:\"water\";}}s:12:\"fas fa-shirt\";a:2:{s:5:\"label\";s:5:\"Shirt\";s:6:\"search\";a:7:{i:0;s:8:\"clothing\";i:1;s:7:\"fashion\";i:2;s:7:\"garment\";i:3;s:5:\"shirt\";i:4;s:12:\"short sleeve\";i:5;s:7:\"t-shirt\";i:6;s:6:\"tshirt\";}}s:19:\"fab fa-shirtsinbulk\";a:2:{s:5:\"label\";s:14:\"Shirts in Bulk\";s:6:\"search\";a:2:{i:0;s:12:\"shirtsinbulk\";i:1;s:14:\"shirts in bulk\";}}s:18:\"fas fa-shoe-prints\";a:2:{s:5:\"label\";s:11:\"Shoe Prints\";s:6:\"search\";a:6:{i:0;s:4:\"feet\";i:1;s:10:\"footprints\";i:2;s:5:\"steps\";i:3;s:4:\"walk\";i:4;s:11:\"shoe-prints\";i:5;s:11:\"shoe prints\";}}s:15:\"fab fa-shoelace\";a:2:{s:5:\"label\";s:8:\"Shoelace\";s:6:\"search\";a:1:{i:0;s:8:\"shoelace\";}}s:11:\"fas fa-shop\";a:2:{s:5:\"label\";s:4:\"Shop\";s:6:\"search\";a:8:{i:0;s:6:\"bodega\";i:1;s:8:\"building\";i:2;s:3:\"buy\";i:3;s:6:\"market\";i:4;s:8:\"purchase\";i:5;s:8:\"shopping\";i:6;s:5:\"store\";i:7;s:4:\"shop\";}}s:16:\"fas fa-shop-lock\";a:2:{s:5:\"label\";s:9:\"Shop Lock\";s:6:\"search\";a:16:{i:0;s:6:\"bodega\";i:1;s:8:\"building\";i:2;s:3:\"buy\";i:3;s:6:\"closed\";i:4;s:4:\"lock\";i:5;s:8:\"lockdown\";i:6;s:6:\"market\";i:7;s:7:\"padlock\";i:8;s:7:\"privacy\";i:9;s:8:\"purchase\";i:10;s:10:\"quarantine\";i:11;s:4:\"shop\";i:12;s:8:\"shopping\";i:13;s:5:\"store\";i:14;s:9:\"shop-lock\";i:15;s:9:\"shop lock\";}}s:17:\"fas fa-shop-slash\";a:2:{s:5:\"label\";s:10:\"Shop Slash\";s:6:\"search\";a:9:{i:0;s:8:\"building\";i:1;s:3:\"buy\";i:2;s:6:\"closed\";i:3;s:8:\"covid-19\";i:4;s:8:\"disabled\";i:5;s:8:\"purchase\";i:6;s:8:\"shopping\";i:7;s:10:\"shop-slash\";i:8;s:10:\"shop slash\";}}s:14:\"fab fa-shopify\";a:2:{s:5:\"label\";s:7:\"Shopify\";s:6:\"search\";a:1:{i:0;s:7:\"shopify\";}}s:15:\"fab fa-shopware\";a:2:{s:5:\"label\";s:8:\"Shopware\";s:6:\"search\";a:1:{i:0;s:8:\"shopware\";}}s:13:\"fas fa-shower\";a:2:{s:5:\"label\";s:6:\"Shower\";s:6:\"search\";a:5:{i:0;s:4:\"bath\";i:1;s:5:\"clean\";i:2;s:6:\"faucet\";i:3;s:6:\"shower\";i:4;s:5:\"water\";}}s:13:\"fas fa-shrimp\";a:2:{s:5:\"label\";s:6:\"Shrimp\";s:6:\"search\";a:7:{i:0;s:7:\"allergy\";i:1;s:10:\"crustacean\";i:2;s:5:\"prawn\";i:3;s:7:\"seafood\";i:4;s:9:\"shellfish\";i:5;s:6:\"shrimp\";i:6;s:4:\"tail\";}}s:14:\"fas fa-shuffle\";a:2:{s:5:\"label\";s:7:\"Shuffle\";s:6:\"search\";a:9:{i:0;s:5:\"arrow\";i:1;s:6:\"arrows\";i:2;s:7:\"crossed\";i:3;s:7:\"shuffle\";i:4;s:21:\"shuffle tracks button\";i:5;s:4:\"sort\";i:6;s:4:\"swap\";i:7;s:6:\"switch\";i:8;s:8:\"transfer\";}}s:20:\"fas fa-shuttle-space\";a:2:{s:5:\"label\";s:13:\"Shuttle Space\";s:6:\"search\";a:8:{i:0;s:9:\"astronaut\";i:1;s:7:\"machine\";i:2;s:4:\"nasa\";i:3;s:6:\"rocket\";i:4;s:5:\"space\";i:5;s:14:\"transportation\";i:6;s:13:\"shuttle-space\";i:7;s:13:\"shuttle space\";}}s:19:\"fas fa-sign-hanging\";a:2:{s:5:\"label\";s:12:\"Sign Hanging\";s:6:\"search\";a:6:{i:0;s:10:\"directions\";i:1;s:11:\"real estate\";i:2;s:7:\"signage\";i:3;s:10:\"wayfinding\";i:4;s:12:\"sign-hanging\";i:5;s:12:\"sign hanging\";}}s:13:\"fas fa-signal\";a:2:{s:5:\"label\";s:6:\"Signal\";s:6:\"search\";a:12:{i:0;s:7:\"antenna\";i:1;s:12:\"antenna bars\";i:2;s:3:\"bar\";i:3;s:4:\"bars\";i:4;s:4:\"cell\";i:5;s:5:\"graph\";i:6;s:6:\"mobile\";i:7;s:6:\"online\";i:8;s:5:\"phone\";i:9;s:9:\"reception\";i:10;s:6:\"status\";i:11;s:6:\"signal\";}}s:23:\"fab fa-signal-messenger\";a:2:{s:5:\"label\";s:16:\"Signal Messenger\";s:6:\"search\";a:2:{i:0;s:16:\"signal-messenger\";i:1;s:16:\"signal messenger\";}}s:16:\"fas fa-signature\";a:2:{s:5:\"label\";s:9:\"Signature\";s:6:\"search\";a:6:{i:0;s:12:\"John Hancock\";i:1;s:7:\"cursive\";i:2;s:4:\"name\";i:3;s:8:\"username\";i:4;s:7:\"writing\";i:5;s:9:\"signature\";}}s:17:\"fas fa-signs-post\";a:2:{s:5:\"label\";s:10:\"Signs Post\";s:6:\"search\";a:7:{i:0;s:10:\"directions\";i:1;s:9:\"directory\";i:2;s:3:\"map\";i:3;s:7:\"signage\";i:4;s:10:\"wayfinding\";i:5;s:10:\"signs-post\";i:6;s:10:\"signs post\";}}s:15:\"fas fa-sim-card\";a:2:{s:5:\"label\";s:8:\"Sim Card\";s:6:\"search\";a:8:{i:0;s:10:\"hard drive\";i:1;s:8:\"hardware\";i:2;s:8:\"portable\";i:3;s:7:\"storage\";i:4;s:10:\"technology\";i:5;s:4:\"tiny\";i:6;s:8:\"sim-card\";i:7;s:8:\"sim card\";}}s:18:\"fab fa-simplybuilt\";a:2:{s:5:\"label\";s:11:\"SimplyBuilt\";s:6:\"search\";a:1:{i:0;s:11:\"simplybuilt\";}}s:11:\"fas fa-sink\";a:2:{s:5:\"label\";s:4:\"Sink\";s:6:\"search\";a:6:{i:0;s:8:\"bathroom\";i:1;s:8:\"covid-19\";i:2;s:6:\"faucet\";i:3;s:7:\"kitchen\";i:4;s:4:\"wash\";i:5;s:4:\"sink\";}}s:14:\"fab fa-sistrix\";a:2:{s:5:\"label\";s:7:\"SISTRIX\";s:6:\"search\";a:1:{i:0;s:7:\"sistrix\";}}s:14:\"fas fa-sitemap\";a:2:{s:5:\"label\";s:7:\"Sitemap\";s:6:\"search\";a:6:{i:0;s:9:\"directory\";i:1;s:9:\"hierarchy\";i:2;s:2:\"ia\";i:3;s:24:\"information architecture\";i:4;s:12:\"organization\";i:5;s:7:\"sitemap\";}}s:11:\"fab fa-sith\";a:2:{s:5:\"label\";s:4:\"Sith\";s:6:\"search\";a:1:{i:0;s:4:\"sith\";}}s:13:\"fab fa-sitrox\";a:2:{s:5:\"label\";s:6:\"Sitrox\";s:6:\"search\";a:1:{i:0;s:6:\"sitrox\";}}s:13:\"fab fa-sketch\";a:2:{s:5:\"label\";s:6:\"Sketch\";s:6:\"search\";a:4:{i:0;s:3:\"app\";i:1;s:6:\"design\";i:2;s:9:\"interface\";i:3;s:6:\"sketch\";}}s:12:\"fas fa-skull\";a:2:{s:5:\"label\";s:5:\"Skull\";s:6:\"search\";a:10:{i:0;s:5:\"bones\";i:1;s:5:\"death\";i:2;s:4:\"face\";i:3;s:10:\"fairy tale\";i:4;s:7:\"monster\";i:5;s:8:\"skeleton\";i:6;s:5:\"skull\";i:7;s:3:\"uer\";i:8;s:5:\"x-ray\";i:9;s:6:\"yorick\";}}s:23:\"fas fa-skull-crossbones\";a:2:{s:5:\"label\";s:16:\"Skull Crossbones\";s:6:\"search\";a:26:{i:0;s:26:\"Black Skull and Crossbones\";i:1;s:18:\"Dungeons & Dragons\";i:2;s:5:\"alert\";i:3;s:5:\"bones\";i:4;s:10:\"crossbones\";i:5;s:3:\"d&d\";i:6;s:6:\"danger\";i:7;s:14:\"dangerous area\";i:8;s:4:\"dead\";i:9;s:6:\"deadly\";i:10;s:5:\"death\";i:11;s:3:\"dnd\";i:12;s:4:\"face\";i:13;s:7:\"fantasy\";i:14;s:9:\"halloween\";i:15;s:7:\"holiday\";i:16;s:11:\"jolly-roger\";i:17;s:7:\"monster\";i:18;s:6:\"pirate\";i:19;s:6:\"poison\";i:20;s:8:\"skeleton\";i:21;s:5:\"skull\";i:22;s:20:\"skull and crossbones\";i:23;s:7:\"warning\";i:24;s:16:\"skull-crossbones\";i:25;s:16:\"skull crossbones\";}}s:15:\"fab fa-skyatlas\";a:2:{s:5:\"label\";s:8:\"skyatlas\";s:6:\"search\";a:1:{i:0;s:8:\"skyatlas\";}}s:12:\"fab fa-skype\";a:2:{s:5:\"label\";s:5:\"Skype\";s:6:\"search\";a:1:{i:0;s:5:\"skype\";}}s:12:\"fab fa-slack\";a:2:{s:5:\"label\";s:10:\"Slack Logo\";s:6:\"search\";a:5:{i:0;s:6:\"anchor\";i:1;s:4:\"hash\";i:2;s:7:\"hashtag\";i:3;s:5:\"slack\";i:4;s:10:\"slack logo\";}}s:12:\"fas fa-slash\";a:2:{s:5:\"label\";s:5:\"Slash\";s:6:\"search\";a:7:{i:0;s:6:\"cancel\";i:1;s:5:\"close\";i:2;s:4:\"mute\";i:3;s:3:\"off\";i:4;s:4:\"stop\";i:5;s:1:\"x\";i:6;s:5:\"slash\";}}s:13:\"fas fa-sleigh\";a:2:{s:5:\"label\";s:6:\"Sleigh\";s:6:\"search\";a:9:{i:0;s:9:\"christmas\";i:1;s:5:\"claus\";i:2;s:3:\"fly\";i:3;s:7:\"holiday\";i:4;s:5:\"santa\";i:5;s:4:\"sled\";i:6;s:4:\"snow\";i:7;s:4:\"xmas\";i:8;s:6:\"sleigh\";}}s:14:\"fas fa-sliders\";a:2:{s:5:\"label\";s:7:\"Sliders\";s:6:\"search\";a:6:{i:0;s:6:\"adjust\";i:1;s:13:\"configuration\";i:2;s:6:\"modify\";i:3;s:8:\"settings\";i:4;s:7:\"sliders\";i:5;s:6:\"toggle\";}}s:17:\"fab fa-slideshare\";a:2:{s:5:\"label\";s:10:\"Slideshare\";s:6:\"search\";a:1:{i:0;s:10:\"slideshare\";}}s:11:\"fas fa-smog\";a:2:{s:5:\"label\";s:4:\"Smog\";s:6:\"search\";a:7:{i:0;s:6:\"dragon\";i:1;s:3:\"fog\";i:2;s:4:\"haze\";i:3;s:9:\"pollution\";i:4;s:5:\"smoke\";i:5;s:7:\"weather\";i:6;s:4:\"smog\";}}s:14:\"fas fa-smoking\";a:2:{s:5:\"label\";s:7:\"Smoking\";s:6:\"search\";a:6:{i:0;s:6:\"cancer\";i:1;s:9:\"cigarette\";i:2;s:8:\"nicotine\";i:3;s:7:\"smoking\";i:4;s:14:\"smoking status\";i:5;s:7:\"tobacco\";}}s:15:\"fab fa-snapchat\";a:2:{s:5:\"label\";s:8:\"Snapchat\";s:6:\"search\";a:1:{i:0;s:8:\"snapchat\";}}s:16:\"fas fa-snowflake\";a:2:{s:5:\"label\";s:17:\"Snowflake (solid)\";s:6:\"search\";a:8:{i:0;s:23:\"Heavy Chevron Snowflake\";i:1;s:4:\"cold\";i:2;s:13:\"precipitation\";i:3;s:4:\"rain\";i:4;s:4:\"snow\";i:5;s:8:\"snowfall\";i:6;s:9:\"snowflake\";i:7;s:6:\"winter\";}}s:16:\"far fa-snowflake\";a:2:{s:5:\"label\";s:19:\"Snowflake (regular)\";s:6:\"search\";a:8:{i:0;s:23:\"Heavy Chevron Snowflake\";i:1;s:4:\"cold\";i:2;s:13:\"precipitation\";i:3;s:4:\"rain\";i:4;s:4:\"snow\";i:5;s:8:\"snowfall\";i:6;s:9:\"snowflake\";i:7;s:6:\"winter\";}}s:14:\"fas fa-snowman\";a:2:{s:5:\"label\";s:7:\"Snowman\";s:6:\"search\";a:8:{i:0;s:4:\"cold\";i:1;s:10:\"decoration\";i:2;s:5:\"frost\";i:3;s:6:\"frosty\";i:4;s:7:\"holiday\";i:5;s:4:\"snow\";i:6;s:7:\"snowman\";i:7;s:20:\"snowman without snow\";}}s:15:\"fas fa-snowplow\";a:2:{s:5:\"label\";s:8:\"Snowplow\";s:6:\"search\";a:6:{i:0;s:8:\"clean up\";i:1;s:4:\"cold\";i:2;s:4:\"road\";i:3;s:5:\"storm\";i:4;s:6:\"winter\";i:5;s:8:\"snowplow\";}}s:11:\"fas fa-soap\";a:2:{s:5:\"label\";s:4:\"Soap\";s:6:\"search\";a:11:{i:0;s:3:\"bar\";i:1;s:7:\"bathing\";i:2;s:7:\"bubbles\";i:3;s:5:\"clean\";i:4;s:8:\"cleaning\";i:5;s:8:\"covid-19\";i:6;s:7:\"hygiene\";i:7;s:6:\"lather\";i:8;s:4:\"soap\";i:9;s:8:\"soapdish\";i:10;s:4:\"wash\";}}s:12:\"fas fa-socks\";a:2:{s:5:\"label\";s:5:\"Socks\";s:6:\"search\";a:8:{i:0;s:14:\"business socks\";i:1;s:13:\"business time\";i:2;s:8:\"clothing\";i:3;s:4:\"feet\";i:4;s:23:\"flight of the conchords\";i:5;s:5:\"socks\";i:6;s:8:\"stocking\";i:7;s:9:\"wednesday\";}}s:18:\"fas fa-solar-panel\";a:2:{s:5:\"label\";s:11:\"Solar Panel\";s:6:\"search\";a:7:{i:0;s:5:\"clean\";i:1;s:12:\"eco-friendly\";i:2;s:6:\"energy\";i:3;s:5:\"green\";i:4;s:3:\"sun\";i:5;s:11:\"solar-panel\";i:6;s:11:\"solar panel\";}}s:11:\"fas fa-sort\";a:2:{s:5:\"label\";s:4:\"Sort\";s:6:\"search\";a:3:{i:0;s:6:\"filter\";i:1;s:5:\"order\";i:2;s:4:\"sort\";}}s:16:\"fas fa-sort-down\";a:2:{s:5:\"label\";s:9:\"Sort Down\";s:6:\"search\";a:8:{i:0;s:5:\"arrow\";i:1;s:10:\"descending\";i:2;s:6:\"filter\";i:3;s:6:\"insert\";i:4;s:5:\"order\";i:5;s:9:\"sort-desc\";i:6;s:9:\"sort-down\";i:7;s:9:\"sort down\";}}s:14:\"fas fa-sort-up\";a:2:{s:5:\"label\";s:7:\"Sort Up\";s:6:\"search\";a:8:{i:0;s:5:\"arrow\";i:1;s:9:\"ascending\";i:2;s:6:\"filter\";i:3;s:5:\"order\";i:4;s:8:\"sort-asc\";i:5;s:7:\"upgrade\";i:6;s:7:\"sort-up\";i:7;s:7:\"sort up\";}}s:17:\"fab fa-soundcloud\";a:2:{s:5:\"label\";s:10:\"SoundCloud\";s:6:\"search\";a:1:{i:0;s:10:\"soundcloud\";}}s:17:\"fab fa-sourcetree\";a:2:{s:5:\"label\";s:10:\"Sourcetree\";s:6:\"search\";a:1:{i:0;s:10:\"sourcetree\";}}s:10:\"fas fa-spa\";a:2:{s:5:\"label\";s:3:\"Spa\";s:6:\"search\";a:6:{i:0;s:5:\"flora\";i:1;s:7:\"massage\";i:2;s:11:\"mindfulness\";i:3;s:5:\"plant\";i:4;s:8:\"wellness\";i:5;s:3:\"spa\";}}s:20:\"fab fa-space-awesome\";a:2:{s:5:\"label\";s:13:\"Space Awesome\";s:6:\"search\";a:6:{i:0;s:9:\"adventure\";i:1;s:6:\"rocket\";i:2;s:4:\"ship\";i:3;s:7:\"shuttle\";i:4;s:13:\"space-awesome\";i:5;s:13:\"space awesome\";}}s:31:\"fas fa-spaghetti-monster-flying\";a:2:{s:5:\"label\";s:24:\"Spaghetti Monster Flying\";s:6:\"search\";a:6:{i:0;s:11:\"agnosticism\";i:1;s:7:\"atheism\";i:2;s:24:\"flying spaghetti monster\";i:3;s:3:\"fsm\";i:4;s:24:\"spaghetti-monster-flying\";i:5;s:24:\"spaghetti monster flying\";}}s:14:\"fab fa-speakap\";a:2:{s:5:\"label\";s:7:\"Speakap\";s:6:\"search\";a:1:{i:0;s:7:\"speakap\";}}s:19:\"fab fa-speaker-deck\";a:2:{s:5:\"label\";s:12:\"Speaker Deck\";s:6:\"search\";a:2:{i:0;s:12:\"speaker-deck\";i:1;s:12:\"speaker deck\";}}s:18:\"fas fa-spell-check\";a:2:{s:5:\"label\";s:11:\"Spell Check\";s:6:\"search\";a:10:{i:0;s:10:\"dictionary\";i:1;s:4:\"edit\";i:2;s:6:\"editor\";i:3;s:6:\"enable\";i:4;s:7:\"grammar\";i:5;s:4:\"text\";i:6;s:8:\"validate\";i:7;s:7:\"working\";i:8;s:11:\"spell-check\";i:9;s:11:\"spell check\";}}s:13:\"fas fa-spider\";a:2:{s:5:\"label\";s:6:\"Spider\";s:6:\"search\";a:8:{i:0;s:8:\"arachnid\";i:1;s:3:\"bug\";i:2;s:9:\"charlotte\";i:3;s:5:\"crawl\";i:4;s:5:\"eight\";i:5;s:9:\"halloween\";i:6;s:6:\"insect\";i:7;s:6:\"spider\";}}s:14:\"fas fa-spinner\";a:2:{s:5:\"label\";s:7:\"Spinner\";s:6:\"search\";a:5:{i:0;s:6:\"circle\";i:1;s:7:\"loading\";i:2;s:7:\"pending\";i:3;s:8:\"progress\";i:4;s:7:\"spinner\";}}s:14:\"fas fa-splotch\";a:2:{s:5:\"label\";s:7:\"Splotch\";s:6:\"search\";a:6:{i:0;s:3:\"Ink\";i:1;s:4:\"blob\";i:2;s:6:\"blotch\";i:3;s:4:\"glob\";i:4;s:5:\"stain\";i:5;s:7:\"splotch\";}}s:12:\"fas fa-spoon\";a:2:{s:5:\"label\";s:5:\"Spoon\";s:6:\"search\";a:6:{i:0;s:7:\"cutlery\";i:1;s:6:\"dining\";i:2;s:5:\"scoop\";i:3;s:10:\"silverware\";i:4;s:5:\"spoon\";i:5;s:9:\"tableware\";}}s:14:\"fab fa-spotify\";a:2:{s:5:\"label\";s:7:\"Spotify\";s:6:\"search\";a:1:{i:0;s:7:\"spotify\";}}s:16:\"fas fa-spray-can\";a:2:{s:5:\"label\";s:9:\"Spray Can\";s:6:\"search\";a:7:{i:0;s:5:\"Paint\";i:1;s:7:\"aerosol\";i:2;s:6:\"design\";i:3;s:8:\"graffiti\";i:4;s:3:\"tag\";i:5;s:9:\"spray-can\";i:6;s:9:\"spray can\";}}s:25:\"fas fa-spray-can-sparkles\";a:2:{s:5:\"label\";s:18:\"Spray Can Sparkles\";s:6:\"search\";a:8:{i:0;s:3:\"car\";i:1;s:5:\"clean\";i:2;s:9:\"deodorize\";i:3;s:5:\"fresh\";i:4;s:4:\"pine\";i:5;s:5:\"scent\";i:6;s:18:\"spray-can-sparkles\";i:7;s:18:\"spray can sparkles\";}}s:13:\"fas fa-square\";a:2:{s:5:\"label\";s:14:\"Square (solid)\";s:6:\"search\";a:8:{i:0;s:12:\"Black Square\";i:1;s:19:\"black medium square\";i:2;s:5:\"block\";i:3;s:3:\"box\";i:4;s:9:\"geometric\";i:5;s:5:\"shape\";i:6;s:6:\"square\";i:7;s:19:\"white medium square\";}}s:13:\"far fa-square\";a:2:{s:5:\"label\";s:16:\"Square (regular)\";s:6:\"search\";a:8:{i:0;s:12:\"Black Square\";i:1;s:19:\"black medium square\";i:2;s:5:\"block\";i:3;s:3:\"box\";i:4;s:9:\"geometric\";i:5;s:5:\"shape\";i:6;s:6:\"square\";i:7;s:19:\"white medium square\";}}s:28:\"fas fa-square-arrow-up-right\";a:2:{s:5:\"label\";s:21:\"Square Arrow Up Right\";s:6:\"search\";a:7:{i:0;s:8:\"diagonal\";i:1;s:3:\"new\";i:2;s:4:\"open\";i:3;s:4:\"send\";i:4;s:5:\"share\";i:5;s:21:\"square-arrow-up-right\";i:6;s:21:\"square arrow up right\";}}s:21:\"fab fa-square-behance\";a:2:{s:5:\"label\";s:14:\"Square Behance\";s:6:\"search\";a:2:{i:0;s:14:\"square-behance\";i:1;s:14:\"square behance\";}}s:24:\"fas fa-square-caret-down\";a:2:{s:5:\"label\";s:25:\"Square Caret Down (solid)\";s:6:\"search\";a:10:{i:0;s:5:\"arrow\";i:1;s:19:\"caret-square-o-down\";i:2;s:8:\"dropdown\";i:3;s:6:\"expand\";i:4;s:6:\"insert\";i:5;s:4:\"menu\";i:6;s:4:\"more\";i:7;s:8:\"triangle\";i:8;s:17:\"square-caret-down\";i:9;s:17:\"square caret down\";}}s:24:\"far fa-square-caret-down\";a:2:{s:5:\"label\";s:27:\"Square Caret Down (regular)\";s:6:\"search\";a:10:{i:0;s:5:\"arrow\";i:1;s:19:\"caret-square-o-down\";i:2;s:8:\"dropdown\";i:3;s:6:\"expand\";i:4;s:6:\"insert\";i:5;s:4:\"menu\";i:6;s:4:\"more\";i:7;s:8:\"triangle\";i:8;s:17:\"square-caret-down\";i:9;s:17:\"square caret down\";}}s:24:\"fas fa-square-caret-left\";a:2:{s:5:\"label\";s:25:\"Square Caret Left (solid)\";s:6:\"search\";a:7:{i:0;s:5:\"arrow\";i:1;s:4:\"back\";i:2;s:19:\"caret-square-o-left\";i:3;s:8:\"previous\";i:4;s:8:\"triangle\";i:5;s:17:\"square-caret-left\";i:6;s:17:\"square caret left\";}}s:24:\"far fa-square-caret-left\";a:2:{s:5:\"label\";s:27:\"Square Caret Left (regular)\";s:6:\"search\";a:7:{i:0;s:5:\"arrow\";i:1;s:4:\"back\";i:2;s:19:\"caret-square-o-left\";i:3;s:8:\"previous\";i:4;s:8:\"triangle\";i:5;s:17:\"square-caret-left\";i:6;s:17:\"square caret left\";}}s:25:\"fas fa-square-caret-right\";a:2:{s:5:\"label\";s:26:\"Square Caret Right (solid)\";s:6:\"search\";a:7:{i:0;s:5:\"arrow\";i:1;s:20:\"caret-square-o-right\";i:2;s:7:\"forward\";i:3;s:4:\"next\";i:4;s:8:\"triangle\";i:5;s:18:\"square-caret-right\";i:6;s:18:\"square caret right\";}}s:25:\"far fa-square-caret-right\";a:2:{s:5:\"label\";s:28:\"Square Caret Right (regular)\";s:6:\"search\";a:7:{i:0;s:5:\"arrow\";i:1;s:20:\"caret-square-o-right\";i:2;s:7:\"forward\";i:3;s:4:\"next\";i:4;s:8:\"triangle\";i:5;s:18:\"square-caret-right\";i:6;s:18:\"square caret right\";}}s:22:\"fas fa-square-caret-up\";a:2:{s:5:\"label\";s:23:\"Square Caret Up (solid)\";s:6:\"search\";a:8:{i:0;s:5:\"arrow\";i:1;s:17:\"caret-square-o-up\";i:2;s:8:\"collapse\";i:3;s:8:\"triangle\";i:4;s:7:\"upgrade\";i:5;s:6:\"upload\";i:6;s:15:\"square-caret-up\";i:7;s:15:\"square caret up\";}}s:22:\"far fa-square-caret-up\";a:2:{s:5:\"label\";s:25:\"Square Caret Up (regular)\";s:6:\"search\";a:8:{i:0;s:5:\"arrow\";i:1;s:17:\"caret-square-o-up\";i:2;s:8:\"collapse\";i:3;s:8:\"triangle\";i:4;s:7:\"upgrade\";i:5;s:6:\"upload\";i:6;s:15:\"square-caret-up\";i:7;s:15:\"square caret up\";}}s:19:\"fas fa-square-check\";a:2:{s:5:\"label\";s:20:\"Square Check (solid)\";s:6:\"search\";a:25:{i:0;s:6:\"accept\";i:1;s:5:\"agree\";i:2;s:3:\"box\";i:3;s:6:\"button\";i:4;s:5:\"check\";i:5;s:20:\"check box with check\";i:6;s:17:\"check mark button\";i:7;s:9:\"checkmark\";i:8;s:7:\"confirm\";i:9;s:7:\"correct\";i:10;s:6:\"coupon\";i:11;s:4:\"done\";i:12;s:6:\"enable\";i:13;s:4:\"mark\";i:14;s:2:\"ok\";i:15;s:6:\"select\";i:16;s:7:\"success\";i:17;s:4:\"tick\";i:18;s:4:\"todo\";i:19;s:8:\"validate\";i:20;s:7:\"working\";i:21;s:3:\"yes\";i:22;s:3:\"✓\";i:23;s:12:\"square-check\";i:24;s:12:\"square check\";}}s:19:\"far fa-square-check\";a:2:{s:5:\"label\";s:22:\"Square Check (regular)\";s:6:\"search\";a:25:{i:0;s:6:\"accept\";i:1;s:5:\"agree\";i:2;s:3:\"box\";i:3;s:6:\"button\";i:4;s:5:\"check\";i:5;s:20:\"check box with check\";i:6;s:17:\"check mark button\";i:7;s:9:\"checkmark\";i:8;s:7:\"confirm\";i:9;s:7:\"correct\";i:10;s:6:\"coupon\";i:11;s:4:\"done\";i:12;s:6:\"enable\";i:13;s:4:\"mark\";i:14;s:2:\"ok\";i:15;s:6:\"select\";i:16;s:7:\"success\";i:17;s:4:\"tick\";i:18;s:4:\"todo\";i:19;s:8:\"validate\";i:20;s:7:\"working\";i:21;s:3:\"yes\";i:22;s:3:\"✓\";i:23;s:12:\"square-check\";i:24;s:12:\"square check\";}}s:22:\"fab fa-square-dribbble\";a:2:{s:5:\"label\";s:15:\"Square Dribbble\";s:6:\"search\";a:2:{i:0;s:15:\"square-dribbble\";i:1;s:15:\"square dribbble\";}}s:22:\"fas fa-square-envelope\";a:2:{s:5:\"label\";s:15:\"Square Envelope\";s:6:\"search\";a:10:{i:0;s:6:\"e-mail\";i:1;s:5:\"email\";i:2;s:6:\"letter\";i:3;s:4:\"mail\";i:4;s:7:\"message\";i:5;s:12:\"notification\";i:6;s:5:\"offer\";i:7;s:7:\"support\";i:8;s:15:\"square-envelope\";i:9;s:15:\"square envelope\";}}s:22:\"fab fa-square-facebook\";a:2:{s:5:\"label\";s:15:\"Square Facebook\";s:6:\"search\";a:5:{i:0;s:6:\"fabook\";i:1;s:2:\"fb\";i:2;s:14:\"social network\";i:3;s:15:\"square-facebook\";i:4;s:15:\"square facebook\";}}s:26:\"fab fa-square-font-awesome\";a:2:{s:5:\"label\";s:19:\"Square Font Awesome\";s:6:\"search\";a:2:{i:0;s:19:\"square-font-awesome\";i:1;s:19:\"square font awesome\";}}s:33:\"fab fa-square-font-awesome-stroke\";a:2:{s:5:\"label\";s:26:\"Square Font Awesome Stroke\";s:6:\"search\";a:7:{i:0;s:5:\" flag\";i:1;s:5:\" font\";i:2;s:6:\" icons\";i:3;s:9:\" typeface\";i:4;s:7:\"awesome\";i:5;s:26:\"square-font-awesome-stroke\";i:6;s:26:\"square font awesome stroke\";}}s:18:\"fas fa-square-full\";a:2:{s:5:\"label\";s:19:\"Square Full (solid)\";s:6:\"search\";a:23:{i:0;s:18:\"black large square\";i:1;s:5:\"block\";i:2;s:4:\"blue\";i:3;s:11:\"blue square\";i:4;s:3:\"box\";i:5;s:5:\"brown\";i:6;s:12:\"brown square\";i:7;s:9:\"geometric\";i:8;s:5:\"green\";i:9;s:12:\"green square\";i:10;s:6:\"orange\";i:11;s:13:\"orange square\";i:12;s:6:\"purple\";i:13;s:13:\"purple square\";i:14;s:3:\"red\";i:15;s:10:\"red square\";i:16;s:5:\"shape\";i:17;s:6:\"square\";i:18;s:18:\"white large square\";i:19;s:6:\"yellow\";i:20;s:13:\"yellow square\";i:21;s:11:\"square-full\";i:22;s:11:\"square full\";}}s:18:\"far fa-square-full\";a:2:{s:5:\"label\";s:21:\"Square Full (regular)\";s:6:\"search\";a:23:{i:0;s:18:\"black large square\";i:1;s:5:\"block\";i:2;s:4:\"blue\";i:3;s:11:\"blue square\";i:4;s:3:\"box\";i:5;s:5:\"brown\";i:6;s:12:\"brown square\";i:7;s:9:\"geometric\";i:8;s:5:\"green\";i:9;s:12:\"green square\";i:10;s:6:\"orange\";i:11;s:13:\"orange square\";i:12;s:6:\"purple\";i:13;s:13:\"purple square\";i:14;s:3:\"red\";i:15;s:10:\"red square\";i:16;s:5:\"shape\";i:17;s:6:\"square\";i:18;s:18:\"white large square\";i:19;s:6:\"yellow\";i:20;s:13:\"yellow square\";i:21;s:11:\"square-full\";i:22;s:11:\"square full\";}}s:17:\"fab fa-square-git\";a:2:{s:5:\"label\";s:10:\"Square Git\";s:6:\"search\";a:2:{i:0;s:10:\"square-git\";i:1;s:10:\"square git\";}}s:20:\"fab fa-square-github\";a:2:{s:5:\"label\";s:13:\"Square Github\";s:6:\"search\";a:3:{i:0;s:7:\"octocat\";i:1;s:13:\"square-github\";i:2;s:13:\"square github\";}}s:20:\"fab fa-square-gitlab\";a:2:{s:5:\"label\";s:13:\"Square Gitlab\";s:6:\"search\";a:2:{i:0;s:13:\"square-gitlab\";i:1;s:13:\"square gitlab\";}}s:25:\"fab fa-square-google-plus\";a:2:{s:5:\"label\";s:18:\"Square Google Plus\";s:6:\"search\";a:3:{i:0;s:14:\"social network\";i:1;s:18:\"square-google-plus\";i:2;s:18:\"square google plus\";}}s:15:\"fas fa-square-h\";a:2:{s:5:\"label\";s:8:\"Square H\";s:6:\"search\";a:8:{i:0;s:10:\"directions\";i:1;s:9:\"emergency\";i:2;s:8:\"hospital\";i:3;s:5:\"hotel\";i:4;s:6:\"letter\";i:5;s:3:\"map\";i:6;s:8:\"square-h\";i:7;s:8:\"square h\";}}s:25:\"fab fa-square-hacker-news\";a:2:{s:5:\"label\";s:18:\"Square Hacker News\";s:6:\"search\";a:2:{i:0;s:18:\"square-hacker-news\";i:1;s:18:\"square hacker news\";}}s:23:\"fab fa-square-instagram\";a:2:{s:5:\"label\";s:16:\"Square Instagram\";s:6:\"search\";a:2:{i:0;s:16:\"square-instagram\";i:1;s:16:\"square instagram\";}}s:16:\"fab fa-square-js\";a:2:{s:5:\"label\";s:9:\"Square Js\";s:6:\"search\";a:2:{i:0;s:9:\"square-js\";i:1;s:9:\"square js\";}}s:20:\"fab fa-square-lastfm\";a:2:{s:5:\"label\";s:13:\"Square Lastfm\";s:6:\"search\";a:2:{i:0;s:13:\"square-lastfm\";i:1;s:13:\"square lastfm\";}}s:24:\"fab fa-square-letterboxd\";a:2:{s:5:\"label\";s:17:\"Square Letterboxd\";s:6:\"search\";a:2:{i:0;s:17:\"square-letterboxd\";i:1;s:17:\"square letterboxd\";}}s:19:\"fas fa-square-minus\";a:2:{s:5:\"label\";s:20:\"Square Minus (solid)\";s:6:\"search\";a:10:{i:0;s:8:\"collapse\";i:1;s:6:\"delete\";i:2;s:4:\"hide\";i:3;s:6:\"minify\";i:4;s:8:\"negative\";i:5;s:6:\"remove\";i:6;s:5:\"shape\";i:7;s:5:\"trash\";i:8;s:12:\"square-minus\";i:9;s:12:\"square minus\";}}s:19:\"far fa-square-minus\";a:2:{s:5:\"label\";s:22:\"Square Minus (regular)\";s:6:\"search\";a:10:{i:0;s:8:\"collapse\";i:1;s:6:\"delete\";i:2;s:4:\"hide\";i:3;s:6:\"minify\";i:4;s:8:\"negative\";i:5;s:6:\"remove\";i:6;s:5:\"shape\";i:7;s:5:\"trash\";i:8;s:12:\"square-minus\";i:9;s:12:\"square minus\";}}s:17:\"fas fa-square-nfi\";a:2:{s:5:\"label\";s:10:\"Square Nfi\";s:6:\"search\";a:4:{i:0;s:13:\"non-food item\";i:1;s:8:\"supplies\";i:2;s:10:\"square-nfi\";i:3;s:10:\"square nfi\";}}s:27:\"fab fa-square-odnoklassniki\";a:2:{s:5:\"label\";s:20:\"Square Odnoklassniki\";s:6:\"search\";a:2:{i:0;s:20:\"square-odnoklassniki\";i:1;s:20:\"square odnoklassniki\";}}s:21:\"fas fa-square-parking\";a:2:{s:5:\"label\";s:14:\"Square Parking\";s:6:\"search\";a:7:{i:0;s:4:\"auto\";i:1;s:3:\"car\";i:2;s:6:\"garage\";i:3;s:5:\"meter\";i:4;s:7:\"parking\";i:5;s:14:\"square-parking\";i:6;s:14:\"square parking\";}}s:17:\"fas fa-square-pen\";a:2:{s:5:\"label\";s:10:\"Square Pen\";s:6:\"search\";a:7:{i:0;s:4:\"edit\";i:1;s:6:\"modify\";i:2;s:13:\"pencil-square\";i:3;s:6:\"update\";i:4;s:5:\"write\";i:5;s:10:\"square-pen\";i:6;s:10:\"square pen\";}}s:29:\"fas fa-square-person-confined\";a:2:{s:5:\"label\";s:22:\"Square Person Confined\";s:6:\"search\";a:5:{i:0;s:9:\"captivity\";i:1;s:8:\"confined\";i:2;s:3:\"uer\";i:3;s:22:\"square-person-confined\";i:4;s:22:\"square person confined\";}}s:19:\"fas fa-square-phone\";a:2:{s:5:\"label\";s:12:\"Square Phone\";s:6:\"search\";a:8:{i:0;s:4:\"call\";i:1;s:8:\"earphone\";i:2;s:6:\"number\";i:3;s:7:\"support\";i:4;s:9:\"telephone\";i:5;s:5:\"voice\";i:6;s:12:\"square-phone\";i:7;s:12:\"square phone\";}}s:24:\"fas fa-square-phone-flip\";a:2:{s:5:\"label\";s:17:\"Square Phone Flip\";s:6:\"search\";a:8:{i:0;s:4:\"call\";i:1;s:8:\"earphone\";i:2;s:6:\"number\";i:3;s:7:\"support\";i:4;s:9:\"telephone\";i:5;s:5:\"voice\";i:6;s:17:\"square-phone-flip\";i:7;s:17:\"square phone flip\";}}s:24:\"fab fa-square-pied-piper\";a:2:{s:5:\"label\";s:28:\"Pied Piper Square Logo (Old)\";s:6:\"search\";a:2:{i:0;s:17:\"square-pied-piper\";i:1;s:28:\"pied piper square logo (old)\";}}s:23:\"fab fa-square-pinterest\";a:2:{s:5:\"label\";s:16:\"Square Pinterest\";s:6:\"search\";a:2:{i:0;s:16:\"square-pinterest\";i:1;s:16:\"square pinterest\";}}s:18:\"fas fa-square-plus\";a:2:{s:5:\"label\";s:19:\"Square Plus (solid)\";s:6:\"search\";a:8:{i:0;s:3:\"add\";i:1;s:6:\"create\";i:2;s:6:\"expand\";i:3;s:3:\"new\";i:4;s:8:\"positive\";i:5;s:5:\"shape\";i:6;s:11:\"square-plus\";i:7;s:11:\"square plus\";}}s:18:\"far fa-square-plus\";a:2:{s:5:\"label\";s:21:\"Square Plus (regular)\";s:6:\"search\";a:8:{i:0;s:3:\"add\";i:1;s:6:\"create\";i:2;s:6:\"expand\";i:3;s:3:\"new\";i:4;s:8:\"positive\";i:5;s:5:\"shape\";i:6;s:11:\"square-plus\";i:7;s:11:\"square plus\";}}s:29:\"fas fa-square-poll-horizontal\";a:2:{s:5:\"label\";s:22:\"Square Poll Horizontal\";s:6:\"search\";a:10:{i:0;s:5:\"chart\";i:1;s:5:\"graph\";i:2;s:7:\"results\";i:3;s:10:\"statistics\";i:4;s:6:\"survey\";i:5;s:5:\"trend\";i:6;s:4:\"vote\";i:7;s:6:\"voting\";i:8;s:22:\"square-poll-horizontal\";i:9;s:22:\"square poll horizontal\";}}s:27:\"fas fa-square-poll-vertical\";a:2:{s:5:\"label\";s:20:\"Square Poll Vertical\";s:6:\"search\";a:11:{i:0;s:5:\"chart\";i:1;s:5:\"graph\";i:2;s:7:\"results\";i:3;s:7:\"revenue\";i:4;s:10:\"statistics\";i:5;s:6:\"survey\";i:6;s:5:\"trend\";i:7;s:4:\"vote\";i:8;s:6:\"voting\";i:9;s:20:\"square-poll-vertical\";i:10;s:20:\"square poll vertical\";}}s:20:\"fab fa-square-reddit\";a:2:{s:5:\"label\";s:13:\"Square Reddit\";s:6:\"search\";a:2:{i:0;s:13:\"square-reddit\";i:1;s:13:\"square reddit\";}}s:27:\"fas fa-square-root-variable\";a:2:{s:5:\"label\";s:20:\"Square Root Variable\";s:6:\"search\";a:6:{i:0;s:10:\"arithmetic\";i:1;s:8:\"calculus\";i:2;s:8:\"division\";i:3;s:4:\"math\";i:4;s:20:\"square-root-variable\";i:5;s:20:\"square root variable\";}}s:17:\"fas fa-square-rss\";a:2:{s:5:\"label\";s:10:\"Square Rss\";s:6:\"search\";a:7:{i:0;s:4:\"blog\";i:1;s:4:\"feed\";i:2;s:7:\"journal\";i:3;s:4:\"news\";i:4;s:7:\"writing\";i:5;s:10:\"square-rss\";i:6;s:10:\"square rss\";}}s:25:\"fas fa-square-share-nodes\";a:2:{s:5:\"label\";s:18:\"Square Share Nodes\";s:6:\"search\";a:6:{i:0;s:7:\"forward\";i:1;s:4:\"save\";i:2;s:4:\"send\";i:3;s:6:\"social\";i:4;s:18:\"square-share-nodes\";i:5;s:18:\"square share nodes\";}}s:22:\"fab fa-square-snapchat\";a:2:{s:5:\"label\";s:15:\"Snapchat Square\";s:6:\"search\";a:2:{i:0;s:15:\"square-snapchat\";i:1;s:15:\"snapchat square\";}}s:19:\"fab fa-square-steam\";a:2:{s:5:\"label\";s:12:\"Square Steam\";s:6:\"search\";a:2:{i:0;s:12:\"square-steam\";i:1;s:12:\"square steam\";}}s:21:\"fab fa-square-threads\";a:2:{s:5:\"label\";s:14:\"Square Threads\";s:6:\"search\";a:2:{i:0;s:14:\"square-threads\";i:1;s:14:\"square threads\";}}s:20:\"fab fa-square-tumblr\";a:2:{s:5:\"label\";s:13:\"Square Tumblr\";s:6:\"search\";a:2:{i:0;s:13:\"square-tumblr\";i:1;s:13:\"square tumblr\";}}s:21:\"fab fa-square-twitter\";a:2:{s:5:\"label\";s:14:\"Square Twitter\";s:6:\"search\";a:4:{i:0;s:14:\"social network\";i:1;s:5:\"tweet\";i:2;s:14:\"square-twitter\";i:3;s:14:\"square twitter\";}}s:22:\"fas fa-square-up-right\";a:2:{s:5:\"label\";s:15:\"Square Up Right\";s:6:\"search\";a:12:{i:0;s:5:\"arrow\";i:1;s:8:\"diagonal\";i:2;s:9:\"direction\";i:3;s:20:\"external-link-square\";i:4;s:13:\"intercardinal\";i:5;s:3:\"new\";i:6;s:9:\"northeast\";i:7;s:4:\"open\";i:8;s:5:\"share\";i:9;s:14:\"up-right arrow\";i:10;s:15:\"square-up-right\";i:11;s:15:\"square up right\";}}s:20:\"fab fa-square-upwork\";a:2:{s:5:\"label\";s:13:\"Square Upwork\";s:6:\"search\";a:2:{i:0;s:13:\"square-upwork\";i:1;s:13:\"square upwork\";}}s:20:\"fab fa-square-viadeo\";a:2:{s:5:\"label\";s:13:\"Square Viadeo\";s:6:\"search\";a:2:{i:0;s:13:\"square-viadeo\";i:1;s:13:\"square viadeo\";}}s:19:\"fab fa-square-vimeo\";a:2:{s:5:\"label\";s:12:\"Square Vimeo\";s:6:\"search\";a:2:{i:0;s:12:\"square-vimeo\";i:1;s:12:\"square vimeo\";}}s:19:\"fas fa-square-virus\";a:2:{s:5:\"label\";s:12:\"Square Virus\";s:6:\"search\";a:8:{i:0;s:11:\"coronavirus\";i:1;s:8:\"covid-19\";i:2;s:7:\"disease\";i:3;s:3:\"flu\";i:4;s:9:\"infection\";i:5;s:8:\"pandemic\";i:6;s:12:\"square-virus\";i:7;s:12:\"square virus\";}}s:25:\"fab fa-square-web-awesome\";a:2:{s:5:\"label\";s:18:\"Square Web Awesome\";s:6:\"search\";a:7:{i:0;s:8:\"  coding\";i:1;s:7:\"  crown\";i:2;s:5:\"  web\";i:3;s:8:\" awesome\";i:4;s:11:\" components\";i:5;s:18:\"square-web-awesome\";i:6;s:18:\"square web awesome\";}}s:32:\"fab fa-square-web-awesome-stroke\";a:2:{s:5:\"label\";s:25:\"Square Web Awesome Stroke\";s:6:\"search\";a:7:{i:0;s:8:\"  coding\";i:1;s:7:\"  crown\";i:2;s:5:\"  web\";i:3;s:8:\" awesome\";i:4;s:11:\" components\";i:5;s:25:\"square-web-awesome-stroke\";i:6;s:25:\"square web awesome stroke\";}}s:22:\"fab fa-square-whatsapp\";a:2:{s:5:\"label\";s:15:\"Square Whatsapp\";s:6:\"search\";a:2:{i:0;s:15:\"square-whatsapp\";i:1;s:15:\"square whatsapp\";}}s:23:\"fab fa-square-x-twitter\";a:2:{s:5:\"label\";s:16:\"Square X Twitter\";s:6:\"search\";a:5:{i:0;s:5:\" elon\";i:1;s:2:\" x\";i:2;s:7:\"twitter\";i:3;s:16:\"square-x-twitter\";i:4;s:16:\"square x twitter\";}}s:18:\"fab fa-square-xing\";a:2:{s:5:\"label\";s:11:\"Square Xing\";s:6:\"search\";a:2:{i:0;s:11:\"square-xing\";i:1;s:11:\"square xing\";}}s:19:\"fas fa-square-xmark\";a:2:{s:5:\"label\";s:12:\"Square Xmark\";s:6:\"search\";a:17:{i:0;s:5:\"close\";i:1;s:5:\"cross\";i:2;s:17:\"cross mark button\";i:3;s:9:\"incorrect\";i:4;s:4:\"mark\";i:5;s:6:\"notice\";i:6;s:12:\"notification\";i:7;s:6:\"notify\";i:8;s:7:\"problem\";i:9;s:6:\"square\";i:10;s:7:\"uncheck\";i:11;s:6:\"window\";i:12;s:5:\"wrong\";i:13;s:1:\"x\";i:14;s:2:\"×\";i:15;s:12:\"square-xmark\";i:16;s:12:\"square xmark\";}}s:21:\"fab fa-square-youtube\";a:2:{s:5:\"label\";s:14:\"Square Youtube\";s:6:\"search\";a:2:{i:0;s:14:\"square-youtube\";i:1;s:14:\"square youtube\";}}s:18:\"fab fa-squarespace\";a:2:{s:5:\"label\";s:11:\"Squarespace\";s:6:\"search\";a:1:{i:0;s:11:\"squarespace\";}}s:21:\"fab fa-stack-exchange\";a:2:{s:5:\"label\";s:14:\"Stack Exchange\";s:6:\"search\";a:2:{i:0;s:14:\"stack-exchange\";i:1;s:14:\"stack exchange\";}}s:21:\"fab fa-stack-overflow\";a:2:{s:5:\"label\";s:14:\"Stack Overflow\";s:6:\"search\";a:2:{i:0;s:14:\"stack-overflow\";i:1;s:14:\"stack overflow\";}}s:16:\"fab fa-stackpath\";a:2:{s:5:\"label\";s:9:\"Stackpath\";s:6:\"search\";a:1:{i:0;s:9:\"stackpath\";}}s:18:\"fas fa-staff-snake\";a:2:{s:5:\"label\";s:11:\"Staff Snake\";s:6:\"search\";a:7:{i:0;s:9:\"asclepius\";i:1;s:9:\"asklepian\";i:2;s:6:\"health\";i:3;s:7:\"serpent\";i:4;s:8:\"wellness\";i:5;s:11:\"staff-snake\";i:6;s:11:\"staff snake\";}}s:13:\"fas fa-stairs\";a:2:{s:5:\"label\";s:6:\"Stairs\";s:6:\"search\";a:4:{i:0;s:4:\"exit\";i:1;s:5:\"steps\";i:2;s:2:\"up\";i:3;s:6:\"stairs\";}}s:12:\"fas fa-stamp\";a:2:{s:5:\"label\";s:5:\"Stamp\";s:6:\"search\";a:6:{i:0;s:3:\"art\";i:1;s:11:\"certificate\";i:2;s:7:\"imprint\";i:3;s:6:\"rubber\";i:4;s:4:\"seal\";i:5;s:5:\"stamp\";}}s:14:\"fas fa-stapler\";a:2:{s:5:\"label\";s:7:\"Stapler\";s:6:\"search\";a:6:{i:0;s:7:\"desktop\";i:1;s:6:\"milton\";i:2;s:6:\"office\";i:3;s:9:\"paperclip\";i:4;s:6:\"staple\";i:5;s:7:\"stapler\";}}s:11:\"fas fa-star\";a:2:{s:5:\"label\";s:12:\"Star (solid)\";s:6:\"search\";a:10:{i:0;s:11:\"achievement\";i:1;s:5:\"award\";i:2;s:8:\"favorite\";i:3;s:9:\"important\";i:4;s:5:\"night\";i:5;s:7:\"quality\";i:6;s:6:\"rating\";i:7;s:5:\"score\";i:8;s:4:\"star\";i:9;s:3:\"vip\";}}s:11:\"far fa-star\";a:2:{s:5:\"label\";s:14:\"Star (regular)\";s:6:\"search\";a:10:{i:0;s:11:\"achievement\";i:1;s:5:\"award\";i:2;s:8:\"favorite\";i:3;s:9:\"important\";i:4;s:5:\"night\";i:5;s:7:\"quality\";i:6;s:6:\"rating\";i:7;s:5:\"score\";i:8;s:4:\"star\";i:9;s:3:\"vip\";}}s:24:\"fas fa-star-and-crescent\";a:2:{s:5:\"label\";s:17:\"Star And Crescent\";s:6:\"search\";a:6:{i:0;s:6:\"Muslim\";i:1;s:5:\"islam\";i:2;s:6:\"muslim\";i:3;s:8:\"religion\";i:4;s:17:\"star and crescent\";i:5;s:17:\"star-and-crescent\";}}s:16:\"fas fa-star-half\";a:2:{s:5:\"label\";s:17:\"Star Half (solid)\";s:6:\"search\";a:8:{i:0;s:11:\"achievement\";i:1;s:5:\"award\";i:2;s:6:\"rating\";i:3;s:5:\"score\";i:4;s:15:\"star-half-empty\";i:5;s:14:\"star-half-full\";i:6;s:9:\"star-half\";i:7;s:9:\"star half\";}}s:16:\"far fa-star-half\";a:2:{s:5:\"label\";s:19:\"Star Half (regular)\";s:6:\"search\";a:8:{i:0;s:11:\"achievement\";i:1;s:5:\"award\";i:2;s:6:\"rating\";i:3;s:5:\"score\";i:4;s:15:\"star-half-empty\";i:5;s:14:\"star-half-full\";i:6;s:9:\"star-half\";i:7;s:9:\"star half\";}}s:23:\"fas fa-star-half-stroke\";a:2:{s:5:\"label\";s:24:\"Star Half Stroke (solid)\";s:6:\"search\";a:8:{i:0;s:11:\"achievement\";i:1;s:5:\"award\";i:2;s:6:\"rating\";i:3;s:5:\"score\";i:4;s:15:\"star-half-empty\";i:5;s:14:\"star-half-full\";i:6;s:16:\"star-half-stroke\";i:7;s:16:\"star half stroke\";}}s:23:\"far fa-star-half-stroke\";a:2:{s:5:\"label\";s:26:\"Star Half Stroke (regular)\";s:6:\"search\";a:8:{i:0;s:11:\"achievement\";i:1;s:5:\"award\";i:2;s:6:\"rating\";i:3;s:5:\"score\";i:4;s:15:\"star-half-empty\";i:5;s:14:\"star-half-full\";i:6;s:16:\"star-half-stroke\";i:7;s:16:\"star half stroke\";}}s:20:\"fas fa-star-of-david\";a:2:{s:5:\"label\";s:13:\"Star Of David\";s:6:\"search\";a:10:{i:0;s:5:\"David\";i:1;s:3:\"Jew\";i:2;s:6:\"Jewish\";i:3;s:6:\"jewish\";i:4;s:7:\"judaism\";i:5;s:8:\"religion\";i:6;s:4:\"star\";i:7;s:13:\"star of David\";i:8;s:13:\"star-of-david\";i:9;s:13:\"star of david\";}}s:19:\"fas fa-star-of-life\";a:2:{s:5:\"label\";s:12:\"Star Of Life\";s:6:\"search\";a:7:{i:0;s:6:\"doctor\";i:1;s:3:\"emt\";i:2;s:9:\"first aid\";i:3;s:6:\"health\";i:4;s:7:\"medical\";i:5;s:12:\"star-of-life\";i:6;s:12:\"star of life\";}}s:17:\"fab fa-staylinked\";a:2:{s:5:\"label\";s:10:\"StayLinked\";s:6:\"search\";a:2:{i:0;s:6:\"linkin\";i:1;s:10:\"staylinked\";}}s:12:\"fab fa-steam\";a:2:{s:5:\"label\";s:5:\"Steam\";s:6:\"search\";a:1:{i:0;s:5:\"steam\";}}s:19:\"fab fa-steam-symbol\";a:2:{s:5:\"label\";s:12:\"Steam Symbol\";s:6:\"search\";a:2:{i:0;s:12:\"steam-symbol\";i:1;s:12:\"steam symbol\";}}s:20:\"fas fa-sterling-sign\";a:2:{s:5:\"label\";s:13:\"Sterling Sign\";s:6:\"search\";a:4:{i:0;s:10:\"Pound Sign\";i:1;s:8:\"currency\";i:2;s:13:\"sterling-sign\";i:3;s:13:\"sterling sign\";}}s:18:\"fas fa-stethoscope\";a:2:{s:5:\"label\";s:11:\"Stethoscope\";s:6:\"search\";a:11:{i:0;s:8:\"covid-19\";i:1;s:9:\"diagnosis\";i:2;s:6:\"doctor\";i:3;s:20:\"general practitioner\";i:4;s:5:\"heart\";i:5;s:8:\"hospital\";i:6;s:9:\"infirmary\";i:7;s:8:\"medicine\";i:8;s:6:\"office\";i:9;s:10:\"outpatient\";i:10;s:11:\"stethoscope\";}}s:19:\"fab fa-sticker-mule\";a:2:{s:5:\"label\";s:12:\"Sticker Mule\";s:6:\"search\";a:2:{i:0;s:12:\"sticker-mule\";i:1;s:12:\"sticker mule\";}}s:11:\"fas fa-stop\";a:2:{s:5:\"label\";s:4:\"Stop\";s:6:\"search\";a:5:{i:0;s:5:\"block\";i:1;s:3:\"box\";i:2;s:6:\"square\";i:3;s:4:\"stop\";i:4;s:11:\"stop button\";}}s:16:\"fas fa-stopwatch\";a:2:{s:5:\"label\";s:9:\"Stopwatch\";s:6:\"search\";a:5:{i:0;s:5:\"clock\";i:1;s:8:\"reminder\";i:2;s:9:\"stopwatch\";i:3;s:4:\"time\";i:4;s:7:\"waiting\";}}s:19:\"fas fa-stopwatch-20\";a:2:{s:5:\"label\";s:12:\"Stopwatch 20\";s:6:\"search\";a:11:{i:0;s:4:\"ABCs\";i:1;s:9:\"countdown\";i:2;s:8:\"covid-19\";i:3;s:14:\"happy birthday\";i:4;s:14:\"i will survive\";i:5;s:8:\"reminder\";i:6;s:7:\"seconds\";i:7;s:4:\"time\";i:8;s:5:\"timer\";i:9;s:12:\"stopwatch-20\";i:10;s:12:\"stopwatch 20\";}}s:12:\"fas fa-store\";a:2:{s:5:\"label\";s:5:\"Store\";s:6:\"search\";a:7:{i:0;s:6:\"bodega\";i:1;s:8:\"building\";i:2;s:3:\"buy\";i:3;s:6:\"market\";i:4;s:8:\"purchase\";i:5;s:8:\"shopping\";i:6;s:5:\"store\";}}s:18:\"fas fa-store-slash\";a:2:{s:5:\"label\";s:11:\"Store Slash\";s:6:\"search\";a:9:{i:0;s:8:\"building\";i:1;s:3:\"buy\";i:2;s:6:\"closed\";i:3;s:8:\"covid-19\";i:4;s:8:\"disabled\";i:5;s:8:\"purchase\";i:6;s:8:\"shopping\";i:7;s:11:\"store-slash\";i:8;s:11:\"store slash\";}}s:13:\"fab fa-strava\";a:2:{s:5:\"label\";s:6:\"Strava\";s:6:\"search\";a:1:{i:0;s:6:\"strava\";}}s:18:\"fas fa-street-view\";a:2:{s:5:\"label\";s:11:\"Street View\";s:6:\"search\";a:7:{i:0;s:10:\"directions\";i:1;s:8:\"location\";i:2;s:3:\"map\";i:3;s:10:\"navigation\";i:4;s:3:\"uer\";i:5;s:11:\"street-view\";i:6;s:11:\"street view\";}}s:20:\"fas fa-strikethrough\";a:2:{s:5:\"label\";s:13:\"Strikethrough\";s:6:\"search\";a:8:{i:0;s:6:\"cancel\";i:1;s:4:\"edit\";i:2;s:4:\"font\";i:3;s:6:\"format\";i:4;s:6:\"modify\";i:5;s:4:\"text\";i:6;s:4:\"type\";i:7;s:13:\"strikethrough\";}}s:13:\"fab fa-stripe\";a:2:{s:5:\"label\";s:6:\"Stripe\";s:6:\"search\";a:1:{i:0;s:6:\"stripe\";}}s:15:\"fab fa-stripe-s\";a:2:{s:5:\"label\";s:8:\"Stripe S\";s:6:\"search\";a:2:{i:0;s:8:\"stripe-s\";i:1;s:8:\"stripe s\";}}s:18:\"fas fa-stroopwafel\";a:2:{s:5:\"label\";s:11:\"Stroopwafel\";s:6:\"search\";a:6:{i:0;s:7:\"caramel\";i:1;s:6:\"cookie\";i:2;s:7:\"dessert\";i:3;s:6:\"sweets\";i:4;s:6:\"waffle\";i:5;s:11:\"stroopwafel\";}}s:14:\"fab fa-stubber\";a:2:{s:5:\"label\";s:7:\"Stubber\";s:6:\"search\";a:1:{i:0;s:7:\"stubber\";}}s:19:\"fab fa-studiovinari\";a:2:{s:5:\"label\";s:13:\"Studio Vinari\";s:6:\"search\";a:2:{i:0;s:12:\"studiovinari\";i:1;s:13:\"studio vinari\";}}s:18:\"fab fa-stumbleupon\";a:2:{s:5:\"label\";s:16:\"StumbleUpon Logo\";s:6:\"search\";a:2:{i:0;s:11:\"stumbleupon\";i:1;s:16:\"stumbleupon logo\";}}s:25:\"fab fa-stumbleupon-circle\";a:2:{s:5:\"label\";s:18:\"StumbleUpon Circle\";s:6:\"search\";a:2:{i:0;s:18:\"stumbleupon-circle\";i:1;s:18:\"stumbleupon circle\";}}s:16:\"fas fa-subscript\";a:2:{s:5:\"label\";s:9:\"Subscript\";s:6:\"search\";a:6:{i:0;s:4:\"edit\";i:1;s:4:\"font\";i:2;s:6:\"format\";i:3;s:4:\"text\";i:4;s:4:\"type\";i:5;s:9:\"subscript\";}}s:15:\"fas fa-suitcase\";a:2:{s:5:\"label\";s:8:\"Suitcase\";s:6:\"search\";a:7:{i:0;s:7:\"baggage\";i:1;s:7:\"luggage\";i:2;s:4:\"move\";i:3;s:7:\"packing\";i:4;s:8:\"suitcase\";i:5;s:6:\"travel\";i:6;s:4:\"trip\";}}s:23:\"fas fa-suitcase-medical\";a:2:{s:5:\"label\";s:16:\"Suitcase Medical\";s:6:\"search\";a:9:{i:0;s:9:\"first aid\";i:1;s:8:\"firstaid\";i:2;s:6:\"health\";i:3;s:4:\"help\";i:4;s:7:\"medical\";i:5;s:6:\"supply\";i:6;s:7:\"support\";i:7;s:16:\"suitcase-medical\";i:8;s:16:\"suitcase medical\";}}s:23:\"fas fa-suitcase-rolling\";a:2:{s:5:\"label\";s:16:\"Suitcase Rolling\";s:6:\"search\";a:8:{i:0;s:7:\"baggage\";i:1;s:7:\"luggage\";i:2;s:4:\"move\";i:3;s:8:\"suitcase\";i:4;s:6:\"travel\";i:5;s:4:\"trip\";i:6;s:16:\"suitcase-rolling\";i:7;s:16:\"suitcase rolling\";}}s:10:\"fas fa-sun\";a:2:{s:5:\"label\";s:11:\"Sun (solid)\";s:6:\"search\";a:12:{i:0;s:6:\"bright\";i:1;s:8:\"brighten\";i:2;s:8:\"contrast\";i:3;s:3:\"day\";i:4;s:7:\"lighter\";i:5;s:4:\"rays\";i:6;s:3:\"sol\";i:7;s:5:\"solar\";i:8;s:4:\"star\";i:9;s:3:\"sun\";i:10;s:5:\"sunny\";i:11;s:7:\"weather\";}}s:10:\"far fa-sun\";a:2:{s:5:\"label\";s:13:\"Sun (regular)\";s:6:\"search\";a:12:{i:0;s:6:\"bright\";i:1;s:8:\"brighten\";i:2;s:8:\"contrast\";i:3;s:3:\"day\";i:4;s:7:\"lighter\";i:5;s:4:\"rays\";i:6;s:3:\"sol\";i:7;s:5:\"solar\";i:8;s:4:\"star\";i:9;s:3:\"sun\";i:10;s:5:\"sunny\";i:11;s:7:\"weather\";}}s:21:\"fas fa-sun-plant-wilt\";a:2:{s:5:\"label\";s:14:\"Sun Plant Wilt\";s:6:\"search\";a:5:{i:0;s:4:\"arid\";i:1;s:5:\"droop\";i:2;s:7:\"drought\";i:3;s:14:\"sun-plant-wilt\";i:4;s:14:\"sun plant wilt\";}}s:18:\"fab fa-superpowers\";a:2:{s:5:\"label\";s:11:\"Superpowers\";s:6:\"search\";a:1:{i:0;s:11:\"superpowers\";}}s:18:\"fas fa-superscript\";a:2:{s:5:\"label\";s:11:\"Superscript\";s:6:\"search\";a:7:{i:0;s:4:\"edit\";i:1;s:11:\"exponential\";i:2;s:4:\"font\";i:3;s:6:\"format\";i:4;s:4:\"text\";i:5;s:4:\"type\";i:6;s:11:\"superscript\";}}s:13:\"fab fa-supple\";a:2:{s:5:\"label\";s:6:\"Supple\";s:6:\"search\";a:1:{i:0;s:6:\"supple\";}}s:11:\"fab fa-suse\";a:2:{s:5:\"label\";s:4:\"Suse\";s:6:\"search\";a:4:{i:0;s:5:\"linux\";i:1;s:16:\"operating system\";i:2;s:2:\"os\";i:3;s:4:\"suse\";}}s:17:\"fas fa-swatchbook\";a:2:{s:5:\"label\";s:10:\"Swatchbook\";s:6:\"search\";a:6:{i:0;s:7:\"Pantone\";i:1;s:5:\"color\";i:2;s:6:\"design\";i:3;s:3:\"hue\";i:4;s:7:\"palette\";i:5;s:10:\"swatchbook\";}}s:12:\"fab fa-swift\";a:2:{s:5:\"label\";s:5:\"Swift\";s:6:\"search\";a:1:{i:0;s:5:\"swift\";}}s:14:\"fab fa-symfony\";a:2:{s:5:\"label\";s:7:\"Symfony\";s:6:\"search\";a:1:{i:0;s:7:\"symfony\";}}s:16:\"fas fa-synagogue\";a:2:{s:5:\"label\";s:9:\"Synagogue\";s:6:\"search\";a:9:{i:0;s:3:\"Jew\";i:1;s:6:\"Jewish\";i:2;s:8:\"building\";i:3;s:6:\"jewish\";i:4;s:7:\"judaism\";i:5;s:8:\"religion\";i:6;s:13:\"star of david\";i:7;s:9:\"synagogue\";i:8;s:6:\"temple\";}}s:14:\"fas fa-syringe\";a:2:{s:5:\"label\";s:7:\"Syringe\";s:6:\"search\";a:11:{i:0;s:8:\"covid-19\";i:1;s:6:\"doctor\";i:2;s:13:\"immunizations\";i:3;s:7:\"medical\";i:4;s:8:\"medicine\";i:5;s:6:\"needle\";i:6;s:4:\"shot\";i:7;s:4:\"sick\";i:8;s:7:\"syringe\";i:9;s:9:\"vaccinate\";i:10;s:7:\"vaccine\";}}s:8:\"fas fa-t\";a:2:{s:5:\"label\";s:1:\"T\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter T\";i:1;s:20:\"Latin Small Letter T\";i:2;s:6:\"letter\";i:3;s:1:\"t\";}}s:12:\"fas fa-table\";a:2:{s:5:\"label\";s:5:\"Table\";s:6:\"search\";a:5:{i:0;s:8:\"category\";i:1;s:4:\"data\";i:2;s:5:\"excel\";i:3;s:11:\"spreadsheet\";i:4;s:5:\"table\";}}s:18:\"fas fa-table-cells\";a:2:{s:5:\"label\";s:11:\"Table Cells\";s:6:\"search\";a:9:{i:0;s:6:\" excel\";i:1;s:6:\"blocks\";i:2;s:5:\"boxes\";i:3;s:8:\"category\";i:4;s:4:\"grid\";i:5;s:11:\"spreadsheet\";i:6;s:7:\"squares\";i:7;s:11:\"table-cells\";i:8;s:11:\"table cells\";}}s:30:\"fas fa-table-cells-column-lock\";a:2:{s:5:\"label\";s:23:\"Table Cells Column Lock\";s:6:\"search\";a:11:{i:0;s:7:\" blocks\";i:1;s:6:\" boxes\";i:2;s:7:\" column\";i:3;s:6:\" excel\";i:4;s:5:\" grid\";i:5;s:5:\" lock\";i:6;s:8:\" squares\";i:7;s:8:\"category\";i:8;s:11:\"spreadsheet\";i:9;s:23:\"table-cells-column-lock\";i:10;s:23:\"table cells column lock\";}}s:24:\"fas fa-table-cells-large\";a:2:{s:5:\"label\";s:17:\"Table Cells Large\";s:6:\"search\";a:9:{i:0;s:6:\" excel\";i:1;s:6:\"blocks\";i:2;s:5:\"boxes\";i:3;s:8:\"category\";i:4;s:4:\"grid\";i:5;s:11:\"spreadsheet\";i:6;s:7:\"squares\";i:7;s:17:\"table-cells-large\";i:8;s:17:\"table cells large\";}}s:27:\"fas fa-table-cells-row-lock\";a:2:{s:5:\"label\";s:20:\"Table Cells Row Lock\";s:6:\"search\";a:12:{i:0;s:8:\"  blocks\";i:1;s:7:\"  boxes\";i:2;s:8:\"  column\";i:3;s:6:\"  grid\";i:4;s:9:\"  squares\";i:5;s:9:\" category\";i:6;s:7:\" column\";i:7;s:6:\" excel\";i:8;s:5:\" lock\";i:10;s:12:\" spreadsheet\";i:11;s:20:\"table-cells-row-lock\";i:12;s:20:\"table cells row lock\";}}s:20:\"fas fa-table-columns\";a:2:{s:5:\"label\";s:13:\"Table Columns\";s:6:\"search\";a:8:{i:0;s:7:\"browser\";i:1;s:8:\"category\";i:2;s:9:\"dashboard\";i:3;s:8:\"organize\";i:4;s:5:\"panes\";i:5;s:5:\"split\";i:6;s:13:\"table-columns\";i:7;s:13:\"table columns\";}}s:17:\"fas fa-table-list\";a:2:{s:5:\"label\";s:10:\"Table List\";s:6:\"search\";a:12:{i:0;s:8:\"category\";i:1;s:10:\"cheatsheet\";i:2;s:9:\"checklist\";i:3;s:9:\"completed\";i:4;s:4:\"done\";i:5;s:8:\"finished\";i:6;s:2:\"ol\";i:7;s:7:\"summary\";i:8;s:4:\"todo\";i:9;s:2:\"ul\";i:10;s:10:\"table-list\";i:11;s:10:\"table list\";}}s:31:\"fas fa-table-tennis-paddle-ball\";a:2:{s:5:\"label\";s:24:\"Table Tennis Paddle Ball\";s:6:\"search\";a:8:{i:0;s:4:\"ball\";i:1;s:3:\"bat\";i:2;s:4:\"game\";i:3;s:6:\"paddle\";i:4;s:9:\"ping pong\";i:5;s:12:\"table tennis\";i:6;s:24:\"table-tennis-paddle-ball\";i:7;s:24:\"table tennis paddle ball\";}}s:13:\"fas fa-tablet\";a:2:{s:5:\"label\";s:6:\"Tablet\";s:6:\"search\";a:4:{i:0;s:6:\"device\";i:1;s:6:\"kindle\";i:2;s:6:\"screen\";i:3;s:6:\"tablet\";}}s:20:\"fas fa-tablet-button\";a:2:{s:5:\"label\";s:13:\"Tablet Button\";s:6:\"search\";a:7:{i:0;s:5:\"apple\";i:1;s:6:\"device\";i:2;s:4:\"ipad\";i:3;s:6:\"kindle\";i:4;s:6:\"screen\";i:5;s:13:\"tablet-button\";i:6;s:13:\"tablet button\";}}s:27:\"fas fa-tablet-screen-button\";a:2:{s:5:\"label\";s:20:\"Tablet Screen Button\";s:6:\"search\";a:7:{i:0;s:5:\"apple\";i:1;s:6:\"device\";i:2;s:4:\"ipad\";i:3;s:6:\"kindle\";i:4;s:6:\"screen\";i:5;s:20:\"tablet-screen-button\";i:6;s:20:\"tablet screen button\";}}s:14:\"fas fa-tablets\";a:2:{s:5:\"label\";s:7:\"Tablets\";s:6:\"search\";a:5:{i:0;s:5:\"drugs\";i:1;s:8:\"medicine\";i:2;s:5:\"pills\";i:3;s:12:\"prescription\";i:4;s:7:\"tablets\";}}s:25:\"fas fa-tachograph-digital\";a:2:{s:5:\"label\";s:18:\"Tachograph Digital\";s:6:\"search\";a:6:{i:0;s:4:\"data\";i:1;s:8:\"distance\";i:2;s:5:\"speed\";i:3;s:10:\"tachometer\";i:4;s:18:\"tachograph-digital\";i:5;s:18:\"tachograph digital\";}}s:10:\"fas fa-tag\";a:2:{s:5:\"label\";s:3:\"Tag\";s:6:\"search\";a:6:{i:0;s:8:\"discount\";i:1;s:4:\"labe\";i:2;s:5:\"label\";i:3;s:5:\"price\";i:4;s:8:\"shopping\";i:5;s:3:\"tag\";}}s:11:\"fas fa-tags\";a:2:{s:5:\"label\";s:4:\"Tags\";s:6:\"search\";a:5:{i:0;s:8:\"discount\";i:1;s:5:\"label\";i:2;s:5:\"price\";i:3;s:8:\"shopping\";i:4;s:4:\"tags\";}}s:11:\"fas fa-tape\";a:2:{s:5:\"label\";s:4:\"Tape\";s:6:\"search\";a:4:{i:0;s:6:\"design\";i:1;s:7:\"package\";i:2;s:6:\"sticky\";i:3;s:4:\"tape\";}}s:11:\"fas fa-tarp\";a:2:{s:5:\"label\";s:4:\"Tarp\";s:6:\"search\";a:4:{i:0;s:10:\"protection\";i:1;s:4:\"tarp\";i:2;s:4:\"tent\";i:3;s:10:\"waterproof\";}}s:19:\"fas fa-tarp-droplet\";a:2:{s:5:\"label\";s:12:\"Tarp Droplet\";s:6:\"search\";a:6:{i:0;s:10:\"protection\";i:1;s:4:\"tarp\";i:2;s:4:\"tent\";i:3;s:10:\"waterproof\";i:4;s:12:\"tarp-droplet\";i:5;s:12:\"tarp droplet\";}}s:11:\"fas fa-taxi\";a:2:{s:5:\"label\";s:4:\"Taxi\";s:6:\"search\";a:13:{i:0;s:3:\"cab\";i:1;s:6:\"cabbie\";i:2;s:3:\"car\";i:3;s:11:\"car service\";i:4;s:4:\"lyft\";i:5;s:7:\"machine\";i:6;s:8:\"oncoming\";i:7;s:13:\"oncoming taxi\";i:8;s:4:\"taxi\";i:9;s:14:\"transportation\";i:10;s:6:\"travel\";i:11;s:4:\"uber\";i:12;s:7:\"vehicle\";}}s:16:\"fab fa-teamspeak\";a:2:{s:5:\"label\";s:9:\"Teamspeak\";s:6:\"search\";a:1:{i:0;s:9:\"teamspeak\";}}s:12:\"fas fa-teeth\";a:2:{s:5:\"label\";s:5:\"Teeth\";s:6:\"search\";a:8:{i:0;s:4:\"bite\";i:1;s:6:\"dental\";i:2;s:7:\"dentist\";i:3;s:4:\"gums\";i:4;s:5:\"mouth\";i:5;s:5:\"smile\";i:6;s:5:\"tooth\";i:7;s:5:\"teeth\";}}s:17:\"fas fa-teeth-open\";a:2:{s:5:\"label\";s:10:\"Teeth Open\";s:6:\"search\";a:8:{i:0;s:6:\"dental\";i:1;s:7:\"dentist\";i:2;s:9:\"gums bite\";i:3;s:5:\"mouth\";i:4;s:5:\"smile\";i:5;s:5:\"tooth\";i:6;s:10:\"teeth-open\";i:7;s:10:\"teeth open\";}}s:15:\"fab fa-telegram\";a:2:{s:5:\"label\";s:8:\"Telegram\";s:6:\"search\";a:1:{i:0;s:8:\"telegram\";}}s:29:\"fas fa-temperature-arrow-down\";a:2:{s:5:\"label\";s:22:\"Temperature Arrow Down\";s:6:\"search\";a:8:{i:0;s:15:\"air conditioner\";i:1;s:4:\"cold\";i:2;s:6:\"heater\";i:3;s:7:\"mercury\";i:4;s:11:\"thermometer\";i:5;s:6:\"winter\";i:6;s:22:\"temperature-arrow-down\";i:7;s:22:\"temperature arrow down\";}}s:27:\"fas fa-temperature-arrow-up\";a:2:{s:5:\"label\";s:20:\"Temperature Arrow Up\";s:6:\"search\";a:8:{i:0;s:15:\"air conditioner\";i:1;s:4:\"cold\";i:2;s:6:\"heater\";i:3;s:7:\"mercury\";i:4;s:11:\"thermometer\";i:5;s:6:\"winter\";i:6;s:20:\"temperature-arrow-up\";i:7;s:20:\"temperature arrow up\";}}s:24:\"fas fa-temperature-empty\";a:2:{s:5:\"label\";s:17:\"Temperature Empty\";s:6:\"search\";a:6:{i:0;s:4:\"cold\";i:1;s:7:\"mercury\";i:2;s:6:\"status\";i:3;s:11:\"temperature\";i:4;s:17:\"temperature-empty\";i:5;s:17:\"temperature empty\";}}s:23:\"fas fa-temperature-full\";a:2:{s:5:\"label\";s:16:\"Temperature Full\";s:6:\"search\";a:7:{i:0;s:5:\"fever\";i:1;s:3:\"hot\";i:2;s:7:\"mercury\";i:3;s:6:\"status\";i:4;s:11:\"temperature\";i:5;s:16:\"temperature-full\";i:6;s:16:\"temperature full\";}}s:23:\"fas fa-temperature-half\";a:2:{s:5:\"label\";s:16:\"Temperature Half\";s:6:\"search\";a:7:{i:0;s:7:\"mercury\";i:1;s:6:\"status\";i:2;s:11:\"temperature\";i:3;s:11:\"thermometer\";i:4;s:7:\"weather\";i:5;s:16:\"temperature-half\";i:6;s:16:\"temperature half\";}}s:23:\"fas fa-temperature-high\";a:2:{s:5:\"label\";s:16:\"Temperature High\";s:6:\"search\";a:8:{i:0;s:4:\"cook\";i:1;s:8:\"covid-19\";i:2;s:7:\"mercury\";i:3;s:6:\"summer\";i:4;s:11:\"thermometer\";i:5;s:4:\"warm\";i:6;s:16:\"temperature-high\";i:7;s:16:\"temperature high\";}}s:22:\"fas fa-temperature-low\";a:2:{s:5:\"label\";s:15:\"Temperature Low\";s:6:\"search\";a:8:{i:0;s:4:\"cold\";i:1;s:4:\"cool\";i:2;s:8:\"covid-19\";i:3;s:7:\"mercury\";i:4;s:11:\"thermometer\";i:5;s:6:\"winter\";i:6;s:15:\"temperature-low\";i:7;s:15:\"temperature low\";}}s:26:\"fas fa-temperature-quarter\";a:2:{s:5:\"label\";s:19:\"Temperature Quarter\";s:6:\"search\";a:5:{i:0;s:7:\"mercury\";i:1;s:6:\"status\";i:2;s:11:\"temperature\";i:3;s:19:\"temperature-quarter\";i:4;s:19:\"temperature quarter\";}}s:33:\"fas fa-temperature-three-quarters\";a:2:{s:5:\"label\";s:26:\"Temperature Three Quarters\";s:6:\"search\";a:5:{i:0;s:7:\"mercury\";i:1;s:6:\"status\";i:2;s:11:\"temperature\";i:3;s:26:\"temperature-three-quarters\";i:4;s:26:\"temperature three quarters\";}}s:20:\"fab fa-tencent-weibo\";a:2:{s:5:\"label\";s:13:\"Tencent Weibo\";s:6:\"search\";a:2:{i:0;s:13:\"tencent-weibo\";i:1;s:13:\"tencent weibo\";}}s:17:\"fas fa-tenge-sign\";a:2:{s:5:\"label\";s:10:\"Tenge Sign\";s:6:\"search\";a:4:{i:0;s:10:\"Tenge Sign\";i:1;s:8:\"currency\";i:2;s:10:\"tenge-sign\";i:3;s:10:\"tenge sign\";}}s:11:\"fas fa-tent\";a:2:{s:5:\"label\";s:4:\"Tent\";s:6:\"search\";a:6:{i:0;s:7:\"bivouac\";i:1;s:10:\"campground\";i:2;s:8:\"campsite\";i:3;s:7:\"refugee\";i:4;s:7:\"shelter\";i:5;s:4:\"tent\";}}s:30:\"fas fa-tent-arrow-down-to-line\";a:2:{s:5:\"label\";s:23:\"Tent Arrow Down To Line\";s:6:\"search\";a:11:{i:0;s:8:\" bivouac\";i:1;s:11:\" campground\";i:2;s:8:\" refugee\";i:3;s:8:\" shelter\";i:4;s:5:\" tent\";i:5;s:8:\"campsite\";i:6;s:9:\"permanent\";i:7;s:7:\"refugee\";i:8;s:7:\"shelter\";i:9;s:23:\"tent-arrow-down-to-line\";i:10;s:23:\"tent arrow down to line\";}}s:28:\"fas fa-tent-arrow-left-right\";a:2:{s:5:\"label\";s:21:\"Tent Arrow Left Right\";s:6:\"search\";a:11:{i:0;s:8:\" bivouac\";i:1;s:11:\" campground\";i:2;s:8:\" refugee\";i:3;s:8:\" shelter\";i:4;s:5:\" tent\";i:5;s:8:\"campsite\";i:6;s:7:\"refugee\";i:7;s:7:\"shelter\";i:8;s:10:\"transition\";i:9;s:21:\"tent-arrow-left-right\";i:10;s:21:\"tent arrow left right\";}}s:27:\"fas fa-tent-arrow-turn-left\";a:2:{s:5:\"label\";s:20:\"Tent Arrow Turn Left\";s:6:\"search\";a:11:{i:0;s:8:\" bivouac\";i:1;s:11:\" campground\";i:2;s:8:\" refugee\";i:3;s:8:\" shelter\";i:4;s:5:\" tent\";i:5;s:8:\"campsite\";i:6;s:7:\"refugee\";i:7;s:7:\"shelter\";i:8;s:9:\"temporary\";i:9;s:20:\"tent-arrow-turn-left\";i:10;s:20:\"tent arrow turn left\";}}s:23:\"fas fa-tent-arrows-down\";a:2:{s:5:\"label\";s:16:\"Tent Arrows Down\";s:6:\"search\";a:12:{i:0;s:8:\" bivouac\";i:1;s:11:\" campground\";i:2;s:8:\" refugee\";i:3;s:8:\" shelter\";i:4;s:5:\" tent\";i:5;s:8:\"campsite\";i:6;s:6:\"insert\";i:7;s:7:\"refugee\";i:8;s:7:\"shelter\";i:9;s:11:\"spontaneous\";i:10;s:16:\"tent-arrows-down\";i:11;s:16:\"tent arrows down\";}}s:12:\"fas fa-tents\";a:2:{s:5:\"label\";s:5:\"Tents\";s:6:\"search\";a:12:{i:0;s:8:\" bivouac\";i:1;s:11:\" campground\";i:2;s:8:\" refugee\";i:3;s:8:\" shelter\";i:4;s:5:\" tent\";i:5;s:7:\"bivouac\";i:6;s:10:\"campground\";i:7;s:8:\"campsite\";i:8;s:7:\"refugee\";i:9;s:7:\"shelter\";i:10;s:4:\"tent\";i:11;s:5:\"tents\";}}s:15:\"fas fa-terminal\";a:2:{s:5:\"label\";s:8:\"Terminal\";s:6:\"search\";a:7:{i:0;s:4:\"code\";i:1;s:6:\"coding\";i:2;s:7:\"command\";i:3;s:7:\"console\";i:4;s:11:\"development\";i:5;s:6:\"prompt\";i:6;s:8:\"terminal\";}}s:18:\"fas fa-text-height\";a:2:{s:5:\"label\";s:11:\"Text Height\";s:6:\"search\";a:8:{i:0;s:4:\"edit\";i:1;s:4:\"font\";i:2;s:6:\"format\";i:3;s:6:\"modify\";i:4;s:4:\"text\";i:5;s:4:\"type\";i:6;s:11:\"text-height\";i:7;s:11:\"text height\";}}s:17:\"fas fa-text-slash\";a:2:{s:5:\"label\";s:10:\"Text Slash\";s:6:\"search\";a:9:{i:0;s:6:\"cancel\";i:1;s:8:\"disabled\";i:2;s:4:\"font\";i:3;s:6:\"format\";i:4;s:6:\"remove\";i:5;s:5:\"style\";i:6;s:4:\"text\";i:7;s:10:\"text-slash\";i:8;s:10:\"text slash\";}}s:17:\"fas fa-text-width\";a:2:{s:5:\"label\";s:10:\"Text Width\";s:6:\"search\";a:8:{i:0;s:4:\"edit\";i:1;s:4:\"font\";i:2;s:6:\"format\";i:3;s:6:\"modify\";i:4;s:4:\"text\";i:5;s:4:\"type\";i:6;s:10:\"text-width\";i:7;s:10:\"text width\";}}s:19:\"fab fa-the-red-yeti\";a:2:{s:5:\"label\";s:12:\"The Red Yeti\";s:6:\"search\";a:2:{i:0;s:12:\"the-red-yeti\";i:1;s:12:\"the red yeti\";}}s:14:\"fab fa-themeco\";a:2:{s:5:\"label\";s:7:\"Themeco\";s:6:\"search\";a:1:{i:0;s:7:\"themeco\";}}s:16:\"fab fa-themeisle\";a:2:{s:5:\"label\";s:9:\"ThemeIsle\";s:6:\"search\";a:1:{i:0;s:9:\"themeisle\";}}s:18:\"fas fa-thermometer\";a:2:{s:5:\"label\";s:11:\"Thermometer\";s:6:\"search\";a:5:{i:0;s:8:\"covid-19\";i:1;s:7:\"mercury\";i:2;s:6:\"status\";i:3;s:11:\"temperature\";i:4;s:11:\"thermometer\";}}s:18:\"fab fa-think-peaks\";a:2:{s:5:\"label\";s:11:\"Think Peaks\";s:6:\"search\";a:2:{i:0;s:11:\"think-peaks\";i:1;s:11:\"think peaks\";}}s:14:\"fab fa-threads\";a:2:{s:5:\"label\";s:7:\"Threads\";s:6:\"search\";a:1:{i:0;s:7:\"threads\";}}s:18:\"fas fa-thumbs-down\";a:2:{s:5:\"label\";s:19:\"Thumbs Down (solid)\";s:6:\"search\";a:11:{i:0;s:2:\"-1\";i:1;s:8:\"disagree\";i:2;s:10:\"disapprove\";i:3;s:7:\"dislike\";i:4;s:4:\"down\";i:5;s:4:\"hand\";i:6;s:6:\"social\";i:7;s:5:\"thumb\";i:8;s:11:\"thumbs down\";i:9;s:13:\"thumbs-o-down\";i:10;s:11:\"thumbs-down\";}}s:18:\"far fa-thumbs-down\";a:2:{s:5:\"label\";s:21:\"Thumbs Down (regular)\";s:6:\"search\";a:11:{i:0;s:2:\"-1\";i:1;s:8:\"disagree\";i:2;s:10:\"disapprove\";i:3;s:7:\"dislike\";i:4;s:4:\"down\";i:5;s:4:\"hand\";i:6;s:6:\"social\";i:7;s:5:\"thumb\";i:8;s:11:\"thumbs down\";i:9;s:13:\"thumbs-o-down\";i:10;s:11:\"thumbs-down\";}}s:16:\"fas fa-thumbs-up\";a:2:{s:5:\"label\";s:17:\"Thumbs Up (solid)\";s:6:\"search\";a:17:{i:0;s:2:\"+1\";i:1;s:5:\"agree\";i:2;s:7:\"approve\";i:3;s:8:\"favorite\";i:4;s:4:\"hand\";i:5;s:4:\"like\";i:6;s:2:\"ok\";i:7;s:4:\"okay\";i:8;s:6:\"social\";i:9;s:7:\"success\";i:10;s:5:\"thumb\";i:11;s:9:\"thumbs up\";i:12;s:11:\"thumbs-o-up\";i:13;s:2:\"up\";i:14;s:3:\"yes\";i:15;s:15:\"you got it dude\";i:16;s:9:\"thumbs-up\";}}s:16:\"far fa-thumbs-up\";a:2:{s:5:\"label\";s:19:\"Thumbs Up (regular)\";s:6:\"search\";a:17:{i:0;s:2:\"+1\";i:1;s:5:\"agree\";i:2;s:7:\"approve\";i:3;s:8:\"favorite\";i:4;s:4:\"hand\";i:5;s:4:\"like\";i:6;s:2:\"ok\";i:7;s:4:\"okay\";i:8;s:6:\"social\";i:9;s:7:\"success\";i:10;s:5:\"thumb\";i:11;s:9:\"thumbs up\";i:12;s:11:\"thumbs-o-up\";i:13;s:2:\"up\";i:14;s:3:\"yes\";i:15;s:15:\"you got it dude\";i:16;s:9:\"thumbs-up\";}}s:16:\"fas fa-thumbtack\";a:2:{s:5:\"label\";s:9:\"Thumbtack\";s:6:\"search\";a:8:{i:0;s:13:\"Black Pushpin\";i:1;s:11:\"coordinates\";i:2;s:8:\"location\";i:3;s:6:\"marker\";i:4;s:3:\"pin\";i:5;s:7:\"pushpin\";i:6;s:10:\"thumb-tack\";i:7;s:9:\"thumbtack\";}}s:13:\"fas fa-ticket\";a:2:{s:5:\"label\";s:6:\"Ticket\";s:6:\"search\";a:8:{i:0;s:9:\"admission\";i:1;s:17:\"admission tickets\";i:2;s:6:\"coupon\";i:3;s:5:\"movie\";i:4;s:4:\"pass\";i:5;s:7:\"support\";i:6;s:6:\"ticket\";i:7;s:7:\"voucher\";}}s:20:\"fas fa-ticket-simple\";a:2:{s:5:\"label\";s:13:\"Ticket Simple\";s:6:\"search\";a:9:{i:0;s:9:\"admission\";i:1;s:6:\"coupon\";i:2;s:5:\"movie\";i:3;s:4:\"pass\";i:4;s:7:\"support\";i:5;s:6:\"ticket\";i:6;s:7:\"voucher\";i:7;s:13:\"ticket-simple\";i:8;s:13:\"ticket simple\";}}s:13:\"fab fa-tiktok\";a:2:{s:5:\"label\";s:6:\"TikTok\";s:6:\"search\";a:1:{i:0;s:6:\"tiktok\";}}s:15:\"fas fa-timeline\";a:2:{s:5:\"label\";s:8:\"Timeline\";s:6:\"search\";a:5:{i:0;s:13:\"chronological\";i:1;s:8:\"deadline\";i:2;s:7:\"history\";i:3;s:6:\"linear\";i:4;s:8:\"timeline\";}}s:17:\"fas fa-toggle-off\";a:2:{s:5:\"label\";s:10:\"Toggle Off\";s:6:\"search\";a:6:{i:0;s:6:\"button\";i:1;s:3:\"off\";i:2;s:2:\"on\";i:3;s:6:\"switch\";i:4;s:10:\"toggle-off\";i:5;s:10:\"toggle off\";}}s:16:\"fas fa-toggle-on\";a:2:{s:5:\"label\";s:9:\"Toggle On\";s:6:\"search\";a:6:{i:0;s:6:\"button\";i:1;s:3:\"off\";i:2;s:2:\"on\";i:3;s:6:\"switch\";i:4;s:9:\"toggle-on\";i:5;s:9:\"toggle on\";}}s:13:\"fas fa-toilet\";a:2:{s:5:\"label\";s:6:\"Toilet\";s:6:\"search\";a:16:{i:0;s:8:\"bathroom\";i:1;s:5:\"flush\";i:2;s:4:\"john\";i:3;s:3:\"loo\";i:4;s:3:\"pee\";i:5;s:8:\"plumbing\";i:6;s:4:\"poop\";i:7;s:9:\"porcelain\";i:8;s:5:\"potty\";i:9;s:8:\"restroom\";i:10;s:6:\"throne\";i:11;s:5:\"toile\";i:12;s:6:\"toilet\";i:13;s:8:\"washroom\";i:14;s:5:\"waste\";i:15;s:2:\"wc\";}}s:19:\"fas fa-toilet-paper\";a:2:{s:5:\"label\";s:12:\"Toilet Paper\";s:6:\"search\";a:15:{i:0;s:8:\"bathroom\";i:1;s:8:\"covid-19\";i:2;s:9:\"halloween\";i:3;s:7:\"holiday\";i:4;s:8:\"lavatory\";i:5;s:12:\"paper towels\";i:6;s:5:\"prank\";i:7;s:5:\"privy\";i:8;s:8:\"restroom\";i:9;s:4:\"roll\";i:10;s:13:\"roll of paper\";i:11;s:6:\"toilet\";i:12;s:12:\"toilet paper\";i:13;s:4:\"wipe\";i:14;s:12:\"toilet-paper\";}}s:25:\"fas fa-toilet-paper-slash\";a:2:{s:5:\"label\";s:18:\"Toilet Paper Slash\";s:6:\"search\";a:17:{i:0;s:8:\"bathroom\";i:1;s:8:\"covid-19\";i:2;s:8:\"disabled\";i:3;s:9:\"halloween\";i:4;s:7:\"holiday\";i:5;s:8:\"lavatory\";i:6;s:6:\"leaves\";i:7;s:5:\"prank\";i:8;s:5:\"privy\";i:9;s:8:\"restroom\";i:10;s:4:\"roll\";i:11;s:6:\"toilet\";i:12;s:7:\"trouble\";i:13;s:5:\"ut oh\";i:14;s:4:\"wipe\";i:15;s:18:\"toilet-paper-slash\";i:16;s:18:\"toilet paper slash\";}}s:22:\"fas fa-toilet-portable\";a:2:{s:5:\"label\";s:15:\"Toilet Portable\";s:6:\"search\";a:4:{i:0;s:8:\"outhouse\";i:1;s:6:\"toilet\";i:2;s:15:\"toilet-portable\";i:3;s:15:\"toilet portable\";}}s:23:\"fas fa-toilets-portable\";a:2:{s:5:\"label\";s:16:\"Toilets Portable\";s:6:\"search\";a:4:{i:0;s:8:\"outhouse\";i:1;s:6:\"toilet\";i:2;s:16:\"toilets-portable\";i:3;s:16:\"toilets portable\";}}s:14:\"fas fa-toolbox\";a:2:{s:5:\"label\";s:7:\"Toolbox\";s:6:\"search\";a:14:{i:0;s:5:\"admin\";i:1;s:5:\"chest\";i:2;s:13:\"configuration\";i:3;s:9:\"container\";i:4;s:9:\"equipment\";i:5;s:3:\"fix\";i:6;s:11:\"maintenance\";i:7;s:8:\"mechanic\";i:8;s:6:\"modify\";i:9;s:6:\"repair\";i:10;s:8:\"settings\";i:11;s:4:\"tool\";i:12;s:7:\"toolbox\";i:13;s:5:\"tools\";}}s:12:\"fas fa-tooth\";a:2:{s:5:\"label\";s:5:\"Tooth\";s:6:\"search\";a:7:{i:0;s:8:\"bicuspid\";i:1;s:6:\"dental\";i:2;s:7:\"dentist\";i:3;s:5:\"molar\";i:4;s:5:\"mouth\";i:5;s:5:\"teeth\";i:6;s:5:\"tooth\";}}s:17:\"fas fa-torii-gate\";a:2:{s:5:\"label\";s:10:\"Torii Gate\";s:6:\"search\";a:8:{i:0;s:8:\"building\";i:1;s:8:\"religion\";i:2;s:6:\"shinto\";i:3;s:13:\"shinto shrine\";i:4;s:9:\"shintoism\";i:5;s:6:\"shrine\";i:6;s:10:\"torii-gate\";i:7;s:10:\"torii gate\";}}s:14:\"fas fa-tornado\";a:2:{s:5:\"label\";s:7:\"Tornado\";s:6:\"search\";a:11:{i:0;s:5:\"cloud\";i:1;s:7:\"cyclone\";i:2;s:7:\"dorothy\";i:3;s:9:\"landspout\";i:4;s:7:\"tornado\";i:5;s:4:\"toto\";i:6;s:7:\"twister\";i:7;s:7:\"vortext\";i:8;s:10:\"waterspout\";i:9;s:7:\"weather\";i:10;s:9:\"whirlwind\";}}s:22:\"fas fa-tower-broadcast\";a:2:{s:5:\"label\";s:15:\"Tower Broadcast\";s:6:\"search\";a:9:{i:0;s:8:\"airwaves\";i:1;s:7:\"antenna\";i:2;s:13:\"communication\";i:3;s:9:\"emergency\";i:4;s:5:\"radio\";i:5;s:9:\"reception\";i:6;s:5:\"waves\";i:7;s:15:\"tower-broadcast\";i:8;s:15:\"tower broadcast\";}}s:17:\"fas fa-tower-cell\";a:2:{s:5:\"label\";s:10:\"Tower Cell\";s:6:\"search\";a:8:{i:0;s:8:\"airwaves\";i:1;s:7:\"antenna\";i:2;s:13:\"communication\";i:3;s:5:\"radio\";i:4;s:9:\"reception\";i:5;s:5:\"waves\";i:6;s:10:\"tower-cell\";i:7;s:10:\"tower cell\";}}s:24:\"fas fa-tower-observation\";a:2:{s:5:\"label\";s:17:\"Tower Observation\";s:6:\"search\";a:4:{i:0;s:10:\"fire tower\";i:1;s:4:\"view\";i:2;s:17:\"tower-observation\";i:3;s:17:\"tower observation\";}}s:14:\"fas fa-tractor\";a:2:{s:5:\"label\";s:7:\"Tractor\";s:6:\"search\";a:4:{i:0;s:11:\"agriculture\";i:1;s:4:\"farm\";i:2;s:7:\"tractor\";i:3;s:7:\"vehicle\";}}s:23:\"fab fa-trade-federation\";a:2:{s:5:\"label\";s:16:\"Trade Federation\";s:6:\"search\";a:2:{i:0;s:16:\"trade-federation\";i:1;s:16:\"trade federation\";}}s:16:\"fas fa-trademark\";a:2:{s:5:\"label\";s:9:\"Trademark\";s:6:\"search\";a:7:{i:0;s:9:\"copyright\";i:1;s:4:\"mark\";i:2;s:8:\"register\";i:3;s:6:\"symbol\";i:4;s:2:\"tm\";i:5;s:10:\"trade mark\";i:6;s:9:\"trademark\";}}s:20:\"fas fa-traffic-light\";a:2:{s:5:\"label\";s:13:\"Traffic Light\";s:6:\"search\";a:9:{i:0;s:9:\"direction\";i:1;s:5:\"light\";i:2;s:4:\"road\";i:3;s:6:\"signal\";i:4;s:7:\"traffic\";i:5;s:6:\"travel\";i:6;s:22:\"vertical traffic light\";i:7;s:13:\"traffic-light\";i:8;s:13:\"traffic light\";}}s:14:\"fas fa-trailer\";a:2:{s:5:\"label\";s:7:\"Trailer\";s:6:\"search\";a:5:{i:0;s:5:\"carry\";i:1;s:4:\"haul\";i:2;s:6:\"moving\";i:3;s:6:\"travel\";i:4;s:7:\"trailer\";}}s:12:\"fas fa-train\";a:2:{s:5:\"label\";s:5:\"Train\";s:6:\"search\";a:6:{i:0;s:6:\"bullet\";i:1;s:7:\"commute\";i:2;s:10:\"locomotive\";i:3;s:7:\"railway\";i:4;s:6:\"subway\";i:5;s:5:\"train\";}}s:19:\"fas fa-train-subway\";a:2:{s:5:\"label\";s:12:\"Train Subway\";s:6:\"search\";a:7:{i:0;s:7:\"machine\";i:1;s:7:\"railway\";i:2;s:5:\"train\";i:3;s:14:\"transportation\";i:4;s:7:\"vehicle\";i:5;s:12:\"train-subway\";i:6;s:12:\"train subway\";}}s:17:\"fas fa-train-tram\";a:2:{s:5:\"label\";s:10:\"Train Tram\";s:6:\"search\";a:9:{i:0;s:8:\"crossing\";i:1;s:7:\"machine\";i:2;s:9:\"mountains\";i:3;s:8:\"seasonal\";i:4;s:4:\"tram\";i:5;s:14:\"transportation\";i:6;s:10:\"trolleybus\";i:7;s:10:\"train-tram\";i:8;s:10:\"train tram\";}}s:18:\"fas fa-transgender\";a:2:{s:5:\"label\";s:11:\"Transgender\";s:6:\"search\";a:6:{i:0;s:6:\"female\";i:1;s:6:\"gender\";i:2;s:8:\"intersex\";i:3;s:4:\"male\";i:4;s:11:\"transgender\";i:5;s:18:\"transgender symbol\";}}s:12:\"fas fa-trash\";a:2:{s:5:\"label\";s:5:\"Trash\";s:6:\"search\";a:5:{i:0;s:6:\"delete\";i:1;s:7:\"garbage\";i:2;s:4:\"hide\";i:3;s:6:\"remove\";i:4;s:5:\"trash\";}}s:21:\"fas fa-trash-arrow-up\";a:2:{s:5:\"label\";s:14:\"Trash Arrow Up\";s:6:\"search\";a:11:{i:0;s:4:\"back\";i:1;s:9:\"control z\";i:2;s:6:\"delete\";i:3;s:7:\"garbage\";i:4;s:4:\"hide\";i:5;s:4:\"oops\";i:6;s:6:\"remove\";i:7;s:4:\"undo\";i:8;s:7:\"upgrade\";i:9;s:14:\"trash-arrow-up\";i:10;s:14:\"trash arrow up\";}}s:16:\"fas fa-trash-can\";a:2:{s:5:\"label\";s:17:\"Trash Can (solid)\";s:6:\"search\";a:7:{i:0;s:6:\"delete\";i:1;s:7:\"garbage\";i:2;s:4:\"hide\";i:3;s:6:\"remove\";i:4;s:7:\"trash-o\";i:5;s:9:\"trash-can\";i:6;s:9:\"trash can\";}}s:16:\"far fa-trash-can\";a:2:{s:5:\"label\";s:19:\"Trash Can (regular)\";s:6:\"search\";a:7:{i:0;s:6:\"delete\";i:1;s:7:\"garbage\";i:2;s:4:\"hide\";i:3;s:6:\"remove\";i:4;s:7:\"trash-o\";i:5;s:9:\"trash-can\";i:6;s:9:\"trash can\";}}s:25:\"fas fa-trash-can-arrow-up\";a:2:{s:5:\"label\";s:18:\"Trash Can Arrow Up\";s:6:\"search\";a:11:{i:0;s:4:\"back\";i:1;s:9:\"control z\";i:2;s:6:\"delete\";i:3;s:7:\"garbage\";i:4;s:4:\"hide\";i:5;s:4:\"oops\";i:6;s:6:\"remove\";i:7;s:4:\"undo\";i:8;s:7:\"upgrade\";i:9;s:18:\"trash-can-arrow-up\";i:10;s:18:\"trash can arrow up\";}}s:11:\"fas fa-tree\";a:2:{s:5:\"label\";s:4:\"Tree\";s:6:\"search\";a:10:{i:0;s:4:\"bark\";i:1;s:14:\"evergreen tree\";i:2;s:4:\"fall\";i:3;s:5:\"flora\";i:4;s:6:\"forest\";i:5;s:10:\"investment\";i:6;s:6:\"nature\";i:7;s:5:\"plant\";i:8;s:8:\"seasonal\";i:9;s:4:\"tree\";}}s:16:\"fas fa-tree-city\";a:2:{s:5:\"label\";s:9:\"Tree City\";s:6:\"search\";a:5:{i:0;s:8:\"building\";i:1;s:4:\"city\";i:2;s:5:\"urban\";i:3;s:9:\"tree-city\";i:4;s:9:\"tree city\";}}s:13:\"fab fa-trello\";a:2:{s:5:\"label\";s:6:\"Trello\";s:6:\"search\";a:2:{i:0;s:9:\"atlassian\";i:1;s:6:\"trello\";}}s:27:\"fas fa-triangle-exclamation\";a:2:{s:5:\"label\";s:20:\"Triangle Exclamation\";s:6:\"search\";a:15:{i:0;s:5:\"alert\";i:1;s:9:\"attention\";i:2;s:6:\"danger\";i:3;s:5:\"error\";i:4;s:6:\"failed\";i:5;s:9:\"important\";i:6;s:6:\"notice\";i:7;s:12:\"notification\";i:8;s:6:\"notify\";i:9;s:7:\"problem\";i:10;s:8:\"required\";i:11;s:6:\"warnin\";i:12;s:7:\"warning\";i:13;s:20:\"triangle-exclamation\";i:14;s:20:\"triangle exclamation\";}}s:13:\"fas fa-trophy\";a:2:{s:5:\"label\";s:6:\"Trophy\";s:6:\"search\";a:7:{i:0;s:11:\"achievement\";i:1;s:5:\"award\";i:2;s:3:\"cup\";i:3;s:4:\"game\";i:4;s:5:\"prize\";i:5;s:6:\"trophy\";i:6;s:6:\"winner\";}}s:13:\"fas fa-trowel\";a:2:{s:5:\"label\";s:6:\"Trowel\";s:6:\"search\";a:6:{i:0;s:5:\"build\";i:1;s:12:\"construction\";i:2;s:9:\"equipment\";i:3;s:11:\"maintenance\";i:4;s:4:\"tool\";i:5;s:6:\"trowel\";}}s:20:\"fas fa-trowel-bricks\";a:2:{s:5:\"label\";s:13:\"Trowel Bricks\";s:6:\"search\";a:7:{i:0;s:5:\"build\";i:1;s:12:\"construction\";i:2;s:11:\"maintenance\";i:3;s:14:\"reconstruction\";i:4;s:4:\"tool\";i:5;s:13:\"trowel-bricks\";i:6;s:13:\"trowel bricks\";}}s:12:\"fas fa-truck\";a:2:{s:5:\"label\";s:5:\"Truck\";s:6:\"search\";a:7:{i:0;s:11:\"Black Truck\";i:1;s:5:\"cargo\";i:2;s:8:\"delivery\";i:3;s:14:\"delivery truck\";i:4;s:8:\"shipping\";i:5;s:5:\"truck\";i:6;s:7:\"vehicle\";}}s:24:\"fas fa-truck-arrow-right\";a:2:{s:5:\"label\";s:17:\"Truck Arrow Right\";s:6:\"search\";a:6:{i:0;s:6:\"access\";i:1;s:4:\"fast\";i:2;s:8:\"shipping\";i:3;s:9:\"transport\";i:4;s:17:\"truck-arrow-right\";i:5;s:17:\"truck arrow right\";}}s:20:\"fas fa-truck-droplet\";a:2:{s:5:\"label\";s:13:\"Truck Droplet\";s:6:\"search\";a:7:{i:0;s:5:\"blood\";i:1;s:6:\"thirst\";i:2;s:5:\"truck\";i:3;s:5:\"water\";i:4;s:12:\"water supply\";i:5;s:13:\"truck-droplet\";i:6;s:13:\"truck droplet\";}}s:17:\"fas fa-truck-fast\";a:2:{s:5:\"label\";s:10:\"Truck Fast\";s:6:\"search\";a:9:{i:0;s:7:\"express\";i:1;s:5:\"fedex\";i:2;s:4:\"mail\";i:3;s:9:\"overnight\";i:4;s:7:\"package\";i:5;s:5:\"quick\";i:6;s:3:\"ups\";i:7;s:10:\"truck-fast\";i:8;s:10:\"truck fast\";}}s:18:\"fas fa-truck-field\";a:2:{s:5:\"label\";s:11:\"Truck Field\";s:6:\"search\";a:4:{i:0;s:8:\"supplies\";i:1;s:5:\"truck\";i:2;s:11:\"truck-field\";i:3;s:11:\"truck field\";}}s:21:\"fas fa-truck-field-un\";a:2:{s:5:\"label\";s:14:\"Truck Field Un\";s:6:\"search\";a:5:{i:0;s:8:\"supplies\";i:1;s:5:\"truck\";i:2;s:14:\"united nations\";i:3;s:14:\"truck-field-un\";i:4;s:14:\"truck field un\";}}s:18:\"fas fa-truck-front\";a:2:{s:5:\"label\";s:11:\"Truck Front\";s:6:\"search\";a:5:{i:0;s:7:\"shuttle\";i:1;s:5:\"truck\";i:2;s:3:\"van\";i:3;s:11:\"truck-front\";i:4;s:11:\"truck front\";}}s:20:\"fas fa-truck-medical\";a:2:{s:5:\"label\";s:13:\"Truck Medical\";s:6:\"search\";a:13:{i:0;s:9:\"ambulance\";i:1;s:6:\"clinic\";i:2;s:8:\"covid-19\";i:3;s:9:\"emergency\";i:4;s:3:\"emt\";i:5;s:2:\"er\";i:6;s:4:\"help\";i:7;s:8:\"hospital\";i:8;s:6:\"mobile\";i:9;s:7:\"support\";i:10;s:7:\"vehicle\";i:11;s:13:\"truck-medical\";i:12;s:13:\"truck medical\";}}s:20:\"fas fa-truck-monster\";a:2:{s:5:\"label\";s:13:\"Truck Monster\";s:6:\"search\";a:5:{i:0;s:7:\"offroad\";i:1;s:7:\"vehicle\";i:2;s:5:\"wheel\";i:3;s:13:\"truck-monster\";i:4;s:13:\"truck monster\";}}s:19:\"fas fa-truck-moving\";a:2:{s:5:\"label\";s:12:\"Truck Moving\";s:6:\"search\";a:6:{i:0;s:5:\"cargo\";i:1;s:9:\"inventory\";i:2;s:6:\"rental\";i:3;s:7:\"vehicle\";i:4;s:12:\"truck-moving\";i:5;s:12:\"truck moving\";}}s:19:\"fas fa-truck-pickup\";a:2:{s:5:\"label\";s:12:\"Truck Pickup\";s:6:\"search\";a:9:{i:0;s:5:\"cargo\";i:1;s:11:\"maintenance\";i:2;s:7:\"pick-up\";i:3;s:6:\"pickup\";i:4;s:12:\"pickup truck\";i:5;s:5:\"truck\";i:6;s:7:\"vehicle\";i:7;s:12:\"truck-pickup\";i:8;s:12:\"truck pickup\";}}s:18:\"fas fa-truck-plane\";a:2:{s:5:\"label\";s:11:\"Truck Plane\";s:6:\"search\";a:7:{i:0;s:8:\"airplane\";i:1;s:5:\"plane\";i:2;s:14:\"transportation\";i:3;s:5:\"truck\";i:4;s:7:\"vehicle\";i:5;s:11:\"truck-plane\";i:6;s:11:\"truck plane\";}}s:21:\"fas fa-truck-ramp-box\";a:2:{s:5:\"label\";s:14:\"Truck Ramp Box\";s:6:\"search\";a:9:{i:0;s:3:\"box\";i:1;s:5:\"cargo\";i:2;s:8:\"delivery\";i:3;s:9:\"inventory\";i:4;s:6:\"moving\";i:5;s:6:\"rental\";i:6;s:7:\"vehicle\";i:7;s:14:\"truck-ramp-box\";i:8;s:14:\"truck ramp box\";}}s:10:\"fas fa-tty\";a:2:{s:5:\"label\";s:3:\"Tty\";s:6:\"search\";a:6:{i:0;s:13:\"communication\";i:1;s:4:\"deaf\";i:2;s:9:\"telephone\";i:3;s:14:\"teletypewriter\";i:4;s:4:\"text\";i:5;s:3:\"tty\";}}s:13:\"fab fa-tumblr\";a:2:{s:5:\"label\";s:6:\"Tumblr\";s:6:\"search\";a:1:{i:0;s:6:\"tumblr\";}}s:24:\"fas fa-turkish-lira-sign\";a:2:{s:5:\"label\";s:17:\"Turkish Lira Sign\";s:6:\"search\";a:4:{i:0;s:17:\"Turkish Lira Sign\";i:1;s:8:\"currency\";i:2;s:17:\"turkish-lira-sign\";i:3;s:17:\"turkish lira sign\";}}s:16:\"fas fa-turn-down\";a:2:{s:5:\"label\";s:9:\"Turn Down\";s:6:\"search\";a:6:{i:0;s:5:\"arrow\";i:1;s:4:\"down\";i:2;s:10:\"level-down\";i:3;s:24:\"right arrow curving down\";i:4;s:9:\"turn-down\";i:5;s:9:\"turn down\";}}s:14:\"fas fa-turn-up\";a:2:{s:5:\"label\";s:7:\"Turn Up\";s:6:\"search\";a:5:{i:0;s:5:\"arrow\";i:1;s:8:\"level-up\";i:2;s:22:\"right arrow curving up\";i:3;s:7:\"turn-up\";i:4;s:7:\"turn up\";}}s:9:\"fas fa-tv\";a:2:{s:5:\"label\";s:2:\"Tv\";s:6:\"search\";a:5:{i:0;s:8:\"computer\";i:1;s:7:\"display\";i:2;s:7:\"monitor\";i:3;s:10:\"television\";i:4;s:2:\"tv\";}}s:13:\"fab fa-twitch\";a:2:{s:5:\"label\";s:6:\"Twitch\";s:6:\"search\";a:1:{i:0;s:6:\"twitch\";}}s:14:\"fab fa-twitter\";a:2:{s:5:\"label\";s:7:\"Twitter\";s:6:\"search\";a:3:{i:0;s:14:\"social network\";i:1;s:5:\"tweet\";i:2;s:7:\"twitter\";}}s:12:\"fab fa-typo3\";a:2:{s:5:\"label\";s:5:\"Typo3\";s:6:\"search\";a:1:{i:0;s:5:\"typo3\";}}s:8:\"fas fa-u\";a:2:{s:5:\"label\";s:1:\"U\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter U\";i:1;s:20:\"Latin Small Letter U\";i:2;s:6:\"letter\";i:3;s:1:\"u\";}}s:11:\"fab fa-uber\";a:2:{s:5:\"label\";s:4:\"Uber\";s:6:\"search\";a:1:{i:0;s:4:\"uber\";}}s:13:\"fab fa-ubuntu\";a:2:{s:5:\"label\";s:6:\"Ubuntu\";s:6:\"search\";a:4:{i:0;s:5:\"linux\";i:1;s:16:\"operating system\";i:2;s:2:\"os\";i:3;s:6:\"ubuntu\";}}s:12:\"fab fa-uikit\";a:2:{s:5:\"label\";s:5:\"UIkit\";s:6:\"search\";a:1:{i:0;s:5:\"uikit\";}}s:14:\"fab fa-umbraco\";a:2:{s:5:\"label\";s:7:\"Umbraco\";s:6:\"search\";a:1:{i:0;s:7:\"umbraco\";}}s:15:\"fas fa-umbrella\";a:2:{s:5:\"label\";s:8:\"Umbrella\";s:6:\"search\";a:5:{i:0;s:10:\"protection\";i:1;s:4:\"rain\";i:2;s:5:\"storm\";i:3;s:3:\"wet\";i:4;s:8:\"umbrella\";}}s:21:\"fas fa-umbrella-beach\";a:2:{s:5:\"label\";s:14:\"Umbrella Beach\";s:6:\"search\";a:11:{i:0;s:5:\"beach\";i:1;s:19:\"beach with umbrella\";i:2;s:10:\"protection\";i:3;s:10:\"recreation\";i:4;s:4:\"sand\";i:5;s:5:\"shade\";i:6;s:6:\"summer\";i:7;s:3:\"sun\";i:8;s:8:\"umbrella\";i:9;s:14:\"umbrella-beach\";i:10;s:14:\"umbrella beach\";}}s:16:\"fab fa-uncharted\";a:2:{s:5:\"label\";s:18:\"Uncharted Software\";s:6:\"search\";a:2:{i:0;s:9:\"uncharted\";i:1;s:18:\"uncharted software\";}}s:16:\"fas fa-underline\";a:2:{s:5:\"label\";s:9:\"Underline\";s:6:\"search\";a:7:{i:0;s:4:\"edit\";i:1;s:8:\"emphasis\";i:2;s:6:\"format\";i:3;s:6:\"modify\";i:4;s:4:\"text\";i:5;s:7:\"writing\";i:6;s:9:\"underline\";}}s:18:\"fab fa-uniregistry\";a:2:{s:5:\"label\";s:11:\"Uniregistry\";s:6:\"search\";a:1:{i:0;s:11:\"uniregistry\";}}s:12:\"fab fa-unity\";a:2:{s:5:\"label\";s:8:\"Unity 3D\";s:6:\"search\";a:2:{i:0;s:5:\"unity\";i:1;s:8:\"unity 3d\";}}s:23:\"fas fa-universal-access\";a:2:{s:5:\"label\";s:16:\"Universal Access\";s:6:\"search\";a:4:{i:0;s:3:\"uer\";i:1;s:12:\"users-people\";i:2;s:16:\"universal-access\";i:3;s:16:\"universal access\";}}s:13:\"fas fa-unlock\";a:2:{s:5:\"label\";s:6:\"Unlock\";s:6:\"search\";a:10:{i:0;s:5:\"admin\";i:1;s:4:\"lock\";i:2;s:4:\"open\";i:3;s:7:\"padlock\";i:4;s:8:\"password\";i:5;s:7:\"privacy\";i:6;s:7:\"private\";i:7;s:7:\"protect\";i:8;s:6:\"unlock\";i:9;s:8:\"unlocked\";}}s:21:\"fas fa-unlock-keyhole\";a:2:{s:5:\"label\";s:14:\"Unlock Keyhole\";s:6:\"search\";a:9:{i:0;s:5:\"admin\";i:1;s:4:\"lock\";i:2;s:7:\"padlock\";i:3;s:8:\"password\";i:4;s:7:\"privacy\";i:5;s:7:\"private\";i:6;s:7:\"protect\";i:7;s:14:\"unlock-keyhole\";i:8;s:14:\"unlock keyhole\";}}s:15:\"fab fa-unsplash\";a:2:{s:5:\"label\";s:8:\"Unsplash\";s:6:\"search\";a:1:{i:0;s:8:\"unsplash\";}}s:14:\"fab fa-untappd\";a:2:{s:5:\"label\";s:7:\"Untappd\";s:6:\"search\";a:1:{i:0;s:7:\"untappd\";}}s:14:\"fas fa-up-down\";a:2:{s:5:\"label\";s:7:\"Up Down\";s:6:\"search\";a:11:{i:0;s:19:\"Up Down Black Arrow\";i:1;s:5:\"arrow\";i:2;s:8:\"arrows-v\";i:3;s:6:\"expand\";i:4;s:8:\"portrait\";i:5;s:6:\"resize\";i:6;s:4:\"tall\";i:7;s:13:\"up-down arrow\";i:8;s:8:\"vertical\";i:9;s:7:\"up-down\";i:10;s:7:\"up down\";}}s:25:\"fas fa-up-down-left-right\";a:2:{s:5:\"label\";s:18:\"Up Down Left Right\";s:6:\"search\";a:12:{i:0;s:5:\"arrow\";i:1;s:6:\"arrows\";i:2;s:6:\"bigger\";i:3;s:7:\"enlarge\";i:4;s:6:\"expand\";i:5;s:10:\"fullscreen\";i:6;s:4:\"move\";i:7;s:8:\"position\";i:8;s:7:\"reorder\";i:9;s:6:\"resize\";i:10;s:18:\"up-down-left-right\";i:11;s:18:\"up down left right\";}}s:14:\"fas fa-up-long\";a:2:{s:5:\"label\";s:7:\"Up Long\";s:6:\"search\";a:5:{i:0;s:13:\"long-arrow-up\";i:1;s:7:\"upgrade\";i:2;s:6:\"upload\";i:3;s:7:\"up-long\";i:4;s:7:\"up long\";}}s:41:\"fas fa-up-right-and-down-left-from-center\";a:2:{s:5:\"label\";s:34:\"Up Right And Down Left From Center\";s:6:\"search\";a:12:{i:0;s:9:\" maximize\";i:1;s:7:\" resize\";i:2;s:6:\" scale\";i:3;s:6:\"arrows\";i:4;s:6:\"bigger\";i:5;s:7:\"enlarge\";i:6;s:6:\"expand\";i:7;s:10:\"fullscreen\";i:8;s:6:\"resize\";i:9;s:4:\"size\";i:10;s:34:\"up-right-and-down-left-from-center\";i:11;s:34:\"up right and down left from center\";}}s:27:\"fas fa-up-right-from-square\";a:2:{s:5:\"label\";s:20:\"Up Right From Square\";s:6:\"search\";a:7:{i:0;s:13:\"external-link\";i:1;s:3:\"new\";i:2;s:4:\"open\";i:3;s:5:\"share\";i:4;s:7:\"upgrade\";i:5;s:20:\"up-right-from-square\";i:6;s:20:\"up right from square\";}}s:13:\"fas fa-upload\";a:2:{s:5:\"label\";s:6:\"Upload\";s:6:\"search\";a:5:{i:0;s:10:\"hard drive\";i:1;s:6:\"import\";i:2;s:7:\"publish\";i:3;s:7:\"upgrade\";i:4;s:6:\"upload\";}}s:10:\"fab fa-ups\";a:2:{s:5:\"label\";s:3:\"UPS\";s:6:\"search\";a:4:{i:0;s:21:\"United Parcel Service\";i:1;s:7:\"package\";i:2;s:8:\"shipping\";i:3;s:3:\"ups\";}}s:13:\"fab fa-upwork\";a:2:{s:5:\"label\";s:6:\"Upwork\";s:6:\"search\";a:1:{i:0;s:6:\"upwork\";}}s:10:\"fab fa-usb\";a:2:{s:5:\"label\";s:3:\"USB\";s:6:\"search\";a:1:{i:0;s:3:\"usb\";}}s:11:\"fas fa-user\";a:2:{s:5:\"label\";s:12:\"User (solid)\";s:6:\"search\";a:14:{i:0;s:5:\"adult\";i:1;s:4:\"bust\";i:2;s:18:\"bust in silhouette\";i:3;s:7:\"default\";i:4;s:8:\"employee\";i:5;s:14:\"gender-neutral\";i:6;s:6:\"person\";i:7;s:7:\"profile\";i:8;s:10:\"silhouette\";i:9;s:3:\"uer\";i:10;s:18:\"unspecified gender\";i:11;s:8:\"username\";i:12;s:12:\"users-people\";i:13;s:4:\"user\";}}s:11:\"far fa-user\";a:2:{s:5:\"label\";s:14:\"User (regular)\";s:6:\"search\";a:14:{i:0;s:5:\"adult\";i:1;s:4:\"bust\";i:2;s:18:\"bust in silhouette\";i:3;s:7:\"default\";i:4;s:8:\"employee\";i:5;s:14:\"gender-neutral\";i:6;s:6:\"person\";i:7;s:7:\"profile\";i:8;s:10:\"silhouette\";i:9;s:3:\"uer\";i:10;s:18:\"unspecified gender\";i:11;s:8:\"username\";i:12;s:12:\"users-people\";i:13;s:4:\"user\";}}s:21:\"fas fa-user-astronaut\";a:2:{s:5:\"label\";s:14:\"User Astronaut\";s:6:\"search\";a:9:{i:0;s:6:\"avatar\";i:1;s:8:\"clothing\";i:2;s:9:\"cosmonaut\";i:3;s:4:\"nasa\";i:4;s:5:\"space\";i:5;s:4:\"suit\";i:6;s:3:\"uer\";i:7;s:14:\"user-astronaut\";i:8;s:14:\"user astronaut\";}}s:17:\"fas fa-user-check\";a:2:{s:5:\"label\";s:10:\"User Check\";s:6:\"search\";a:8:{i:0;s:8:\"employee\";i:1;s:6:\"enable\";i:2;s:3:\"uer\";i:3;s:12:\"users-people\";i:4;s:8:\"validate\";i:5;s:7:\"working\";i:6;s:10:\"user-check\";i:7;s:10:\"user check\";}}s:17:\"fas fa-user-clock\";a:2:{s:5:\"label\";s:10:\"User Clock\";s:6:\"search\";a:5:{i:0;s:8:\"employee\";i:1;s:3:\"uer\";i:2;s:12:\"users-people\";i:3;s:10:\"user-clock\";i:4;s:10:\"user clock\";}}s:18:\"fas fa-user-doctor\";a:2:{s:5:\"label\";s:11:\"User Doctor\";s:6:\"search\";a:13:{i:0;s:8:\"covid-19\";i:1;s:6:\"health\";i:2;s:3:\"job\";i:3;s:7:\"medical\";i:4;s:5:\"nurse\";i:5;s:10:\"occupation\";i:6;s:9:\"physician\";i:7;s:7:\"profile\";i:8;s:7:\"surgeon\";i:9;s:3:\"uer\";i:10;s:6:\"worker\";i:11;s:11:\"user-doctor\";i:12;s:11:\"user doctor\";}}s:16:\"fas fa-user-gear\";a:2:{s:5:\"label\";s:9:\"User Gear\";s:6:\"search\";a:6:{i:0;s:8:\"employee\";i:1;s:8:\"together\";i:2;s:3:\"uer\";i:3;s:12:\"users-people\";i:4;s:9:\"user-gear\";i:5;s:9:\"user gear\";}}s:20:\"fas fa-user-graduate\";a:2:{s:5:\"label\";s:13:\"User Graduate\";s:6:\"search\";a:4:{i:0;s:3:\"uer\";i:1;s:12:\"users-people\";i:2;s:13:\"user-graduate\";i:3;s:13:\"user graduate\";}}s:17:\"fas fa-user-group\";a:2:{s:5:\"label\";s:10:\"User Group\";s:6:\"search\";a:10:{i:0;s:4:\"bust\";i:1;s:19:\"busts in silhouette\";i:2;s:5:\"crowd\";i:3;s:8:\"employee\";i:4;s:10:\"silhouette\";i:5;s:8:\"together\";i:6;s:3:\"uer\";i:7;s:12:\"users-people\";i:8;s:10:\"user-group\";i:9;s:10:\"user group\";}}s:19:\"fas fa-user-injured\";a:2:{s:5:\"label\";s:12:\"User Injured\";s:6:\"search\";a:5:{i:0;s:8:\"employee\";i:1;s:3:\"uer\";i:2;s:12:\"users-people\";i:3;s:12:\"user-injured\";i:4;s:12:\"user injured\";}}s:17:\"fas fa-user-large\";a:2:{s:5:\"label\";s:10:\"User Large\";s:6:\"search\";a:5:{i:0;s:8:\"employee\";i:1;s:3:\"uer\";i:2;s:12:\"users-people\";i:3;s:10:\"user-large\";i:4;s:10:\"user large\";}}s:23:\"fas fa-user-large-slash\";a:2:{s:5:\"label\";s:16:\"User Large Slash\";s:6:\"search\";a:7:{i:0;s:8:\"disabled\";i:1;s:10:\"disconnect\";i:2;s:8:\"employee\";i:3;s:3:\"uer\";i:4;s:12:\"users-people\";i:5;s:16:\"user-large-slash\";i:6;s:16:\"user large slash\";}}s:16:\"fas fa-user-lock\";a:2:{s:5:\"label\";s:9:\"User Lock\";s:6:\"search\";a:7:{i:0;s:8:\"employee\";i:1;s:7:\"padlock\";i:2;s:7:\"privacy\";i:3;s:3:\"uer\";i:4;s:12:\"users-people\";i:5;s:9:\"user-lock\";i:6;s:9:\"user lock\";}}s:17:\"fas fa-user-minus\";a:2:{s:5:\"label\";s:10:\"User Minus\";s:6:\"search\";a:7:{i:0;s:6:\"delete\";i:1;s:8:\"employee\";i:2;s:8:\"negative\";i:3;s:6:\"remove\";i:4;s:3:\"uer\";i:5;s:10:\"user-minus\";i:6;s:10:\"user minus\";}}s:17:\"fas fa-user-ninja\";a:2:{s:5:\"label\";s:10:\"User Ninja\";s:6:\"search\";a:12:{i:0;s:8:\"assassin\";i:1;s:6:\"avatar\";i:2;s:9:\"dangerous\";i:3;s:6:\"deadly\";i:4;s:7:\"fighter\";i:5;s:6:\"hidden\";i:6;s:5:\"ninja\";i:7;s:6:\"sneaky\";i:8;s:7:\"stealth\";i:9;s:3:\"uer\";i:10;s:10:\"user-ninja\";i:11;s:10:\"user ninja\";}}s:17:\"fas fa-user-nurse\";a:2:{s:5:\"label\";s:10:\"User Nurse\";s:6:\"search\";a:13:{i:0;s:8:\"covid-19\";i:1;s:6:\"doctor\";i:2;s:6:\"health\";i:3;s:2:\"md\";i:4;s:7:\"medical\";i:5;s:7:\"midwife\";i:6;s:9:\"physician\";i:7;s:12:\"practitioner\";i:8;s:7:\"surgeon\";i:9;s:3:\"uer\";i:10;s:6:\"worker\";i:11;s:10:\"user-nurse\";i:12;s:10:\"user nurse\";}}s:15:\"fas fa-user-pen\";a:2:{s:5:\"label\";s:8:\"User Pen\";s:6:\"search\";a:6:{i:0;s:8:\"employee\";i:1;s:6:\"modify\";i:2;s:3:\"uer\";i:3;s:12:\"users-people\";i:4;s:8:\"user-pen\";i:5;s:8:\"user pen\";}}s:16:\"fas fa-user-plus\";a:2:{s:5:\"label\";s:9:\"User Plus\";s:6:\"search\";a:11:{i:0;s:3:\"add\";i:1;s:6:\"avatar\";i:2;s:8:\"employee\";i:3;s:6:\"follow\";i:4;s:8:\"positive\";i:5;s:7:\"sign up\";i:6;s:6:\"signup\";i:7;s:4:\"team\";i:8;s:3:\"uer\";i:9;s:9:\"user-plus\";i:10;s:9:\"user plus\";}}s:18:\"fas fa-user-secret\";a:2:{s:5:\"label\";s:11:\"User Secret\";s:6:\"search\";a:7:{i:0;s:9:\"detective\";i:1;s:6:\"sleuth\";i:2;s:3:\"spy\";i:3;s:3:\"uer\";i:4;s:12:\"users-people\";i:5;s:11:\"user-secret\";i:6;s:11:\"user secret\";}}s:18:\"fas fa-user-shield\";a:2:{s:5:\"label\";s:11:\"User Shield\";s:6:\"search\";a:6:{i:0;s:8:\"employee\";i:1;s:7:\"protect\";i:2;s:6:\"safety\";i:3;s:3:\"uer\";i:4;s:11:\"user-shield\";i:5;s:11:\"user shield\";}}s:17:\"fas fa-user-slash\";a:2:{s:5:\"label\";s:10:\"User Slash\";s:6:\"search\";a:10:{i:0;s:3:\"ban\";i:1;s:6:\"delete\";i:2;s:4:\"deny\";i:3;s:8:\"disabled\";i:4;s:10:\"disconnect\";i:5;s:8:\"employee\";i:6;s:6:\"remove\";i:7;s:3:\"uer\";i:8;s:10:\"user-slash\";i:9;s:10:\"user slash\";}}s:15:\"fas fa-user-tag\";a:2:{s:5:\"label\";s:8:\"User Tag\";s:6:\"search\";a:5:{i:0;s:8:\"employee\";i:1;s:3:\"uer\";i:2;s:12:\"users-people\";i:3;s:8:\"user-tag\";i:4;s:8:\"user tag\";}}s:15:\"fas fa-user-tie\";a:2:{s:5:\"label\";s:8:\"User Tie\";s:6:\"search\";a:13:{i:0;s:13:\"administrator\";i:1;s:6:\"avatar\";i:2;s:8:\"business\";i:3;s:8:\"clothing\";i:4;s:8:\"employee\";i:5;s:6:\"formal\";i:6;s:5:\"offer\";i:7;s:9:\"portfolio\";i:8;s:12:\"professional\";i:9;s:4:\"suit\";i:10;s:3:\"uer\";i:11;s:8:\"user-tie\";i:12;s:8:\"user tie\";}}s:17:\"fas fa-user-xmark\";a:2:{s:5:\"label\";s:10:\"User Xmark\";s:6:\"search\";a:9:{i:0;s:7:\"archive\";i:1;s:6:\"delete\";i:2;s:8:\"employee\";i:3;s:6:\"remove\";i:4;s:3:\"uer\";i:5;s:7:\"uncheck\";i:6;s:1:\"x\";i:7;s:10:\"user-xmark\";i:8;s:10:\"user xmark\";}}s:12:\"fas fa-users\";a:2:{s:5:\"label\";s:5:\"Users\";s:6:\"search\";a:5:{i:0;s:8:\"employee\";i:1;s:8:\"together\";i:2;s:3:\"uer\";i:3;s:12:\"users-people\";i:4;s:5:\"users\";}}s:26:\"fas fa-users-between-lines\";a:2:{s:5:\"label\";s:19:\"Users Between Lines\";s:6:\"search\";a:9:{i:0;s:7:\"covered\";i:1;s:5:\"crowd\";i:2;s:8:\"employee\";i:3;s:5:\"group\";i:4;s:6:\"people\";i:5;s:8:\"together\";i:6;s:3:\"uer\";i:7;s:19:\"users-between-lines\";i:8;s:19:\"users between lines\";}}s:17:\"fas fa-users-gear\";a:2:{s:5:\"label\";s:10:\"Users Gear\";s:6:\"search\";a:5:{i:0;s:8:\"employee\";i:1;s:3:\"uer\";i:2;s:12:\"users-people\";i:3;s:10:\"users-gear\";i:4;s:10:\"users gear\";}}s:17:\"fas fa-users-line\";a:2:{s:5:\"label\";s:10:\"Users Line\";s:6:\"search\";a:9:{i:0;s:5:\"crowd\";i:1;s:8:\"employee\";i:2;s:5:\"group\";i:3;s:4:\"need\";i:4;s:6:\"people\";i:5;s:8:\"together\";i:6;s:3:\"uer\";i:7;s:10:\"users-line\";i:8;s:10:\"users line\";}}s:17:\"fas fa-users-rays\";a:2:{s:5:\"label\";s:10:\"Users Rays\";s:6:\"search\";a:9:{i:0;s:8:\"affected\";i:1;s:5:\"crowd\";i:2;s:8:\"employee\";i:3;s:7:\"focused\";i:4;s:5:\"group\";i:5;s:6:\"people\";i:6;s:3:\"uer\";i:7;s:10:\"users-rays\";i:8;s:10:\"users rays\";}}s:22:\"fas fa-users-rectangle\";a:2:{s:5:\"label\";s:15:\"Users Rectangle\";s:6:\"search\";a:9:{i:0;s:5:\"crowd\";i:1;s:8:\"employee\";i:2;s:5:\"focus\";i:3;s:5:\"group\";i:4;s:6:\"people\";i:5;s:7:\"reached\";i:6;s:3:\"uer\";i:7;s:15:\"users-rectangle\";i:8;s:15:\"users rectangle\";}}s:18:\"fas fa-users-slash\";a:2:{s:5:\"label\";s:11:\"Users Slash\";s:6:\"search\";a:8:{i:0;s:8:\"disabled\";i:1;s:10:\"disconnect\";i:2;s:8:\"employee\";i:3;s:8:\"together\";i:4;s:3:\"uer\";i:5;s:12:\"users-people\";i:6;s:11:\"users-slash\";i:7;s:11:\"users slash\";}}s:23:\"fas fa-users-viewfinder\";a:2:{s:5:\"label\";s:16:\"Users Viewfinder\";s:6:\"search\";a:8:{i:0;s:5:\"crowd\";i:1;s:5:\"focus\";i:2;s:5:\"group\";i:3;s:6:\"people\";i:4;s:8:\"targeted\";i:5;s:3:\"uer\";i:6;s:16:\"users-viewfinder\";i:7;s:16:\"users viewfinder\";}}s:11:\"fab fa-usps\";a:2:{s:5:\"label\";s:28:\"United States Postal Service\";s:6:\"search\";a:6:{i:0;s:8:\"american\";i:1;s:7:\"package\";i:2;s:8:\"shipping\";i:3;s:3:\"usa\";i:4;s:4:\"usps\";i:5;s:28:\"united states postal service\";}}s:15:\"fab fa-ussunnah\";a:2:{s:5:\"label\";s:20:\"us-Sunnah Foundation\";s:6:\"search\";a:2:{i:0;s:8:\"ussunnah\";i:1;s:20:\"us-sunnah foundation\";}}s:15:\"fas fa-utensils\";a:2:{s:5:\"label\";s:8:\"Utensils\";s:6:\"search\";a:11:{i:0;s:7:\"cooking\";i:1;s:7:\"cutlery\";i:2;s:6:\"dining\";i:3;s:6:\"dinner\";i:4;s:3:\"eat\";i:5;s:4:\"food\";i:6;s:4:\"fork\";i:7;s:14:\"fork and knife\";i:8;s:5:\"knife\";i:9;s:10:\"restaurant\";i:10;s:8:\"utensils\";}}s:8:\"fas fa-v\";a:2:{s:5:\"label\";s:1:\"V\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter V\";i:1;s:20:\"Latin Small Letter V\";i:2;s:6:\"letter\";i:3;s:1:\"v\";}}s:13:\"fab fa-vaadin\";a:2:{s:5:\"label\";s:6:\"Vaadin\";s:6:\"search\";a:1:{i:0;s:6:\"vaadin\";}}s:18:\"fas fa-van-shuttle\";a:2:{s:5:\"label\";s:11:\"Van Shuttle\";s:6:\"search\";a:10:{i:0;s:7:\"airport\";i:1;s:3:\"bus\";i:2;s:7:\"machine\";i:3;s:7:\"minibus\";i:4;s:21:\"public-transportation\";i:5;s:14:\"transportation\";i:6;s:6:\"travel\";i:7;s:7:\"vehicle\";i:8;s:11:\"van-shuttle\";i:9;s:11:\"van shuttle\";}}s:12:\"fas fa-vault\";a:2:{s:5:\"label\";s:5:\"Vault\";s:6:\"search\";a:10:{i:0;s:4:\"bank\";i:1;s:9:\"important\";i:2;s:10:\"investment\";i:3;s:4:\"lock\";i:4;s:5:\"money\";i:5;s:7:\"premium\";i:6;s:7:\"privacy\";i:7;s:4:\"safe\";i:8;s:6:\"salary\";i:9;s:5:\"vault\";}}s:20:\"fas fa-vector-square\";a:2:{s:5:\"label\";s:13:\"Vector Square\";s:6:\"search\";a:7:{i:0;s:7:\"anchors\";i:1;s:5:\"lines\";i:2;s:6:\"object\";i:3;s:6:\"render\";i:4;s:5:\"shape\";i:5;s:13:\"vector-square\";i:6;s:13:\"vector square\";}}s:12:\"fas fa-venus\";a:2:{s:5:\"label\";s:5:\"Venus\";s:6:\"search\";a:5:{i:0;s:6:\"female\";i:1;s:11:\"female sign\";i:2;s:6:\"gender\";i:3;s:5:\"woman\";i:4;s:5:\"venus\";}}s:19:\"fas fa-venus-double\";a:2:{s:5:\"label\";s:12:\"Venus Double\";s:6:\"search\";a:6:{i:0;s:19:\"Doubled Female Sign\";i:1;s:6:\"female\";i:2;s:6:\"gender\";i:3;s:7:\"lesbian\";i:4;s:12:\"venus-double\";i:5;s:12:\"venus double\";}}s:17:\"fas fa-venus-mars\";a:2:{s:5:\"label\";s:10:\"Venus Mars\";s:6:\"search\";a:7:{i:0;s:32:\"Interlocked Female and Male Sign\";i:1;s:6:\"female\";i:2;s:6:\"gender\";i:3;s:12:\"heterosexual\";i:4;s:4:\"male\";i:5;s:10:\"venus-mars\";i:6;s:10:\"venus mars\";}}s:11:\"fas fa-vest\";a:2:{s:5:\"label\";s:4:\"Vest\";s:6:\"search\";a:4:{i:0;s:5:\"biker\";i:1;s:7:\"fashion\";i:2;s:5:\"style\";i:3;s:4:\"vest\";}}s:19:\"fas fa-vest-patches\";a:2:{s:5:\"label\";s:12:\"Vest Patches\";s:6:\"search\";a:5:{i:0;s:5:\"biker\";i:1;s:7:\"fashion\";i:2;s:5:\"style\";i:3;s:12:\"vest-patches\";i:4;s:12:\"vest patches\";}}s:14:\"fab fa-viacoin\";a:2:{s:5:\"label\";s:7:\"Viacoin\";s:6:\"search\";a:1:{i:0;s:7:\"viacoin\";}}s:13:\"fab fa-viadeo\";a:2:{s:5:\"label\";s:6:\"Viadeo\";s:6:\"search\";a:1:{i:0;s:6:\"viadeo\";}}s:11:\"fas fa-vial\";a:2:{s:5:\"label\";s:4:\"Vial\";s:6:\"search\";a:11:{i:0;s:6:\"ampule\";i:1;s:7:\"chemist\";i:2;s:9:\"chemistry\";i:3;s:10:\"experiment\";i:4;s:9:\"knowledge\";i:5;s:3:\"lab\";i:6;s:6:\"sample\";i:7;s:7:\"science\";i:8;s:4:\"test\";i:9;s:9:\"test tube\";i:10;s:4:\"vial\";}}s:24:\"fas fa-vial-circle-check\";a:2:{s:5:\"label\";s:17:\"Vial Circle Check\";s:6:\"search\";a:15:{i:0;s:6:\"ampule\";i:1;s:7:\"chemist\";i:2;s:9:\"chemistry\";i:3;s:6:\"enable\";i:4;s:12:\"not affected\";i:5;s:2:\"ok\";i:6;s:4:\"okay\";i:7;s:7:\"success\";i:8;s:9:\"test tube\";i:9;s:4:\"tube\";i:10;s:7:\"vaccine\";i:11;s:8:\"validate\";i:12;s:7:\"working\";i:13;s:17:\"vial-circle-check\";i:14;s:17:\"vial circle check\";}}s:17:\"fas fa-vial-virus\";a:2:{s:5:\"label\";s:10:\"Vial Virus\";s:6:\"search\";a:13:{i:0;s:6:\"ampule\";i:1;s:11:\"coronavirus\";i:2;s:8:\"covid-19\";i:3;s:4:\"flue\";i:4;s:9:\"infection\";i:5;s:3:\"lab\";i:6;s:10:\"laboratory\";i:7;s:8:\"pandemic\";i:8;s:4:\"test\";i:9;s:9:\"test tube\";i:10;s:7:\"vaccine\";i:11;s:10:\"vial-virus\";i:12;s:10:\"vial virus\";}}s:12:\"fas fa-vials\";a:2:{s:5:\"label\";s:5:\"Vials\";s:6:\"search\";a:9:{i:0;s:6:\"ampule\";i:1;s:10:\"experiment\";i:2;s:9:\"knowledge\";i:3;s:3:\"lab\";i:4;s:6:\"sample\";i:5;s:7:\"science\";i:6;s:4:\"test\";i:7;s:9:\"test tube\";i:8;s:5:\"vials\";}}s:12:\"fab fa-viber\";a:2:{s:5:\"label\";s:5:\"Viber\";s:6:\"search\";a:1:{i:0;s:5:\"viber\";}}s:12:\"fas fa-video\";a:2:{s:5:\"label\";s:5:\"Video\";s:6:\"search\";a:6:{i:0;s:6:\"camera\";i:1;s:4:\"film\";i:2;s:5:\"movie\";i:3;s:6:\"record\";i:4;s:12:\"video-camera\";i:5;s:5:\"video\";}}s:18:\"fas fa-video-slash\";a:2:{s:5:\"label\";s:11:\"Video Slash\";s:6:\"search\";a:11:{i:0;s:3:\"add\";i:1;s:6:\"create\";i:2;s:8:\"disabled\";i:3;s:10:\"disconnect\";i:4;s:4:\"film\";i:5;s:3:\"new\";i:6;s:8:\"positive\";i:7;s:6:\"record\";i:8;s:5:\"video\";i:9;s:11:\"video-slash\";i:10;s:11:\"video slash\";}}s:13:\"fas fa-vihara\";a:2:{s:5:\"label\";s:6:\"Vihara\";s:6:\"search\";a:5:{i:0;s:8:\"buddhism\";i:1;s:8:\"buddhist\";i:2;s:8:\"building\";i:3;s:9:\"monastery\";i:4;s:6:\"vihara\";}}s:12:\"fab fa-vimeo\";a:2:{s:5:\"label\";s:5:\"Vimeo\";s:6:\"search\";a:1:{i:0;s:5:\"vimeo\";}}s:14:\"fab fa-vimeo-v\";a:2:{s:5:\"label\";s:5:\"Vimeo\";s:6:\"search\";a:2:{i:0;s:5:\"vimeo\";i:1;s:7:\"vimeo-v\";}}s:11:\"fab fa-vine\";a:2:{s:5:\"label\";s:4:\"Vine\";s:6:\"search\";a:1:{i:0;s:4:\"vine\";}}s:12:\"fas fa-virus\";a:2:{s:5:\"label\";s:5:\"Virus\";s:6:\"search\";a:11:{i:0;s:3:\"bug\";i:1;s:11:\"coronavirus\";i:2;s:8:\"covid-19\";i:3;s:3:\"flu\";i:4;s:6:\"health\";i:5;s:9:\"infection\";i:6;s:8:\"pandemic\";i:7;s:4:\"sick\";i:8;s:7:\"vaccine\";i:9;s:5:\"viral\";i:10;s:5:\"virus\";}}s:18:\"fas fa-virus-covid\";a:2:{s:5:\"label\";s:11:\"Virus Covid\";s:6:\"search\";a:11:{i:0;s:3:\"bug\";i:1;s:8:\"covid-19\";i:2;s:3:\"flu\";i:3;s:6:\"health\";i:4;s:9:\"infection\";i:5;s:8:\"pandemic\";i:6;s:7:\"vaccine\";i:7;s:5:\"viral\";i:8;s:5:\"virus\";i:9;s:11:\"virus-covid\";i:10;s:11:\"virus covid\";}}s:24:\"fas fa-virus-covid-slash\";a:2:{s:5:\"label\";s:17:\"Virus Covid Slash\";s:6:\"search\";a:12:{i:0;s:3:\"bug\";i:1;s:8:\"covid-19\";i:2;s:8:\"disabled\";i:3;s:3:\"flu\";i:4;s:6:\"health\";i:5;s:9:\"infection\";i:6;s:8:\"pandemic\";i:7;s:7:\"vaccine\";i:8;s:5:\"viral\";i:9;s:5:\"virus\";i:10;s:17:\"virus-covid-slash\";i:11;s:17:\"virus covid slash\";}}s:18:\"fas fa-virus-slash\";a:2:{s:5:\"label\";s:11:\"Virus Slash\";s:6:\"search\";a:15:{i:0;s:3:\"bug\";i:1;s:11:\"coronavirus\";i:2;s:8:\"covid-19\";i:3;s:4:\"cure\";i:4;s:8:\"disabled\";i:5;s:9:\"eliminate\";i:6;s:3:\"flu\";i:7;s:6:\"health\";i:8;s:9:\"infection\";i:9;s:8:\"pandemic\";i:10;s:4:\"sick\";i:11;s:7:\"vaccine\";i:12;s:5:\"viral\";i:13;s:11:\"virus-slash\";i:14;s:11:\"virus slash\";}}s:14:\"fas fa-viruses\";a:2:{s:5:\"label\";s:7:\"Viruses\";s:6:\"search\";a:13:{i:0;s:4:\"bugs\";i:1;s:11:\"coronavirus\";i:2;s:8:\"covid-19\";i:3;s:3:\"flu\";i:4;s:6:\"health\";i:5;s:9:\"infection\";i:6;s:8:\"multiply\";i:7;s:8:\"pandemic\";i:8;s:4:\"sick\";i:9;s:6:\"spread\";i:10;s:7:\"vaccine\";i:11;s:5:\"viral\";i:12;s:7:\"viruses\";}}s:9:\"fab fa-vk\";a:2:{s:5:\"label\";s:2:\"VK\";s:6:\"search\";a:1:{i:0;s:2:\"vk\";}}s:10:\"fab fa-vnv\";a:2:{s:5:\"label\";s:3:\"VNV\";s:6:\"search\";a:1:{i:0;s:3:\"vnv\";}}s:16:\"fas fa-voicemail\";a:2:{s:5:\"label\";s:9:\"Voicemail\";s:6:\"search\";a:5:{i:0;s:6:\"answer\";i:1;s:5:\"inbox\";i:2;s:7:\"message\";i:3;s:5:\"phone\";i:4;s:9:\"voicemail\";}}s:14:\"fas fa-volcano\";a:2:{s:5:\"label\";s:7:\"Volcano\";s:6:\"search\";a:7:{i:0;s:7:\"caldera\";i:1;s:8:\"eruption\";i:2;s:4:\"lava\";i:3;s:5:\"magma\";i:4;s:8:\"mountain\";i:5;s:5:\"smoke\";i:6;s:7:\"volcano\";}}s:17:\"fas fa-volleyball\";a:2:{s:5:\"label\";s:10:\"Volleyball\";s:6:\"search\";a:6:{i:0;s:4:\"ball\";i:1;s:5:\"beach\";i:2;s:4:\"game\";i:3;s:8:\"olympics\";i:4;s:5:\"sport\";i:5;s:10:\"volleyball\";}}s:18:\"fas fa-volume-high\";a:2:{s:5:\"label\";s:11:\"Volume High\";s:6:\"search\";a:10:{i:0;s:5:\"audio\";i:1;s:6:\"higher\";i:2;s:4:\"loud\";i:3;s:6:\"louder\";i:4;s:5:\"music\";i:5;s:5:\"sound\";i:6;s:7:\"speaker\";i:7;s:19:\"speaker high volume\";i:8;s:11:\"volume-high\";i:9;s:11:\"volume high\";}}s:17:\"fas fa-volume-low\";a:2:{s:5:\"label\";s:10:\"Volume Low\";s:6:\"search\";a:10:{i:0;s:5:\"audio\";i:1;s:5:\"lower\";i:2;s:5:\"music\";i:3;s:7:\"quieter\";i:4;s:4:\"soft\";i:5;s:5:\"sound\";i:6;s:7:\"speaker\";i:7;s:18:\"speaker low volume\";i:8;s:10:\"volume-low\";i:9;s:10:\"volume low\";}}s:17:\"fas fa-volume-off\";a:2:{s:5:\"label\";s:10:\"Volume Off\";s:6:\"search\";a:9:{i:0;s:5:\"audio\";i:1;s:3:\"ban\";i:2;s:5:\"music\";i:3;s:4:\"mute\";i:4;s:5:\"quiet\";i:5;s:6:\"silent\";i:6;s:5:\"sound\";i:7;s:10:\"volume-off\";i:8;s:10:\"volume off\";}}s:19:\"fas fa-volume-xmark\";a:2:{s:5:\"label\";s:12:\"Volume Xmark\";s:6:\"search\";a:7:{i:0;s:5:\"audio\";i:1;s:5:\"music\";i:2;s:5:\"quiet\";i:3;s:5:\"sound\";i:4;s:7:\"speaker\";i:5;s:12:\"volume-xmark\";i:6;s:12:\"volume xmark\";}}s:19:\"fas fa-vr-cardboard\";a:2:{s:5:\"label\";s:12:\"Vr Cardboard\";s:6:\"search\";a:7:{i:0;s:2:\"3d\";i:1;s:7:\"augment\";i:2;s:6:\"google\";i:3;s:7:\"reality\";i:4;s:7:\"virtual\";i:5;s:12:\"vr-cardboard\";i:6;s:12:\"vr cardboard\";}}s:12:\"fab fa-vuejs\";a:2:{s:5:\"label\";s:6:\"Vue.js\";s:6:\"search\";a:2:{i:0;s:5:\"vuejs\";i:1;s:6:\"vue.js\";}}s:8:\"fas fa-w\";a:2:{s:5:\"label\";s:1:\"W\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter W\";i:1;s:20:\"Latin Small Letter W\";i:2;s:6:\"letter\";i:3;s:1:\"w\";}}s:20:\"fas fa-walkie-talkie\";a:2:{s:5:\"label\";s:13:\"Walkie Talkie\";s:6:\"search\";a:9:{i:0;s:13:\"communication\";i:1;s:4:\"copy\";i:2;s:8:\"intercom\";i:3;s:4:\"over\";i:4;s:8:\"portable\";i:5;s:5:\"radio\";i:6;s:13:\"two way radio\";i:7;s:13:\"walkie-talkie\";i:8;s:13:\"walkie talkie\";}}s:13:\"fas fa-wallet\";a:2:{s:5:\"label\";s:6:\"Wallet\";s:6:\"search\";a:6:{i:0;s:8:\"billfold\";i:1;s:4:\"cash\";i:2;s:8:\"currency\";i:3;s:5:\"money\";i:4;s:6:\"salary\";i:5;s:6:\"wallet\";}}s:17:\"fas fa-wand-magic\";a:2:{s:5:\"label\";s:10:\"Wand Magic\";s:6:\"search\";a:10:{i:0;s:12:\"autocomplete\";i:1;s:9:\"automatic\";i:2;s:4:\"mage\";i:3;s:5:\"magic\";i:4;s:5:\"spell\";i:5;s:4:\"wand\";i:6;s:5:\"witch\";i:7;s:6:\"wizard\";i:8;s:10:\"wand-magic\";i:9;s:10:\"wand magic\";}}s:26:\"fas fa-wand-magic-sparkles\";a:2:{s:5:\"label\";s:19:\"Wand Magic Sparkles\";s:6:\"search\";a:8:{i:0;s:4:\"auto\";i:1;s:5:\"magic\";i:2;s:10:\"magic wand\";i:3;s:5:\"trick\";i:4;s:5:\"witch\";i:5;s:6:\"wizard\";i:6;s:19:\"wand-magic-sparkles\";i:7;s:19:\"wand magic sparkles\";}}s:20:\"fas fa-wand-sparkles\";a:2:{s:5:\"label\";s:13:\"Wand Sparkles\";s:6:\"search\";a:11:{i:0;s:12:\"autocomplete\";i:1;s:9:\"automatic\";i:2;s:7:\"fantasy\";i:3;s:9:\"halloween\";i:4;s:7:\"holiday\";i:5;s:5:\"magic\";i:6;s:6:\"weapon\";i:7;s:5:\"witch\";i:8;s:6:\"wizard\";i:9;s:13:\"wand-sparkles\";i:10;s:13:\"wand sparkles\";}}s:16:\"fas fa-warehouse\";a:2:{s:5:\"label\";s:9:\"Warehouse\";s:6:\"search\";a:6:{i:0;s:8:\"building\";i:1;s:8:\"capacity\";i:2;s:6:\"garage\";i:3;s:9:\"inventory\";i:4;s:7:\"storage\";i:5;s:9:\"warehouse\";}}s:26:\"fab fa-watchman-monitoring\";a:2:{s:5:\"label\";s:19:\"Watchman Monitoring\";s:6:\"search\";a:2:{i:0;s:19:\"watchman-monitoring\";i:1;s:19:\"watchman monitoring\";}}s:12:\"fas fa-water\";a:2:{s:5:\"label\";s:5:\"Water\";s:6:\"search\";a:7:{i:0;s:4:\"lake\";i:1;s:6:\"liquid\";i:2;s:5:\"ocean\";i:3;s:3:\"sea\";i:4;s:4:\"swim\";i:5;s:3:\"wet\";i:6;s:5:\"water\";}}s:19:\"fas fa-water-ladder\";a:2:{s:5:\"label\";s:12:\"Water Ladder\";s:6:\"search\";a:6:{i:0;s:6:\"ladder\";i:1;s:10:\"recreation\";i:2;s:4:\"swim\";i:3;s:5:\"water\";i:4;s:12:\"water-ladder\";i:5;s:12:\"water ladder\";}}s:18:\"fas fa-wave-square\";a:2:{s:5:\"label\";s:11:\"Wave Square\";s:6:\"search\";a:5:{i:0;s:9:\"frequency\";i:1;s:5:\"pulse\";i:2;s:6:\"signal\";i:3;s:11:\"wave-square\";i:4;s:11:\"wave square\";}}s:11:\"fab fa-waze\";a:2:{s:5:\"label\";s:4:\"Waze\";s:6:\"search\";a:1:{i:0;s:4:\"waze\";}}s:18:\"fab fa-web-awesome\";a:2:{s:5:\"label\";s:11:\"Web Awesome\";s:6:\"search\";a:7:{i:0;s:7:\" coding\";i:1;s:11:\" components\";i:2;s:6:\" crown\";i:3;s:4:\" web\";i:4;s:7:\"awesome\";i:5;s:11:\"web-awesome\";i:6;s:11:\"web awesome\";}}s:14:\"fab fa-webflow\";a:2:{s:5:\"label\";s:7:\"Webflow\";s:6:\"search\";a:1:{i:0;s:7:\"webflow\";}}s:13:\"fab fa-weebly\";a:2:{s:5:\"label\";s:6:\"Weebly\";s:6:\"search\";a:1:{i:0;s:6:\"weebly\";}}s:12:\"fab fa-weibo\";a:2:{s:5:\"label\";s:5:\"Weibo\";s:6:\"search\";a:1:{i:0;s:5:\"weibo\";}}s:21:\"fas fa-weight-hanging\";a:2:{s:5:\"label\";s:14:\"Weight Hanging\";s:6:\"search\";a:5:{i:0;s:5:\"anvil\";i:1;s:5:\"heavy\";i:2;s:11:\"measurement\";i:3;s:14:\"weight-hanging\";i:4;s:14:\"weight hanging\";}}s:19:\"fas fa-weight-scale\";a:2:{s:5:\"label\";s:12:\"Weight Scale\";s:6:\"search\";a:6:{i:0;s:6:\"health\";i:1;s:11:\"measurement\";i:2;s:5:\"scale\";i:3;s:6:\"weight\";i:4;s:12:\"weight-scale\";i:5;s:12:\"weight scale\";}}s:13:\"fab fa-weixin\";a:2:{s:5:\"label\";s:15:\"Weixin (WeChat)\";s:6:\"search\";a:2:{i:0;s:6:\"weixin\";i:1;s:15:\"weixin (wechat)\";}}s:15:\"fab fa-whatsapp\";a:2:{s:5:\"label\";s:10:\"What\'s App\";s:6:\"search\";a:2:{i:0;s:8:\"whatsapp\";i:1;s:10:\"what\'s app\";}}s:16:\"fas fa-wheat-awn\";a:2:{s:5:\"label\";s:9:\"Wheat Awn\";s:6:\"search\";a:7:{i:0;s:11:\"agriculture\";i:1;s:6:\"autumn\";i:2;s:4:\"fall\";i:3;s:7:\"farming\";i:4;s:5:\"grain\";i:5;s:9:\"wheat-awn\";i:6;s:9:\"wheat awn\";}}s:35:\"fas fa-wheat-awn-circle-exclamation\";a:2:{s:5:\"label\";s:28:\"Wheat Awn Circle Exclamation\";s:6:\"search\";a:10:{i:0;s:8:\"affected\";i:1;s:6:\"failed\";i:2;s:6:\"famine\";i:3;s:4:\"food\";i:4;s:6:\"gluten\";i:5;s:6:\"hunger\";i:6;s:6:\"starve\";i:7;s:5:\"straw\";i:8;s:28:\"wheat-awn-circle-exclamation\";i:9;s:28:\"wheat awn circle exclamation\";}}s:17:\"fas fa-wheelchair\";a:2:{s:5:\"label\";s:10:\"Wheelchair\";s:6:\"search\";a:4:{i:0;s:8:\"disabled\";i:1;s:3:\"uer\";i:2;s:12:\"users-people\";i:3;s:10:\"wheelchair\";}}s:22:\"fas fa-wheelchair-move\";a:2:{s:5:\"label\";s:15:\"Wheelchair Move\";s:6:\"search\";a:9:{i:0;s:6:\"access\";i:1;s:8:\"disabled\";i:2;s:8:\"handicap\";i:3;s:10:\"impairment\";i:4;s:8:\"physical\";i:5;s:3:\"uer\";i:6;s:17:\"wheelchair symbol\";i:7;s:15:\"wheelchair-move\";i:8;s:15:\"wheelchair move\";}}s:20:\"fas fa-whiskey-glass\";a:2:{s:5:\"label\";s:13:\"Whiskey Glass\";s:6:\"search\";a:16:{i:0;s:7:\"alcohol\";i:1;s:3:\"bar\";i:2;s:8:\"beverage\";i:3;s:7:\"bourbon\";i:4;s:5:\"drink\";i:5;s:5:\"glass\";i:6;s:6:\"liquor\";i:7;s:4:\"neat\";i:8;s:3:\"rye\";i:9;s:6:\"scotch\";i:10;s:4:\"shot\";i:11;s:7:\"tumbler\";i:12;s:13:\"tumbler glass\";i:13;s:6:\"whisky\";i:14;s:13:\"whiskey-glass\";i:15;s:13:\"whiskey glass\";}}s:12:\"fab fa-whmcs\";a:2:{s:5:\"label\";s:5:\"WHMCS\";s:6:\"search\";a:1:{i:0;s:5:\"whmcs\";}}s:11:\"fas fa-wifi\";a:2:{s:5:\"label\";s:4:\"Wifi\";s:6:\"search\";a:8:{i:0;s:10:\"connection\";i:1;s:7:\"hotspot\";i:2;s:8:\"internet\";i:3;s:7:\"network\";i:4;s:6:\"signal\";i:5;s:8:\"wireless\";i:6;s:3:\"www\";i:7;s:4:\"wifi\";}}s:18:\"fab fa-wikipedia-w\";a:2:{s:5:\"label\";s:11:\"Wikipedia W\";s:6:\"search\";a:2:{i:0;s:11:\"wikipedia-w\";i:1;s:11:\"wikipedia w\";}}s:11:\"fas fa-wind\";a:2:{s:5:\"label\";s:4:\"Wind\";s:6:\"search\";a:7:{i:0;s:3:\"air\";i:1;s:4:\"blow\";i:2;s:6:\"breeze\";i:3;s:4:\"fall\";i:4;s:8:\"seasonal\";i:5;s:7:\"weather\";i:6;s:4:\"wind\";}}s:22:\"fas fa-window-maximize\";a:2:{s:5:\"label\";s:23:\"Window Maximize (solid)\";s:6:\"search\";a:7:{i:0;s:8:\"Maximize\";i:1;s:7:\"browser\";i:2;s:8:\"computer\";i:3;s:11:\"development\";i:4;s:6:\"expand\";i:5;s:15:\"window-maximize\";i:6;s:15:\"window maximize\";}}s:22:\"far fa-window-maximize\";a:2:{s:5:\"label\";s:25:\"Window Maximize (regular)\";s:6:\"search\";a:7:{i:0;s:8:\"Maximize\";i:1;s:7:\"browser\";i:2;s:8:\"computer\";i:3;s:11:\"development\";i:4;s:6:\"expand\";i:5;s:15:\"window-maximize\";i:6;s:15:\"window maximize\";}}s:22:\"fas fa-window-minimize\";a:2:{s:5:\"label\";s:23:\"Window Minimize (solid)\";s:6:\"search\";a:7:{i:0;s:8:\"Minimize\";i:1;s:7:\"browser\";i:2;s:8:\"collapse\";i:3;s:8:\"computer\";i:4;s:11:\"development\";i:5;s:15:\"window-minimize\";i:6;s:15:\"window minimize\";}}s:22:\"far fa-window-minimize\";a:2:{s:5:\"label\";s:25:\"Window Minimize (regular)\";s:6:\"search\";a:7:{i:0;s:8:\"Minimize\";i:1;s:7:\"browser\";i:2;s:8:\"collapse\";i:3;s:8:\"computer\";i:4;s:11:\"development\";i:5;s:15:\"window-minimize\";i:6;s:15:\"window minimize\";}}s:21:\"fas fa-window-restore\";a:2:{s:5:\"label\";s:22:\"Window Restore (solid)\";s:6:\"search\";a:5:{i:0;s:7:\"browser\";i:1;s:8:\"computer\";i:2;s:11:\"development\";i:3;s:14:\"window-restore\";i:4;s:14:\"window restore\";}}s:21:\"far fa-window-restore\";a:2:{s:5:\"label\";s:24:\"Window Restore (regular)\";s:6:\"search\";a:5:{i:0;s:7:\"browser\";i:1;s:8:\"computer\";i:2;s:11:\"development\";i:3;s:14:\"window-restore\";i:4;s:14:\"window restore\";}}s:14:\"fab fa-windows\";a:2:{s:5:\"label\";s:7:\"Windows\";s:6:\"search\";a:4:{i:0;s:9:\"microsoft\";i:1;s:16:\"operating system\";i:2;s:2:\"os\";i:3;s:7:\"windows\";}}s:18:\"fas fa-wine-bottle\";a:2:{s:5:\"label\";s:11:\"Wine Bottle\";s:6:\"search\";a:10:{i:0;s:7:\"alcohol\";i:1;s:8:\"beverage\";i:2;s:8:\"cabernet\";i:3;s:5:\"drink\";i:4;s:5:\"glass\";i:5;s:6:\"grapes\";i:6;s:6:\"merlot\";i:7;s:9:\"sauvignon\";i:8;s:11:\"wine-bottle\";i:9;s:11:\"wine bottle\";}}s:17:\"fas fa-wine-glass\";a:2:{s:5:\"label\";s:10:\"Wine Glass\";s:6:\"search\";a:12:{i:0;s:7:\"alcohol\";i:1;s:3:\"bar\";i:2;s:8:\"beverage\";i:3;s:8:\"cabernet\";i:4;s:5:\"drink\";i:5;s:5:\"glass\";i:6;s:6:\"grapes\";i:7;s:6:\"merlot\";i:8;s:9:\"sauvignon\";i:9;s:4:\"wine\";i:10;s:10:\"wine glass\";i:11;s:10:\"wine-glass\";}}s:23:\"fas fa-wine-glass-empty\";a:2:{s:5:\"label\";s:16:\"Wine Glass Empty\";s:6:\"search\";a:9:{i:0;s:7:\"alcohol\";i:1;s:8:\"beverage\";i:2;s:8:\"cabernet\";i:3;s:5:\"drink\";i:4;s:6:\"grapes\";i:5;s:6:\"merlot\";i:6;s:9:\"sauvignon\";i:7;s:16:\"wine-glass-empty\";i:8;s:16:\"wine glass empty\";}}s:22:\"fab fa-wirsindhandwerk\";a:2:{s:5:\"label\";s:15:\"wirsindhandwerk\";s:6:\"search\";a:1:{i:0;s:15:\"wirsindhandwerk\";}}s:10:\"fab fa-wix\";a:2:{s:5:\"label\";s:3:\"Wix\";s:6:\"search\";a:1:{i:0;s:3:\"wix\";}}s:27:\"fab fa-wizards-of-the-coast\";a:2:{s:5:\"label\";s:20:\"Wizards of the Coast\";s:6:\"search\";a:9:{i:0;s:18:\"Dungeons & Dragons\";i:1;s:3:\"d&d\";i:2;s:3:\"dnd\";i:3;s:7:\"fantasy\";i:4;s:4:\"game\";i:5;s:6:\"gaming\";i:6;s:8:\"tabletop\";i:7;s:20:\"wizards-of-the-coast\";i:8;s:20:\"wizards of the coast\";}}s:11:\"fab fa-wodu\";a:2:{s:5:\"label\";s:4:\"Wodu\";s:6:\"search\";a:1:{i:0;s:4:\"wodu\";}}s:26:\"fab fa-wolf-pack-battalion\";a:2:{s:5:\"label\";s:19:\"Wolf Pack Battalion\";s:6:\"search\";a:2:{i:0;s:19:\"wolf-pack-battalion\";i:1;s:19:\"wolf pack battalion\";}}s:15:\"fas fa-won-sign\";a:2:{s:5:\"label\";s:8:\"Won Sign\";s:6:\"search\";a:4:{i:0;s:8:\"Won Sign\";i:1;s:8:\"currency\";i:2;s:8:\"won-sign\";i:3;s:8:\"won sign\";}}s:16:\"fab fa-wordpress\";a:2:{s:5:\"label\";s:14:\"WordPress Logo\";s:6:\"search\";a:2:{i:0;s:9:\"wordpress\";i:1;s:14:\"wordpress logo\";}}s:23:\"fab fa-wordpress-simple\";a:2:{s:5:\"label\";s:16:\"Wordpress Simple\";s:6:\"search\";a:2:{i:0;s:16:\"wordpress-simple\";i:1;s:16:\"wordpress simple\";}}s:11:\"fas fa-worm\";a:2:{s:5:\"label\";s:4:\"Worm\";s:6:\"search\";a:4:{i:0;s:4:\"dirt\";i:1;s:6:\"garden\";i:2;s:4:\"worm\";i:3;s:7:\"wriggle\";}}s:17:\"fab fa-wpbeginner\";a:2:{s:5:\"label\";s:10:\"WPBeginner\";s:6:\"search\";a:1:{i:0;s:10:\"wpbeginner\";}}s:17:\"fab fa-wpexplorer\";a:2:{s:5:\"label\";s:10:\"WPExplorer\";s:6:\"search\";a:1:{i:0;s:10:\"wpexplorer\";}}s:14:\"fab fa-wpforms\";a:2:{s:5:\"label\";s:7:\"WPForms\";s:6:\"search\";a:1:{i:0;s:7:\"wpforms\";}}s:14:\"fab fa-wpressr\";a:2:{s:5:\"label\";s:7:\"wpressr\";s:6:\"search\";a:2:{i:0;s:7:\"rendact\";i:1;s:7:\"wpressr\";}}s:13:\"fas fa-wrench\";a:2:{s:5:\"label\";s:6:\"Wrench\";s:6:\"search\";a:12:{i:0;s:13:\"configuration\";i:1;s:12:\"construction\";i:2;s:9:\"equipment\";i:3;s:3:\"fix\";i:4;s:8:\"mechanic\";i:5;s:6:\"modify\";i:6;s:8:\"plumbing\";i:7;s:8:\"settings\";i:8;s:7:\"spanner\";i:9;s:4:\"tool\";i:10;s:6:\"update\";i:11;s:6:\"wrench\";}}s:8:\"fas fa-x\";a:2:{s:5:\"label\";s:1:\"X\";s:6:\"search\";a:5:{i:0;s:22:\"Latin Capital Letter X\";i:1;s:20:\"Latin Small Letter X\";i:2;s:6:\"letter\";i:3;s:7:\"uncheck\";i:4;s:1:\"x\";}}s:12:\"fas fa-x-ray\";a:2:{s:5:\"label\";s:5:\"X Ray\";s:6:\"search\";a:7:{i:0;s:6:\"health\";i:1;s:7:\"medical\";i:2;s:19:\"radiological images\";i:3;s:9:\"radiology\";i:4;s:8:\"skeleton\";i:5;s:5:\"x-ray\";i:6;s:5:\"x ray\";}}s:16:\"fab fa-x-twitter\";a:2:{s:5:\"label\";s:9:\"X Twitter\";s:6:\"search\";a:5:{i:0;s:6:\"  elon\";i:1;s:8:\" twitter\";i:2;s:2:\" x\";i:3;s:9:\"x-twitter\";i:4;s:9:\"x twitter\";}}s:11:\"fab fa-xbox\";a:2:{s:5:\"label\";s:4:\"Xbox\";s:6:\"search\";a:1:{i:0;s:4:\"xbox\";}}s:11:\"fab fa-xing\";a:2:{s:5:\"label\";s:4:\"Xing\";s:6:\"search\";a:1:{i:0;s:4:\"xing\";}}s:12:\"fas fa-xmark\";a:2:{s:5:\"label\";s:5:\"Xmark\";s:6:\"search\";a:23:{i:0;s:14:\"Cancellation X\";i:1;s:19:\"Multiplication Sign\";i:2;s:16:\"Multiplication X\";i:3;s:6:\"cancel\";i:4;s:5:\"close\";i:5;s:5:\"cross\";i:6;s:10:\"cross mark\";i:7;s:5:\"error\";i:8;s:4:\"exit\";i:9;s:9:\"incorrect\";i:10;s:4:\"mark\";i:11;s:14:\"multiplication\";i:12;s:8:\"multiply\";i:13;s:6:\"notice\";i:14;s:12:\"notification\";i:15;s:6:\"notify\";i:16;s:7:\"problem\";i:17;s:4:\"sign\";i:18;s:7:\"uncheck\";i:19;s:5:\"wrong\";i:20;s:1:\"x\";i:21;s:2:\"×\";i:22;s:5:\"xmark\";}}s:19:\"fas fa-xmarks-lines\";a:2:{s:5:\"label\";s:12:\"Xmarks Lines\";s:6:\"search\";a:7:{i:0;s:9:\"barricade\";i:1;s:7:\"barrier\";i:2;s:5:\"fence\";i:3;s:6:\"poison\";i:4;s:9:\"roadblock\";i:5;s:12:\"xmarks-lines\";i:6;s:12:\"xmarks lines\";}}s:8:\"fas fa-y\";a:2:{s:5:\"label\";s:1:\"Y\";s:6:\"search\";a:6:{i:0;s:22:\"Latin Capital Letter Y\";i:1;s:20:\"Latin Small Letter Y\";i:2;s:6:\"letter\";i:3;s:3:\"yay\";i:4;s:3:\"yes\";i:5;s:1:\"y\";}}s:19:\"fab fa-y-combinator\";a:2:{s:5:\"label\";s:12:\"Y Combinator\";s:6:\"search\";a:2:{i:0;s:12:\"y-combinator\";i:1;s:12:\"y combinator\";}}s:12:\"fab fa-yahoo\";a:2:{s:5:\"label\";s:10:\"Yahoo Logo\";s:6:\"search\";a:2:{i:0;s:5:\"yahoo\";i:1;s:10:\"yahoo logo\";}}s:13:\"fab fa-yammer\";a:2:{s:5:\"label\";s:6:\"Yammer\";s:6:\"search\";a:1:{i:0;s:6:\"yammer\";}}s:13:\"fab fa-yandex\";a:2:{s:5:\"label\";s:6:\"Yandex\";s:6:\"search\";a:1:{i:0;s:6:\"yandex\";}}s:27:\"fab fa-yandex-international\";a:2:{s:5:\"label\";s:20:\"Yandex International\";s:6:\"search\";a:2:{i:0;s:20:\"yandex-international\";i:1;s:20:\"yandex international\";}}s:11:\"fab fa-yarn\";a:2:{s:5:\"label\";s:4:\"Yarn\";s:6:\"search\";a:1:{i:0;s:4:\"yarn\";}}s:11:\"fab fa-yelp\";a:2:{s:5:\"label\";s:4:\"Yelp\";s:6:\"search\";a:1:{i:0;s:4:\"yelp\";}}s:15:\"fas fa-yen-sign\";a:2:{s:5:\"label\";s:8:\"Yen Sign\";s:6:\"search\";a:4:{i:0;s:8:\"Yen Sign\";i:1;s:8:\"currency\";i:2;s:8:\"yen-sign\";i:3;s:8:\"yen sign\";}}s:15:\"fas fa-yin-yang\";a:2:{s:5:\"label\";s:8:\"Yin Yang\";s:6:\"search\";a:10:{i:0;s:6:\"daoism\";i:1;s:9:\"opposites\";i:2;s:8:\"religion\";i:3;s:3:\"tao\";i:4;s:6:\"taoism\";i:5;s:6:\"taoist\";i:6;s:4:\"yang\";i:7;s:3:\"yin\";i:8;s:8:\"yin yang\";i:9;s:8:\"yin-yang\";}}s:12:\"fab fa-yoast\";a:2:{s:5:\"label\";s:5:\"Yoast\";s:6:\"search\";a:1:{i:0;s:5:\"yoast\";}}s:14:\"fab fa-youtube\";a:2:{s:5:\"label\";s:7:\"YouTube\";s:6:\"search\";a:5:{i:0;s:4:\"film\";i:1;s:5:\"video\";i:2;s:12:\"youtube-play\";i:3;s:14:\"youtube-square\";i:4;s:7:\"youtube\";}}s:8:\"fas fa-z\";a:2:{s:5:\"label\";s:1:\"Z\";s:6:\"search\";a:4:{i:0;s:22:\"Latin Capital Letter Z\";i:1;s:20:\"Latin Small Letter Z\";i:2;s:6:\"letter\";i:3;s:1:\"z\";}}s:12:\"fab fa-zhihu\";a:2:{s:5:\"label\";s:5:\"Zhihu\";s:6:\"search\";a:1:{i:0;s:5:\"zhihu\";}}}', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(580, 'um_existing_rows_7', 'a:1:{i:0;s:9:\"_um_row_1\";}', 'auto'),
(581, 'um_form_rowdata_7', 'a:1:{s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";i:1;s:4:\"cols\";i:1;s:6:\"origin\";s:9:\"_um_row_1\";}}', 'auto'),
(582, 'um_fields', 'a:0:{}', 'auto'),
(702, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(768, 'acf_first_activated_version', '6.3.10.2', 'on'),
(769, 'acf_site_health', '{\"version\":\"6.3.11\",\"plugin_type\":\"Free\",\"update_source\":\"wordpress.org\",\"wp_version\":\"6.7.1\",\"mysql_version\":\"10.6.20-MariaDB\",\"is_multisite\":false,\"active_theme\":{\"name\":\"OceanWP\",\"version\":\"4.0.2\",\"theme_uri\":\"https:\\/\\/oceanwp.org\\/\",\"stylesheet\":false},\"active_plugins\":{\"advanced-custom-fields\\/acf.php\":{\"name\":\"Advanced Custom Fields\",\"version\":\"6.3.11\",\"plugin_uri\":\"https:\\/\\/www.advancedcustomfields.com\"},\"contact-form-7\\/wp-contact-form-7.php\":{\"name\":\"Contact Form 7\",\"version\":\"6.0.1\",\"plugin_uri\":\"https:\\/\\/contactform7.com\\/\"},\"elementor\\/elementor.php\":{\"name\":\"Elementor\",\"version\":\"3.26.0\",\"plugin_uri\":\"https:\\/\\/elementor.com\\/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\"},\"frontend-social-links-editor\\/frontend-social-links-editor.php\":{\"name\":\"Frontend Social Links Editor\",\"version\":\"1.1\",\"plugin_uri\":\"\"},\"game-reward-earnings\\/game-reward-earnings.php\":{\"name\":\"Game Reward Points to Money Converter\",\"version\":\"1.0\",\"plugin_uri\":\"\"},\"game-reward-progress-bar\\/game-reward-progress-bar.php\":{\"name\":\"Game Reward Progress Bar\",\"version\":\"1.3\",\"plugin_uri\":\"\"},\"game-reward-system\\/game-reward-system.php\":{\"name\":\"Game Reward System\",\"version\":\"1.2\",\"plugin_uri\":\"\"},\"gamipress\\/gamipress.php\":{\"name\":\"GamiPress\",\"version\":\"7.1.8\",\"plugin_uri\":\"https:\\/\\/gamipress.com\"},\"pro-elements\\/pro-elements.php\":{\"name\":\"PRO Elements\",\"version\":\"3.25.5\",\"plugin_uri\":\"https:\\/\\/proelements.org\\/\"},\"search-filter\\/search-filter.php\":{\"name\":\"Search & Filter\",\"version\":\"1.2.17\",\"plugin_uri\":\"https:\\/\\/free.searchandfilter.com\\/\"},\"ultimate-member\\/ultimate-member.php\":{\"name\":\"Ultimate Member\",\"version\":\"2.9.1\",\"plugin_uri\":\"http:\\/\\/ultimatemember.com\\/\"},\"user-points-manager\\/user-points-manager.php\":{\"name\":\"User Points and Earnings Manager\",\"version\":\"1.2\",\"plugin_uri\":\"\"},\"user-profile-display\\/user-profile-display.php\":{\"name\":\"User Profile Display\",\"version\":\"1.0\",\"plugin_uri\":\"\"},\"user-profile-editor\\/user-profile-editor.php\":{\"name\":\"User Profile Editor\",\"version\":\"1.4\",\"plugin_uri\":\"\"}},\"ui_field_groups\":\"7\",\"php_field_groups\":\"0\",\"json_field_groups\":\"0\",\"rest_field_groups\":\"0\",\"number_of_fields_by_type\":{\"text\":3,\"image\":3,\"number\":5,\"url\":2},\"number_of_third_party_fields_by_type\":[],\"post_types_enabled\":true,\"ui_post_types\":\"18\",\"json_post_types\":\"0\",\"ui_taxonomies\":\"6\",\"json_taxonomies\":\"0\",\"rest_api_format\":\"light\",\"admin_ui_enabled\":true,\"field_type-modal_enabled\":true,\"field_settings_tabs_enabled\":false,\"shortcode_enabled\":false,\"registered_acf_forms\":\"0\",\"json_save_paths\":1,\"json_load_paths\":1,\"event_first_activated\":1733742993,\"event_first_created_field_group\":1733745426,\"last_updated\":1734952605}', 'off'),
(771, 'acf_version', '6.3.11', 'auto'),
(874, 'category_children', 'a:1:{i:14;a:4:{i:0;i:15;i:1;i:23;i:2;i:24;i:3;i:26;}}', 'auto'),
(978, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:15:\"mycred/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.10.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1733848688;s:11:\"plugin_path\";s:17:\"mycred/mycred.php\";}}s:7:\"abspath\";s:42:\"/home/webcrowd/public_html/onlinegamingv2/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:17:\"mycred/mycred.php\";s:8:\"sdk_path\";s:15:\"mycred/freemius\";s:7:\"version\";s:6:\"2.10.0\";s:13:\"in_activation\";b:1;s:9:\"timestamp\";i:1733848688;}}', 'auto'),
(979, 'fs_debug_mode', '', 'auto'),
(980, 'fs_accounts', 'a:8:{s:21:\"id_slug_type_path_map\";a:1:{i:6028;a:3:{s:4:\"slug\";s:6:\"mycred\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:17:\"mycred/mycred.php\";}}s:11:\"plugin_data\";a:1:{s:6:\"mycred\";a:18:{s:19:\"last_load_timestamp\";i:1733848612;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"mycred/mycred.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1733848611;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:6:\"2.10.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:7:\"2.7.6.2\";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:14:\"webcrowd.co.in\";s:9:\"server_ip\";s:13:\"190.92.174.26\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1733848611;s:7:\"version\";s:7:\"2.7.6.2\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1733848616;s:7:\"version\";s:7:\"2.7.6.2\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"7\";s:4:\"info\";s:6:\"dsadas\";s:12:\"is_anonymous\";b:0;}}}s:13:\"file_slug_map\";a:1:{s:17:\"mycred/mycred.php\";s:6:\"mycred\";}s:7:\"plugins\";a:1:{s:6:\"mycred\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:6:\"myCred\";s:4:\"slug\";s:6:\"mycred\";s:12:\"premium_slug\";s:14:\"mycred-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:17:\"mycred/mycred.php\";s:7:\"version\";s:7:\"2.7.6.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_344d67bf205780ac80f04a7561acb\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"6028\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"e518d7a10385ef1b18336872b26de0b5\";s:13:\"admin_notices\";a:1:{s:6:\"mycred\";a:0:{}}}', 'auto'),
(981, 'fs_api_cache', 'a:0:{}', 'off'),
(984, 'mycred_pref_core', 'a:10:{s:7:\"cred_id\";s:14:\"mycred_default\";s:6:\"format\";a:3:{s:4:\"type\";s:6:\"bigint\";s:8:\"decimals\";i:0;s:10:\"separators\";a:2:{s:7:\"decimal\";s:1:\".\";s:8:\"thousand\";s:1:\",\";}}s:4:\"name\";a:2:{s:8:\"singular\";s:5:\"Point\";s:6:\"plural\";s:6:\"Points\";}s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:4:\"caps\";a:2:{s:6:\"plugin\";s:14:\"manage_options\";s:5:\"creds\";s:6:\"export\";}s:3:\"max\";i:0;s:7:\"exclude\";a:4:{s:14:\"plugin_editors\";i:0;s:12:\"cred_editors\";i:0;s:4:\"list\";s:0:\"\";s:8:\"by_roles\";s:0:\"\";}s:9:\"frequency\";a:2:{s:4:\"rate\";s:6:\"always\";s:4:\"date\";s:0:\"\";}s:11:\"delete_user\";i:0;}', 'auto'),
(985, 'mycred_default_point_image', '566', 'auto'),
(986, 'mycred_version_db', '2.0', 'auto'),
(987, 'mycred_setup_completed', '1733848612', 'auto'),
(988, 'mycred_version', '2.7.6.2', 'auto'),
(989, 'mycred_key', 'Fh#C5C5=VN4qfEo2', 'auto'),
(990, 'mycred_pref_addons', 'a:2:{s:9:\"installed\";a:13:{s:6:\"badges\";a:8:{s:4:\"name\";s:6:\"Badges\";s:11:\"description\";s:68:\"Give your users badges based on their interaction with your website.\";s:9:\"addon_url\";s:42:\"http://codex.mycred.me/chapter-iii/badges/\";s:7:\"version\";s:3:\"1.3\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:10:\"screenshot\";s:94:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/badges-addon.png\";s:8:\"requires\";a:0:{}}s:9:\"buy-creds\";a:8:{s:4:\"name\";s:7:\"buyCRED\";s:11:\"description\";s:197:\"The <strong>buy</strong>CRED Add-on allows your users to buy points using PayPal, Skrill (Moneybookers) or NETbilling. <strong>buy</strong>CRED can also let your users buy points for other members.\";s:9:\"addon_url\";s:43:\"http://codex.mycred.me/chapter-iii/buycred/\";s:7:\"version\";s:3:\"1.5\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:10:\"screenshot\";s:97:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/buy-creds-addon.png\";s:8:\"requires\";a:0:{}}s:10:\"cash-creds\";a:8:{s:4:\"name\";s:8:\"cashCRED\";s:11:\"description\";s:0:\"\";s:9:\"addon_url\";s:45:\"https://codex.mycred.me/chapter-iii/cashcred/\";s:7:\"version\";s:3:\"1.0\";s:6:\"author\";s:19:\"Gabriel S Merovingi\";s:10:\"author_url\";s:25:\"https://www.merovingi.com\";s:10:\"screenshot\";s:95:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/banking-addon.png\";s:8:\"requires\";a:0:{}}s:7:\"banking\";a:8:{s:4:\"name\";s:15:\"Central Deposit\";s:11:\"description\";s:76:\"Setup recurring payouts or offer / charge interest on user account balances.\";s:9:\"addon_url\";s:59:\"https://codex.mycred.me/chapter-iii/central-deposit-add-on/\";s:7:\"version\";s:3:\"2.0\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:10:\"screenshot\";s:95:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/banking-addon.png\";s:8:\"requires\";a:0:{}}s:7:\"coupons\";a:8:{s:4:\"name\";s:7:\"Coupons\";s:11:\"description\";s:99:\"The coupons add-on allows you to create coupons that users can use to add points to their accounts.\";s:9:\"addon_url\";s:43:\"http://codex.mycred.me/chapter-iii/coupons/\";s:7:\"version\";s:3:\"1.4\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:10:\"screenshot\";s:95:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/coupons-addon.png\";s:8:\"requires\";a:0:{}}s:13:\"email-notices\";a:8:{s:4:\"name\";s:19:\"Email Notifications\";s:11:\"description\";s:53:\"Create email notices for any type of myCRED instance.\";s:9:\"addon_url\";s:48:\"http://codex.mycred.me/chapter-iii/email-notice/\";s:7:\"version\";s:3:\"1.4\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:10:\"screenshot\";s:107:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/email-notifications-addon.png\";s:8:\"requires\";a:0:{}}s:7:\"gateway\";a:8:{s:4:\"name\";s:7:\"Gateway\";s:11:\"description\";s:205:\"Let your users pay using their <strong>my</strong>CRED points balance. Supported Carts: WooCommerce, MarketPress and WP E-Commerce. Supported Event Bookings: Event Espresso and Events Manager (free & pro).\";s:9:\"addon_url\";s:43:\"http://codex.mycred.me/chapter-iii/gateway/\";s:7:\"version\";s:3:\"1.4\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:10:\"screenshot\";s:95:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/gateway-addon.png\";s:8:\"requires\";a:0:{}}s:13:\"notifications\";a:9:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:64:\"Create pop-up notifications for when users gain or loose points.\";s:9:\"addon_url\";s:49:\"http://codex.mycred.me/chapter-iii/notifications/\";s:7:\"version\";s:5:\"1.1.2\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:7:\"pro_url\";s:50:\"https://mycred.me/store/notifications-plus-add-on/\";s:10:\"screenshot\";s:101:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/notifications-addon.png\";s:8:\"requires\";a:0:{}}s:5:\"ranks\";a:8:{s:4:\"name\";s:5:\"Ranks\";s:11:\"description\";s:105:\"Create ranks for users reaching a certain number of %_plural% with the option to add logos for each rank.\";s:9:\"addon_url\";s:41:\"http://codex.mycred.me/chapter-iii/ranks/\";s:7:\"version\";s:3:\"1.6\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:10:\"screenshot\";s:93:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/ranks-addon.png\";s:8:\"requires\";a:0:{}}s:12:\"sell-content\";a:8:{s:4:\"name\";s:12:\"Sell Content\";s:11:\"description\";s:208:\"This add-on allows you to sell posts, pages or any public post types on your website. You can either sell the entire content or using our shortcode, sell parts of your content allowing you to offer \"teasers\".\";s:9:\"addon_url\";s:48:\"http://codex.mycred.me/chapter-iii/sell-content/\";s:7:\"version\";s:5:\"2.0.1\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:10:\"screenshot\";s:100:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/sell-content-addon.png\";s:8:\"requires\";a:1:{i:0;s:3:\"log\";}}s:5:\"stats\";a:7:{s:4:\"name\";s:10:\"Statistics\";s:11:\"description\";s:79:\"Gives you access to your myCRED Statistics based on your users gains and loses.\";s:9:\"addon_url\";s:46:\"http://codex.mycred.me/chapter-iii/statistics/\";s:7:\"version\";s:3:\"2.0\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:10:\"screenshot\";s:98:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/statistics-addon.png\";}s:8:\"transfer\";a:9:{s:4:\"name\";s:9:\"Transfers\";s:11:\"description\";s:137:\"Allow your users to send or \"donate\" points to other members by either using the mycred_transfer shortcode or the myCRED Transfer widget.\";s:9:\"addon_url\";s:45:\"http://codex.mycred.me/chapter-iii/transfers/\";s:7:\"version\";s:3:\"1.6\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:7:\"pro_url\";s:38:\"https://mycred.me/store/transfer-plus/\";s:10:\"screenshot\";s:96:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/transfer-addon.png\";s:8:\"requires\";a:0:{}}s:11:\"woocommerce\";a:9:{s:4:\"name\";s:11:\"WooCommerce\";s:11:\"description\";s:137:\"Allow your users to send or \"donate\" points to other members by either using the mycred_transfer shortcode or the myCRED Transfer widget.\";s:9:\"addon_url\";s:22:\"http://codex.mycred.me\";s:7:\"version\";s:3:\"1.0\";s:6:\"author\";s:6:\"myCred\";s:10:\"author_url\";s:21:\"https://www.mycred.me\";s:7:\"pro_url\";s:23:\"https://mycred.me/store\";s:10:\"screenshot\";s:96:\"https://Your domain.com/wp-content/plugins/mycred/assets/images/transfer-addon.png\";s:8:\"requires\";a:0:{}}}s:6:\"active\";a:13:{i:0;s:6:\"badges\";i:1;s:9:\"buy-creds\";i:2;s:10:\"cash-creds\";i:3;s:7:\"banking\";i:4;s:7:\"coupons\";i:5;s:13:\"email-notices\";i:6;s:7:\"gateway\";i:7;s:13:\"notifications\";i:8;s:5:\"ranks\";i:9;s:12:\"sell-content\";i:10;s:5:\"stats\";i:11;s:8:\"transfer\";i:12;s:11:\"woocommerce\";}}', 'auto'),
(991, 'mycred_pref_hooks', 'a:3:{s:9:\"installed\";a:0:{}s:6:\"active\";a:0:{}s:10:\"hook_prefs\";a:0:{}}', 'auto'),
(1001, 'gamipress_settings', 'a:16:{s:12:\"minimum_role\";s:14:\"manage_options\";s:17:\"points_image_size\";a:2:{s:5:\"width\";i:50;s:6:\"height\";i:50;}s:22:\"achievement_image_size\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:100;}s:15:\"rank_image_size\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:100;}s:32:\"achievement_earned_email_subject\";s:84:\"[{site_title}] {user_first}, you unlocked the {achievement_type} {achievement_title}\";s:32:\"achievement_earned_email_content\";s:183:\"<h2>Congratulations {user_first}!</h2>\n{achievement_image}\nYou unlocked the {achievement_type} {achievement_title} by completing the following steps:\n{achievement_steps}\n\nBest regards\";s:28:\"step_completed_email_subject\";s:94:\"[{site_title}] {user_first}, you complete a step of the {achievement_type} {achievement_title}\";s:28:\"step_completed_email_content\";s:260:\"<h2>Congratulations {user_first}!</h2>\n{achievement_image}\nYou completed the step \"{label}\" of the {achievement_type} {achievement_title}!\n\nYou need to complete the following steps to completely unlock this {achievement_type}:\n{achievement_steps}\n\nBest regards\";s:36:\"points_award_completed_email_subject\";s:59:\"[{site_title}] {user_first}, you got {points} {points_type}\";s:36:\"points_award_completed_email_content\";s:161:\"<h2>Congratulations {user_first}!</h2>\nYou got {points} {points_type} for completing \"{label}\".\nYour new {points_type} balance is:\n{points_balance}\n\nBest regards\";s:25:\"rank_earned_email_subject\";s:69:\"[{site_title}] {user_first}, you reached the {rank_type} {rank_title}\";s:25:\"rank_earned_email_content\";s:168:\"<h2>Congratulations {user_first}!</h2>\n{rank_image}\nYou reached the {rank_type} {rank_title} by completing the following requirements:\n{rank_requirements}\n\nBest regards\";s:40:\"rank_requirement_completed_email_subject\";s:87:\"[{site_title}] {user_first}, you complete a requirement of the {rank_type} {rank_title}\";s:40:\"rank_requirement_completed_email_content\";s:245:\"<h2>Congratulations {user_first}!</h2>\n{rank_image}\nYou completed the requirement \"{label}\" of the {rank_type} {rank_title}!\n\nYou need to complete the following requirements to completely reach this {rank_type}:\n{rank_requirements}\n\nBest regards\";s:37:\"points_deduct_completed_email_subject\";s:60:\"[{site_title}] {user_first}, you lost {points} {points_type}\";s:37:\"points_deduct_completed_email_content\";s:140:\"<h2>Oops {user_first}!</h2>\nYou lost {points} {points_type} for \"{label}\".\nYour new {points_type} balance is:\n{points_balance}\n\nBest regards\";}', 'auto'),
(1002, 'gamipress_install_date', '2024-12-10 16:38:34', 'auto'),
(1003, 'widget_gamipress_achievement_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1004, 'widget_gamipress_achievements_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1005, 'widget_gamipress_last_achievements_earned_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1006, 'widget_gamipress_earnings_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1007, 'widget_gamipress_logs_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1008, 'widget_gamipress_user_points_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1009, 'widget_gamipress_site_points_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1010, 'widget_gamipress_points_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1011, 'widget_gamipress_points_types_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1012, 'widget_gamipress_rank_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1013, 'widget_gamipress_ranks_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1014, 'widget_gamipress_user_rank_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1015, 'widget_gamipress_email_settings_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1016, 'widget_gamipress_inline_achievement_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1017, 'widget_gamipress_inline_last_achievements_earned_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1018, 'widget_gamipress_inline_rank_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1019, 'widget_gamipress_inline_user_rank_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1020, 'widget_gamipress_vimeo_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1021, 'widget_gamipress_youtube_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1022, 'gamipress_version', '6.9.4', 'auto'),
(1023, 'wpdb_gamipress_user_earnings_version', '4', 'auto'),
(1024, 'wpdb_gamipress_user_earnings_meta_version', '1', 'auto'),
(1025, 'wpdb_gamipress_logs_version', '6', 'auto'),
(1026, 'wpdb_gamipress_logs_meta_version', '1', 'auto'),
(1028, 'gamipress_cache_gamipress_meta_keys_in_use', 'a:0:{}', 'off'),
(1066, 'gamipress_cache_gamipress_triggers_listeners_count', 'a:1:{s:34:\"gamipress_user_specific_post_visit\";i:1;}', 'off'),
(1129, 'gamipress_cache_gamipress_user_specific_post_visit_14_listeners_count', '0', 'off'),
(1131, 'gamipress_cache_gamipress_user_specific_post_visit_98_listeners_count', '0', 'off'),
(1195, 'gamipress_cache_gamipress_user_specific_post_visit_467_listeners_count', '1', 'off'),
(1196, 'gamipress_cache_gamipress_user_specific_post_visit_467_triggered_requirements', 'a:1:{i:0;O:8:\"stdClass\":1:{s:2:\"ID\";s:3:\"572\";}}', 'off'),
(1207, 'recovery_mode_email_last_sent', '1734090746', 'auto'),
(1212, 'gamipress_cache_gamipress_user_specific_post_visit_99_listeners_count', '0', 'off'),
(1278, 'wppb_review_request_status', '0', 'auto'),
(1279, 'wppb_old_add_ons_status', 'a:20:{s:42:\"pd-add-on-multiple-admin-e-mails/index.php\";b:0;s:41:\"pb-add-on-customization-toolbox/index.php\";b:0;s:44:\"pb-add-on-email-confirmation-field/index.php\";b:0;s:37:\"pb-add-on-placeholder-labels/pbpl.php\";b:0;s:78:\"pb-add-on-gdpr-communication-preferences/pb-gdpr-communication-preferences.php\";b:0;s:30:\"pb-add-on-labels-edit/pble.php\";b:0;s:44:\"pb-add-on-maximum-character-length/index.php\";b:0;s:48:\"pb-add-on-custom-css-classes-on-fields/index.php\";b:0;s:32:\"pb-add-on-import-export/pbie.php\";b:0;s:30:\"pb-add-on-buddypress/index.php\";b:0;s:34:\"pb-add-on-social-connect/index.php\";b:0;s:31:\"pb-add-on-woocommerce/index.php\";b:0;s:36:\"pb-add-on-multi-step-forms/index.php\";b:0;s:41:\"pb-add-on-mailchimp-integration/index.php\";b:0;s:27:\"pb-add-on-bbpress/index.php\";b:0;s:36:\"pb-add-on-campaign-monitor/index.php\";b:0;s:36:\"pb-add-on-field-visibility/index.php\";b:0;s:50:\"pb-add-on-edit-profile-approved-by-admin/index.php\";b:0;s:40:\"pb-add-on-custom-profile-menus/index.php\";b:0;s:40:\"pb-add-on-mailpoet-integration/index.php\";b:0;}', 'auto'),
(1280, 'wppb_free_add_ons_settings', 'a:6:{s:30:\"gdpr-communication-preferences\";b:0;s:11:\"labels-edit\";b:0;s:24:\"maximum-character-length\";b:0;s:28:\"custom-css-classes-on-fields\";b:0;s:13:\"import-export\";b:0;s:20:\"user-profile-picture\";b:0;}', 'auto'),
(1281, 'wppb_advanced_add_ons_settings', 'a:11:{s:10:\"buddypress\";b:0;s:14:\"social-connect\";b:0;s:11:\"woocommerce\";b:0;s:16:\"multi-step-forms\";b:0;s:21:\"mailchimp-integration\";b:0;s:7:\"bbpress\";b:0;s:16:\"campaign-monitor\";b:0;s:16:\"field-visibility\";b:0;s:30:\"edit-profile-approved-by-admin\";b:0;s:20:\"custom-profile-menus\";b:0;s:20:\"mailpoet-integration\";b:0;}', 'auto'),
(1282, 'widget_wppb-login-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1283, 'wppb_version', '3.12.9', 'auto'),
(1284, 'wppb_manage_fields', 'a:11:{i:0;a:21:{s:2:\"id\";i:1;s:5:\"field\";s:24:\"Default - Name (Heading)\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:4:\"Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:1;a:21:{s:2:\"id\";i:2;s:5:\"field\";s:18:\"Default - Username\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:8:\"Username\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:2;a:21:{s:2:\"id\";i:3;s:5:\"field\";s:20:\"Default - First Name\";s:9:\"meta-name\";s:10:\"first_name\";s:11:\"field-title\";s:10:\"First Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:3;a:21:{s:2:\"id\";i:4;s:5:\"field\";s:19:\"Default - Last Name\";s:9:\"meta-name\";s:9:\"last_name\";s:11:\"field-title\";s:9:\"Last Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:4;a:21:{s:2:\"id\";i:7;s:5:\"field\";s:32:\"Default - Contact Info (Heading)\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:12:\"Contact Info\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:5;a:21:{s:2:\"id\";i:8;s:5:\"field\";s:16:\"Default - E-mail\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:6:\"E-mail\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:6;a:21:{s:2:\"id\";i:9;s:5:\"field\";s:17:\"Default - Website\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:7:\"Website\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:7;a:21:{s:2:\"id\";i:10;s:5:\"field\";s:34:\"Default - About Yourself (Heading)\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:14:\"About Yourself\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:8;a:21:{s:2:\"id\";i:11;s:5:\"field\";s:27:\"Default - Biographical Info\";s:9:\"meta-name\";s:11:\"description\";s:11:\"field-title\";s:17:\"Biographical Info\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:9;a:21:{s:2:\"id\";i:12;s:5:\"field\";s:18:\"Default - Password\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:10;a:21:{s:2:\"id\";i:13;s:5:\"field\";s:25:\"Default - Repeat Password\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:15:\"Repeat Password\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}}', 'auto'),
(1285, 'wppb_general_settings', 'a:7:{s:17:\"extraFieldsLayout\";s:7:\"default\";s:21:\"activationLandingPage\";i:0;s:9:\"loginWith\";s:13:\"usernameemail\";s:11:\"rolesEditor\";s:2:\"no\";s:23:\"conditional_fields_ajax\";s:2:\"no\";s:11:\"formsDesign\";s:7:\"default\";s:18:\"hide_admin_bar_for\";s:0:\"\";}', 'auto'),
(1286, 'wppb_admin_emailc_common_settings_header', 'These settings are also replicated in the \"User Email Customizer\" settings-page upon save. Valid tags {{reply_to}} and {{site_name}}', 'auto'),
(1287, 'wppb_emailc_common_settings_from_name', '{{site_name}}', 'auto'),
(1288, 'wppb_emailc_common_settings_from_reply_to_email', '{{reply_to}}', 'auto'),
(1289, 'wppb_admin_emailc_default_registration_email_subject', '[{{site_name}}] A new subscriber has (been) registered!', 'auto'),
(1290, 'wppb_admin_emailc_default_registration_email_enabled', 'on', 'auto'),
(1291, 'wppb_admin_emailc_default_registration_email_content', '<p>New subscriber on {{site_name}}.</p>\n<p>Username:{{username}}</p>\n<p>Email:{{user_email}}</p>\n', 'auto'),
(1292, 'wppb_admin_emailc_user_password_reset_email_subject', '[{{site_name}}] Password Successfully Reset for {{username}}', 'auto'),
(1293, 'wppb_admin_emailc_user_password_reset_email_enabled', 'on', 'auto'),
(1294, 'wppb_admin_emailc_user_password_reset_email_content', '<p>{{username}} has requested a password change via the password reset feature.</p>\n', 'auto'),
(1295, 'wppb_user_emailc_default_registration_email_subject', 'A new account has been created for you on {{site_name}}', 'auto'),
(1296, 'wppb_user_emailc_default_registration_email_enabled', 'on', 'auto'),
(1297, 'wppb_user_emailc_default_registration_email_content', '<h3>Welcome to {{site_name}}!</h3>\n<p>Your username is: {{username}}</p>\n', 'auto'),
(1298, 'wppb_user_emailc_registr_w_email_confirm_email_subject', '[{{site_name}}] Activate {{username}}', 'auto'),
(1299, 'wppb_user_emailc_registr_w_email_confirm_email_enabled', 'on', 'auto'),
(1300, 'wppb_user_emailc_registr_w_email_confirm_email_content', '<p>To activate your user, please click the following link:<br/>\n{{{activation_link}}}</p>\n<p>After you activate, you will receive another email with your credentials.</p>\n', 'auto'),
(1301, 'wppb_user_emailc_reset_email_subject', '[{{site_name}}] Password Reset', 'auto'),
(1302, 'wppb_user_emailc_reset_email_enabled', 'on', 'auto'),
(1303, 'wppb_user_emailc_reset_email_content', '<p>Someone requested that the password be reset for the following account: {{site_name}}<br/>\nUsername: {{username}}</p>\n<p>If this was a mistake, just ignore this email and nothing will happen.</p>\n<p>To reset your password, visit the following address:<br/>\n{{{reset_link}}}</p>\n', 'auto'),
(1304, 'wppb_user_emailc_reset_success_email_subject', '[{{site_name}}] Password Reset Successfully', 'auto'),
(1305, 'wppb_user_emailc_reset_success_email_enabled', 'on', 'auto'),
(1306, 'wppb_user_emailc_reset_success_email_content', '<p>You have successfully reset your password.</p>\n', 'auto'),
(1307, 'wppb_user_emailc_change_email_address_request_subject', '[{{site_name}}] Notice of Email Change Request', 'auto'),
(1308, 'wppb_user_emailc_change_email_address_request_enabled', 'on', 'auto'),
(1309, 'wppb_user_emailc_change_email_address_request_content', '<h3>Hi {{username}},</h3>\n<p>There is an email address change request on {{site_name}}.</p>\n<p>To change your email address click on: {{{user_email_change_link}}}</p>\n<p>Regards,<br>\nAll at {{site_name}}<br>\n<a href=\"{{site_url}}\">{{site_url}}</a></p>', 'auto'),
(1310, 'wppb_user_emailc_change_email_address_subject', '[{{site_name}}] Notice of Email Change', 'auto'),
(1311, 'wppb_user_emailc_change_email_address_enabled', 'on', 'auto'),
(1312, 'wppb_user_emailc_change_email_address_content', '<h3>Hi {{username}},</h3>\n<p>This notice confirms that your email was changed on {{site_name}}.</p>\n<p>If you did not change your email, please contact the Site Administrator at yneware7@gmail.com</p>\n<p>This email has been sent to {{user_email}}</p>\n<p>Regards,<br>\nAll at {{site_name}}<br>\n<a href=\"{{site_url}}\">{{site_url}}</a></p>', 'auto'),
(1314, 'wppb_module_settings', 'a:7:{s:16:\"wppb_userListing\";s:4:\"hide\";s:19:\"wppb_customRedirect\";s:4:\"hide\";s:20:\"wppb_fileRestriction\";s:4:\"hide\";s:20:\"wppb_emailCustomizer\";s:4:\"hide\";s:29:\"wppb_multipleEditProfileForms\";s:4:\"hide\";s:30:\"wppb_multipleRegistrationForms\";s:4:\"hide\";s:19:\"wppb_repeaterFields\";s:4:\"hide\";}', 'auto'),
(1316, 'wppb_user_pages', 'a:0:{}', 'auto'),
(1317, 'wppb_setup_wizard_steps', 'a:3:{s:10:\"user-pages\";i:1;s:7:\"general\";i:1;s:6:\"addons\";i:1;}', 'auto'),
(1318, 'cozmos_wppb_plugin_optin', 'no', 'auto'),
(1319, 'wppb_toolbox_admin_settings', 'a:1:{s:12:\"plugin-optin\";s:2:\"no\";}', 'auto'),
(1324, 'gamipress_cache_gamipress_user_specific_post_visit_18_listeners_count', '0', 'off'),
(1339, 'gamipress_cache_gamipress_user_specific_post_visit_236_listeners_count', '0', 'off'),
(1465, 'wpc_filter_settings', 'a:5:{s:13:\"primary_color\";s:7:\"#0570e2\";s:16:\"container_height\";s:3:\"550\";s:22:\"show_open_close_button\";s:0:\"\";s:21:\"show_terms_in_content\";a:1:{i:0;s:20:\"ocean_before_content\";}s:21:\"widget_debug_messages\";s:2:\"on\";}', 'auto'),
(1466, 'wpc_filter_experimental', 'a:6:{s:10:\"use_loader\";s:2:\"on\";s:15:\"use_wait_cursor\";s:2:\"on\";s:12:\"dark_overlay\";s:2:\"on\";s:11:\"auto_scroll\";s:0:\"\";s:13:\"styled_inputs\";s:0:\"\";s:17:\"select2_dropdowns\";s:0:\"\";}', 'auto'),
(1467, 'widget_wpc_filters_widget', 'a:2:{i:2;a:5:{s:5:\"title\";s:6:\"Filter\";s:5:\"chips\";i:0;s:10:\"show_count\";i:1;s:10:\"horizontal\";i:0;s:10:\"cols_count\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(1468, 'widget_wpc_chips_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1469, 'widget_wpc_sorting_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1472, 'wpc_first_install', 'a:3:{s:12:\"install_time\";i:1734082101;s:13:\"rate_disabled\";b:0;s:12:\"rate_delayed\";b:0;}', 'auto'),
(1628, 'wpc_filter_permalinks', 'a:1:{s:29:\"post_meta#group_67587ba0ef10b\";s:6:\"points\";}', 'auto'),
(1651, 'searchandfilter_version', '1.2.17', 'auto'),
(1876, 'gamipress_cache_gamipress_user_specific_post_visit_97_listeners_count', '0', 'off'),
(1890, 'elementor_connect_site_key', '1bffb58e623ad4234563b55ed4eef39a', 'auto'),
(1904, 'e_editor_counter', '46', 'auto'),
(1934, 'gamipress_cache_gamipress_user_specific_post_visit_16_listeners_count', '0', 'off'),
(1947, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"6.0.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1734544038;s:7:\"version\";s:5:\"6.0.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'auto'),
(1973, '_site_transient_timeout_browser_f51bb482c660d0eeadd1f058058a2b35', '1735218942', 'off'),
(1974, '_site_transient_browser_f51bb482c660d0eeadd1f058058a2b35', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"131.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(1975, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1735218942', 'off'),
(1976, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', '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'),
(2020, 'slm_social_links', 'a:6:{s:7:\"youtube\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:6:\"reddit\";s:0:\"\";s:6:\"twitch\";s:0:\"\";s:8:\"facebook\";s:0:\"\";}', 'auto'),
(2037, 'gamipress_cache_gamipress_user_specific_post_visit_419_listeners_count', '0', 'off'),
(2080, 'gamipress_cache_gamipress_user_specific_post_visit_100_listeners_count', '0', 'off'),
(2112, 'um_cache_userdata_3', 'a:53:{s:2:\"ID\";i:3;s:10:\"user_login\";s:16:\"webcrowdofficial\";s:9:\"user_pass\";s:34:\"$P$BQb4Q0kHeRAytA81vqrwfmVB993T3W1\";s:13:\"user_nicename\";s:16:\"webcrowdofficial\";s:10:\"user_email\";s:26:\"webcrowdofficial@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2024-12-23 10:18:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"webcrowdofficial\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"webcrowdofficial\";s:10:\"first_name\";s:8:\"Webcrowd\";s:9:\"last_name\";s:8:\"Official\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:12:\"total_points\";s:1:\"0\";s:25:\"synced_gravatar_hashed_id\";s:32:\"96bb03d1a9d2e9a39f149e7157af2358\";s:24:\"um_member_directory_data\";s:137:\"a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}\";s:9:\"submitted\";s:237:\"a:6:{s:7:\"form_id\";s:1:\"7\";s:10:\"um_request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ffc81efcbd\";s:16:\"_wp_http_referer\";s:25:\"/onlinegamingv2/register/\";s:10:\"user_login\";s:16:\"webcrowdofficial\";s:10:\"user_email\";s:26:\"webcrowdofficial@gmail.com\";}\";s:7:\"form_id\";s:1:\"7\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"webcrowdofficial\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:19:\"2024-12-23 11:59:56\";s:13:\"user_earnings\";s:2:\"10\";s:15:\"profile_picture\";s:3:\"949\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:18:\"can_access_wpadmin\";i:0;s:20:\"can_not_see_adminbar\";i:1;s:17:\"can_edit_everyone\";i:0;s:19:\"can_delete_everyone\";i:0;s:16:\"can_edit_profile\";i:1;s:18:\"can_delete_profile\";i:1;s:11:\"after_login\";s:16:\"redirect_profile\";s:12:\"after_logout\";s:13:\"redirect_home\";s:16:\"default_homepage\";i:1;s:12:\"can_view_all\";i:1;s:24:\"can_make_private_profile\";i:0;s:26:\"can_access_private_profile\";i:0;s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"super_admin\";i:0;}', 'off'),
(2114, 'gamipress_cache_gamipress_user_specific_post_visit_443_listeners_count', '0', 'off'),
(2209, 'gamipress_cache_gamipress_user_specific_post_visit_425_listeners_count', '0', 'off'),
(2210, 'gamipress_cache_gamipress_user_specific_post_visit_437_listeners_count', '0', 'off'),
(2211, 'gamipress_cache_gamipress_user_specific_post_visit_960_listeners_count', '0', 'off'),
(2212, 'gamipress_cache_gamipress_user_specific_post_visit_455_listeners_count', '0', 'off'),
(2285, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1735116077;s:7:\"checked\";a:4:{s:7:\"oceanwp\";s:5:\"4.0.2\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:1:{s:7:\"oceanwp\";a:6:{s:5:\"theme\";s:7:\"oceanwp\";s:11:\"new_version\";s:5:\"4.0.4\";s:3:\"url\";s:37:\"https://wordpress.org/themes/oceanwp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/oceanwp.4.0.4.zip\";s:8:\"requires\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"7.4\";}}s:9:\"no_update\";a:3:{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:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'off'),
(2289, 'gamipress_cache_gamipress_user_specific_post_visit_925_listeners_count', '0', 'off'),
(2290, 'um_cache_userdata_2', 'a:53:{s:2:\"ID\";i:2;s:10:\"user_login\";s:3:\"gtx\";s:9:\"user_pass\";s:34:\"$P$BOWKuJwG5EdqcrYc7.bCWppgj8Fmas/\";s:13:\"user_nicename\";s:3:\"gtx\";s:10:\"user_email\";s:22:\"gtxgaming905@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2024-12-18 12:11:56\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:3:\"gtx\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:3:\"gtx\";s:10:\"first_name\";s:6:\"Yogesh\";s:9:\"last_name\";s:7:\"Thomson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:12:\"total_points\";s:3:\"100\";s:25:\"synced_gravatar_hashed_id\";s:32:\"628e9a2364a6aca85029cf5f34e9068c\";s:24:\"um_member_directory_data\";s:137:\"a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}\";s:9:\"submitted\";s:219:\"a:6:{s:7:\"form_id\";s:1:\"7\";s:10:\"um_request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d409b2caa\";s:16:\"_wp_http_referer\";s:25:\"/onlinegamingv2/register/\";s:10:\"user_login\";s:3:\"gtx\";s:10:\"user_email\";s:22:\"gtxgaming905@gmail.com\";}\";s:7:\"form_id\";s:1:\"7\";s:35:\"um_user_profile_url_slug_user_login\";s:3:\"gtx\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:19:\"2024-12-25 08:03:59\";s:15:\"profile_picture\";s:3:\"845\";s:13:\"user_earnings\";s:2:\"10\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:18:\"can_access_wpadmin\";i:0;s:20:\"can_not_see_adminbar\";i:1;s:17:\"can_edit_everyone\";i:0;s:19:\"can_delete_everyone\";i:0;s:16:\"can_edit_profile\";i:1;s:18:\"can_delete_profile\";i:1;s:11:\"after_login\";s:16:\"redirect_profile\";s:12:\"after_logout\";s:13:\"redirect_home\";s:16:\"default_homepage\";i:1;s:12:\"can_view_all\";i:1;s:24:\"can_make_private_profile\";i:0;s:26:\"can_access_private_profile\";i:0;s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"super_admin\";i:0;}', 'off'),
(2291, 'gamipress_cache_gamipress_user_specific_post_visit_1002_listeners_count', '0', 'off'),
(2292, '_site_transient_timeout_eda6590ff3e4e8bd986fd2524e018178_new_version', '1735135895', 'off'),
(2293, '_site_transient_eda6590ff3e4e8bd986fd2524e018178_new_version', '3.26.1', 'off'),
(2294, '_site_transient_timeout_eda6590ff3e4e8bd986fd2524e018178_github_data', '1735135896', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2295, '_site_transient_eda6590ff3e4e8bd986fd2524e018178_github_data', 'O:8:\"stdClass\":82:{s:2:\"id\";i:279870188;s:7:\"node_id\";s:32:\"MDEwOlJlcG9zaXRvcnkyNzk4NzAxODg=\";s:4:\"name\";s:11:\"proelements\";s:9:\"full_name\";s:23:\"proelements/proelements\";s:7:\"private\";b:0;s:5:\"owner\";O:8:\"stdClass\":19:{s:5:\"login\";s:11:\"proelements\";s:2:\"id\";i:68284108;s:7:\"node_id\";s:20:\"MDQ6VXNlcjY4Mjg0MTA4\";s:10:\"avatar_url\";s:52:\"https://avatars.githubusercontent.com/u/68284108?v=4\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:40:\"https://api.github.com/users/proelements\";s:8:\"html_url\";s:30:\"https://github.com/proelements\";s:13:\"followers_url\";s:50:\"https://api.github.com/users/proelements/followers\";s:13:\"following_url\";s:63:\"https://api.github.com/users/proelements/following{/other_user}\";s:9:\"gists_url\";s:56:\"https://api.github.com/users/proelements/gists{/gist_id}\";s:11:\"starred_url\";s:63:\"https://api.github.com/users/proelements/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:54:\"https://api.github.com/users/proelements/subscriptions\";s:17:\"organizations_url\";s:45:\"https://api.github.com/users/proelements/orgs\";s:9:\"repos_url\";s:46:\"https://api.github.com/users/proelements/repos\";s:10:\"events_url\";s:57:\"https://api.github.com/users/proelements/events{/privacy}\";s:19:\"received_events_url\";s:56:\"https://api.github.com/users/proelements/received_events\";s:4:\"type\";s:4:\"User\";s:14:\"user_view_type\";s:6:\"public\";s:10:\"site_admin\";b:0;}s:8:\"html_url\";s:42:\"https://github.com/proelements/proelements\";s:11:\"description\";s:135:\"This plugin enables GPL features of Elementor Pro: widgets, theme builder, dynamic colors and content, forms & popup builder, and more.\";s:4:\"fork\";b:0;s:3:\"url\";s:52:\"https://api.github.com/repos/proelements/proelements\";s:9:\"forks_url\";s:58:\"https://api.github.com/repos/proelements/proelements/forks\";s:8:\"keys_url\";s:66:\"https://api.github.com/repos/proelements/proelements/keys{/key_id}\";s:17:\"collaborators_url\";s:81:\"https://api.github.com/repos/proelements/proelements/collaborators{/collaborator}\";s:9:\"teams_url\";s:58:\"https://api.github.com/repos/proelements/proelements/teams\";s:9:\"hooks_url\";s:58:\"https://api.github.com/repos/proelements/proelements/hooks\";s:16:\"issue_events_url\";s:75:\"https://api.github.com/repos/proelements/proelements/issues/events{/number}\";s:10:\"events_url\";s:59:\"https://api.github.com/repos/proelements/proelements/events\";s:13:\"assignees_url\";s:69:\"https://api.github.com/repos/proelements/proelements/assignees{/user}\";s:12:\"branches_url\";s:70:\"https://api.github.com/repos/proelements/proelements/branches{/branch}\";s:8:\"tags_url\";s:57:\"https://api.github.com/repos/proelements/proelements/tags\";s:9:\"blobs_url\";s:68:\"https://api.github.com/repos/proelements/proelements/git/blobs{/sha}\";s:12:\"git_tags_url\";s:67:\"https://api.github.com/repos/proelements/proelements/git/tags{/sha}\";s:12:\"git_refs_url\";s:67:\"https://api.github.com/repos/proelements/proelements/git/refs{/sha}\";s:9:\"trees_url\";s:68:\"https://api.github.com/repos/proelements/proelements/git/trees{/sha}\";s:12:\"statuses_url\";s:67:\"https://api.github.com/repos/proelements/proelements/statuses/{sha}\";s:13:\"languages_url\";s:62:\"https://api.github.com/repos/proelements/proelements/languages\";s:14:\"stargazers_url\";s:63:\"https://api.github.com/repos/proelements/proelements/stargazers\";s:16:\"contributors_url\";s:65:\"https://api.github.com/repos/proelements/proelements/contributors\";s:15:\"subscribers_url\";s:64:\"https://api.github.com/repos/proelements/proelements/subscribers\";s:16:\"subscription_url\";s:65:\"https://api.github.com/repos/proelements/proelements/subscription\";s:11:\"commits_url\";s:66:\"https://api.github.com/repos/proelements/proelements/commits{/sha}\";s:15:\"git_commits_url\";s:70:\"https://api.github.com/repos/proelements/proelements/git/commits{/sha}\";s:12:\"comments_url\";s:70:\"https://api.github.com/repos/proelements/proelements/comments{/number}\";s:17:\"issue_comment_url\";s:77:\"https://api.github.com/repos/proelements/proelements/issues/comments{/number}\";s:12:\"contents_url\";s:69:\"https://api.github.com/repos/proelements/proelements/contents/{+path}\";s:11:\"compare_url\";s:76:\"https://api.github.com/repos/proelements/proelements/compare/{base}...{head}\";s:10:\"merges_url\";s:59:\"https://api.github.com/repos/proelements/proelements/merges\";s:11:\"archive_url\";s:75:\"https://api.github.com/repos/proelements/proelements/{archive_format}{/ref}\";s:13:\"downloads_url\";s:62:\"https://api.github.com/repos/proelements/proelements/downloads\";s:10:\"issues_url\";s:68:\"https://api.github.com/repos/proelements/proelements/issues{/number}\";s:9:\"pulls_url\";s:67:\"https://api.github.com/repos/proelements/proelements/pulls{/number}\";s:14:\"milestones_url\";s:72:\"https://api.github.com/repos/proelements/proelements/milestones{/number}\";s:17:\"notifications_url\";s:92:\"https://api.github.com/repos/proelements/proelements/notifications{?since,all,participating}\";s:10:\"labels_url\";s:66:\"https://api.github.com/repos/proelements/proelements/labels{/name}\";s:12:\"releases_url\";s:66:\"https://api.github.com/repos/proelements/proelements/releases{/id}\";s:15:\"deployments_url\";s:64:\"https://api.github.com/repos/proelements/proelements/deployments\";s:10:\"created_at\";s:20:\"2020-07-15T13:04:05Z\";s:10:\"updated_at\";s:20:\"2024-12-24T04:32:05Z\";s:9:\"pushed_at\";s:20:\"2024-12-20T11:04:25Z\";s:7:\"git_url\";s:44:\"git://github.com/proelements/proelements.git\";s:7:\"ssh_url\";s:42:\"git@github.com:proelements/proelements.git\";s:9:\"clone_url\";s:46:\"https://github.com/proelements/proelements.git\";s:7:\"svn_url\";s:42:\"https://github.com/proelements/proelements\";s:8:\"homepage\";s:42:\"https://github.com/proelements/proelements\";s:4:\"size\";i:15145;s:16:\"stargazers_count\";i:1023;s:14:\"watchers_count\";i:1023;s:8:\"language\";s:10:\"JavaScript\";s:10:\"has_issues\";b:0;s:12:\"has_projects\";b:0;s:13:\"has_downloads\";b:1;s:8:\"has_wiki\";b:0;s:9:\"has_pages\";b:0;s:15:\"has_discussions\";b:0;s:11:\"forks_count\";i:190;s:10:\"mirror_url\";N;s:8:\"archived\";b:0;s:8:\"disabled\";b:0;s:17:\"open_issues_count\";i:19;s:7:\"license\";O:8:\"stdClass\":5:{s:3:\"key\";s:5:\"other\";s:4:\"name\";s:5:\"Other\";s:7:\"spdx_id\";s:11:\"NOASSERTION\";s:3:\"url\";N;s:7:\"node_id\";s:16:\"MDc6TGljZW5zZTA=\";}s:13:\"allow_forking\";b:1;s:11:\"is_template\";b:0;s:27:\"web_commit_signoff_required\";b:0;s:6:\"topics\";a:5:{i:0;s:9:\"elementor\";i:1;s:22:\"elementor-page-builder\";i:2;s:16:\"elementor-plugin\";i:3;s:12:\"elementorpro\";i:4;s:11:\"proelements\";}s:10:\"visibility\";s:6:\"public\";s:5:\"forks\";i:190;s:11:\"open_issues\";i:19;s:8:\"watchers\";i:1023;s:14:\"default_branch\";s:6:\"master\";s:16:\"temp_clone_token\";N;s:13:\"network_count\";i:190;s:17:\"subscribers_count\";i:86;}', 'off'),
(2297, '_transient_timeout_elementor_remote_info_api_data_3.26.3', '1735157498', 'off'),
(2298, '_transient_elementor_remote_info_api_data_3.26.3', 'a:4:{s:9:\"timestamp\";s:10:\"1735111471\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{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:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'off'),
(2299, '_site_transient_timeout_community-events-a632f659db47e61692c7071be2cc8649', '1735157499', 'off'),
(2300, '_site_transient_community-events-a632f659db47e61692c7071be2cc8649', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"202.148.61.0\";}s:6:\"events\";a:0:{}}', 'off'),
(2301, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1735157499', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2302, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', '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:52:\"\n	\n	\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:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";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:\"Fri, 20 Dec 2024 02:42:34 +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:40:\"https://wordpress.org/?v=6.8-alpha-59545\";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:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\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:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?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:5:\"title\";a:1:{i:0;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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";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:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";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: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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Holiday Break\";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:49:\"https://wordpress.org/news/2024/12/holiday-break/\";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, 20 Dec 2024 00:36:59 +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:7:\"General\";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:35:\"https://wordpress.org/news/?p=18328\";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:362:\"In order to give myself and the many tired volunteers around WordPress.org a break for the holidays, we&#8217;re going to be pausing a few of the free services currently offered: We&#8217;re going to leave things like localization and the forums open because these don&#8217;t require much moderation. As you may have heard, I&#8217;m legally compelled [&#8230;]\";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:14:\"Matt Mullenweg\";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:2315:\"\n<p>In order to give myself and the many tired volunteers around WordPress.org a break for the holidays, we&#8217;re going to be pausing a few of the free services currently offered:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>New account registrations on WordPress.org (clarifying so press doesn&#8217;t confuse this: people can still make their own WordPress installs and accounts)</li>\n\n\n\n<li>New <a href=\"https://wordpress.org/plugins/\">plugin directory</a> submissions</li>\n\n\n\n<li>New plugin reviews</li>\n\n\n\n<li>New <a href=\"https://wordpress.org/themes/\">theme directory</a> submissions</li>\n\n\n\n<li>New <a href=\"https://wordpress.org/photos/\">photo directory</a> submissions</li>\n</ul>\n\n\n\n<p>We&#8217;re going to leave things like localization and the forums open because these don&#8217;t require much moderation.</p>\n\n\n\n<p>As you may have heard, <a href=\"https://www.theverge.com/2024/12/10/24318350/automattic-restore-wp-engine-access-wordpress\">I&#8217;m legally compelled to provide free labor and services to WP Engine thanks to the success of their expensive lawyers</a>, so in order to avoid bothering the court I will say that none of the above applies to WP Engine, so if they need to bypass any of the above please just have your high-priced attorneys talk to my high-priced attorneys and we&#8217;ll arrange access, or just reach out directly to me on Slack and I&#8217;ll fix things for you.</p>\n\n\n\n<p>I hope to find the time, energy, and money to reopen all of this sometime in the new year. Right now much of the time I would spend making WordPress better is being taken up defending against WP Engine&#8217;s legal attacks. Their attacks are against Automattic, but also me individually as the owner of WordPress.org, which means if they win I can be personally liable for millions of dollars of damages.</p>\n\n\n\n<p>If you would like to fund legal attacks against me, I would encourage you to sign up for WP Engine services, <a href=\"https://wpengine.com/plans/\">they have great plans and pricing starting at $50/mo and scaling all the way up to $2,000/mo</a>. If not, you can use <a href=\"https://wordpress.org/news/2024/10/wp-engine-promotions/\">literally any other web host in the world that isn&#8217;t suing me and is offering promotions and discounts for switching away from WP Engine</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18328\";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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"State of the Word 2024: Legacy, Innovation, and Community\";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:90:\"https://wordpress.org/news/2024/12/state-of-the-word-2024-legacy-innovation-and-community/\";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, 16 Dec 2024 21:28:22 +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:6:\"Events\";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:17:\"state of the word\";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:35:\"https://wordpress.org/news/?p=18205\";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:282:\"On a memorable evening in Tokyo, State of the Word 2024 brought together WordPress enthusiasts from around the world—hundreds in person and millions more online. This event marked the first time State of the Word was hosted in Asia, reflecting the platform\'s growing global reach.\";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:17:\"Nicholas Garofalo\";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:88564:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"State of the Word 2024\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/KLybH5YvIPQ?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>\n</div></figure>\n\n\n\n<p>On a memorable evening in Tokyo, State of the Word 2024 brought together WordPress enthusiasts from around the world—hundreds in person and millions more online. This event marked the first time State of the Word was hosted in Asia, reflecting the platform&#8217;s growing global reach. The setting couldn’t have been more fitting: a city where tradition and technology coexist in seamless harmony. Tokyo, much like WordPress itself, reflects a powerful blend of legacy and innovation, craftsmanship and technology, and moments of vast scale balanced by serene stillness.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote alignwide has-text-align-center\"><blockquote><p>Tokyo is a city you feel.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>During the event, the concept of <em>kansei</em> engineering emerged as a central theme. This Japanese design philosophy seeks to create experiences that go beyond function and aesthetics, focusing on how something feels. As highlighted during the keynote, this principle has quietly influenced WordPress’s development, shaping its design and user experience in ways that resonate on an instinctive level.</p>\n\n\n\n<p>The evening also celebrated Japan’s deep-rooted connection to WordPress. Nearly 21 years ago, Japan became the first country to localize WordPress, long before a formal translation framework existed. It all started with<a href=\"https://wordpress.org/support/topic/localization-help-needed/\"> a single forum post from a user named Otsukare</a>, launching a translation project that helped WordPress become a truly global platform. Seeing how far the Japanese WordPress community has come—both in market share and cultural influence—was a powerful reminder of what shared purpose can achieve.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545d100&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Photo of Matt exhibiting some of the community\'s wapuu creations\" class=\"wp-image-18208\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image: Photo of Matt exhibiting some of the community&#039;s wapuu creations\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<p>Wapuu, WordPress’s beloved mascot, was also born in Japan. What began as a simple idea for a fun and friendly representation of WordPress evolved into a global phenomenon. Thanks to Kazuko Kaneuchi’s generous open-source contribution, Wapuu has been reimagined by WordPress communities worldwide, each version infused with local character. This uniquely Japanese creation has helped make WordPress more welcoming, approachable, and fun wherever it appears.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress Growth in 2024</h2>\n\n\n\n<p>WordPress cofounder Matt Mullenweg highlighted significant achievements that underscored WordPress’s growth, resilience, and expanding global presence in 2024. He shared that WordPress now powers 43.6% of all websites globally. In Japan, WordPress’s influence is even more pronounced, powering 58.5% of all websites. This remarkable statistic reinforces the platform’s enduring role as a cornerstone of the open web and accentuates Japan’s deep-rooted commitment to the WordPress ecosystem and its developers’ significant contributions.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"260\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=1024%2C260&#038;ssl=1\" alt=\"\" class=\"wp-image-18339\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=1024%2C260&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=300%2C76&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=768%2C195&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=1536%2C390&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=2048%2C520&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>WordPress sites using languages other than English are expected to surpass English-language sites by 2025. German recently overtook Japanese as the third-most-used language, though Japanese remained close behind. Meanwhile, emerging languages like Farsi experienced rapid adoption, reflecting the platform’s expanding multilingual ecosystem. In Southeast Asia, languages such as Indonesian, Vietnamese, and Thai saw substantial year-over-year growth, signaling broader adoption across diverse regions.</p>\n\n\n\n<p>Core downloads surged to nearly half a billion annually, with the notable releases of WordPress <a href=\"https://wordpress.org/download/releases/6-5/\">6.5</a>, <a href=\"https://wordpress.org/download/releases/6-6/\">6.6</a>, and <a href=\"https://wordpress.org/download/releases/6-7/\">6.7</a>.</p>\n\n\n\n<p>WordPress’s design and development ecosystem flourished as well. Over 1,700 new themes were uploaded in 2024, bringing more than 1,000 block themes to the official repository and reflecting increased interest in modern, flexible site design.</p>\n\n\n\n<p>The plugin ecosystem also saw record-breaking activity this year. Plugin downloads surged toward 2.35 billion, representing a 20% year-over-year increase. Plugin updates exceeded 3 billion and are on track to surpass 3.5 billion by year’s end. Notably, the Plugin Review Team made transformative improvements, drastically reducing the average review wait time. Their efficiency gains were complemented by the launch of the <a href=\"https://wordpress.org/plugins/plugin-check/\">Plugin Check</a> tool, which reduced submission issues by 41% while enabling the team to approve 138% more plugins each week.</p>\n\n\n\n<p>These accomplishments showcase WordPress’s resilience, adaptability, and ever-expanding influence. As the platform continues to evolve, its global community remains at the heart of its success, driving innovation and ensuring that WordPress thrives as the leading tool for building the open web.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\">\n<p class=\"has-text-align-center\">Help shape the future of WordPress: Join a contributor team today!</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://make.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Make WordPress</a></div>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Advancing the Platform</h2>\n\n\n\n<p>WordPress lead architect, Matías Ventura, highlighted WordPress’s evolution through the lenses of writing, design, building, and development, demoing various pieces of new and forthcoming enhancements.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545d845&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"Write, Build, Design, Develop\" class=\"wp-image-18219\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image: Write, Build, Design, Develop\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Writing</h3>\n\n\n\n<p>The writing experience in WordPress saw notable advancements this year, with an improved distraction-free mode that helps users to focus on content creation without interface distractions. Now you can directly select the image itself to drag and drop it where you want, even enabling on-the-fly gallery creation when you drop images next to each other.</p>\n\n\n\n<p>Additionally, the introduction of block-level comments in the editor, currently an experimental feature, promises to reshape collaborative workflows by enabling teams to leave notes directly on blocks.</p>\n\n\n\n<p>These enhancements all work together to make writing, composing, and editing in WordPress feel more fluid, personal, and pleasant than ever.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Design</h3>\n\n\n\n<p>Along with new default theme Twenty Twenty-Five, more than 1,000 block themes offer tailored starting points for different site types, including portfolios, blogs, and business sites. Designers can also utilize the improved Style Book for a comprehensive view of their site’s appearance, ensuring a smooth design process.</p>\n\n\n\n<p>Design work isn’t just about aesthetics—it’s also about creating the right environment and guardrails. It’s important that users can interact with their site, add content, replace media, and choose sections without needing to know the layout details. We’re implementing better default experiences to help you focus exclusively on the content or on the design, depending on your needs at the moment.&nbsp;</p>\n\n\n\n<p>This all works seamlessly with the zoom-out view, where users can compose content using patterns without having to set up every individual block. Having a bird’s-eye view of your site can really help you gain a different perspective.</p>\n\n\n\n<p>These design capabilities scale with you as your WordPress projects grow. WordPress&#8217;s approach to design is systematic: blocks combine to form patterns, patterns form templates, and templates help separate content from presentation.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545dcb0&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18302\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Building</h3>\n\n\n\n<p>WordPress’s content management capabilities allow working at scale and across teams. Central to this is the introduction of Block Bindings, which merge the flexibility of blocks with the structured power of meta fields. This feature allows block attributes to be directly linked to data sources like post meta, reducing the need for custom blocks while creating deeper, more dynamic content relationships. The familiar block interface remains intact, making complex data management feel seamless. This connects naturally with our broader work on Data Views for post types and meta fields.&nbsp;</p>\n\n\n\n<p>These updates reinforce WordPress’s role as a powerful content management system by connecting its core primitives—blocks, post types, taxonomies, and meta fields—more intuitively.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Development</h3>\n\n\n\n<p>Lastly, Matías showcased a range of groundbreaking tools that empower WordPress developers and streamline their workflows. One of the highlights was the new Templates API, which has simplified the process of registering and managing custom templates. Future updates to the API will allow users to register and activate templates seamlessly, enabling dynamic site customizations such as scheduling different homepage templates for special events or swapping category archives during campaigns. This flexible approach offers developers greater creative control in a standardized way.&nbsp;</p>\n\n\n\n<p>The session also explored the Interactivity API, designed to deliver fast, seamless website experiences by enabling server-rendered interactivity within WordPress. Unlike JavaScript-heavy frameworks, this technology keeps everything within WordPress’s existing ecosystem, bridging the gap between developers and content creators. Attendees saw live demos showcasing instant search, pagination, and commenting—all without page reloads—while maintaining a perfect performance score of 100 on Lighthouse. In addition, it was announced that responsive controls will receive significant attention, with new features being explored, like block visibility by breakpoint and adding min/max controls to the columns block.</p>\n\n\n\n<p>The WordPress Playground also emerged as a game-changer, allowing users to spin up WordPress sites directly in their browsers, experiment with Blueprints, and manage projects offline. With improved GitHub integration and expanded documentation, WordPress developers now have a more accessible and powerful toolkit than ever before.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An AI Future</h2>\n\n\n\n<p>Returning to the stage, Matt noted that Gutenberg’s evolution is paving the way for AI-powered site building while keeping creative control in users’ hands. A recent speed building challenge on WordPress’s YouTube channel showcased this potential, with <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> using AI-assisted tools and <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> building manually. While the AI-assisted approach won, the key takeaway was that AI isn’t here to replace developers but to enhance creativity and efficiency.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"AI Takes On HUMAN in WordPress Speed Build Showdown &#x1f525;\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/vjw6KWahFlk?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>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Community Impact and Global Reach</h2>\n\n\n\n<p>When WordPress Executive Director Mary Hubbard took the stage, she emphasized WordPress’s commitment to its open-source mission and the power of its global community. Mary shared her passion for defending WordPress’s principles, reaffirming that when users choose WordPress, they should receive the authentic, community-driven experience that the platform stands for. This commitment to clarity, trust, and open-source integrity is central to ensuring WordPress’s long-term sustainability and success.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545e1c5&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Photo of Mary Hubbard, WordPress Executive Director\" class=\"wp-image-18227\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image: Photo of Mary Hubbard, WordPress Executive Director\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Mary Hubbard, WordPress Executive Director</figcaption></figure>\n\n\n\n<p>In 2024, WordPress’s global influence surged through expanded educational programs, developer contributions, and grassroots initiatives. The platform’s social media following grew to 2.3 million, while major events like WordCamps and live-streamed gatherings attracted millions of attendees and viewers, connecting people worldwide.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> introduced Structured Learning Pathways, offering tailored tracks for beginners and developers, fostering a growing network of creators eager to learn and contribute. Grassroots programs flourished, with WP Campus Connect bringing WordPress education to Indian colleges and innovation competitions in Uganda empowering young creators. In Latin America, the Community Reactivation Project reignited meetups across nine cities, fostering a network of over 150 active members and setting the stage for three new WordCamps in 2025.</p>\n\n\n\n<p>WordPress’s efforts also advanced through <a href=\"https://openverse.org/\">Openverse</a>, which expanded its free content library to 884 million images and 4.2 million audio files, serving millions of creators worldwide and supporting WordPress’s broader mission of democratizing publishing.</p>\n\n\n\n<p>Whether through educational platforms, developer-driven innovation, or community-led projects, WordPress’s ecosystem continues to nurture shared learning, creativity, and collaboration, ensuring its growth and relevance for future generations.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Japanese Community Highlights</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/nukaga/\">Junko Fukui Nukaga</a>—Community Team rep, program manager, and WordCamp organizer—noted that WordPress&#8217;s prominence in Japan contributes to an economy now estimated to exceed 100 billion yen.</p>\n\n\n\n<p>In October of 2024, the Japanese WordPress community celebrated DigitalCube’s IPO on the Tokyo PRO Market, marking a milestone for the local WordPress ecosystem. Major contributors like Takayuki Miyoshi’s <a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7</a> plugin surpassed 10 million active users, while companies like Sakura Internet and XServer built specialized WordPress infrastructure.</p>\n\n\n\n<p>Community events in Japan have also flourished, with 189 local meetups held throughout the year, fueled by dedicated volunteers and organizers. Translation Night gatherings have ensured WordPress remains accessible to Japanese users, reflecting a thriving collaborative spirit.</p>\n\n\n\n<p>Matt gave special recognition to Japan’s standout contributor, <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, a Core Committer whose exceptional efforts elevated WordPress development over the past year. Hamano-san made an impressive 774 contributions to WordPress core, earning 162 props for WordPress 6.5, rising to 274 props for 6.6 as the second-highest contributor, and securing the top spot with 338 props for 6.7.Other notable Japanese contributors included <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, an active Docs Team member, and Nukaga, recognized for her exceptional community organizing efforts. Additionally, 13 Japanese contributors supported 5.4% of WordPress 6.6 development, showcasing the country’s growing influence in the WordPress ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Data Liberation</h2>\n\n\n\n<p>Reflecting on the progress since the initiative&#8217;s launch last year, the focus remained on ensuring that WordPress not only becomes more powerful but also embodies freedom in its deepest sense—the freedom to move content anywhere, collaborate without limits, and create without constraints. This vision extends beyond individual sites to a broader web where content flows seamlessly across platforms, enabling unrestricted creativity and innovation.</p>\n\n\n\n<p>One compelling example demonstrated how easily ePub files could be imported into a WordPress site, integrating seamlessly with existing designs. This represents the initiative’s broader goal: making content migration and integration effortless. WordPress Playground plays a critical role in this vision by enabling easy site migration through a simple browser extension. With Playground as a staging area, migrating and adapting sites becomes intuitive and accessible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>The floor was opened to questions in both Japanese and English.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"State of the Word 2024 Q&amp;A\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/XPhQFSAvKVw?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>\n</div></figure>\n\n\n\n<p>Questions from the audience, including <a href=\"https://en.wikipedia.org/wiki/Tokyo_Vice\"><em>Tokyo Vice</em></a> author Jake Adelstein, covered the future of blogging, WordPress performance, the impact of AI search, and what democratizing publishing means today. Matt shared his excitement for more open platforms such as Mastodon and Bluesky, as well as his recommendations for optimizing your site for both humans and AI. A common thread throughout was that a personal website is an important part of your digital identity, and WordPress allows you to<a href=\"https://playground.wordpress.net/?plugin=piano-block&amp;blueprint-url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fwp-json%2Fplugins%2Fv1%2Fplugin%2Fpiano-block%2Fblueprint.json%3Frev%3D3166994%26lang%3D\"> express yourself in fun and unique ways</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Panels</h2>\n\n\n\n<p>After attendees enjoyed a special performance by the pianist, Takai-san, industry leaders, creators, and innovators took the stage for panel discussions about the present and future of WordPress, moderated by Mary Hubbard.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"State of the Word 2024 Panel Discussions\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/Qt5FOQYX1nE?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>\n</div></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Publishing in the Open</h3>\n\n\n\n<p>Featuring:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mieko Kawakami, Japanese Author and Poet&nbsp;</li>\n\n\n\n<li>Craig Mod, Author of Things Become Other Things&nbsp;</li>\n\n\n\n<li>Matt Mullenweg, WordPress Cofounder and Automattic CEO</li>\n</ul>\n\n\n\n<p>This first panel explored the transformative power of open-source publishing. Panelists shared insights into how open publishing has influenced their creative journeys, expanded audience engagement, and shaped storytelling across cultural boundaries.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Publishing in the open has defined what I’ve done. All the best connections I’ve made in live have been the result of publishing in the open. &#8211; Craig Mod</p>\n</blockquote>\n\n\n\n<p>Publishing in the open, like WordPress, is about building community, mutual connections, and putting power back into the hands of creators.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Future of WordPress in Japan and Beyond</h3>\n\n\n\n<p>Featuring:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Hajime Ogushi, mgn CEO</li>\n\n\n\n<li>Genki Taniguchi, SAKURA internet Inc. Senior Director</li>\n\n\n\n<li>Matt Mullenweg, WordPress Cofounder and Automattic CEO</li>\n</ul>\n\n\n\n<p>The second discussion highlighted WordPress&#8217;s remarkable growth in Japan and its broader global impact. The discussion covered the drivers behind Japan&#8217;s adoption of WordPress, its thriving ecosystem of WordPress-based businesses, and emerging trends in web development.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Compared to other CMSs the WordPress Japanese is much easier to use. &#8211; Hajime Ogushi</p>\n</blockquote>\n\n\n\n<p>The group discussed plugins such as <a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7</a>, the affordability of hosting WordPress, and local meetups and events</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>Thank you to all the guests who joined us on stage, those who ventured to Tokyo, and everyone who tuned in from around the world. Today’s event showcased how a free and infinitely flexible platform, an active global community, open innovation, and a commitment to a fully democratized web make us better at being who we are.</p>\n\n\n\n<p>From Tokyo, Arigatou Gozaimashita!</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-0 is-cropped is-style-rectangular wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545efbc&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18249\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18249\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545f294&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18262\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18262\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545f553&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18274\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18274\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545f807&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18252\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18252\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545fab4&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18258\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18258\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc545fd71&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18240\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18240\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5460044&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18260\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18260\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5460310&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18251\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18251\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc54605b8&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18229\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=683%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-18229\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=768%2C1151&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=1025%2C1536&amp;ssl=1 1025w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?w=1334&amp;ssl=1 1334w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5460887&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18230\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18230\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5460b70&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18233\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18233\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5460e65&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18236\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18236\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5461120&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18231\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=683%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-18231\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=768%2C1151&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=1025%2C1536&amp;ssl=1 1025w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?w=1334&amp;ssl=1 1334w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc54613e4&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18228\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18228\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5461701&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18272\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18272\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc54619c4&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18305\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18305\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5461c82&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18269\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18269\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5461fa5&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18257\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18257\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5462290&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18271\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18271\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5462561&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18279\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18279\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5462829&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18275\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18275\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5462b24&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18265\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18265\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5462dec&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18282\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18282\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc54630bf&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18280\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18280\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc546338c&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18268\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18268\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5463643&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18266\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18266\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;676bbc5463901&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18281\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18281\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge image\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>For those interested in exploring past State of the Word keynotes, WordPress has curated a comprehensive YouTube playlist featuring keynotes from previous years. Watch them all here:<a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ES1piZxljCvMTJCYpVBnwYU\" target=\"_blank\" rel=\"noreferrer noopener\"> State of the Word YouTube Playlist</a>. Be sure to mark your calendars for major WordPress events in 2025: <a href=\"https://asia.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Asia</a> (Manila, Philippines), <a href=\"https://europe.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Europe</a> (Basel, Switzerland), and <a href=\"https://us.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp US</a> (Portland, Oregon, USA).</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18205\";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: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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Write Books With the Block Editor\";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:69:\"https://wordpress.org/news/2024/12/write-books-with-the-block-editor/\";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, 16 Dec 2024 08:36:57 +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:7:\"General\";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:35:\"https://wordpress.org/news/?p=18176\";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:327:\"If you need a little push to start writing this winter, in the comfort of your familiar editor, here it is! You can now use the Block Editor to create electronic books and other documents—all completely offline. What a full circle moment for Gutenberg! The Block Editor contains so many features I miss when writing [&#8230;]\";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:4:\"Ella\";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:6919:\"\n<p>If you need a little push to start writing this winter, in the comfort of your familiar editor, here it is! You can now use the Block Editor to create electronic books and other documents—all completely offline. What a full circle moment for Gutenberg!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"711\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=1024%2C711&#038;ssl=1\" alt=\"\" class=\"wp-image-18179\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=1024%2C711&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=300%2C208&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=768%2C533&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=1536%2C1067&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=2048%2C1422&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>The Block Editor contains so many features I miss when writing in other editors. It produces clean, semantic markup. You can paste in content from anywhere and the editor will clean it up for you, or paste a link onto selected text to auto-link. The List View and Outline panels allow you to easily navigate and inspect the content. And we’re constantly iterating on the Block Editor: more features and improvements are on the way, such as refined drag and drop interactions coming in early 2025.</p>\n\n\n\n<p>All this inspired me to wrap our editor in an app that can read and write local files—just as other document editors do. It turns out that EPUB is the best file format to store the content, because EPUB is an open standard for e-books that is essentially a ZIP file containing HTML and media—HTML like your WordPress posts!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=1024%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-18180\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=1024%2C560&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=300%2C164&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=768%2C420&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=1536%2C839&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=2048%2C1119&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>And just like that, the WordPress Block Editor can also be used to write books! The cool thing about EPUB files is that any e-book app, such as Kindle and Apple Books, can open it. So even if someone doesn’t have this editor, they can still easily read the content, which makes the files it produces portable.</p>\n\n\n\n<p>The editor allows you to create a cover, so you can easily distinguish between the books or documents you write. It will also treat each heading as a chapter so you can easily navigate content when opened in an e-book reader.</p>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"793\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=1024%2C793&#038;ssl=1\" alt=\"\" class=\"wp-image-18181\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=1024%2C793&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=300%2C232&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=768%2C595&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=1536%2C1190&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=2048%2C1586&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<figure class=\"wp-block-image aligncenter size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=768%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-18178\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=768%2C1024&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?w=1236&amp;ssl=1 1236w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" /></figure>\n</div>\n</div>\n\n\n\n<p>The term “book” should be taken broadly. While the file that the Block Editor produces is primarily used for e-books, you can create any document with it. It’s possible to export your document to a DOCX file in case you need it, though the more complex blocks are not supported yet.</p>\n\n\n\n<p>It is still very much a nascent project. There’s many features left to be added, such as revisions and the ability to open any externally created EPUB files, or even DOCX files, so keep an eye out for these in the coming weeks and months! If you’re interested in this editor, it’s all <a href=\"https://github.com/block-editors/blockdocs\">open source</a>, and I welcome any kind of help.</p>\n\n\n\n<p>For now, the <a href=\"https://block-editors.github.io/blockdocs/\">demo editor</a> is installable as a Progressive Web App (PWA) in Chrome. While it’s totally usable without installation, it does give you some nice benefits such as allowing you to open the EPUB files directly from your OS. In the future we might wrap it in proper native apps. Your feedback is welcome on <a href=\"https://github.com/block-editors/blockdocs\">GitHub</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18176\";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: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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Openverse.org: A Sight for Sore Eyes\";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:71:\"https://wordpress.org/news/2024/12/openverse-org-a-sight-for-sore-eyes/\";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, 11 Dec 2024 17:45: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:7:\"General\";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:35:\"https://wordpress.org/news/?p=18168\";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:378:\"Openverse.org, the vibrant platform for openly licensed media, has introduced a sleek and modern Dark Mode feature. This new site theme is designed to enhance users&#8217; comfort and style as they explore the extensive library of creative resources. Whether for late-night browsing or simply a preference for darker aesthetics, Dark Mode makes engaging with Openverse [&#8230;]\";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:14:\"Brett McSherry\";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:7308:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18196\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p><a href=\"https://openverse.org/\">Openverse.org</a>, the vibrant platform for openly licensed media, has introduced a sleek and modern Dark Mode feature. This new site theme is designed to enhance users&#8217; comfort and style as they explore the extensive library of creative resources. Whether for late-night browsing or simply a preference for darker aesthetics, Dark Mode makes engaging with Openverse easier on the eyes and more personalized than ever.</p>\n\n\n\n<p>By reducing screen brightness in low-light settings, Dark Mode offers a more relaxed viewing experience, helping to minimize eye strain. It also caters to users with light sensitivity, creating a more inclusive browsing environment. This thoughtful addition underscores Openverse’s commitment to delivering tools that are as functional as they are visually appealing.</p>\n\n\n\n<div class=\"wp-block-jetpack-slideshow\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"573\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-18188\" data-id=\"18188\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=1024%2C573&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=1024%2C573&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=768%2C430&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=1536%2C860&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=2048%2C1147&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"545\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-18189\" data-id=\"18189\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=1024%2C545&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=1024%2C545&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=300%2C160&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=768%2C409&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=1536%2C817&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=2048%2C1090&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"553\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-18195\" data-id=\"18195\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=1024%2C553&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=1024%2C553&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=300%2C162&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=768%2C415&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=1536%2C829&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=2048%2C1106&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n\n\n\n<p>The release of Dark Mode is part of Openverse’s broader effort to innovate and adapt to the needs of its growing community. From the thoughtful interface design to the careful attention to accessibility, every detail was crafted to reflect Openverse’s mission of empowering creativity. By embracing modern frontend implementations like Dark Mode without compromising usability or accessibility, Openverse continues to grow while honoring the brand’s essence. In addition, this update lays the groundwork for future developments aimed at providing even more customization options and improved user experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“Dark Mode marks an exciting step forward for Openverse. We designed and implemented a new user interface that keeps the brand&#8217;s essence while providing the same search experience. We’re thrilled to see how this feature fits within users&#8217; preferences and enhances the creative journey.”&nbsp; – Francisco Vera. Designer</em></p>\n</blockquote>\n\n\n\n<p></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18174\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=768%2C432&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Ready to explore Openverse in a whole new light? Head to <a href=\"https://openverse.org/\">Openverse.org</a> today and look for the Dark Mode toggle in the site footer.</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18168\";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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.7.1 Maintenance Release\";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:71:\"https://wordpress.org/news/2024/11/wordpress-6-7-1-maintenance-release/\";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, 21 Nov 2024 14:56:31 +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:\"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:35:\"https://wordpress.org/news/?p=18096\";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:349:\"WordPress 6.7.1 is now available! This minor release features 16 bug fixes throughout Core and the Block Editor. WordPress 6.7.1 is a fast-follow release with a strict focus on bugs introduced in WordPress 6.7. The next major release will be version 6.8, planned for April 2025. If you have sites that support automatic background updates, [&#8230;]\";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:19:\"Jonathan Desrosiers\";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:8649:\"\n<h2 class=\"wp-block-heading\">WordPress 6.7.1 is now available!</h2>\n\n\n\n<p>This minor release features 16 bug fixes <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=6.7.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">throughout Core</a> and <a href=\"https://github.com/WordPress/wordpress-develop/pull/7851\">the Block Editor</a>.</p>\n\n\n\n<p>WordPress 6.7.1 is a fast-follow release with a strict focus on bugs introduced in WordPress 6.7. The next major release will be <a href=\"https://make.wordpress.org/core/6-8/\">version 6.8</a>, <a href=\"https://make.wordpress.org/core/2024/11/19/proposal-major-releases-for-2025/\">planned for April 2025</a>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.7.1.zip\">download WordPress 6.7.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-7-1\">visit the HelpHub site</a>. You can find a summary of the maintenance updates in this release in the <a href=\"https://make.wordpress.org/core/?p=116365\">Release Candidate announcement</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"is-style-default\">This release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> and <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>.</p>\n\n\n\n<p class=\"is-style-default\">WordPress 6.7.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/abcsun/\">abcsun</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/ahsankhan316/\">Ahsan Khan</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/albigdd/\">Alexander Bigga</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a>, <a href=\"https://profiles.wordpress.org/ant1busted/\">Antoine</a>, <a href=\"https://profiles.wordpress.org/bluantinoo/\">bluantinoo</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/charleslf/\">charleslf</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dhewercorus/\">dhewercorus</a>, <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dooperweb/\">dooperweb</a>, <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finntown/\">finntown</a>, <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glynnquelch/\">glynnquelch</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/jagirbahesh/\">jagirbahesh</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/leecollings/\">Lee Collings</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a>, <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/369work/\">miroku</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a>, <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a>, <a href=\"https://profiles.wordpress.org/room34/\">room34</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a>, <a href=\"https://profiles.wordpress.org/sailpete/\">sailpete</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sirlouen/\">SirLouen</a>, <a href=\"https://profiles.wordpress.org/sppramodh/\">S P Pramodh</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/stimul/\">stimul</a>, <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a>, <a href=\"https://profiles.wordpress.org/tigriweb/\">TigriWeb</a>, <a href=\"https://profiles.wordpress.org/timwhitlock/\">Tim W</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn &#8220;Tobi&#8221; Fjellner)</a>, <a href=\"https://profiles.wordpress.org/twvania/\">Vania</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/yowangdu/\">YoWangdu</a>, <a href=\"https://profiles.wordpress.org/zargarov/\">Zargarov</a>, and <a href=\"https://profiles.wordpress.org/zeelthakkar/\">zeelthakkar</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thanks to <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/aaroncampbell/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>aaroncampbell</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/cbravobernal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbravobernal</a>, <a href=\'https://profiles.wordpress.org/ankit-k-gupta/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ankit-k-gupta</a> for proofreading.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18096\";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:66:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 6.7 “Rollins”\";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:43:\"https://wordpress.org/news/2024/11/rollins/\";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, 12 Nov 2024 21:35:22 +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:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";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:8:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"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:35:\"https://wordpress.org/news/?p=18066\";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:422:\"WordPress 6.7, code-named \'Rollins,\' celebrates legendary jazz saxophonist Sonny Rollins and debuts the sleek, versatile Twenty Twenty-Five theme, designed for any blog, any scale. Dive into new font management features and gain a macro perspective on your site with the Zoom Out feature. Embrace the spirit of creativity and bold expression that defines Rollins\' music as you explore WordPress 6.7’s latest innovations.\";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:14:\"Matt Mullenweg\";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:71738:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/11/Release-Edition-Featured-Image.png?resize=1024%2C535&#038;ssl=1\" alt=\"\" class=\"wp-image-18085\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/11/Release-Edition-Featured-Image.png?resize=1024%2C535&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/11/Release-Edition-Featured-Image.png?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/11/Release-Edition-Featured-Image.png?resize=768%2C401&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/11/Release-Edition-Featured-Image.png?resize=1536%2C802&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/11/Release-Edition-Featured-Image.png?resize=2048%2C1070&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Each WordPress release celebrates an artist who has made an indelible mark on the world of music. WordPress 6.7, code-named &#8220;Rollins,&#8221; pays tribute to the legendary jazz saxophonist Sonny Rollins. Known as one of the greatest improvisers and pioneers in jazz, Rollins has influenced generations of musicians with his technical brilliance, innovative spirit, and fearless approach to musical expression.</p>\n\n\n\n<p>Sonny Rollins&#8217; work is characterized by its unmatched energy and emotional depth. His compositions, such as &#8220;St. Thomas,&#8221; &#8220;Oleo,&#8221; and &#8220;Airegin,&#8221; are timeless jazz standards, celebrated for their rhythmic complexity and melodic inventiveness. Rollins&#8217; bold and exploratory style resonates with WordPress&#8217; own commitment to empowering creators to push boundaries and explore new possibilities in digital expression.</p>\n\n\n\n<p>Embrace the spirit of innovation and spontaneity that defines Rollins&#8217; sound as you dive into the new features and enhancements of WordPress 6.7.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Welcome to WordPress 6.7!</h2>\n\n\n\n<p>WordPress 6.7 debuts the modern Twenty Twenty-Five theme, offering ultimate design flexibility for any blog at any scale. Control your site typography like never before with new font management features. The new Zoom Out feature lets you design your site with a macro view, stepping back from the details to bring the big picture to life.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.7.zip\" target=\"_blank\" rel=\"noreferrer noopener\">Download WordPress 6.7 “Rollins”</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Introducing Twenty Twenty-Five</h2>\n\n\n\n<h4 class=\"wp-block-heading\">Endless possibility without complexity</h4>\n\n\n\n<p>Twenty Twenty-Five offers a flexible, design-focused theme that lets you build stunning sites with ease. Tailor your aesthetic with an array of style options, block patterns, and color palettes. Pared down to the essentials, this is a theme that can truly grow with you.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/s.w.org/images/core/6.7/feature-tt5-2.webp?ssl=1\" alt=\"\" style=\"object-fit:cover\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Get the big picture with Zoom Out</h3>\n\n\n\n<h4 class=\"wp-block-heading\">Explore your content from a new perspective</h4>\n\n\n\n<p>Edit and arrange entire sections of your content like never before. A broader view of your site lets you add, edit, shuffle, or remove patterns to your liking. Embrace your inner architect.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/s.w.org/images/core/6.7/feature-zoom-2.webp?ssl=1\" alt=\"\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Connect blocks and custom fields with no hassle (or code)</h3>\n\n\n\n<h4 class=\"wp-block-heading\">A streamlined way to create dynamic content</h4>\n\n\n\n<p>This feature introduces a new UI for connecting blocks to custom fields, putting control of dynamic content directly in the editor. Link blocks with fields in just a few clicks, enhancing flexibility and efficiency when building. Your clients will love you—as if they didn&#8217;t already.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/s.w.org/images/core/6.7/feature-block-bindings-2.webp?ssl=1\" alt=\"\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Embrace your inner font nerd</h3>\n\n\n\n<h4 class=\"wp-block-heading\">New style section, new possibilities</h4>\n\n\n\n<p>Create, edit, remove, and apply font size presets with the next addition to the Styles interface. Override theme defaults or create your own custom font size, complete with fluid typography for responsive font scaling. Get into the details!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/s.w.org/images/core/6.7/feature-font-presets-2.png?ssl=1\" alt=\"\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p>WordPress 6.7 delivers important performance updates, including faster pattern loading, optimized previews in the data views component, improved PHP 8+ support and removal of deprecated code, auto sizes for lazy-loaded images, and more efficient tag processing in the HTML API.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p>65+ accessibility fixes and enhancements focus on foundational aspects of the WordPress experience, from improving user interface components and keyboard navigation in the Editor, to an accessible heading on WordPress login screens and clearer labeling throughout.</p>\n\n\n\n<h3 class=\"wp-block-heading\">And much more</h3>\n\n\n\n<p>For a comprehensive overview of all the new features and enhancements in WordPress 6.7, please visit the feature-showcase website.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/download/releases/6-7/\">Check out what&#8217;s new</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.7</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, <a href=\"https://learn.wordpress.org/social-learning/\">interactive workshops</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6.7\">WordPress 6.7 Release Notes</a> for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.</p>\n\n\n\n<p>Explore the <a href=\"https://make.wordpress.org/core/wordpress-6-7-field-guide/\">WordPress 6.7 Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.7 release squad</h2>\n\n\n\n<p>Every release comes to you from a dedicated team of enthusiastic contributors who help keep things on track and moving smoothly. The team that has led 6.7 is a cross-functional group of contributors who are always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordinator: <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a></li>\n\n\n\n<li>Core Tech Leads: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a></li>\n\n\n\n<li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>,&nbsp;<a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a></li>\n\n\n\n<li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a></li>\n\n\n\n<li>Editor Triage Leads: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>,&nbsp;<a href=\"https://wordpress.org/support/users/colorful-tones/\">Damon Cook</a></li>\n\n\n\n<li>Documentation Leads: <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a></li>\n\n\n\n<li>Test Lead: <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K. Gupta</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/adamsilverstein/\"></a><a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a></li>\n\n\n\n<li>Default Theme Design Lead:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li>\n\n\n\n<li>Default Theme Development Leads:&nbsp;<a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>,&nbsp;<a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>The mission of WordPress is to <a href=\"https://wordpress.org/about/\">democratize publishing</a> and embody the <a href=\"https://opensource.org/osd-annotated\">freedoms that come with open source</a>. A global and diverse community of people collaborating to strengthen the software supports this effort.</p>\n\n\n\n<p>WordPress 6.7 reflects the tireless efforts and passion of more than 780 contributors in countries all over the world. This release also welcomed over 230 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 340 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/75thtrombone/\">75thtrombone</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/aware/\">Aaron Ware</a> · <a href=\"https://profiles.wordpress.org/aatanasov/\">aatanasov</a> · <a href=\"https://profiles.wordpress.org/abcsun/\">abcsun</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abhi3315/\">abhi3315</a> · <a href=\"https://profiles.wordpress.org/fitehal/\">Abhishek Deshpande</a> · <a href=\"https://profiles.wordpress.org/ababir/\">Abir</a> · <a href=\"https://profiles.wordpress.org/acafourek/\">acafourek</a> · <a href=\"https://profiles.wordpress.org/adamkheckler/\">Adam Heckler</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/adamwood/\">Adam Wood</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> · <a href=\"https://profiles.wordpress.org/adarshposimyth/\">Adarsh Akshat</a> · <a href=\"https://profiles.wordpress.org/adrian2k7/\">Adrian</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/ahmarzaidi/\">Ahmar Zaidi</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a> · <a href=\"https://profiles.wordpress.org/ahsankhan316/\">Ahsan Khan</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/akashdhawade/\">Akash Dhawade</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/akshat2802/\">Akshat Kakkad</a> · <a href=\"https://profiles.wordpress.org/alaminfirdows/\">Al-Amin Firdows</a> · <a href=\"https://profiles.wordpress.org/alanfuller/\">Alan Fuller</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/alessandrotesoro/\">Alessandro Tesoro</a> · <a href=\"https://profiles.wordpress.org/ralessio/\">Alessio</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/alexcu21/\">Alex Cuadra</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alex27/\">alex27</a> · <a href=\"https://profiles.wordpress.org/albigdd/\">Alexander Bigga</a> · <a href=\"https://profiles.wordpress.org/digitalex11/\">Alexander Frank</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/harlet7/\">Alexandru Horeanu</a> · <a href=\"https://profiles.wordpress.org/aliaghdam/\">Ali Aghdam</a> · <a href=\"https://profiles.wordpress.org/ali7ali/\">Ali Ali</a> · <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro G&#243;mez</a> · <a href=\"https://profiles.wordpress.org/alvitazwar052/\">Alvi Tazwar</a> · <a href=\"https://profiles.wordpress.org/amincharoliya/\">Amin Charoliya</a> · <a href=\"https://profiles.wordpress.org/amirthepiper/\">Amir Abbas</a> · <a href=\"https://profiles.wordpress.org/amitraj2203/\">Amit Raj</a> · <a href=\"https://profiles.wordpress.org/amjadr360/\">Amjad Ali</a> · <a href=\"https://profiles.wordpress.org/anthakkar08/\">Anand Thakkar</a> · <a href=\"https://profiles.wordpress.org/andergmartins/\">andergmartins</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/awetz583/\">Andrea Roenning</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/euthelup/\">Andrei Lupu</a> · <a href=\"https://profiles.wordpress.org/andreiglingeanu/\">andreiglingeanu</a> · <a href=\"https://profiles.wordpress.org/andrewhayward/\">Andrew Hayward</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/aniketpatel/\">Aniket Patel</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankit k gupta/\">Ankit K. Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a> · <a href=\"https://profiles.wordpress.org/the-ank/\">Ankur Vishwakarma</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/ant1busted/\">Antoine</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antoniosejas/\">Antonio Sejas</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/apermo/\">apermo</a> · <a href=\"https://profiles.wordpress.org/apmeyer/\">apmeyer</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/perezcarreno/\">Armando J. Perez Carreno</a> · <a href=\"https://profiles.wordpress.org/armandsdz/\">Armands</a> · <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a> · <a href=\"https://profiles.wordpress.org/ambrosiawt/\">Art Smith</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/arypneta/\">arypneta</a> · <a href=\"https://profiles.wordpress.org/asafm7/\">asafm7</a> · <a href=\"https://profiles.wordpress.org/aslamdoctor/\">Aslam Doctor</a> · <a href=\"https://profiles.wordpress.org/nmutua/\">Autumn</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/bjerke-johannessen/\">B&#229;rd Bjerke Johannessen</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">B&#233;ryl de La Grandi&#232;re</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartkalisz/\">Bart Kalisz</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benniledl/\">Benedikt Ledl</a> · <a href=\"https://profiles.wordpress.org/rainbowgeek/\">Benjamin Denis</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a> · <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/neoxx/\">Bernhard Riedl</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/berubenic/\">berubenic</a> · <a href=\"https://profiles.wordpress.org/bhaveshdesai13/\">Bhavesh Desai</a> · <a href=\"https://profiles.wordpress.org/bijit027/\">bijit027</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/blindmikey/\">blindmikey</a> · <a href=\"https://profiles.wordpress.org/bluantinoo/\">bluantinoo</a> · <a href=\"https://profiles.wordpress.org/bobbyleenoblestudios/\">bobbyleenoblestudios</a> · <a href=\"https://profiles.wordpress.org/bogdannikolic/\">Bogdan Nikolic</a> · <a href=\"https://profiles.wordpress.org/veryard/\">Brad</a> · <a href=\"https://profiles.wordpress.org/bradley2083/\">brad hogan</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/brentjettgmailcom/\">Brent Jett</a> · <a href=\"https://profiles.wordpress.org/brettshumaker/\">Brett Shumaker</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/bgosnell/\">Brian Gosnell</a> · <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a> · <a href=\"https://profiles.wordpress.org/bridgetwes/\">bridgetwes</a> · <a href=\"https://profiles.wordpress.org/brobken/\">brobken</a> · <a href=\"https://profiles.wordpress.org/freibergergarcia/\">Bruno Freiberger Garcia</a> · <a href=\"https://profiles.wordpress.org/cambabutonono/\">Cambabutonono</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos G. P.</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/carstenbach/\">Carsten Bach</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/charleslf/\">charleslf</a> · <a href=\"https://profiles.wordpress.org/mchirag2002/\">Chirag Mathur</a> · <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a> · <a href=\"https://profiles.wordpress.org/jazzs3quence/\">Chris Reynolds</a> · <a href=\"https://profiles.wordpress.org/eclare/\">Chris Trynkiewicz (Sukces Strony)</a> · <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a> · <a href=\"https://profiles.wordpress.org/ckanitz/\">Christopher Kanitz</a> · <a href=\"https://profiles.wordpress.org/cpal/\">Christos Paloukas</a> · <a href=\"https://profiles.wordpress.org/nyiriland/\">Christy Nyiri</a> · <a href=\"https://profiles.wordpress.org/butterflymedia/\">Ciprian</a> · <a href=\"https://profiles.wordpress.org/codersantosh/\">codersantosh</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/craynor/\">craynor</a> · <a href=\"https://profiles.wordpress.org/creativethemeshq/\">creativethemeshq</a> · <a href=\"https://profiles.wordpress.org/crixu/\">Crixu</a> · <a href=\"https://profiles.wordpress.org/cwhitmore/\">Cullen Whitmore</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/cweiske/\">cweiske</a> · <a href=\"https://profiles.wordpress.org/coquardcyr/\">Cyrille</a> · <a href=\"https://profiles.wordpress.org/da5f656f/\">da5f656f</a> · <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a> · <a href=\"https://profiles.wordpress.org/daleharrison/\">daleharrison</a> · <a href=\"https://profiles.wordpress.org/colorful tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/daniguardiola/\">Dani Guardiola</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/itsdanny/\">Danny</a> · <a href=\"https://profiles.wordpress.org/dannyreaktiv/\">dannyreaktiv</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/d-signed/\">Dareth NHANG</a> · <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a> · <a href=\"https://profiles.wordpress.org/darshitrajyaguru97/\">Darshit Rajyaguru</a> · <a href=\"https://profiles.wordpress.org/daveagp/\">daveagp</a> · <a href=\"https://profiles.wordpress.org/fac3less/\">David</a> · <a href=\"https://profiles.wordpress.org/dballari/\">David Ballarin Prunera</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/davidabowman/\">David Bowman</a> · <a href=\"https://profiles.wordpress.org/davidhbrown/\">David Brown</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/davidgodleman10up/\">David Godleman</a> · <a href=\"https://profiles.wordpress.org/dhenriet/\">David Henriet</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/ddewan/\">ddewan</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/debarghyabanerjee/\">DEBARGHYA BANERJEE</a> · <a href=\"https://profiles.wordpress.org/deepakrohilla/\">Deepak Rohilla</a> · <a href=\"https://profiles.wordpress.org/deepakvijayan/\">Deepak Vijayan</a> · <a href=\"https://profiles.wordpress.org/dekadinious/\">Dekadinious</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dsmart/\">Derek Smart</a> · <a href=\"https://profiles.wordpress.org/deryck/\">Deryck</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a> · <a href=\"https://profiles.wordpress.org/devansh2002/\">Devansh Chaudhary</a> · <a href=\"https://profiles.wordpress.org/devspace/\">devspace</a> · <a href=\"https://profiles.wordpress.org/dhananjaykuber/\">Dhananjay Kuber</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhewercorus/\">dhewercorus</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruval04/\">Dhruval Shah</a> · <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dilip2615/\">Dilip Modhavadiya</a> · <a href=\"https://profiles.wordpress.org/dimplemodi/\">dimplemodi</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/divibanks/\">Divi Banks</a> · <a href=\"https://profiles.wordpress.org/djcowan/\">dj.cowan</a> · <a href=\"https://profiles.wordpress.org/djennez/\">djennez</a> · <a href=\"https://profiles.wordpress.org/cyberorca/\">Doni Kuntoro</a> · <a href=\"https://profiles.wordpress.org/dooperweb/\">dooperweb</a> · <a href=\"https://profiles.wordpress.org/dorzki/\">Dor Zuberi</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/drzraf/\">drzraf</a> · <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a> · <a href=\"https://profiles.wordpress.org/eballeste/\">eballeste</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/beckej/\">Ed Beck</a> · <a href=\"https://profiles.wordpress.org/edithlb/\">Edith Milagros Loayza Barazorda</a> · <a href=\"https://profiles.wordpress.org/ejnwebmaster/\">ejnwebmaster</a> · <a href=\"https://profiles.wordpress.org/elfu98/\">elfu98</a> · <a href=\"https://profiles.wordpress.org/eliorivero/\">Elio Rivero</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/erichmond/\">Elliott Richmond</a> · <a href=\"https://profiles.wordpress.org/eatse/\">Emmanuel Ats&#233;</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/emmanuel78/\">emmanuel78</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a> · <a href=\"https://profiles.wordpress.org/ericdye/\">Eric Dye</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/erikiva/\">erikiva</a> · <a href=\"https://profiles.wordpress.org/erikyo/\">erikyo</a> · <a href=\"https://profiles.wordpress.org/eroan/\">Eroan Boyer</a> · <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/fabiorubioglio/\">Fabio Rubioglio</a> · <a href=\"https://profiles.wordpress.org/fahimmurshed/\">FahimMurshed</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fazyshah/\">Faizan Nabi</a> · <a href=\"https://profiles.wordpress.org/iamfarhan09/\">Farhan Ahmed</a> · <a href=\"https://profiles.wordpress.org/fayyazfayzi/\">Fayyaz</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/ffffelix/\">Felix Renicks</a> · <a href=\"https://profiles.wordpress.org/fjorgemota/\">Fernando Jorge Mota (a11n)</a> · <a href=\"https://profiles.wordpress.org/finntown/\">finntown</a> · <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/franz00/\">Fransisca H</a> · <a href=\"https://profiles.wordpress.org/fullworks/\">fullworks</a> · <a href=\"https://profiles.wordpress.org/gwallace87/\">Gale Wallace</a> · <a href=\"https://profiles.wordpress.org/gansbrest/\">gansbrest</a> · <a href=\"https://profiles.wordpress.org/garethelwell/\">Gareth Elwell</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/gauravtiwari/\">Gaurav Tiwari</a> · <a href=\"https://profiles.wordpress.org/gauravsingh7/\">gauravsingh7</a> · <a href=\"https://profiles.wordpress.org/georgwordpress/\">Georg</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/germanfrelo/\">Germ&#225;n Freixin&#243;s</a> · <a href=\"https://profiles.wordpress.org/glynnquelch/\">Glynn Quelch</a> · <a href=\"https://profiles.wordpress.org/gmariani405/\">gmariani405</a> · <a href=\"https://profiles.wordpress.org/graemef/\">GraemeF</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/greentreefrog/\">greentreefrog</a> · <a href=\"https://profiles.wordpress.org/greenworld/\">GreenWorld</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gyurmey/\">Gyurmey</a> · <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a> · <a href=\"https://profiles.wordpress.org/halilesen/\">Halil ESEN</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">hanneslsm</a> · <a href=\"https://profiles.wordpress.org/hjklemenz/\">Hans J&#246;rg Klemenz</a> · <a href=\"https://profiles.wordpress.org/hage/\">Hans-Gerd Gerhards</a> · <a href=\"https://profiles.wordpress.org/hardipparmar/\">Hardip Parmar</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/plaidharper/\">Harper Holsinger</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/harshalkadu/\">Harshal Kadu</a> · <a href=\"https://profiles.wordpress.org/harshvaishnav/\">harshvaishnav</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/hectorjarquin/\">hectorjarquin</a> · <a href=\"https://profiles.wordpress.org/hedgefield/\">hedgefield</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/iamarinoh/\">Henrique Iamarino</a> · <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a> · <a href=\"https://profiles.wordpress.org/hirschferkel/\">hirschferkel</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/h71/\">Hossein</a> · <a href=\"https://profiles.wordpress.org/htmgarcia/\">htmgarcia</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/kardi420/\">Ibrahim</a> · <a href=\"https://profiles.wordpress.org/ibrahimriaz/\">Ibrahim Riaz</a> · <a href=\"https://profiles.wordpress.org/imranh920/\">Imran Hossain (a11n)</a> · <a href=\"https://profiles.wordpress.org/indirabiswas27/\">Indira Biswas</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/itapress/\">itapress</a> · <a href=\"https://profiles.wordpress.org/ivanottinger/\">Ivan Ottinger</a> · <a href=\"https://profiles.wordpress.org/jpstevens/\">Jack Stevens</a> · <a href=\"https://profiles.wordpress.org/jacobcassidy/\">Jacob Cassidy</a> · <a href=\"https://profiles.wordpress.org/smithjw1/\">Jacob Smith</a> · <a href=\"https://profiles.wordpress.org/jagirbahesh/\">Jagir Bahesh</a> · <a href=\"https://profiles.wordpress.org/jainil07/\">Jainil Shah</a> · <a href=\"https://profiles.wordpress.org/jtgreyd/\">Jakob Trost</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/jamesosborne/\">James Osborne</a> · <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a> · <a href=\"https://profiles.wordpress.org/jwgoedert/\">James Wesley Goedert</a> · <a href=\"https://profiles.wordpress.org/janpfeil/\">Jan Pfeil</a> · <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">Jarko Piironen</a> · <a href=\"https://profiles.wordpress.org/jasonbahl/\">Jason Bahl</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javad2000/\">javad2000</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jawadwp/\">Jawad Malik</a> · <a href=\"https://profiles.wordpress.org/topdownjimmy/\">Jay</a> · <a href=\"https://profiles.wordpress.org/jayadevankbh/\">Jayadevan k</a> · <a href=\"https://profiles.wordpress.org/drjosh07/\">jbrya029</a> · <a href=\"https://profiles.wordpress.org/jdahir0789/\">JD Ahir</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/cheffheid/\">Jeffrey de Wit</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a> · <a href=\"https://profiles.wordpress.org/jennifarhat/\">Jennifer Farhat</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">Jerry Jones</a> · <a href=\"https://profiles.wordpress.org/skobe/\">Jesko Bendmann</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jetaldobariya1/\">Jetal dobariya</a> · <a href=\"https://profiles.wordpress.org/jigar9998/\">Jigar Panchal</a> · <a href=\"https://profiles.wordpress.org/jimmyh61/\">jimmyh61</a> · <a href=\"https://profiles.wordpress.org/joemoto/\">Joe Cartonia</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnillo/\">John Espiritu</a> · <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/lwangaman/\">JohnRDOrazio</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/elbsegler/\">Jonas</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonnywatersbb/\">Jonny Waters</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josklever/\">Jos Klever</a> · <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose Varghese</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/verygoode/\">Joshua Goode</a> · <a href=\"https://profiles.wordpress.org/jossnaz/\">Jossnaz</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/julianoe/\">julianoe</a> · <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/junedsabaliya/\">Juned Sabaliya</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/jzern/\">jzern</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kaavyaiyer/\">Kaavya Iyer (woo-hc)</a> · <a href=\"https://profiles.wordpress.org/arkenon/\">Kadim G&#252;ltekin</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/ikamal/\">Kamal Hosen</a> · <a href=\"https://profiles.wordpress.org/kamran8176/\">Kamran Hussen</a> · <a href=\"https://profiles.wordpress.org/karan4word/\">Karan Gupta</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/kartikmehta/\">Kartik Mehta</a> · <a href=\"https://profiles.wordpress.org/kartik-suthar/\">Kartik Suthar</a> · <a href=\"https://profiles.wordpress.org/kbrownkd/\">kbrownkd (a11n)</a> · <a href=\"https://profiles.wordpress.org/keffr3n/\">Keffr3n</a> · <a href=\"https://profiles.wordpress.org/kel-dc/\">Kel Santiago-Pilarski</a> · <a href=\"https://profiles.wordpress.org/kellenmace/\">Kellen Mace</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a> · <a href=\"https://profiles.wordpress.org/kevinb/\">Kevin Behrens</a> · <a href=\"https://profiles.wordpress.org/ktaron/\">Kevin Taron</a> · <a href=\"https://profiles.wordpress.org/kevinswalsh/\">kevinswalsh</a> · <a href=\"https://profiles.wordpress.org/khokansardar/\">Khokan Sardar</a> · <a href=\"https://profiles.wordpress.org/kimclow/\">Kim Clow</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a> · <a href=\"https://profiles.wordpress.org/kisquian/\">kisquian</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/kowsar89/\">Kowsar Hossain</a> · <a href=\"https://profiles.wordpress.org/kracked888/\">kracked888</a> · <a href=\"https://profiles.wordpress.org/krishneup/\">Krishna Neupane</a> · <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a> · <a href=\"https://profiles.wordpress.org/kristincodeswp/\">KristinCodesWP</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kmadhak/\">Kunal Madhak</a> · <a href=\"https://profiles.wordpress.org/gohelkunjan/\">Kunjan Gohel</a> · <a href=\"https://profiles.wordpress.org/kurtpayne/\">Kurt Payne</a> · <a href=\"https://profiles.wordpress.org/kushang78/\">Kushang Tailor</a> · <a href=\"https://profiles.wordpress.org/mlaetitia/\">Lae</a> · <a href=\"https://profiles.wordpress.org/notlaura/\">Lara Schenck</a> · <a href=\"https://profiles.wordpress.org/lastsplash/\">lastsplash (a11n)</a> · <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/oncecoupled/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/laranz/\">Lawrence Joe</a> · <a href=\"https://profiles.wordpress.org/leecollings/\">Lee Collings</a> · <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/lifelightweb/\">lifelightweb</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/linsoftware/\">Linnea Huxford</a> · <a href=\"https://profiles.wordpress.org/liviopv/\">liviopv</a> · <a href=\"https://profiles.wordpress.org/louiswol94/\">Louis Wolmarans</a> · <a href=\"https://profiles.wordpress.org/louwie17/\">Lourens</a> · <a href=\"https://profiles.wordpress.org/lovesoni1999/\">Love Soni</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukasbesch/\">lukasbesch</a> · <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madpeter/\">madpeter</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/nadimcse/\">Mahmudul Haque Nadim</a> · <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/mkrndmane/\">Makarand G. Mane</a> · <a href=\"https://profiles.wordpress.org/manbo/\">manbo</a> · <a href=\"https://profiles.wordpress.org/maneshtimilsina/\">Manesh Timilsina</a> · <a href=\"https://profiles.wordpress.org/targz-1/\">Manuel Schmalstieg</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani (a11n)</a> · <a href=\"https://profiles.wordpress.org/marianguas/\">Mar&#237;a Anguas</a> · <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a> · <a href=\"https://profiles.wordpress.org/marc4/\">Marc Armengou</a> · <a href=\"https://profiles.wordpress.org/mardroid/\">Marcel Tannich</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/pereirinha/\">Marco Pereirinha</a> · <a href=\"https://profiles.wordpress.org/marcwieland95/\">marcwieland95</a> · <a href=\"https://profiles.wordpress.org/igreenie/\">Marek Železn&#253;</a> · <a href=\"https://profiles.wordpress.org/margolisj/\">margolisj</a> · <a href=\"https://profiles.wordpress.org/mariayohana/\">Maria Yohana</a> · <a href=\"https://profiles.wordpress.org/plari/\">Marie</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/marius84/\">mariushosting</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a> · <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a> · <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">marybaum</a> · <a href=\"https://profiles.wordpress.org/mat_/\">mat_</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattyrob/\">Matt Robinson</a> · <a href=\"https://profiles.wordpress.org/mattormeeple/\">Matt Sherman</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a> · <a href=\"https://profiles.wordpress.org/lonelyvegan/\">Matthew Riley MacPherson</a> · <a href=\"https://profiles.wordpress.org/kittmedia/\">Matthias Kittsteiner</a> · <a href=\"https://profiles.wordpress.org/mattraines/\">mattraines</a> · <a href=\"https://profiles.wordpress.org/maurodf/\">maurodf</a> · <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/mcrisp1972/\">mcrisp1972</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/mhshohel/\">Md Hossain Shohel</a> · <a href=\"https://profiles.wordpress.org/istiaqhossain/\">Md. Istiaq Hossain</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/iammehedi1/\">Mehedi Hassan</a> · <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/meteorlxy/\">meteorlxy</a> · <a href=\"https://profiles.wordpress.org/mfgmicha/\">Micha Krapp</a> · <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a> · <a href=\"https://profiles.wordpress.org/michaelbourne/\">Michael Bourne</a> · <a href=\"https://profiles.wordpress.org/hrkhal/\">Michael James Ilett</a> · <a href=\"https://profiles.wordpress.org/michaelpick/\">michaelpick</a> · <a href=\"https://profiles.wordpress.org/michaelwp85/\">michaelwp85</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mielbu/\">Michelle Bulloch</a> · <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/migueluy/\">Miguel Lezama</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mmcalister/\">Mike McAlister</a> · <a href=\"https://profiles.wordpress.org/ppolo99/\">Mike Poland</a> · <a href=\"https://profiles.wordpress.org/ritterml/\">Mike Ritter</a> · <a href=\"https://profiles.wordpress.org/mikeb8s/\">mikeb8s</a> · <a href=\"https://profiles.wordpress.org/mikeybinns/\">Mikey Binns</a> · <a href=\"https://profiles.wordpress.org/milamj/\">milamj</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/369work/\">miroku</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">Mitchell Austin</a> · <a href=\"https://profiles.wordpress.org/mklusak/\">mklusak</a> · <a href=\"https://profiles.wordpress.org/mleathem/\">mleathem</a> · <a href=\"https://profiles.wordpress.org/mlf20/\">mlf20</a> · <a href=\"https://profiles.wordpress.org/mobarak/\">Mobarak Ali</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a> · <a href=\"https://profiles.wordpress.org/mosescursor/\">Moses Cursor Ssebunya</a> · <a href=\"https://profiles.wordpress.org/mosne/\">Mosne / Paolo Tesei</a> · <a href=\"https://profiles.wordpress.org/mossy2100/\">mossy2100</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir a11n</a> · <a href=\"https://profiles.wordpress.org/naeemhaque/\">Naeem Haque</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai</a> · <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/n8finch/\">Nate Finch</a> · <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a> · <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin</a> · <a href=\"https://profiles.wordpress.org/nebojsajurcic/\">Neboj&#353;a Jurčić</a> · <a href=\"https://profiles.wordpress.org/nek285/\">nek285</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neo2k23/\">neo2k23</a> · <a href=\"https://profiles.wordpress.org/neotrope/\">neotrope</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickbohle/\">Nick Bohle</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a> · <a href=\"https://profiles.wordpress.org/nick_thegeek/\">Nick the Geek</a> · <a href=\"https://profiles.wordpress.org/nicolefurlan/\">Nicole Furlan</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nihar007/\">Nihar Ranjan Das</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/nikitasolanki1812/\">Nikita Solanki</a> · <a href=\"https://profiles.wordpress.org/nirajgirixd/\">Niraj Giri</a> · <a href=\"https://profiles.wordpress.org/niravsherasiya7707/\">Nirav Sherasiya</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/noruzzaman/\">Noruzzaman</a> · <a href=\"https://profiles.wordpress.org/nurielmeni/\">nurielmeni</a> · <a href=\"https://profiles.wordpress.org/obliviousharmony/\">obliviousharmony</a> · <a href=\"https://profiles.wordpress.org/finalwebsites/\">Olaf Lederer</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/olivierlafleur/\">Olivier Lafleur</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/oscarhugopaz/\">Oscar Hugo Paz</a> · <a href=\"https://profiles.wordpress.org/prestonwordsworth/\">p15h</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/otakupahp/\">Pablo Hern&#225;ndez</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pamprn/\">Pamela Ribeiro</a> · <a href=\"https://profiles.wordpress.org/pander/\">pander</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/parinpanjari/\">Parin Panjari</a> · <a href=\"https://profiles.wordpress.org/parthvataliya/\">Parth vataliya</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/obrienlabs/\">Pat O\'Brien</a> · <a href=\"https://profiles.wordpress.org/patricia70/\">Patricia BT</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a> · <a href=\"https://profiles.wordpress.org/paulwilde/\">Paul Wilde</a> · <a href=\"https://profiles.wordpress.org/paulcline/\">paulcline</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/pcarvalho/\">pcarvalho</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/perryrylance/\">perryrylance</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/pevogam/\">pevogam</a> · <a href=\"https://profiles.wordpress.org/mr2p/\">Phi Phan</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/tyrannous/\">Philipp Bammes</a> · <a href=\"https://profiles.wordpress.org/philwebs/\">philwebs</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/pgeorgiev/\">Plamen Georgiev</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pooja9712/\">pooja9712</a> · <a href=\"https://profiles.wordpress.org/porg/\">porg</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/pranitdugad/\">Pranit Dugad</a> · <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik Kumar</a> · <a href=\"https://profiles.wordpress.org/pratiklondhe/\">Pratik Londhe</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/prettyboymp/\">prettyboymp</a> · <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a> · <a href=\"https://profiles.wordpress.org/pwtyler/\">pwtyler</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/spanglishwebs/\">Rachel Winspear</a> · <a href=\"https://profiles.wordpress.org/rfischmann/\">Rafael Fischmann</a> · <a href=\"https://profiles.wordpress.org/rafaelgalani/\">Rafael Gallani</a> · <a href=\"https://profiles.wordpress.org/rafiq91/\">Rafiqul Islam</a> · <a href=\"https://profiles.wordpress.org/rahmatgumilar/\">Rahmat Gumilar</a> · <a href=\"https://profiles.wordpress.org/rahulharpal/\">rahulharpal</a> · <a href=\"https://profiles.wordpress.org/imrraaj/\">Raj Patel</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/shashwatahalder01/\">Rajkumar Shashwata Halder</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/ramswarup/\">Ramswarup Rathod</a> · <a href=\"https://profiles.wordpress.org/xyulex/\">Raul Martinez</a> · <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a> · <a href=\"https://profiles.wordpress.org/rcneil/\">rcneil</a> · <a href=\"https://profiles.wordpress.org/realthemes/\">realthemes</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</a> · <a href=\"https://profiles.wordpress.org/reputeinfosystems/\">reputeinfosystems</a> · <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rhellewellgmailcom/\">Rick Hellewell</a> · <a href=\"https://profiles.wordpress.org/riddhipatel/\">Riddhi Patel</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/rishishah/\">Rishi Shah</a> · <a href=\"https://profiles.wordpress.org/rishit30g/\">Rishit Gupta</a> · <a href=\"https://profiles.wordpress.org/rithik56/\">rithik56</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/robert-biswas/\">Robert Biswas</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">Robert Ghetau</a> · <a href=\"https://profiles.wordpress.org/rocketworks/\">rocket.works - Dominik Friedrich</a> · <a href=\"https://profiles.wordpress.org/rodelgc/\">Rodel Calasagsag a11n</a> · <a href=\"https://profiles.wordpress.org/rghedin/\">Rodrigo</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/geekofshire/\">Rohan Jha</a> · <a href=\"https://profiles.wordpress.org/rohitmathur7/\">rohitmathur7</a> · <a href=\"https://profiles.wordpress.org/room34/\">room34</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/roygbyte/\">roygbyte</a> · <a href=\"https://profiles.wordpress.org/royho/\">royho</a> · <a href=\"https://profiles.wordpress.org/rpf5573/\">rpf5573</a> · <a href=\"https://profiles.wordpress.org/rslee/\">rslee</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/rayhatron/\">Rufaro Madamombe</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/rleeson/\">Ryan Leeson</a> · <a href=\"https://profiles.wordpress.org/ryancurban/\">Ryan Urban</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sppramodh/\">S P Pramodh</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren W&#252;nsch</a> · <a href=\"https://profiles.wordpress.org/sadmansh/\">sadmansh</a> · <a href=\"https://profiles.wordpress.org/isaeedam/\">Saeed Piri</a> · <a href=\"https://profiles.wordpress.org/mi5t4n/\">Sagar Tamang</a> · <a href=\"https://profiles.wordpress.org/sahiladit/\">sahiladit</a> · <a href=\"https://profiles.wordpress.org/sailpete/\">sailpete</a> · <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/samtoohey93/\">Sam Toohey</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/samuelsidler/\">Samuel Sidler</a> · <a href=\"https://profiles.wordpress.org/samuelsilvapt/\">Samuel Silva</a> · <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a> · <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiya Venkatesan</a> · <a href=\"https://profiles.wordpress.org/satishprajapati/\">Satish Prajapati</a> · <a href=\"https://profiles.wordpress.org/sfougnier/\">Saul Fougnier</a> · <a href=\"https://profiles.wordpress.org/sauliusv/\">Saulius Vikerta</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/scholdstrom/\">scholdstrom</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/scottculverhouse/\">scottculverhouse</a> · <a href=\"https://profiles.wordpress.org/seanavers/\">seanavers</a> · <a href=\"https://profiles.wordpress.org/seifradwane/\">Seif Radwane</a> · <a href=\"https://profiles.wordpress.org/kuuuzya/\">Sergey</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/zahardoc/\">Serhiy Zakharchenko</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/severinepozzo/\">Severine Pozzo</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/sh4lin/\">Shalin Shah</a> · <a href=\"https://profiles.wordpress.org/shanemuir/\">Shane Muirhead</a> · <a href=\"https://profiles.wordpress.org/sharonaustin/\">Sharon Austin</a> · <a href=\"https://profiles.wordpress.org/sheulyshila/\">SheulyShila</a> · <a href=\"https://profiles.wordpress.org/spdft/\">Shoe</a> · <a href=\"https://profiles.wordpress.org/showravhasan/\">Showrav Hasan</a> · <a href=\"https://profiles.wordpress.org/shreya0204/\">Shreya Agarwal</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silaskoehler/\">Silas K&#246;hler</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/simo_m/\">Simone Maranzana</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/sirlouen/\">SirLouen</a> · <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a> · <a href=\"https://profiles.wordpress.org/snehapatil02/\">Sneha Patil</a> · <a href=\"https://profiles.wordpress.org/sophiegy/\">Sophie - a11n</a> · <a href=\"https://profiles.wordpress.org/souptik/\">Souptik Datta</a> · <a href=\"https://profiles.wordpress.org/sourabhjain/\">Sourabh Jain</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/staurand/\">staurand</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stein2nd/\">stein2nd</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/stevenlinx/\">Steven Lin</a> · <a href=\"https://profiles.wordpress.org/thompsonsj/\">Steven Thompson</a> · <a href=\"https://profiles.wordpress.org/stimul/\">stimul</a> · <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a> · <a href=\"https://profiles.wordpress.org/styleshit/\">styleshit</a> · <a href=\"https://profiles.wordpress.org/sudipatel007/\">Sudip Dadhaniya</a> · <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">Sunil Prajapati</a> · <a href=\"https://profiles.wordpress.org/quadthemes/\">Sunny</a> · <a href=\"https://profiles.wordpress.org/superchlorine/\">superchlorine</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/jannathsyeda/\">Syeda Fahima Jannath</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/takahashi_fumiki/\">Takahashi Fumiki</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/taylorgorman/\">Taylor Gorman</a> · <a href=\"https://profiles.wordpress.org/tdrayson/\">tdrayson</a> · <a href=\"https://profiles.wordpress.org/iamjaydip/\">thejaydip</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a> · <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a> · <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a> · <a href=\"https://profiles.wordpress.org/tigriweb/\">TigriWeb</a> · <a href=\"https://profiles.wordpress.org/timwhitlock/\">Tim W</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tirth03/\">Tirth Doshi</a> · <a href=\"https://profiles.wordpress.org/tmanoilov/\">tmanoilov</a> · <a href=\"https://profiles.wordpress.org/toastercookie/\">toastercookie</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn &#8220;Tobi&#8221; Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjcafferkey/\">Tom Cafferkey</a> · <a href=\"https://profiles.wordpress.org/thomasdevisser/\">Tom de Visser</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/tomllobet/\">Tomas Llobet-Arany</a> · <a href=\"https://profiles.wordpress.org/tomhine/\">tomhine</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/tropicalista/\">tropicalista</a> · <a href=\"https://profiles.wordpress.org/areziaal/\">Troy Chaplin</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/tunetheweb/\">tunetheweb</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/umeshsinghin/\">Umesh Singh</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">up1512001</a> · <a href=\"https://profiles.wordpress.org/ukdrahul/\">Uttam Kumar Dash</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">Val&#233;rie Galassi</a> · <a href=\"https://profiles.wordpress.org/twvania/\">Vania</a> · <a href=\"https://profiles.wordpress.org/vertisoft/\">Vertisoft</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/vijaysinh9094/\">Vijaysinh Zala</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/vineet2003/\">Vinit</a> · <a href=\"https://profiles.wordpress.org/ghorivipul97/\">Vipul Ghori</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/vipulpatil/\">Vipul Patil</a> · <a href=\"https://profiles.wordpress.org/vrajadas/\">Vraja Das</a> · <a href=\"https://profiles.wordpress.org/vrishabhsk/\">Vrishabh Jasani</a> · <a href=\"https://profiles.wordpress.org/wbdv/\">wbdv</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/webwurm/\">webwurm</a> · <a href=\"https://profiles.wordpress.org/wesrapyd/\">wesrapyd</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/williamalexander/\">William Alexander</a> · <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a> · <a href=\"https://profiles.wordpress.org/wongjn/\">wongjn</a> · <a href=\"https://profiles.wordpress.org/wpeople/\">WPeople</a> · <a href=\"https://profiles.wordpress.org/wpnoman0/\">wpnoman0</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wzieba/\">wzieba</a> · <a href=\"https://profiles.wordpress.org/xipasduarte/\">xipasduarte</a> · <a href=\"https://profiles.wordpress.org/yaniiliev/\">Yani</a> · <a href=\"https://profiles.wordpress.org/collet/\">Yann</a> · <a href=\"https://profiles.wordpress.org/yguyon/\">Yannis Guyon</a> · <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a> · <a href=\"https://profiles.wordpress.org/yowangdu/\">YoWangdu</a> · <a href=\"https://profiles.wordpress.org/ytfeldrawkcab/\">ytfeLdrawkcaB</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yukinobu/\">Yukinobu Asakawa</a> · <a href=\"https://profiles.wordpress.org/yuvrajsinh2211/\">Yuvrajsinh Sisodiya</a> · <a href=\"https://profiles.wordpress.org/zackkrida/\">Zack Krida</a> · <a href=\"https://profiles.wordpress.org/zargarov/\">Zargarov</a> · <a href=\"https://profiles.wordpress.org/zeelthakkar/\">Zeel Thakkar</a> · <a href=\"https://profiles.wordpress.org/zitaruksergij/\">zitaruksergij</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a></p>\n\n\n\n<p>More than <a href=\"https://translate.wordpress.org/stats/\">40 locales have fully translated</a> WordPress 6.7 into their language making this one of the most translated releases ever on day one. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200 languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get involved</h2>\n\n\n\n<p>Participation in WordPress goes far beyond coding, and learning more and getting involved is easy. Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18066\";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:69:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.7 Release Candidate 3\";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:69:\"https://wordpress.org/news/2024/11/wordpress-6-7-release-candidate-3/\";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, 05 Nov 2024 17:02:15 +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:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";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:8:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";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:5:{s:4:\"data\";s:8:\"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:35:\"https://wordpress.org/news/?p=18056\";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:360:\"The third release candidate (RC3) for WordPress 6.7 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended that you evaluate RC3 on a test server and site. Reaching this phase [&#8230;]\";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:14:\"David Baumwald\";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:11405:\"\n<p>The third release candidate (RC3) for WordPress 6.7 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC3 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.7 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.7 RC3 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.7-RC3.zip\">RC3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.7-RC3</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\" data-type=\"link\" data-id=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22https://playground.wordpress.net/plugin-proxy.php?build-ref=218cf8089bb18bbb3f4f118d3f79a8a57e26f7a6%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\">6.7 RC3 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class=\"wp-element-caption\">You can test the RC3 version in four ways.</figcaption></figure>\n\n\n\n<p>The current target for the WordPress 6.7 release is <strong>November 12, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-7/\">6.7 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-7/\">6.7-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 6.7 RC3?</h2>\n\n\n\n<p>Get a recap of WordPress 6.7’s highlighted features in the <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since RC2, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.7?since=2024-10-29&amp;until=2024-11-05\">GitHub commits for 6.7</a> since October 29</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=10%2F29%2F2024..11%2F05%2F2024&amp;milestone=6.7&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since October 29</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">This detailed guide</a> will walk you through testing features in WordPress 6.7. For those new to testing, follow <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release of WordPress 6.7 (scheduled for November 12, 2024), the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.7 beta releases. With RC3, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.7.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? <span lang=\"es\">¿Español?</span> <span lang=\"fr\">Français?</span> <span lang=\"ru\">Русский?</span> <span lang=\"ja\">日本?</span> <span lang=\"hi\">हिन्दी?</span> <span lang=\"bn\">বাংলা?</span> You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p><em>RC3 arrives,<br>Final polish, last bugs fall,<br>Six point seven calls.</em></p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post:</em> <em><a href=\'https://profiles.wordpress.org/peterwilsoncc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>peterwilsoncc</a>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a></em>, <a href=\'https://profiles.wordpress.org/sabernhardt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sabernhardt</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18056\";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:69:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.7 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/10/wordpress-6-7-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2024 17:08:31 +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:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";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:8:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";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:5:{s:4:\"data\";s:8:\"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:35:\"https://wordpress.org/news/?p=18043\";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:361:\"The second release candidate (RC2) for WordPress 6.7 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended that you evaluate RC2 on a test server and site. Reaching this phase [&#8230;]\";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:14:\"David Baumwald\";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:11116:\"\n<p>The second release candidate (RC2) for WordPress 6.7 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC2 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.7 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.7 RC2 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.7-RC2.zip\">RC2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.7-RC2</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22https://playground.wordpress.net/plugin-proxy.php?build-ref=218cf8089bb18bbb3f4f118d3f79a8a57e26f7a6%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\" data-type=\"link\" data-id=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22https://playground.wordpress.net/plugin-proxy.php?build-ref=218cf8089bb18bbb3f4f118d3f79a8a57e26f7a6%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\">6.7 RC2 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class=\"wp-element-caption\">You can test the RC2 version in four ways.</figcaption></figure>\n\n\n\n<p>The current target for the WordPress 6.7 release is <strong>November 12, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-7/\">6.7 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-7/\">6.7-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 6.7 RC2?</h2>\n\n\n\n<p>Get a recap of WordPress 6.7’s highlighted features in the <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since RC1, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.7?since=2024-10-22&amp;until=2024-10-29\">GitHub commits for 6.7</a> since October 22</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=10%2F22%2F2024..10%2F29%2F2024&amp;milestone=6.7&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since October 22</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">This detailed guide</a> will walk you through testing features in WordPress 6.7. For those new to testing, follow <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release of WordPress 6.7 (scheduled for November 12, 2024), the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.7 beta releases. With RC2, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.7.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本? हिन्दी? বাংলা? You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p><em>Six point seven’s dawn,<br>RC2 sweeps bugs away,<br>Sites stand firm and strong.</em></p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post:</em> <em><a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a></em>.</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18043\";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:72:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress Community Creates 1,000 Block Themes in 1,000 Days\";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:94:\"https://wordpress.org/news/2024/10/wordpress-community-creates-1000-block-themes-in-1000-days/\";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, 23 Oct 2024 17:01:58 +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:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";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:7:\"General\";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:5:{s:4:\"data\";s:7:\"Updates\";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:5:{s:4:\"data\";s:12:\"block editor\";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:5:{s:4:\"data\";s:9:\"Gutenberg\";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:5:{s:4:\"data\";s:6:\"Themes\";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:35:\"https://wordpress.org/news/?p=18029\";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:193:\"In nearly 1,000 days, the WordPress community has created 1,000 Block themes—coming together to use the full potential of the Site Editor and unleash new creative possibilities for everyone. \";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:8:\"annezazu\";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:4143:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"536\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/10/blockthemes-featured-image-news.webp?resize=1024%2C536&#038;ssl=1\" alt=\"Layout of numerous colorful images of block themes laid out in a grid.\" class=\"wp-image-18033\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/10/blockthemes-featured-image-news-scaled.webp?resize=1024%2C536&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/10/blockthemes-featured-image-news-scaled.webp?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/10/blockthemes-featured-image-news-scaled.webp?resize=768%2C402&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/10/blockthemes-featured-image-news-scaled.webp?resize=1536%2C804&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/10/blockthemes-featured-image-news-scaled.webp?resize=2048%2C1072&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"is-style-default has-large-font-size\">In nearly 1,000 days, the WordPress community has created <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">1,000 Block themes</a>—coming together to use the full potential of the Site Editor and unleash new creative possibilities for everyone. </p>\n\n\n\n<p class=\"is-style-default\">First introduced in WordPress 5.9, Block themes have steadily evolved, improving flexibility and functionality for themers, users, and agencies alike. Now, design tools allow customizing almost every detail. With style variations, users can change the overall look of their site in a few clicks. You can even use <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/\">curation options</a> to customize the editing process itself. But we’re not done! We can’t wait to keep pushing Block themes even further. Thank you to every early adopter who, by embracing early features with passion, helped shape the Block themes we love today with feedback and testing.</p>\n\n\n\n<p>If you haven’t yet explored Block themes, check out some of the resources below to get inspired:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use one of the <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">1,000 Block themes available</a> and see what you can create. For an easy way to explore, try <a href=\"https://wordpress.org/playground\">WordPress Playground</a> to quickly get started with a temporary site.&nbsp;</li>\n\n\n\n<li>Read the <a href=\"https://developer.wordpress.org/themes/\">Theme handbook</a> to understand types of themes, how themes work, and how to get started building.&nbsp;</li>\n\n\n\n<li>Use the <a href=\"https://learn.wordpress.org/lesson/create-block-theme-plugin/\">Create Block Theme plugin</a> to streamline Block theme creation with a <a href=\"https://learn.wordpress.org/tutorial/streamline-your-block-theme-development-with-create-block-theme/\">dedicated tutorial</a> on Learn WordPress that will help you get started.&nbsp;&nbsp;</li>\n\n\n\n<li>Get inspired by <a href=\"https://github.com/WordPress/community-themes\">watching and joining community members building themes together</a>. This is a great way for folks new to Block themes to learn, hands-on.&nbsp;</li>\n</ul>\n\n\n\n<p>Let’s celebrate and share our contributions! Please comment on the <a href=\"https://make.wordpress.org/themes/2024/10/23/celebrating-1000-block-themes-in-the-themes-repository/\">Theme Team’s post dedicated to highlighting this milestone</a> to share your favorite Block theme and thank those who have contributed along the way.&nbsp;</p>\n\n\n\n<p><em>Thank you to <a href=\'https://profiles.wordpress.org/kristastevens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kristastevens</a> for editorial help, <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> for the featured image, and <a href=\'https://profiles.wordpress.org/kafleg/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kafleg</a> for reviewing.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18029\";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:69:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.7 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/10/wordpress-6-7-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Oct 2024 16:42:07 +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:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";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:8:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";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:5:{s:4:\"data\";s:8:\"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:35:\"https://wordpress.org/news/?p=18023\";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:360:\"The first release candidate (RC1) for WordPress 6.7 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended that you evaluate RC1 on a test server and site. Reaching this phase [&#8230;]\";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:14:\"David Baumwald\";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:10920:\"\n<p>The first release candidate (RC1) for WordPress 6.7 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC1 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.7 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.7 RC1 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.7-RC1.zip\">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.7-RC1</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22https://playground.wordpress.net/plugin-proxy.php?build-ref=5087acab42d5354c8766303d13b78c8a77ac331b%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20%5B%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20%5D%20%7D\">6.7 RC1 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class=\"wp-element-caption\">You can test the RC1 version in four ways.</figcaption></figure>\n\n\n\n<p>The current target for the WordPress 6.7 release is <strong>November 12, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-7/\">6.7 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-7/\">6.7-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 6.7 RC1?</h2>\n\n\n\n<p>Get a recap of WordPress 6.7’s highlighted features in the <a href=\"https://wordpress.org/news/2024/10/wordpress-6-7-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since Beta 3, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-10-15&amp;until=2024-10-22\">GitHub commits for 6.7</a> since October 15</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=10%2F15%2F2024..10%2F22%2F2024&amp;milestone=6.7&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since October 15</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? These recent posts cover some of the latest updates:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/10/17/new-block-type-registration-apis-to-improve-performance-in-wordpress-6-7/\">New block type registration APIs to improve performance in WordPress 6.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/08/15/automatic-conversion-of-heic-images-to-jpeg-in-wordpress-6-7/\">Automatic conversion of HEIC images to JPEG in WordPress 6.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/10/18/auto-sizes-for-lazy-loaded-images-in-wordpress-6-7/\">Auto Sizes for Lazy Loaded Images in WordPress 6.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/10/20/new-plugin-template-registration-api-in-wordpress-6-7/\">New Plugin Template Registration API in WordPress 6.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/10/21/developer-notes-for-zoom-out-in-wordpress-6-7/\">Developer Notes for Zoom Out in WordPress 6.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/10/21/block-bindings-improvements-to-the-editor-experience-in-6-7/\">Block Bindings: Improvements to the Editor Experience in 6.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/\">Internationalization improvements in 6.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/10/17/updates-to-the-html-api-in-6-7/\">Updates to the HTML API in 6.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/10/20/miscellaneous-block-editor-changes-in-wordpress-6-7/\">Miscellaneous Block Editor Changes in WordPress 6.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/tag/dev-notes+6-7/\">All 6.7-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/10/01/help-test-wordpress-6-7/\">This detailed guide</a> will walk you through testing features in WordPress 6.7. For those new to testing, follow <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release of WordPress 6.7 (scheduled for November 12, 2024), the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.7 beta releases. With RC1, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.7.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本? हिन्दी? বাংলা? You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>. This release milestone (RC1) also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.7 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>I See An R.C.<br>You See A Chance For Testing<br>Six Seven For The Win!</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post:</em> <em><a href=\'https://profiles.wordpress.org/atachibana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>atachibana</a>, <a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a></em>.</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18023\";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:32:\"https://wordpress.org/news/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:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";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:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 25 Dec 2024 08:11:39 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 20 Dec 2024 02:42:34 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";i:1727756420;s:21:\"cache_expiration_time\";i:1735157499;s:23:\"__cache_expiration_time\";i:1735157499;}', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2303, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1735157499', 'off'),
(2304, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1735114299', 'off'),
(2305, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1735157501', 'off'),
(2306, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1735157501', 'off'),
(2307, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1735114301', 'off'),
(2308, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1735157501', 'off'),
(2309, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/12/holiday-break/\'>Holiday Break</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/12/state-of-the-word-2024-legacy-innovation-and-community/\'>State of the Word 2024: Legacy, Innovation, and Community</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://blog.gravatar.com/2024/12/23/blog-ux-best-practices/\'>Gravatar: The Future of Blog UX: 6 Trends and Tools You Need</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/joost-de-valk-calls-for-breaking-the-wordpress-status-quo-community-reacts\'>WPTavern: Joost de Valk Calls for Breaking the WordPress Status Quo, Community Reacts</a></li><li><a class=\'rsswidget\' href=\'https://blog.gravatar.com/2024/12/20/link-in-bio-tools/\'>Gravatar: Customize Your Link in Bio: Top Tools Reviewed</a></li></ul></div>', 'off'),
(2311, '_transient_timeout_elementor_unread_notifications_1', '1735118694', 'off'),
(2312, '_transient_elementor_unread_notifications_1', 'a:15:{i:0;s:16:\"css-loading-3.25\";i:1;s:20:\"image-optimizer-3.19\";i:2;s:19:\"variable-fonts-3.24\";i:3;s:18:\"floating-bars-3.24\";i:4;s:17:\"ai-featured-image\";i:5;s:18:\"search-widget-3.23\";i:6;s:21:\"floating-buttons-3.23\";i:7;s:16:\"link-in-bio-3.23\";i:8;s:20:\"nested-elements-3.23\";i:9;s:20:\"element-caching-3.22\";i:10;s:15:\"off-canvas-3.22\";i:11;s:20:\"5-star-rating-prompt\";i:12;s:23:\"site-mailer-introducing\";i:13;s:39:\"display-conditions-dynamic-content-3.20\";i:14;s:17:\"elementor-add-ons\";}', 'off'),
(2313, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1735126012', 'off'),
(2314, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6688;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4859;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2791;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2683;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2094;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1992;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1931;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1788;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1591;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1588;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1564;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1547;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1511;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1505;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1443;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1315;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1315;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1187;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1171;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1162;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1160;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1033;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1024;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:995;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:992;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:956;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:948;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:933;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:907;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:903;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:901;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:900;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:895;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:856;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:843;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:822;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:809;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:788;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:780;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:758;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:758;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:754;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:740;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:721;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:703;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:702;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:673;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:662;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:660;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:637;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:635;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:633;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:614;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:614;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:608;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:606;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:605;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:605;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:604;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:602;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:592;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:586;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:582;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:578;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:574;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:574;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:573;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:572;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:559;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:554;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:545;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:543;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:543;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:529;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:527;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:517;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:517;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:504;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:503;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:499;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:494;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:466;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:461;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:456;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:453;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:452;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:451;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:450;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:449;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:446;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:446;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:440;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:431;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:429;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:419;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:418;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:417;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:405;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:400;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:395;}}', 'off'),
(2315, '_transient_timeout_gamipress_plugins_api', '1735720023', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2316, '_transient_gamipress_plugins_api', 'a:193:{i:0;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:395508;s:4:\"slug\";s:15:\"all-access-pass\";s:5:\"title\";s:15:\"All Access Pass\";s:11:\"create_date\";s:19:\"2018-04-13 12:00:29\";s:13:\"modified_date\";s:19:\"2022-11-02 13:10:51\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=395508\";s:9:\"permalink\";s:46:\"https://gamipress.com/add-ons/all-access-pass/\";s:7:\"excerpt\";s:60:\"Gain access to all GamiPress add-ons with a single purchase!\";s:9:\"thumbnail\";s:73:\"https://gamipress.com/wp-content/uploads/2019/03/gamipress-all-access.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:53;s:4:\"name\";s:6:\"Passes\";s:4:\"slug\";s:6:\"passes\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:47;s:4:\"name\";s:15:\"all access pass\";s:4:\"slug\";s:15:\"all-access-pass\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:7;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1510469;s:4:\"slug\";s:17:\"professional-pass\";s:5:\"title\";s:17:\"Professional Pass\";s:11:\"create_date\";s:19:\"2018-04-13 11:55:31\";s:13:\"modified_date\";s:19:\"2024-03-18 08:25:54\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1510469\";s:9:\"permalink\";s:48:\"https://gamipress.com/add-ons/professional-pass/\";s:7:\"excerpt\";s:52:\"Improve user experience with extended functionality!\";s:9:\"thumbnail\";s:80:\"https://gamipress.com/wp-content/uploads/2019/03/gamipress-professional-pass.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:53;s:4:\"name\";s:6:\"Passes\";s:4:\"slug\";s:6:\"passes\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:8;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1510468;s:4:\"slug\";s:13:\"personal-pass\";s:5:\"title\";s:13:\"Personal Pass\";s:11:\"create_date\";s:19:\"2018-04-13 11:50:30\";s:13:\"modified_date\";s:19:\"2023-07-25 10:39:25\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1510468\";s:9:\"permalink\";s:44:\"https://gamipress.com/add-ons/personal-pass/\";s:7:\"excerpt\";s:53:\"Everything needed to get a personal project gamified!\";s:9:\"thumbnail\";s:76:\"https://gamipress.com/wp-content/uploads/2019/03/gamipress-personal-pass.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:53;s:4:\"name\";s:6:\"Passes\";s:4:\"slug\";s:6:\"passes\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:9;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:12677;s:4:\"slug\";s:22:\"gamipress-leaderboards\";s:5:\"title\";s:12:\"Leaderboards\";s:11:\"create_date\";s:19:\"2017-10-02 18:17:17\";s:13:\"modified_date\";s:19:\"2024-12-17 08:37:25\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=12677\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/gamipress-leaderboards/\";s:7:\"excerpt\";s:59:\"Add leaderboards to intensify the gamification of your site\";s:9:\"thumbnail\";s:65:\"https://gamipress.com/wp-content/uploads/2018/12/leaderboards.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.4.8\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:10;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:13143;s:4:\"slug\";s:18:\"gamipress-progress\";s:5:\"title\";s:8:\"Progress\";s:11:\"create_date\";s:19:\"2017-10-05 16:44:22\";s:13:\"modified_date\";s:19:\"2024-06-18 12:53:05\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=13143\";s:9:\"permalink\";s:49:\"https://gamipress.com/add-ons/gamipress-progress/\";s:7:\"excerpt\";s:79:\"Attractively show to your users their progress of completion of any achievement\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2018/12/progress-1.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.4.3\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:11;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:15860;s:4:\"slug\";s:22:\"gamipress-progress-map\";s:5:\"title\";s:12:\"Progress Map\";s:11:\"create_date\";s:19:\"2017-10-19 20:11:51\";s:13:\"modified_date\";s:19:\"2024-06-18 12:52:54\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=15860\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/gamipress-progress-map/\";s:7:\"excerpt\";s:65:\"Add interactive achievements and ranks progress maps to your site\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2018/12/progess-map-2.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.4\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:12;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:25139;s:4:\"slug\";s:23:\"gamipress-notifications\";s:5:\"title\";s:13:\"Notifications\";s:11:\"create_date\";s:19:\"2017-10-24 19:06:39\";s:13:\"modified_date\";s:19:\"2024-06-18 12:52:26\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=25139\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/gamipress-notifications/\";s:7:\"excerpt\";s:48:\"Instantly notify of any new reward to your users\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2018/12/notifications.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.5.2\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:13;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2208266;s:4:\"slug\";s:32:\"gamipress-congratulations-popups\";s:5:\"title\";s:22:\"Congratulations Popups\";s:11:\"create_date\";s:19:\"2022-03-11 10:41:24\";s:13:\"modified_date\";s:19:\"2024-09-10 10:01:06\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2208266\";s:9:\"permalink\";s:63:\"https://gamipress.com/add-ons/gamipress-congratulations-popups/\";s:7:\"excerpt\";s:81:\"Display popups with visual effects to congratulate your users for their earnings.\";s:9:\"thumbnail\";s:75:\"https://gamipress.com/wp-content/uploads/2022/03/congratulations-popups.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.2\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:14;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2176302;s:4:\"slug\";s:22:\"gamipress-points-cards\";s:5:\"title\";s:12:\"Points Cards\";s:11:\"create_date\";s:19:\"2021-07-15 07:53:54\";s:13:\"modified_date\";s:19:\"2024-04-30 09:09:37\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2176302\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/gamipress-points-cards/\";s:7:\"excerpt\";s:77:\"Allow your users to create points cards to redeem them on physical commerces.\";s:9:\"thumbnail\";s:65:\"https://gamipress.com/wp-content/uploads/2021/07/points-cards.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.4\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:15;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:356829;s:4:\"slug\";s:29:\"gamipress-daily-login-rewards\";s:5:\"title\";s:19:\"Daily Login Rewards\";s:11:\"create_date\";s:19:\"2018-03-12 13:11:55\";s:13:\"modified_date\";s:19:\"2023-05-09 08:38:31\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=356829\";s:9:\"permalink\";s:60:\"https://gamipress.com/add-ons/gamipress-daily-login-rewards/\";s:7:\"excerpt\";s:45:\"Add daily rewards to perform your site visits\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2018/12/daily-login-rewards.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.6\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:16;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2113669;s:4:\"slug\";s:16:\"gamipress-zapier\";s:5:\"title\";s:6:\"Zapier\";s:11:\"create_date\";s:19:\"2020-02-20 10:53:27\";s:13:\"modified_date\";s:19:\"2024-05-28 08:42:55\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2113669\";s:9:\"permalink\";s:47:\"https://gamipress.com/add-ons/gamipress-zapier/\";s:7:\"excerpt\";s:59:\"Connect GamiPress with thousands of services through Zapier\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2024/04/zapier-reverse.svg\";s:8:\"category\";a:7:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:25;s:4:\"name\";s:9:\"Affiliate\";s:4:\"slug\";s:9:\"affiliate\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:4;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:5;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}i:6;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.9\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:17;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2103003;s:4:\"slug\";s:28:\"gamipress-time-based-rewards\";s:5:\"title\";s:18:\"Time-based Rewards\";s:11:\"create_date\";s:19:\"2018-03-12 14:00:05\";s:13:\"modified_date\";s:19:\"2024-12-19 08:29:45\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2103003\";s:9:\"permalink\";s:59:\"https://gamipress.com/add-ons/gamipress-time-based-rewards/\";s:7:\"excerpt\";s:67:\"Add time-based rewards to let your users coming back to claim them.\";s:9:\"thumbnail\";s:71:\"https://gamipress.com/wp-content/uploads/2019/09/time-based-rewards.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:18;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2154206;s:4:\"slug\";s:23:\"gamipress-anniversaries\";s:5:\"title\";s:13:\"Anniversaries\";s:11:\"create_date\";s:19:\"2021-02-10 16:19:12\";s:13:\"modified_date\";s:19:\"2024-05-08 09:57:58\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2154206\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/gamipress-anniversaries/\";s:7:\"excerpt\";s:64:\"Award your users for their anniversary as a member of your site.\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2021/02/anniversaries.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.4\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:19;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2154207;s:4:\"slug\";s:19:\"gamipress-birthdays\";s:5:\"title\";s:9:\"Birthdays\";s:11:\"create_date\";s:19:\"2021-02-10 16:19:15\";s:13:\"modified_date\";s:19:\"2024-05-08 09:58:24\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2154207\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/gamipress-birthdays/\";s:7:\"excerpt\";s:36:\"Award your users for their birthday.\";s:9:\"thumbnail\";s:61:\"https://gamipress.com/wp-content/uploads/2021/02/birthays.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.7\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:20;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:860650;s:4:\"slug\";s:19:\"gamipress-referrals\";s:5:\"title\";s:9:\"Referrals\";s:11:\"create_date\";s:19:\"2018-03-12 13:25:45\";s:13:\"modified_date\";s:19:\"2024-02-22 06:56:00\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=860650\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/gamipress-referrals/\";s:7:\"excerpt\";s:85:\"Add a complete referral system to award users who refer visitors, sign ups and sales.\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2018/12/referrals.svg\";s:8:\"category\";a:5:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:25;s:4:\"name\";s:9:\"Affiliate\";s:4:\"slug\";s:9:\"affiliate\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:51;s:4:\"name\";s:13:\"Personal Pass\";s:4:\"slug\";s:13:\"personal-pass\";}i:4;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.5\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:21;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2152826;s:4:\"slug\";s:33:\"gamipress-buddyboss-notifications\";s:5:\"title\";s:23:\"BuddyBoss Notifications\";s:11:\"create_date\";s:19:\"2021-02-01 21:46:06\";s:13:\"modified_date\";s:19:\"2024-06-13 06:43:06\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2152826\";s:9:\"permalink\";s:64:\"https://gamipress.com/add-ons/gamipress-buddyboss-notifications/\";s:7:\"excerpt\";s:98:\"Instantly notify of achievements, steps and/or points awards completion to your BuddyBoss members.\";s:9:\"thumbnail\";s:76:\"https://gamipress.com/wp-content/uploads/2021/02/notifications-buddyboss.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.8\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:22;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2152327;s:4:\"slug\";s:34:\"gamipress-buddypress-notifications\";s:5:\"title\";s:24:\"BuddyPress Notifications\";s:11:\"create_date\";s:19:\"2021-01-30 15:42:43\";s:13:\"modified_date\";s:19:\"2024-08-01 06:28:42\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2152327\";s:9:\"permalink\";s:65:\"https://gamipress.com/add-ons/gamipress-buddypress-notifications/\";s:7:\"excerpt\";s:99:\"Instantly notify of achievements, steps and/or points awards completion to your BuddyPress members.\";s:9:\"thumbnail\";s:77:\"https://gamipress.com/wp-content/uploads/2021/01/notifications-buddypress.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.7\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:23;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2155293;s:4:\"slug\";s:21:\"gamipress-expirations\";s:5:\"title\";s:11:\"Expirations\";s:11:\"create_date\";s:19:\"2021-02-17 15:15:48\";s:13:\"modified_date\";s:19:\"2024-07-29 13:51:06\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2155293\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/gamipress-expirations/\";s:7:\"excerpt\";s:62:\"Set an expiration date to your points, achievements and ranks.\";s:9:\"thumbnail\";s:64:\"https://gamipress.com/wp-content/uploads/2021/02/expirations.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.8\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:24;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:39042;s:4:\"slug\";s:26:\"gamipress-restrict-content\";s:5:\"title\";s:16:\"Restrict Content\";s:11:\"create_date\";s:19:\"2017-11-10 12:15:15\";s:13:\"modified_date\";s:19:\"2024-11-13 13:11:07\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=39042\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/gamipress-restrict-content/\";s:7:\"excerpt\";s:64:\"Limit access to any post or page based on GamiPress interactions\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2018/12/restrict-content.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.2.7\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:25;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1900200;s:4:\"slug\";s:25:\"gamipress-restrict-unlock\";s:5:\"title\";s:15:\"Restrict Unlock\";s:11:\"create_date\";s:19:\"2018-03-12 13:50:56\";s:13:\"modified_date\";s:19:\"2023-12-05 21:50:59\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1900200\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/gamipress-restrict-unlock/\";s:7:\"excerpt\";s:50:\"Restrict users to unlock any gamification element.\";s:9:\"thumbnail\";s:68:\"https://gamipress.com/wp-content/uploads/2019/06/restrict-unlock.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:26;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2263466;s:4:\"slug\";s:27:\"gamipress-points-multiplier\";s:5:\"title\";s:17:\"Points Multiplier\";s:11:\"create_date\";s:19:\"2024-05-02 16:05:00\";s:13:\"modified_date\";s:19:\"2024-11-26 12:08:57\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2263466\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/gamipress-points-multiplier/\";s:7:\"excerpt\";s:67:\"Add points multipliers based on user earned achievements and ranks.\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2024/05/points-multiplier02.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:27;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2263747;s:4:\"slug\";s:35:\"gamipress-requirements-descriptions\";s:5:\"title\";s:25:\"Requirements Descriptions\";s:11:\"create_date\";s:19:\"2024-05-09 18:56:38\";s:13:\"modified_date\";s:19:\"2024-05-09 18:56:38\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2263747\";s:9:\"permalink\";s:66:\"https://gamipress.com/add-ons/gamipress-requirements-descriptions/\";s:7:\"excerpt\";s:73:\"Add extra information to your requirements and display it in a smart way.\";s:9:\"thumbnail\";s:78:\"https://gamipress.com/wp-content/uploads/2024/05/requirements-descriptions.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:28;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2117404;s:4:\"slug\";s:23:\"gamipress-points-limits\";s:5:\"title\";s:13:\"Points Limits\";s:11:\"create_date\";s:19:\"2020-04-10 10:32:24\";s:13:\"modified_date\";s:19:\"2024-04-10 07:05:25\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2117404\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/gamipress-points-limits/\";s:7:\"excerpt\";s:72:\"Limit users points earnings per role and based on a time period you want\";s:9:\"thumbnail\";s:82:\"https://gamipress.com/wp-content/uploads/2020/04/template-gamipress-horizontal.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.7\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:29;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2123302;s:4:\"slug\";s:15:\"gamipress-badgr\";s:5:\"title\";s:5:\"Badgr\";s:11:\"create_date\";s:19:\"2020-06-11 10:22:55\";s:13:\"modified_date\";s:19:\"2024-09-30 08:01:01\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2123302\";s:9:\"permalink\";s:46:\"https://gamipress.com/add-ons/gamipress-badgr/\";s:7:\"excerpt\";s:46:\"Sync achievements and user earnings with Badgr\";s:9:\"thumbnail\";s:58:\"https://gamipress.com/wp-content/uploads/2020/06/badgr.svg\";s:8:\"category\";a:5:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:58;s:4:\"name\";s:11:\"Open Badges\";s:4:\"slug\";s:11:\"open-badges\";}i:4;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.3\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:30;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2123301;s:4:\"slug\";s:16:\"gamipress-credly\";s:5:\"title\";s:6:\"Credly\";s:11:\"create_date\";s:19:\"2020-06-11 10:22:47\";s:13:\"modified_date\";s:19:\"2024-02-23 10:35:08\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2123301\";s:9:\"permalink\";s:47:\"https://gamipress.com/add-ons/gamipress-credly/\";s:7:\"excerpt\";s:47:\"Sync achievements and user earnings with Credly\";s:9:\"thumbnail\";s:59:\"https://gamipress.com/wp-content/uploads/2022/02/credly.svg\";s:8:\"category\";a:5:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:58;s:4:\"name\";s:11:\"Open Badges\";s:4:\"slug\";s:11:\"open-badges\";}i:4;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.4\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:31;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:8730;s:4:\"slug\";s:22:\"gamipress-social-share\";s:5:\"title\";s:12:\"Social Share\";s:11:\"create_date\";s:19:\"2017-09-26 11:43:13\";s:13:\"modified_date\";s:19:\"2024-10-31 12:30:32\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=8730\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/gamipress-social-share/\";s:7:\"excerpt\";s:68:\"Award your users for sharing your website content on social networks\";s:9:\"thumbnail\";s:65:\"https://gamipress.com/wp-content/uploads/2018/12/social-share.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:51;s:4:\"name\";s:13:\"Personal Pass\";s:4:\"slug\";s:13:\"personal-pass\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.2.7\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:32;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2120223;s:4:\"slug\";s:21:\"gamipress-submissions\";s:5:\"title\";s:11:\"Submissions\";s:11:\"create_date\";s:19:\"2020-05-11 11:25:29\";s:13:\"modified_date\";s:19:\"2024-03-07 14:56:57\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2120223\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/gamipress-submissions/\";s:7:\"excerpt\";s:80:\"Allow users to unlock achievements and ranks through admin reviewed submissions.\";s:9:\"thumbnail\";s:64:\"https://gamipress.com/wp-content/uploads/2020/05/submissions.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:51;s:4:\"name\";s:13:\"Personal Pass\";s:4:\"slug\";s:13:\"personal-pass\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.9\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:33;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2120671;s:4:\"slug\";s:21:\"gamipress-nominations\";s:5:\"title\";s:11:\"Nominations\";s:11:\"create_date\";s:19:\"2020-05-15 10:41:01\";s:13:\"modified_date\";s:19:\"2024-08-01 06:27:15\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2120671\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/gamipress-nominations/\";s:7:\"excerpt\";s:64:\"Allow users to nominate others to unlock achievements and ranks.\";s:9:\"thumbnail\";s:64:\"https://gamipress.com/wp-content/uploads/2020/05/nominations.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:51;s:4:\"name\";s:13:\"Personal Pass\";s:4:\"slug\";s:13:\"personal-pass\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.3\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:34;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:674329;s:4:\"slug\";s:17:\"gamipress-coupons\";s:5:\"title\";s:7:\"Coupons\";s:11:\"create_date\";s:19:\"2018-03-12 13:20:43\";s:13:\"modified_date\";s:19:\"2024-02-23 10:39:48\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=674329\";s:9:\"permalink\";s:48:\"https://gamipress.com/add-ons/gamipress-coupons/\";s:7:\"excerpt\";s:74:\"Create coupons that users can redeem for points, achievements and/or ranks\";s:9:\"thumbnail\";s:60:\"https://gamipress.com/wp-content/uploads/2018/12/coupons.svg\";s:8:\"category\";a:5:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:25;s:4:\"name\";s:9:\"Affiliate\";s:4:\"slug\";s:9:\"affiliate\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:51;s:4:\"name\";s:13:\"Personal Pass\";s:4:\"slug\";s:13:\"personal-pass\";}i:4;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:35;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:281830;s:4:\"slug\";s:17:\"gamipress-reports\";s:5:\"title\";s:7:\"Reports\";s:11:\"create_date\";s:19:\"2018-02-13 09:25:50\";s:13:\"modified_date\";s:19:\"2024-02-15 10:29:10\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=281830\";s:9:\"permalink\";s:48:\"https://gamipress.com/add-ons/gamipress-reports/\";s:7:\"excerpt\";s:90:\"Live reports for a quick view of points in circulation, achievements earned and user ranks\";s:9:\"thumbnail\";s:60:\"https://gamipress.com/wp-content/uploads/2018/12/reports.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:51;s:4:\"name\";s:13:\"Personal Pass\";s:4:\"slug\";s:13:\"personal-pass\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:39;s:4:\"name\";s:5:\"Tools\";s:4:\"slug\";s:5:\"tools\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:36;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2101208;s:4:\"slug\";s:26:\"gamipress-frontend-reports\";s:5:\"title\";s:16:\"Frontend Reports\";s:11:\"create_date\";s:19:\"2018-03-12 13:55:38\";s:13:\"modified_date\";s:19:\"2024-05-03 18:47:46\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2101208\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/gamipress-frontend-reports/\";s:7:\"excerpt\";s:77:\"Advanced and attractive reports with live controls to your users at frontend.\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2019/08/frontend-reports.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.5\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:37;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2262685;s:4:\"slug\";s:25:\"gamipress-frontend-awards\";s:5:\"title\";s:15:\"Frontend Awards\";s:11:\"create_date\";s:19:\"2024-04-16 19:26:06\";s:13:\"modified_date\";s:19:\"2024-07-04 13:35:40\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2262685\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/gamipress-frontend-awards/\";s:7:\"excerpt\";s:72:\"Allow users to award points, achievements or ranks at frontend to others\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2024/04/frontent_award.svg\";s:8:\"category\";a:5:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}i:4;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:38;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:449841;s:4:\"slug\";s:19:\"gamipress-transfers\";s:5:\"title\";s:9:\"Transfers\";s:11:\"create_date\";s:19:\"2018-03-12 13:15:36\";s:13:\"modified_date\";s:19:\"2024-08-02 09:18:27\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=449841\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/gamipress-transfers/\";s:7:\"excerpt\";s:71:\"Allow your users to transfer points, achievements or ranks between them\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2018/12/transfers.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.3.4\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:39;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:49849;s:4:\"slug\";s:19:\"gamipress-purchases\";s:5:\"title\";s:9:\"Purchases\";s:11:\"create_date\";s:19:\"2017-12-21 09:00:51\";s:13:\"modified_date\";s:19:\"2024-10-29 14:07:36\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=49849\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/gamipress-purchases/\";s:7:\"excerpt\";s:62:\"Allow your users purchase points, achievements or ranks access\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2018/12/purchases.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:51;s:4:\"name\";s:13:\"Personal Pass\";s:4:\"slug\";s:13:\"personal-pass\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.2.6\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:40;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:467888;s:4:\"slug\";s:26:\"gamipress-points-exchanges\";s:5:\"title\";s:16:\"Points Exchanges\";s:11:\"create_date\";s:19:\"2018-03-12 13:16:20\";s:13:\"modified_date\";s:19:\"2024-04-02 11:59:26\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=467888\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/gamipress-points-exchanges/\";s:7:\"excerpt\";s:61:\"Let your users exchange points between different points types\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2018/12/points-exchanges.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.3\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:41;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2118401;s:4:\"slug\";s:24:\"gamipress-points-payouts\";s:5:\"title\";s:14:\"Points Payouts\";s:11:\"create_date\";s:19:\"2020-04-19 17:07:57\";s:13:\"modified_date\";s:19:\"2024-02-15 10:45:01\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2118401\";s:9:\"permalink\";s:55:\"https://gamipress.com/add-ons/gamipress-points-payouts/\";s:7:\"excerpt\";s:64:\"Let users withdrawal points for money based on a conversion rate\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2020/04/points-payout.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:25;s:4:\"name\";s:9:\"Affiliate\";s:4:\"slug\";s:9:\"affiliate\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.9\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:42;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2134954;s:4:\"slug\";s:27:\"gamipress-mark-as-completed\";s:5:\"title\";s:17:\"Mark As Completed\";s:11:\"create_date\";s:19:\"2020-09-15 11:32:40\";s:13:\"modified_date\";s:19:\"2023-08-11 11:32:41\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2134954\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/gamipress-mark-as-completed/\";s:7:\"excerpt\";s:55:\"Allow users to mark requirements as completed manually.\";s:9:\"thumbnail\";s:71:\"https://gamipress.com/wp-content/uploads/2020/09/masrk-as-completed.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.5\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:43;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1574773;s:4:\"slug\";s:35:\"gamipress-conditional-notifications\";s:5:\"title\";s:25:\"Conditional Notifications\";s:11:\"create_date\";s:19:\"2018-03-12 13:40:19\";s:13:\"modified_date\";s:19:\"2024-06-18 12:51:50\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1574773\";s:9:\"permalink\";s:66:\"https://gamipress.com/add-ons/gamipress-conditional-notifications/\";s:7:\"excerpt\";s:68:\"Automatically display notifications based on pre-defined conditions.\";s:9:\"thumbnail\";s:77:\"https://gamipress.com/wp-content/uploads/2019/04/conditional-notification.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:44;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1574774;s:4:\"slug\";s:28:\"gamipress-conditional-emails\";s:5:\"title\";s:18:\"Conditional Emails\";s:11:\"create_date\";s:19:\"2018-03-12 13:45:20\";s:13:\"modified_date\";s:19:\"2024-06-18 12:51:14\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1574774\";s:9:\"permalink\";s:59:\"https://gamipress.com/add-ons/gamipress-conditional-emails/\";s:7:\"excerpt\";s:58:\"Automatically send emails based on pre-defined conditions.\";s:9:\"thumbnail\";s:70:\"https://gamipress.com/wp-content/uploads/2019/04/conditional-email.svg\";s:8:\"category\";a:5:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:51;s:4:\"name\";s:13:\"Personal Pass\";s:4:\"slug\";s:13:\"personal-pass\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}i:4;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:45;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1255520;s:4:\"slug\";s:23:\"gamipress-email-digests\";s:5:\"title\";s:13:\"Email Digests\";s:11:\"create_date\";s:19:\"2018-03-12 13:35:54\";s:13:\"modified_date\";s:19:\"2024-10-22 14:57:52\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1255520\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/gamipress-email-digests/\";s:7:\"excerpt\";s:65:\"Send email digests periodically to keep in touch with your users.\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2019/02/email-digests.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.8\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:46;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2113500;s:4:\"slug\";s:22:\"gamipress-admin-emails\";s:5:\"title\";s:12:\"Admin Emails\";s:11:\"create_date\";s:19:\"2020-02-17 13:29:47\";s:13:\"modified_date\";s:19:\"2024-03-18 08:17:14\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2113500\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/gamipress-admin-emails/\";s:7:\"excerpt\";s:75:\"Send emails to your website administrators based on pre-defined conditions.\";s:9:\"thumbnail\";s:65:\"https://gamipress.com/wp-content/uploads/2020/02/admin-emails.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.5\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:47;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1190774;s:4:\"slug\";s:27:\"gamipress-rest-api-extended\";s:5:\"title\";s:17:\"Rest API Extended\";s:11:\"create_date\";s:19:\"2018-03-12 13:30:44\";s:13:\"modified_date\";s:19:\"2024-08-02 12:19:41\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1190774\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/gamipress-rest-api-extended/\";s:7:\"excerpt\";s:109:\"New rest API endpoints to extend interaction between your gamification environment and external applications.\";s:9:\"thumbnail\";s:70:\"https://gamipress.com/wp-content/uploads/2019/01/rest-api-extended.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:52;s:4:\"name\";s:17:\"Professional Pass\";s:4:\"slug\";s:17:\"professional-pass\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.6\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:48;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:5901;s:4:\"slug\";s:23:\"gamipress-edd-discounts\";s:5:\"title\";s:32:\"Easy Digital Downloads Discounts\";s:11:\"create_date\";s:19:\"2017-09-22 17:00:20\";s:13:\"modified_date\";s:19:\"2024-03-04 14:26:36\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=5901\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/gamipress-edd-discounts/\";s:7:\"excerpt\";s:68:\"Award discounts for achievement completion on Easy Digital Downloads\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2020/02/edd-discounts.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:48;s:4:\"name\";s:12:\"home-exclude\";s:4:\"slug\";s:12:\"home-exclude\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:49;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2109427;s:4:\"slug\";s:30:\"gamipress-edd-partial-payments\";s:5:\"title\";s:39:\"Easy Digital Downloads Partial Payments\";s:11:\"create_date\";s:19:\"2018-03-12 14:10:49\";s:13:\"modified_date\";s:19:\"2024-03-04 14:35:35\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2109427\";s:9:\"permalink\";s:61:\"https://gamipress.com/add-ons/gamipress-edd-partial-payments/\";s:7:\"excerpt\";s:74:\"Let users partially pay a Easy Digital Downloads purchase by using points.\";s:9:\"thumbnail\";s:73:\"https://gamipress.com/wp-content/uploads/2020/02/edd-partial-payments.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:48;s:4:\"name\";s:12:\"home-exclude\";s:4:\"slug\";s:12:\"home-exclude\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.4\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:50;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:51639;s:4:\"slug\";s:28:\"gamipress-edd-points-gateway\";s:5:\"title\";s:37:\"Easy Digital Downloads Points Gateway\";s:11:\"create_date\";s:19:\"2017-12-12 19:46:00\";s:13:\"modified_date\";s:19:\"2024-03-04 14:52:05\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=51639\";s:9:\"permalink\";s:59:\"https://gamipress.com/add-ons/gamipress-edd-points-gateway/\";s:7:\"excerpt\";s:74:\"Use GamiPress points types as a payment gateway for Easy Digital Downloads\";s:9:\"thumbnail\";s:71:\"https://gamipress.com/wp-content/uploads/2020/02/edd-points-gateway.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:48;s:4:\"name\";s:12:\"home-exclude\";s:4:\"slug\";s:12:\"home-exclude\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.2\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:51;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2547;s:4:\"slug\";s:22:\"gamipress-wc-discounts\";s:5:\"title\";s:21:\"WooCommerce Discounts\";s:11:\"create_date\";s:19:\"2017-09-22 16:45:49\";s:13:\"modified_date\";s:19:\"2024-11-13 11:48:03\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=2547\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/gamipress-wc-discounts/\";s:7:\"excerpt\";s:57:\"Award discounts for achievement completion on WooCommerce\";s:9:\"thumbnail\";s:73:\"https://gamipress.com/wp-content/uploads/2018/12/woocommerce-dicounts.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:48;s:4:\"name\";s:12:\"home-exclude\";s:4:\"slug\";s:12:\"home-exclude\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.7\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:52;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2109426;s:4:\"slug\";s:29:\"gamipress-wc-partial-payments\";s:5:\"title\";s:28:\"WooCommerce Partial Payments\";s:11:\"create_date\";s:19:\"2018-03-12 14:05:48\";s:13:\"modified_date\";s:19:\"2024-08-26 12:01:37\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2109426\";s:9:\"permalink\";s:60:\"https://gamipress.com/add-ons/gamipress-wc-partial-payments/\";s:7:\"excerpt\";s:63:\"Let users partially pay a WooCommerce purchase by using points.\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2019/12/wc-partial-payments.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:48;s:4:\"name\";s:12:\"home-exclude\";s:4:\"slug\";s:12:\"home-exclude\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.2.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:53;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:51649;s:4:\"slug\";s:27:\"gamipress-wc-points-gateway\";s:5:\"title\";s:26:\"WooCommerce Points Gateway\";s:11:\"create_date\";s:19:\"2017-12-12 19:45:52\";s:13:\"modified_date\";s:19:\"2024-03-04 14:56:21\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=51649\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/gamipress-wc-points-gateway/\";s:7:\"excerpt\";s:63:\"Use GamiPress points types as a payment gateway for WooCommerce\";s:9:\"thumbnail\";s:70:\"https://gamipress.com/wp-content/uploads/2018/12/wc-points-gateway.svg\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:48;s:4:\"name\";s:12:\"home-exclude\";s:4:\"slug\";s:12:\"home-exclude\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.2.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}s:7:\"wp_info\";b:0;}i:54;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2214374;s:4:\"slug\";s:20:\"h5p-points-per-score\";s:5:\"title\";s:20:\"H5P Points Per Score\";s:11:\"create_date\";s:19:\"2022-04-22 09:57:42\";s:13:\"modified_date\";s:19:\"2022-04-25 16:09:37\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2214374\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/h5p-points-per-score/\";s:7:\"excerpt\";s:44:\"Award points based on the user score in H5P.\";s:9:\"thumbnail\";s:73:\"https://gamipress.com/wp-content/uploads/2022/04/h5p-points-per-score.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":22:{s:4:\"name\";s:38:\"GamiPress &#8211; H5P Points Per Score\";s:4:\"slug\";s:30:\"gamipress-h5p-points-per-score\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:21:\"2022-04-22 9:10am GMT\";s:5:\"added\";s:10:\"2022-04-22\";s:8:\"homepage\";s:60:\"https://wordpress.org/plugins/gamipress-h5p-points-per-score\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-h5p-points-per-score.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"badges\";s:6:\"badges\";s:7:\"credits\";s:7:\"credits\";s:3:\"h5p\";s:3:\"h5p\";s:6:\"points\";s:6:\"points\";s:5:\"score\";s:5:\"score\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-h5p-points-per-score.1.0.0.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-h5p-points-per-score.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-h5p-points-per-score/assets/banner-772x250.png?rev=2713201\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-h5p-points-per-score/assets/banner-1544x500.png?rev=2713201\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-h5p-points-per-score/assets/icon-256x256.png?rev=2713201\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-h5p-points-per-score/assets/icon-256x256.png?rev=2713201\";}}}i:55;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2185201;s:4:\"slug\";s:31:\"learndash-points-per-quiz-score\";s:5:\"title\";s:31:\"LearnDash Points Per Quiz Score\";s:11:\"create_date\";s:19:\"2021-09-20 12:54:47\";s:13:\"modified_date\";s:19:\"2022-06-02 07:28:14\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2185201\";s:9:\"permalink\";s:62:\"https://gamipress.com/add-ons/learndash-points-per-quiz-score/\";s:7:\"excerpt\";s:55:\"Award points based on the user quiz score in LearnDash.\";s:9:\"thumbnail\";s:81:\"https://gamipress.com/wp-content/uploads/2021/09/wc-points-per-purchase-total.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":22:{s:4:\"name\";s:49:\"GamiPress &#8211; LearnDash Points Per Quiz Score\";s:4:\"slug\";s:34:\"gamipress-ld-points-per-quiz-score\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"6.0\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:200;s:12:\"last_updated\";s:21:\"2022-05-17 8:33am GMT\";s:5:\"added\";s:10:\"2021-09-20\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-ld-points-per-purchase-total\";s:13:\"download_link\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-ld-points-per-quiz-score.1.0.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"badges\";s:6:\"badges\";s:7:\"credits\";s:7:\"credits\";s:9:\"learndash\";s:9:\"learndash\";s:4:\"quiz\";s:4:\"quiz\";s:5:\"score\";s:5:\"score\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.0.0\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-ld-points-per-quiz-score.1.0.0.zip\";s:5:\"1.0.1\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-ld-points-per-quiz-score.1.0.1.zip\";s:5:\"1.0.2\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-ld-points-per-quiz-score.1.0.2.zip\";s:5:\"trunk\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-ld-points-per-quiz-score.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:89:\"https://ps.w.org/gamipress-ld-points-per-quiz-score/assets/banner-772x250.png?rev=2601749\";s:4:\"high\";s:90:\"https://ps.w.org/gamipress-ld-points-per-quiz-score/assets/banner-1544x500.png?rev=2601749\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:87:\"https://ps.w.org/gamipress-ld-points-per-quiz-score/assets/icon-256x256.png?rev=2601749\";s:2:\"2x\";s:87:\"https://ps.w.org/gamipress-ld-points-per-quiz-score/assets/icon-256x256.png?rev=2601749\";}}}i:56;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2113982;s:4:\"slug\";s:28:\"wc-points-per-purchase-total\";s:5:\"title\";s:37:\"WooCommerce Points Per Purchase Total\";s:11:\"create_date\";s:19:\"2020-02-24 11:57:13\";s:13:\"modified_date\";s:19:\"2020-02-24 17:55:08\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2113982\";s:9:\"permalink\";s:59:\"https://gamipress.com/add-ons/wc-points-per-purchase-total/\";s:7:\"excerpt\";s:51:\"Award points based on WooCommerce purchase\'s total.\";s:9:\"thumbnail\";s:81:\"https://gamipress.com/wp-content/uploads/2020/02/wc-points-per-purchase-total.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:55:\"GamiPress &#8211; WooCommerce Points Per Purchase Total\";s:4:\"slug\";s:38:\"gamipress-wc-points-per-purchase-total\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:22:\"2020-02-24 11:44am GMT\";s:5:\"added\";s:10:\"2020-02-24\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-wc-points-per-purchase-total\";s:13:\"download_link\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-wc-points-per-purchase-total.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"badges\";s:6:\"badges\";s:7:\"credits\";s:7:\"credits\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"order\";s:5:\"order\";s:11:\"woocommerce\";s:11:\"woocommerce\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-wc-points-per-purchase-total.1.0.0.zip\";s:5:\"trunk\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-wc-points-per-purchase-total.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:93:\"https://ps.w.org/gamipress-wc-points-per-purchase-total/assets/banner-772x250.png?rev=2249266\";s:4:\"high\";s:94:\"https://ps.w.org/gamipress-wc-points-per-purchase-total/assets/banner-1544x500.png?rev=2249266\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:91:\"https://ps.w.org/gamipress-wc-points-per-purchase-total/assets/icon-256x256.png?rev=2249266\";s:2:\"2x\";s:91:\"https://ps.w.org/gamipress-wc-points-per-purchase-total/assets/icon-256x256.png?rev=2249266\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:57;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2113992;s:4:\"slug\";s:29:\"edd-points-per-purchase-total\";s:5:\"title\";s:48:\"Easy Digital Downloads Points Per Purchase Total\";s:11:\"create_date\";s:19:\"2020-02-24 17:55:18\";s:13:\"modified_date\";s:19:\"2020-02-24 17:55:18\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2113992\";s:9:\"permalink\";s:60:\"https://gamipress.com/add-ons/edd-points-per-purchase-total/\";s:7:\"excerpt\";s:62:\"Award points based on Easy Digital Downloads purchase\'s total.\";s:9:\"thumbnail\";s:82:\"https://gamipress.com/wp-content/uploads/2020/02/edd-points-pre-purchase-total.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:66:\"GamiPress &#8211; Easy Digital Downloads Points Per Purchase Total\";s:4:\"slug\";s:39:\"gamipress-edd-points-per-purchase-total\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:21:\"2020-02-24 5:50pm GMT\";s:5:\"added\";s:10:\"2020-02-24\";s:8:\"homepage\";s:69:\"https://wordpress.org/plugins/gamipress-edd-points-per-purchase-total\";s:13:\"download_link\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-edd-points-per-purchase-total.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"badges\";s:6:\"badges\";s:7:\"credits\";s:7:\"credits\";s:22:\"easy-digital-downloads\";s:22:\"easy digital downloads\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"payment\";s:7:\"payment\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-edd-points-per-purchase-total.1.0.0.zip\";s:5:\"trunk\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-edd-points-per-purchase-total.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:94:\"https://ps.w.org/gamipress-edd-points-per-purchase-total/assets/banner-772x250.png?rev=2249472\";s:4:\"high\";s:95:\"https://ps.w.org/gamipress-edd-points-per-purchase-total/assets/banner-1544x500.png?rev=2249472\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:92:\"https://ps.w.org/gamipress-edd-points-per-purchase-total/assets/icon-256x256.png?rev=2249472\";s:2:\"2x\";s:92:\"https://ps.w.org/gamipress-edd-points-per-purchase-total/assets/icon-256x256.png?rev=2249472\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:58;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2120668;s:4:\"slug\";s:10:\"reset-user\";s:5:\"title\";s:10:\"Reset User\";s:11:\"create_date\";s:19:\"2020-05-15 07:14:21\";s:13:\"modified_date\";s:19:\"2020-05-19 11:35:00\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2120668\";s:9:\"permalink\";s:41:\"https://gamipress.com/add-ons/reset-user/\";s:7:\"excerpt\";s:54:\"Reset all user earnings and logs from a single button.\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2020/05/reset-user.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:39;s:4:\"name\";s:5:\"Tools\";s:4:\"slug\";s:5:\"tools\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:28:\"GamiPress &#8211; Reset User\";s:4:\"slug\";s:20:\"gamipress-reset-user\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:21:\"2020-05-15 6:54am GMT\";s:5:\"added\";s:10:\"2020-05-15\";s:8:\"homepage\";s:51:\"https://wordpress.org/plugins/gamipress-reset-user/\";s:13:\"download_link\";s:69:\"https://downloads.wordpress.org/plugin/gamipress-reset-user.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"achievements\";s:12:\"achievements\";s:5:\"award\";s:5:\"award\";s:6:\"badges\";s:6:\"badges\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:69:\"https://downloads.wordpress.org/plugin/gamipress-reset-user.1.0.0.zip\";s:5:\"trunk\";s:63:\"https://downloads.wordpress.org/plugin/gamipress-reset-user.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:75:\"https://ps.w.org/gamipress-reset-user/assets/banner-772x250.png?rev=2305385\";s:4:\"high\";s:76:\"https://ps.w.org/gamipress-reset-user/assets/banner-1544x500.png?rev=2305385\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:73:\"https://ps.w.org/gamipress-reset-user/assets/icon-256x256.png?rev=2305385\";s:2:\"2x\";s:73:\"https://ps.w.org/gamipress-reset-user/assets/icon-256x256.png?rev=2305385\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:59;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2108910;s:4:\"slug\";s:6:\"button\";s:5:\"title\";s:6:\"Button\";s:11:\"create_date\";s:19:\"2017-09-06 19:15:08\";s:13:\"modified_date\";s:19:\"2023-01-10 18:06:28\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2108910\";s:9:\"permalink\";s:37:\"https://gamipress.com/add-ons/button/\";s:7:\"excerpt\";s:79:\"Add activity events based on button clicks generated by [[gamipress_button]].\r\n\";s:9:\"thumbnail\";s:59:\"https://gamipress.com/wp-content/uploads/2019/12/button.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":22:{s:4:\"name\";s:24:\"GamiPress &#8211; Button\";s:4:\"slug\";s:16:\"gamipress-button\";s:7:\"version\";s:5:\"1.0.5\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:1000;s:12:\"last_updated\";s:21:\"2023-01-10 6:03pm GMT\";s:5:\"added\";s:10:\"2019-12-05\";s:8:\"homepage\";s:47:\"https://wordpress.org/plugins/gamipress-button/\";s:13:\"download_link\";s:65:\"https://downloads.wordpress.org/plugin/gamipress-button.1.0.5.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"button\";s:6:\"button\";s:5:\"click\";s:5:\"click\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":7:{s:5:\"1.0.0\";s:65:\"https://downloads.wordpress.org/plugin/gamipress-button.1.0.0.zip\";s:5:\"1.0.1\";s:65:\"https://downloads.wordpress.org/plugin/gamipress-button.1.0.1.zip\";s:5:\"1.0.2\";s:65:\"https://downloads.wordpress.org/plugin/gamipress-button.1.0.2.zip\";s:5:\"1.0.3\";s:65:\"https://downloads.wordpress.org/plugin/gamipress-button.1.0.3.zip\";s:5:\"1.0.4\";s:65:\"https://downloads.wordpress.org/plugin/gamipress-button.1.0.4.zip\";s:5:\"1.0.5\";s:65:\"https://downloads.wordpress.org/plugin/gamipress-button.1.0.5.zip\";s:5:\"trunk\";s:59:\"https://downloads.wordpress.org/plugin/gamipress-button.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:71:\"https://ps.w.org/gamipress-button/assets/banner-772x250.png?rev=2206358\";s:4:\"high\";s:72:\"https://ps.w.org/gamipress-button/assets/banner-1544x500.png?rev=2206358\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:69:\"https://ps.w.org/gamipress-button/assets/icon-256x256.png?rev=2206358\";s:2:\"2x\";s:69:\"https://ps.w.org/gamipress-button/assets/icon-256x256.png?rev=2206358\";}}}i:60;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:43452;s:4:\"slug\";s:4:\"link\";s:5:\"title\";s:4:\"Link\";s:11:\"create_date\";s:19:\"2017-09-06 18:51:23\";s:13:\"modified_date\";s:19:\"2021-04-06 08:01:32\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=43452\";s:9:\"permalink\";s:35:\"https://gamipress.com/add-ons/link/\";s:7:\"excerpt\";s:74:\"Add activity triggers based on link clicks generated by [[gamipress_link]]\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2019/12/gamipress-link.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":22:{s:4:\"name\";s:22:\"GamiPress &#8211; Link\";s:4:\"slug\";s:14:\"gamipress-link\";s:7:\"version\";s:5:\"1.1.4\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"5.7\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:100;s:15:\"support_threads\";i:4;s:24:\"support_threads_resolved\";i:3;s:15:\"active_installs\";i:1000;s:12:\"last_updated\";s:22:\"2021-03-16 10:35am GMT\";s:5:\"added\";s:10:\"2017-11-13\";s:8:\"homepage\";s:45:\"https://wordpress.org/plugins/gamipress-link/\";s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/gamipress-link.1.1.4.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:5:\"click\";s:5:\"click\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:4:\"link\";s:4:\"link\";}s:8:\"versions\";O:8:\"stdClass\":6:{s:5:\"1.1.0\";s:63:\"https://downloads.wordpress.org/plugin/gamipress-link.1.1.0.zip\";s:5:\"1.1.1\";s:63:\"https://downloads.wordpress.org/plugin/gamipress-link.1.1.1.zip\";s:5:\"1.1.2\";s:63:\"https://downloads.wordpress.org/plugin/gamipress-link.1.1.2.zip\";s:5:\"1.1.3\";s:63:\"https://downloads.wordpress.org/plugin/gamipress-link.1.1.3.zip\";s:5:\"1.1.4\";s:63:\"https://downloads.wordpress.org/plugin/gamipress-link.1.1.4.zip\";s:5:\"trunk\";s:57:\"https://downloads.wordpress.org/plugin/gamipress-link.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:69:\"https://ps.w.org/gamipress-link/assets/banner-772x250.png?rev=2208436\";s:4:\"high\";s:70:\"https://ps.w.org/gamipress-link/assets/banner-1544x500.png?rev=2208436\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:67:\"https://ps.w.org/gamipress-link/assets/icon-256x256.png?rev=2208436\";s:2:\"2x\";s:67:\"https://ps.w.org/gamipress-link/assets/icon-256x256.png?rev=2208436\";}}}i:61;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:408104;s:4:\"slug\";s:11:\"block-users\";s:5:\"title\";s:11:\"Block Users\";s:11:\"create_date\";s:19:\"2017-09-06 18:54:54\";s:13:\"modified_date\";s:19:\"2019-08-26 08:56:32\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=408104\";s:9:\"permalink\";s:42:\"https://gamipress.com/add-ons/block-users/\";s:7:\"excerpt\";s:78:\"Block users and roles from getting awarded through the GamiPress awards engine\";s:9:\"thumbnail\";s:74:\"https://gamipress.com/wp-content/uploads/2019/01/gamipress-block-users.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":22:{s:4:\"name\";s:29:\"GamiPress &#8211; Block Users\";s:4:\"slug\";s:21:\"gamipress-block-users\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:200;s:12:\"last_updated\";s:21:\"2019-05-07 8:03am GMT\";s:5:\"added\";s:10:\"2018-04-24\";s:8:\"homepage\";s:52:\"https://wordpress.org/plugins/gamipress-block-users/\";s:13:\"download_link\";s:70:\"https://downloads.wordpress.org/plugin/gamipress-block-users.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:70:\"https://downloads.wordpress.org/plugin/gamipress-block-users.1.0.0.zip\";s:5:\"trunk\";s:64:\"https://downloads.wordpress.org/plugin/gamipress-block-users.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:76:\"https://ps.w.org/gamipress-block-users/assets/banner-772x250.png?rev=2018931\";s:4:\"high\";s:77:\"https://ps.w.org/gamipress-block-users/assets/banner-1544x500.png?rev=2018931\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:74:\"https://ps.w.org/gamipress-block-users/assets/icon-256x256.png?rev=2018931\";s:2:\"2x\";s:74:\"https://ps.w.org/gamipress-block-users/assets/icon-256x256.png?rev=2018931\";}}}i:62;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1198897;s:4:\"slug\";s:34:\"leaderboards-include-exclude-users\";s:5:\"title\";s:34:\"Leaderboards Include/Exclude Users\";s:11:\"create_date\";s:19:\"2017-09-06 19:00:34\";s:13:\"modified_date\";s:19:\"2019-10-08 07:45:46\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1198897\";s:9:\"permalink\";s:65:\"https://gamipress.com/add-ons/leaderboards-include-exclude-users/\";s:7:\"excerpt\";s:62:\"Include or exclude specific users or roles on any leaderboard.\";s:9:\"thumbnail\";s:96:\"https://gamipress.com/wp-content/uploads/2019/01/gamipress-leaderboard-include-exclude-users.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:52:\"GamiPress &#8211; Leaderboards Include/Exclude Users\";s:4:\"slug\";s:44:\"gamipress-leaderboards-include-exclude-users\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2019-05-07 8:05am GMT\";s:5:\"added\";s:10:\"2019-01-25\";s:8:\"homepage\";s:74:\"https://wordpress.org/plugins/gamipress-leaderboards-include-exclude-users\";s:13:\"download_link\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-leaderboards-include-exclude-users.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-leaderboards-include-exclude-users.1.0.0.zip\";s:5:\"trunk\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-leaderboards-include-exclude-users.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:99:\"https://ps.w.org/gamipress-leaderboards-include-exclude-users/assets/banner-772x250.png?rev=2019325\";s:4:\"high\";s:100:\"https://ps.w.org/gamipress-leaderboards-include-exclude-users/assets/banner-1544x500.png?rev=2019325\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:97:\"https://ps.w.org/gamipress-leaderboards-include-exclude-users/assets/icon-256x256.png?rev=2019325\";s:2:\"2x\";s:97:\"https://ps.w.org/gamipress-leaderboards-include-exclude-users/assets/icon-256x256.png?rev=2019325\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:63;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:423019;s:4:\"slug\";s:28:\"buddypress-group-leaderboard\";s:5:\"title\";s:28:\"BuddyPress Group Leaderboard\";s:11:\"create_date\";s:19:\"2017-09-06 18:56:34\";s:13:\"modified_date\";s:19:\"2019-10-08 07:49:14\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=423019\";s:9:\"permalink\";s:59:\"https://gamipress.com/add-ons/buddypress-group-leaderboard/\";s:7:\"excerpt\";s:79:\"Add a configurable tab on BuddyPress groups with a leaderboard of group members\";s:9:\"thumbnail\";s:91:\"https://gamipress.com/wp-content/uploads/2018/12/gamipress-buddypress-group-leaderboard.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:46:\"GamiPress &#8211; BuddyPress Group Leaderboard\";s:4:\"slug\";s:38:\"gamipress-buddypress-group-leaderboard\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2019-05-07 8:03am GMT\";s:5:\"added\";s:10:\"2018-05-03\";s:8:\"homepage\";s:69:\"https://wordpress.org/plugins/gamipress-buddypress-group-leaderboard/\";s:13:\"download_link\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-group-leaderboard.1.0.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":5:{s:5:\"1.0.0\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-group-leaderboard.1.0.0.zip\";s:5:\"1.0.1\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-group-leaderboard.1.0.1.zip\";s:5:\"1.0.2\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-group-leaderboard.1.0.2.zip\";s:5:\"1.0.3\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-group-leaderboard.1.0.3.zip\";s:5:\"trunk\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-group-leaderboard.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:93:\"https://ps.w.org/gamipress-buddypress-group-leaderboard/assets/banner-772x250.png?rev=1996325\";s:4:\"high\";s:94:\"https://ps.w.org/gamipress-buddypress-group-leaderboard/assets/banner-1544x500.png?rev=1996325\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:91:\"https://ps.w.org/gamipress-buddypress-group-leaderboard/assets/icon-256x256.png?rev=1996325\";s:2:\"2x\";s:91:\"https://ps.w.org/gamipress-buddypress-group-leaderboard/assets/icon-256x256.png?rev=1996325\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:64;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1024628;s:4:\"slug\";s:27:\"learndash-group-leaderboard\";s:5:\"title\";s:27:\"LearnDash Group Leaderboard\";s:11:\"create_date\";s:19:\"2017-09-06 18:57:12\";s:13:\"modified_date\";s:19:\"2022-06-02 07:27:52\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1024628\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/learndash-group-leaderboard/\";s:7:\"excerpt\";s:71:\"Automatically create a GamiPress leaderboard of LearnDash group members\";s:9:\"thumbnail\";s:92:\"https://gamipress.com/wp-content/uploads/2020/11/gamipress-learndash-group-leaderboard-1.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":22:{s:4:\"name\";s:45:\"GamiPress &#8211; LearnDash Group Leaderboard\";s:4:\"slug\";s:37:\"gamipress-learndash-group-leaderboard\";s:7:\"version\";s:5:\"1.1.3\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.8.4\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:400;s:12:\"last_updated\";s:21:\"2022-03-04 9:12am GMT\";s:5:\"added\";s:10:\"2018-12-19\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-learndash-group-leaderboard/\";s:13:\"download_link\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-learndash-group-leaderboard.1.1.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:5:\"badge\";s:5:\"badge\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.1.1\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-learndash-group-leaderboard.1.1.1.zip\";s:5:\"1.1.2\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-learndash-group-leaderboard.1.1.2.zip\";s:5:\"1.1.3\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-learndash-group-leaderboard.1.1.3.zip\";s:5:\"trunk\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-learndash-group-leaderboard.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:92:\"https://ps.w.org/gamipress-learndash-group-leaderboard/assets/banner-772x250.png?rev=2413998\";s:4:\"high\";s:93:\"https://ps.w.org/gamipress-learndash-group-leaderboard/assets/banner-1544x500.png?rev=2413998\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://ps.w.org/gamipress-learndash-group-leaderboard/assets/icon-256x256.png?rev=2413998\";s:2:\"2x\";s:90:\"https://ps.w.org/gamipress-learndash-group-leaderboard/assets/icon-256x256.png?rev=2413998\";}}}i:65;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2123937;s:4:\"slug\";s:27:\"lifterlms-group-leaderboard\";s:5:\"title\";s:27:\"LifterLMS Group Leaderboard\";s:11:\"create_date\";s:19:\"2020-06-18 17:28:35\";s:13:\"modified_date\";s:19:\"2020-09-29 08:10:23\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2123937\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/lifterlms-group-leaderboard/\";s:7:\"excerpt\";s:78:\"Add a configurable tab on LifterLMS groups with a leaderboard of group members\";s:9:\"thumbnail\";s:90:\"https://gamipress.com/wp-content/uploads/2020/06/gamipress-lifterlms-group-leaderboard.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":22:{s:4:\"name\";s:45:\"GamiPress &#8211; LifterLMS Group Leaderboard\";s:4:\"slug\";s:37:\"gamipress-lifterlms-group-leaderboard\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:22:\"2020-08-31 11:36am GMT\";s:5:\"added\";s:10:\"2020-06-18\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-lifterlms-group-leaderboard/\";s:13:\"download_link\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-group-leaderboard.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-group-leaderboard.1.0.0.zip\";s:5:\"1.0.1\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-group-leaderboard.1.0.1.zip\";s:5:\"trunk\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-group-leaderboard.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:92:\"https://ps.w.org/gamipress-lifterlms-group-leaderboard/assets/banner-772x250.png?rev=2326350\";s:4:\"high\";s:93:\"https://ps.w.org/gamipress-lifterlms-group-leaderboard/assets/banner-1544x500.png?rev=2326350\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://ps.w.org/gamipress-lifterlms-group-leaderboard/assets/icon-256x256.png?rev=2326350\";s:2:\"2x\";s:90:\"https://ps.w.org/gamipress-lifterlms-group-leaderboard/assets/icon-256x256.png?rev=2326350\";}}}i:66;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1013004;s:4:\"slug\";s:24:\"peepso-group-leaderboard\";s:5:\"title\";s:24:\"PeepSo Group Leaderboard\";s:11:\"create_date\";s:19:\"2017-09-06 18:55:53\";s:13:\"modified_date\";s:19:\"2019-10-08 07:47:37\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1013004\";s:9:\"permalink\";s:55:\"https://gamipress.com/add-ons/peepso-group-leaderboard/\";s:7:\"excerpt\";s:75:\"Add a configurable tab on PeepSo groups with a leaderboard of group members\";s:9:\"thumbnail\";s:87:\"https://gamipress.com/wp-content/uploads/2018/12/gamipress-peepso-group-leaderboard.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:42:\"GamiPress &#8211; PeepSo Group Leaderboard\";s:4:\"slug\";s:34:\"gamipress-peepso-group-leaderboard\";s:7:\"version\";s:5:\"1.0.4\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:20;s:12:\"last_updated\";s:21:\"2019-05-07 8:10am GMT\";s:5:\"added\";s:10:\"2018-12-17\";s:8:\"homepage\";s:65:\"https://wordpress.org/plugins/gamipress-peepso-group-leaderboard/\";s:13:\"download_link\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-peepso-group-leaderboard.1.0.4.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:5:\"badge\";s:5:\"badge\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":6:{s:5:\"1.0.0\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-peepso-group-leaderboard.1.0.0.zip\";s:5:\"1.0.1\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-peepso-group-leaderboard.1.0.1.zip\";s:5:\"1.0.2\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-peepso-group-leaderboard.1.0.2.zip\";s:5:\"1.0.3\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-peepso-group-leaderboard.1.0.3.zip\";s:5:\"1.0.4\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-peepso-group-leaderboard.1.0.4.zip\";s:5:\"trunk\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-peepso-group-leaderboard.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:89:\"https://ps.w.org/gamipress-peepso-group-leaderboard/assets/banner-772x250.png?rev=1996336\";s:4:\"high\";s:90:\"https://ps.w.org/gamipress-peepso-group-leaderboard/assets/banner-1544x500.png?rev=1996336\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:87:\"https://ps.w.org/gamipress-peepso-group-leaderboard/assets/icon-256x256.png?rev=1996336\";s:2:\"2x\";s:87:\"https://ps.w.org/gamipress-peepso-group-leaderboard/assets/icon-256x256.png?rev=1996336\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:67;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2104873;s:4:\"slug\";s:15:\"transfers-notes\";s:5:\"title\";s:15:\"Transfers Notes\";s:11:\"create_date\";s:19:\"2017-09-06 19:10:52\";s:13:\"modified_date\";s:19:\"2019-10-08 07:45:01\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2104873\";s:9:\"permalink\";s:46:\"https://gamipress.com/add-ons/transfers-notes/\";s:7:\"excerpt\";s:90:\"Add a textarea on Transfers add-on forms where users can leave notes about their transfer.\";s:9:\"thumbnail\";s:78:\"https://gamipress.com/wp-content/uploads/2019/10/gamipress-transfers-notes.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:33:\"GamiPress &#8211; Transfers Notes\";s:4:\"slug\";s:25:\"gamipress-transfers-notes\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:22:\"2019-10-07 10:51am GMT\";s:5:\"added\";s:10:\"2019-10-07\";s:8:\"homepage\";s:55:\"https://wordpress.org/plugins/gamipress-transfers-notes\";s:13:\"download_link\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-transfers-notes.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"notes\";s:5:\"notes\";s:8:\"transfer\";s:8:\"transfer\";s:9:\"transfers\";s:9:\"transfers\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-transfers-notes.1.0.0.zip\";s:5:\"trunk\";s:68:\"https://downloads.wordpress.org/plugin/gamipress-transfers-notes.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:80:\"https://ps.w.org/gamipress-transfers-notes/assets/banner-772x250.png?rev=2169536\";s:4:\"high\";s:81:\"https://ps.w.org/gamipress-transfers-notes/assets/banner-1544x500.png?rev=2169536\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:78:\"https://ps.w.org/gamipress-transfers-notes/assets/icon-256x256.png?rev=2169536\";s:2:\"2x\";s:78:\"https://ps.w.org/gamipress-transfers-notes/assets/icon-256x256.png?rev=2169536\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:68;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1970491;s:4:\"slug\";s:29:\"conditional-emails-recipients\";s:5:\"title\";s:29:\"Conditional Emails Recipients\";s:11:\"create_date\";s:19:\"2017-09-06 19:05:39\";s:13:\"modified_date\";s:19:\"2019-10-08 07:45:25\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1970491\";s:9:\"permalink\";s:60:\"https://gamipress.com/add-ons/conditional-emails-recipients/\";s:7:\"excerpt\";s:44:\"Add custom recipients on conditional emails.\";s:9:\"thumbnail\";s:82:\"https://gamipress.com/wp-content/uploads/2019/06/conditional-emails-recipients.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:47:\"GamiPress &#8211; Conditional Emails Recipients\";s:4:\"slug\";s:39:\"gamipress-conditional-emails-recipients\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:30;s:12:\"last_updated\";s:21:\"2019-06-24 8:44am GMT\";s:5:\"added\";s:10:\"2019-06-24\";s:8:\"homepage\";s:69:\"https://wordpress.org/plugins/gamipress-conditional-emails-recipients\";s:13:\"download_link\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-conditional-emails-recipients.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"conditional\";s:11:\"conditional\";s:5:\"email\";s:5:\"email\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:9:\"recipient\";s:9:\"recipient\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-conditional-emails-recipients.1.0.0.zip\";s:5:\"trunk\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-conditional-emails-recipients.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:94:\"https://ps.w.org/gamipress-conditional-emails-recipients/assets/banner-772x250.png?rev=2111294\";s:4:\"high\";s:95:\"https://ps.w.org/gamipress-conditional-emails-recipients/assets/banner-1544x500.png?rev=2111294\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:92:\"https://ps.w.org/gamipress-conditional-emails-recipients/assets/icon-256x256.png?rev=2111298\";s:2:\"2x\";s:92:\"https://ps.w.org/gamipress-conditional-emails-recipients/assets/icon-256x256.png?rev=2111298\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:69;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:57208;s:4:\"slug\";s:14:\"emails-by-type\";s:5:\"title\";s:14:\"Emails By Type\";s:11:\"create_date\";s:19:\"2017-09-06 18:53:34\";s:13:\"modified_date\";s:19:\"2018-12-21 09:06:09\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=57208\";s:9:\"permalink\";s:45:\"https://gamipress.com/add-ons/emails-by-type/\";s:7:\"excerpt\";s:37:\"Set different emails settings by type\";s:9:\"thumbnail\";s:76:\"https://gamipress.com/wp-content/uploads/2018/12/gamipress-email-by-type.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":21:{s:4:\"name\";s:32:\"GamiPress &#8211; Emails By Type\";s:4:\"slug\";s:24:\"gamipress-emails-by-type\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.0.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:10:\"downloaded\";i:833;s:12:\"last_updated\";s:22:\"2018-12-03 11:50am GMT\";s:5:\"added\";s:10:\"2017-12-29\";s:8:\"homepage\";s:55:\"https://wordpress.org/plugins/gamipress-emails-by-type/\";s:13:\"download_link\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-emails-by-type.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-emails-by-type.1.0.0.zip\";s:5:\"1.0.1\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-emails-by-type.1.0.1.zip\";s:5:\"trunk\";s:67:\"https://downloads.wordpress.org/plugin/gamipress-emails-by-type.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:77:\"https://ps.w.org/gamipress-emails-by-type/assets/icon-256x256.png?rev=1999496\";s:2:\"2x\";s:77:\"https://ps.w.org/gamipress-emails-by-type/assets/icon-256x256.png?rev=1999496\";}}}i:70;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:57221;s:4:\"slug\";s:21:\"notifications-by-type\";s:5:\"title\";s:21:\"Notifications By Type\";s:11:\"create_date\";s:19:\"2017-09-06 18:54:23\";s:13:\"modified_date\";s:19:\"2019-10-08 07:49:49\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=57221\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/notifications-by-type/\";s:7:\"excerpt\";s:44:\"Set different notifications settings by type\";s:9:\"thumbnail\";s:85:\"https://gamipress.com/wp-content/uploads/2018/12/gamipress-notificationsl-by-type.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:39:\"GamiPress &#8211; Notifications By Type\";s:4:\"slug\";s:31:\"gamipress-notifications-by-type\";s:7:\"version\";s:5:\"1.0.4\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2019-05-07 8:10am GMT\";s:5:\"added\";s:10:\"2017-12-29\";s:8:\"homepage\";s:62:\"https://wordpress.org/plugins/gamipress-notifications-by-type/\";s:13:\"download_link\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-notifications-by-type.1.0.4.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";s:4:\"rank\";s:4:\"rank\";}s:8:\"versions\";O:8:\"stdClass\":6:{s:5:\"1.0.0\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-notifications-by-type.1.0.0.zip\";s:5:\"1.0.1\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-notifications-by-type.1.0.1.zip\";s:5:\"1.0.2\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-notifications-by-type.1.0.2.zip\";s:5:\"1.0.3\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-notifications-by-type.1.0.3.zip\";s:5:\"1.0.4\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-notifications-by-type.1.0.4.zip\";s:5:\"trunk\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-notifications-by-type.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:86:\"https://ps.w.org/gamipress-notifications-by-type/assets/banner-772x250.png?rev=1999497\";s:4:\"high\";s:87:\"https://ps.w.org/gamipress-notifications-by-type/assets/banner-1544x500.png?rev=1999497\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://ps.w.org/gamipress-notifications-by-type/assets/icon-256x256.png?rev=1999497\";s:2:\"2x\";s:84:\"https://ps.w.org/gamipress-notifications-by-type/assets/icon-256x256.png?rev=1999497\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:71;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:53759;s:4:\"slug\";s:18:\"multimedia-content\";s:5:\"title\";s:18:\"Multimedia Content\";s:11:\"create_date\";s:19:\"2017-09-06 18:52:12\";s:13:\"modified_date\";s:19:\"2020-08-05 10:33:45\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=53759\";s:9:\"permalink\";s:49:\"https://gamipress.com/add-ons/multimedia-content/\";s:7:\"excerpt\";s:74:\"Add activity triggers based on multimedia content creation and interaction\";s:9:\"thumbnail\";s:81:\"https://gamipress.com/wp-content/uploads/2018/12/gamipress-multimedia-content.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":22:{s:4:\"name\";s:36:\"GamiPress &#8211; Multimedia Content\";s:4:\"slug\";s:28:\"gamipress-multimedia-content\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:600;s:12:\"last_updated\";s:21:\"2020-08-01 9:58am GMT\";s:5:\"added\";s:10:\"2017-12-15\";s:8:\"homepage\";s:59:\"https://wordpress.org/plugins/gamipress-multimedia-content/\";s:13:\"download_link\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-multimedia-content.1.0.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:5:\"audio\";s:5:\"audio\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"image\";s:5:\"image\";s:5:\"media\";s:5:\"media\";s:5:\"video\";s:5:\"video\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.0.0\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-multimedia-content.1.0.0.zip\";s:5:\"1.0.1\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-multimedia-content.1.0.1.zip\";s:5:\"1.0.2\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-multimedia-content.1.0.2.zip\";s:5:\"trunk\";s:71:\"https://downloads.wordpress.org/plugin/gamipress-multimedia-content.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:83:\"https://ps.w.org/gamipress-multimedia-content/assets/banner-772x250.png?rev=2000993\";s:4:\"high\";s:84:\"https://ps.w.org/gamipress-multimedia-content/assets/banner-1544x500.png?rev=2000993\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:81:\"https://ps.w.org/gamipress-multimedia-content/assets/icon-256x256.png?rev=2000993\";s:2:\"2x\";s:81:\"https://ps.w.org/gamipress-multimedia-content/assets/icon-256x256.png?rev=2000993\";}}}i:72;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:27338;s:4:\"slug\";s:20:\"activity-by-category\";s:5:\"title\";s:20:\"Activity by Category\";s:11:\"create_date\";s:19:\"2017-09-05 14:58:59\";s:13:\"modified_date\";s:19:\"2019-12-09 09:49:42\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=27338\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/activity-by-category/\";s:7:\"excerpt\";s:55:\"Setup activity triggers by post categories on GamiPress\";s:9:\"thumbnail\";s:83:\"https://gamipress.com/wp-content/uploads/2019/12/gamipress-activity-by-category.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:38:\"GamiPress &#8211; Activity by Category\";s:4:\"slug\";s:30:\"gamipress-activity-by-category\";s:7:\"version\";s:5:\"1.0.8\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"5.3\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:200;s:12:\"last_updated\";s:21:\"2019-10-25 7:53am GMT\";s:5:\"added\";s:10:\"2017-10-27\";s:8:\"homepage\";s:61:\"https://wordpress.org/plugins/gamipress-activity-by-category/\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.8.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"achievements\";s:12:\"achievements\";s:8:\"category\";s:8:\"category\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";}s:8:\"versions\";O:8:\"stdClass\":10:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.0.zip\";s:5:\"1.0.1\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.1.zip\";s:5:\"1.0.2\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.2.zip\";s:5:\"1.0.3\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.3.zip\";s:5:\"1.0.4\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.4.zip\";s:5:\"1.0.5\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.5.zip\";s:5:\"1.0.6\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.6.zip\";s:5:\"1.0.7\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.7.zip\";s:5:\"1.0.8\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.1.0.8.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-activity-by-category.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-activity-by-category/assets/banner-772x250.png?rev=2000990\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-activity-by-category/assets/banner-1544x500.png?rev=2000990\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-activity-by-category/assets/icon-256x256.png?rev=2000990\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-activity-by-category/assets/icon-256x256.png?rev=2000990\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:73;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2124560;s:4:\"slug\";s:25:\"learndash-points-importer\";s:5:\"title\";s:25:\"LearnDash Points Importer\";s:11:\"create_date\";s:19:\"2020-06-25 06:50:01\";s:13:\"modified_date\";s:19:\"2022-06-02 07:28:02\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2124560\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/learndash-points-importer/\";s:7:\"excerpt\";s:57:\"Tool to migrate LearnDash user points to GamiPress points\";s:9:\"thumbnail\";s:78:\"https://gamipress.com/wp-content/uploads/2020/11/learndash-points-importer.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:39;s:4:\"name\";s:5:\"Tools\";s:4:\"slug\";s:5:\"tools\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":22:{s:4:\"name\";s:43:\"GamiPress &#8211; LearnDash Points Importer\";s:4:\"slug\";s:35:\"gamipress-learndash-points-importer\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"6.0\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:200;s:12:\"last_updated\";s:21:\"2022-05-17 8:33am GMT\";s:5:\"added\";s:10:\"2020-06-25\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-learndash-points-importer/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-learndash-points-importer.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"import\";s:6:\"import\";s:9:\"learndash\";s:9:\"learndash\";s:9:\"migration\";s:9:\"migration\";s:6:\"points\";s:6:\"points\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-learndash-points-importer.1.0.0.zip\";s:5:\"1.0.1\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-learndash-points-importer.1.0.1.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-learndash-points-importer.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-learndash-points-importer/assets/banner-772x250.png?rev=2413999\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-learndash-points-importer/assets/banner-1544x500.png?rev=2413999\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-learndash-points-importer/assets/icon-256x256.png?rev=2413999\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-learndash-points-importer/assets/icon-256x256.png?rev=2413999\";}}}i:74;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2116416;s:4:\"slug\";s:23:\"automatorwp-integration\";s:5:\"title\";s:23:\"AutomatorWP integration\";s:11:\"create_date\";s:19:\"2020-03-31 11:15:33\";s:13:\"modified_date\";s:19:\"2022-07-04 10:23:26\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2116416\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/automatorwp-integration/\";s:7:\"excerpt\";s:34:\"Connect GamiPress with AutomatorWP\";s:9:\"thumbnail\";s:70:\"https://gamipress.com/wp-content/uploads/2020/03/automatorwp-brand.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:75;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2177684;s:4:\"slug\";s:24:\"advanced-ads-integration\";s:5:\"title\";s:24:\"Advanced Ads integration\";s:11:\"create_date\";s:19:\"2021-07-21 10:53:33\";s:13:\"modified_date\";s:19:\"2023-07-10 22:18:05\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2177684\";s:9:\"permalink\";s:55:\"https://gamipress.com/add-ons/advanced-ads-integration/\";s:7:\"excerpt\";s:35:\"Connect GamiPress with Advanced Ads\";s:9:\"thumbnail\";s:65:\"https://gamipress.com/wp-content/uploads/2021/07/advanced-ads.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:42:\"GamiPress &#8211; Advanced Ads integration\";s:4:\"slug\";s:34:\"gamipress-advanced-ads-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:30;s:12:\"last_updated\";s:21:\"2023-03-19 9:24pm GMT\";s:5:\"added\";s:10:\"2021-07-21\";s:8:\"homepage\";s:65:\"https://wordpress.org/plugins/gamipress-advanced-ads-integration/\";s:13:\"download_link\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-advanced-ads-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:3:\"ads\";s:3:\"ads\";s:8:\"advanced\";s:8:\"advanced\";s:11:\"classifieds\";s:11:\"classifieds\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:83:\"https://downloads.wordpress.org/plugin/gamipress-advanced-ads-integration.1.0.0.zip\";s:5:\"trunk\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-advanced-ads-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:89:\"https://ps.w.org/gamipress-advanced-ads-integration/assets/banner-772x250.png?rev=2569107\";s:4:\"high\";s:90:\"https://ps.w.org/gamipress-advanced-ads-integration/assets/banner-1544x500.png?rev=2569107\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:87:\"https://ps.w.org/gamipress-advanced-ads-integration/assets/icon-256x256.png?rev=2569107\";s:2:\"2x\";s:87:\"https://ps.w.org/gamipress-advanced-ads-integration/assets/icon-256x256.png?rev=2569107\";}}}i:76;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2233314;s:4:\"slug\";s:34:\"advanced-custom-fields-integration\";s:5:\"title\";s:15:\"ACF integration\";s:11:\"create_date\";s:19:\"2022-09-06 19:49:31\";s:13:\"modified_date\";s:19:\"2024-04-19 10:39:11\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2233314\";s:9:\"permalink\";s:65:\"https://gamipress.com/add-ons/advanced-custom-fields-integration/\";s:7:\"excerpt\";s:51:\"Connect GamiPress with Advanced Custom Fields (ACF)\";s:9:\"thumbnail\";s:83:\"https://gamipress.com/wp-content/uploads/2024/04/advanced-custom-fields-reverse.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:52:\"GamiPress &#8211; Advanced Custom Fields integration\";s:4:\"slug\";s:44:\"gamipress-advanced-custom-fields-integration\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:60;s:12:\"last_updated\";s:21:\"2023-03-19 9:24pm GMT\";s:5:\"added\";s:10:\"2022-09-06\";s:8:\"homepage\";s:75:\"https://wordpress.org/plugins/gamipress-advanced-custom-fields-integration/\";s:13:\"download_link\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-advanced-custom-fields-integration.1.0.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:8:\"advanced\";s:8:\"advanced\";s:6:\"custom\";s:6:\"custom\";s:6:\"fields\";s:6:\"fields\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":5:{s:5:\"1.0.0\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-advanced-custom-fields-integration.1.0.0.zip\";s:5:\"1.0.1\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-advanced-custom-fields-integration.1.0.1.zip\";s:5:\"1.0.2\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-advanced-custom-fields-integration.1.0.2.zip\";s:5:\"1.0.3\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-advanced-custom-fields-integration.1.0.3.zip\";s:5:\"trunk\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-advanced-custom-fields-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:99:\"https://ps.w.org/gamipress-advanced-custom-fields-integration/assets/banner-772x250.png?rev=2780918\";s:4:\"high\";s:100:\"https://ps.w.org/gamipress-advanced-custom-fields-integration/assets/banner-1544x500.png?rev=2780918\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:97:\"https://ps.w.org/gamipress-advanced-custom-fields-integration/assets/icon-256x256.png?rev=2780918\";s:2:\"2x\";s:97:\"https://ps.w.org/gamipress-advanced-custom-fields-integration/assets/icon-256x256.png?rev=2780918\";}}}i:77;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1327;s:4:\"slug\";s:23:\"affiliatewp-integration\";s:5:\"title\";s:23:\"AffiliateWP integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:05:48\";s:13:\"modified_date\";s:19:\"2024-04-19 10:38:49\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=1327\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/affiliatewp-integration/\";s:7:\"excerpt\";s:34:\"Connect GamiPress with AffiliateWP\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2024/04/affiliatewp-reverse.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:25;s:4:\"name\";s:9:\"Affiliate\";s:4:\"slug\";s:9:\"affiliate\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:41:\"GamiPress &#8211; AffiliateWP integration\";s:4:\"slug\";s:33:\"gamipress-affiliatewp-integration\";s:7:\"version\";s:5:\"1.1.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:25pm GMT\";s:5:\"added\";s:10:\"2017-07-24\";s:8:\"homepage\";s:64:\"https://wordpress.org/plugins/gamipress-affiliatewp-integration/\";s:13:\"download_link\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.1.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"affiliate\";s:9:\"affiliate\";s:11:\"affiliatewp\";s:11:\"AffiliateWP\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";}s:8:\"versions\";O:8:\"stdClass\":12:{s:5:\"1.0.0\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.0.zip\";s:5:\"1.0.1\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.1.zip\";s:5:\"1.0.2\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.2.zip\";s:5:\"1.0.3\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.3.zip\";s:5:\"1.0.4\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.4.zip\";s:5:\"1.0.5\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.5.zip\";s:5:\"1.0.6\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.6.zip\";s:5:\"1.0.7\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.7.zip\";s:5:\"1.0.8\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.8.zip\";s:5:\"1.0.9\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.0.9.zip\";s:5:\"1.1.0\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.1.1.0.zip\";s:5:\"trunk\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-affiliatewp-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:88:\"https://ps.w.org/gamipress-affiliatewp-integration/assets/banner-772x250.png?rev=1701752\";s:4:\"high\";s:89:\"https://ps.w.org/gamipress-affiliatewp-integration/assets/banner-1544x500.png?rev=1701752\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://ps.w.org/gamipress-affiliatewp-integration/assets/icon-256x256.png?rev=1701752\";s:2:\"2x\";s:86:\"https://ps.w.org/gamipress-affiliatewp-integration/assets/icon-256x256.png?rev=1701752\";}}}i:78;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2212433;s:4:\"slug\";s:25:\"ameliabooking-integration\";s:5:\"title\";s:18:\"Amelia integration\";s:11:\"create_date\";s:19:\"2022-04-08 08:11:38\";s:13:\"modified_date\";s:19:\"2023-07-11 05:54:39\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2212433\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/ameliabooking-integration/\";s:7:\"excerpt\";s:29:\"Connect GamiPress with Amelia\";s:9:\"thumbnail\";s:59:\"https://gamipress.com/wp-content/uploads/2022/04/amelia.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:36:\"GamiPress &#8211; Amelia integration\";s:4:\"slug\";s:35:\"gamipress-ameliabooking-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:30;s:12:\"last_updated\";s:21:\"2023-03-19 9:25pm GMT\";s:5:\"added\";s:10:\"2022-04-08\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-ameliabooking-integration/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-ameliabooking-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"amelia\";s:6:\"Amelia\";s:11:\"appointment\";s:11:\"appointment\";s:7:\"booking\";s:7:\"booking\";s:5:\"event\";s:5:\"Event\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-ameliabooking-integration.1.0.0.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-ameliabooking-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-ameliabooking-integration/assets/banner-772x250.png?rev=2706849\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-ameliabooking-integration/assets/banner-1544x500.png?rev=2706849\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-ameliabooking-integration/assets/icon-256x256.png?rev=2706849\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-ameliabooking-integration/assets/icon-256x256.png?rev=2706849\";}}}i:79;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2267007;s:4:\"slug\";s:31:\"wp-booking-calendar-integration\";s:5:\"title\";s:31:\"WP Booking Calendar integration\";s:11:\"create_date\";s:19:\"2024-10-17 13:30:00\";s:13:\"modified_date\";s:19:\"2024-10-17 13:30:00\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2267007\";s:9:\"permalink\";s:62:\"https://gamipress.com/add-ons/wp-booking-calendar-integration/\";s:7:\"excerpt\";s:42:\"Connect GamiPress with WP Booking Calendar\";s:9:\"thumbnail\";s:83:\"https://gamipress.com/wp-content/uploads/edd/2024/10/banner-wp-booking-calendar.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:36:\"GamiPress &#8211; Amelia integration\";s:4:\"slug\";s:35:\"gamipress-ameliabooking-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:30;s:12:\"last_updated\";s:21:\"2023-03-19 9:25pm GMT\";s:5:\"added\";s:10:\"2022-04-08\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-ameliabooking-integration/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-ameliabooking-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"amelia\";s:6:\"Amelia\";s:11:\"appointment\";s:11:\"appointment\";s:7:\"booking\";s:7:\"booking\";s:5:\"event\";s:5:\"Event\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-ameliabooking-integration.1.0.0.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-ameliabooking-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-ameliabooking-integration/assets/banner-772x250.png?rev=2706849\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-ameliabooking-integration/assets/banner-1544x500.png?rev=2706849\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-ameliabooking-integration/assets/icon-256x256.png?rev=2706849\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-ameliabooking-integration/assets/icon-256x256.png?rev=2706849\";}}}i:80;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:693961;s:4:\"slug\";s:20:\"anspress-integration\";s:5:\"title\";s:20:\"AnsPress integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:20:20\";s:13:\"modified_date\";s:19:\"2024-04-19 10:39:01\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=693961\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/anspress-integration/\";s:7:\"excerpt\";s:31:\"Connect GamiPress with AnsPress\";s:9:\"thumbnail\";s:76:\"https://gamipress.com/wp-content/uploads/2024/04/anspress-banner-reverse.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:38:\"GamiPress &#8211; AnsPress integration\";s:4:\"slug\";s:30:\"gamipress-anspress-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:70;s:12:\"last_updated\";s:21:\"2023-03-19 9:25pm GMT\";s:5:\"added\";s:10:\"2018-09-13\";s:8:\"homepage\";s:61:\"https://wordpress.org/plugins/gamipress-anspress-integration/\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-anspress-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-anspress-integration.1.0.0.zip\";s:5:\"1.0.1\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-anspress-integration.1.0.1.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-anspress-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-anspress-integration/assets/banner-772x250.png?rev=1940912\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-anspress-integration/assets/banner-1544x500.png?rev=1940912\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-anspress-integration/assets/icon-256x256.png?rev=1940912\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-anspress-integration/assets/icon-256x256.png?rev=1940912\";}}}i:81;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2256645;s:4:\"slug\";s:20:\"armember-integration\";s:5:\"title\";s:20:\"ARMember integration\";s:11:\"create_date\";s:19:\"2023-09-14 07:45:51\";s:13:\"modified_date\";s:19:\"2024-04-19 10:44:06\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2256645\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/armember-integration/\";s:7:\"excerpt\";s:31:\"Connect GamiPress with ARMember\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2024/04/armember-reverse.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:82;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2224165;s:4:\"slug\";s:20:\"autonami-integration\";s:5:\"title\";s:32:\"Autonami - FunnelKit integration\";s:11:\"create_date\";s:19:\"2022-07-01 07:59:34\";s:13:\"modified_date\";s:19:\"2023-07-13 21:16:45\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2224165\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/autonami-integration/\";s:7:\"excerpt\";s:43:\"Connect GamiPress with Autonami (FunnelKit)\";s:9:\"thumbnail\";s:61:\"https://gamipress.com/wp-content/uploads/2022/07/autonami.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:38:\"GamiPress &#8211; Autonami integration\";s:4:\"slug\";s:30:\"gamipress-autonami-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:21:\"2023-03-19 9:25pm GMT\";s:5:\"added\";s:10:\"2022-07-01\";s:8:\"homepage\";s:61:\"https://wordpress.org/plugins/gamipress-autonami-integration/\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-autonami-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:10:\"automation\";s:10:\"automation\";s:8:\"autonami\";s:8:\"autonami\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:9:\"marketing\";s:9:\"marketing\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-autonami-integration.1.0.0.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-autonami-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-autonami-integration/assets/banner-772x250.png?rev=2750640\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-autonami-integration/assets/banner-1544x500.png?rev=2750640\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-autonami-integration/assets/icon-256x256.png?rev=2750640\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-autonami-integration/assets/icon-256x256.png?rev=2750640\";}}}i:83;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2170016;s:4:\"slug\";s:27:\"awesome-support-integration\";s:5:\"title\";s:27:\"Awesome Support integration\";s:11:\"create_date\";s:19:\"2021-05-25 08:37:46\";s:13:\"modified_date\";s:19:\"2023-07-11 05:57:58\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2170016\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/awesome-support-integration/\";s:7:\"excerpt\";s:38:\"Connect GamiPress with Awesome Support\";s:9:\"thumbnail\";s:68:\"https://gamipress.com/wp-content/uploads/2021/05/awesome-support.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:45:\"GamiPress &#8211; Awesome Support integration\";s:4:\"slug\";s:37:\"gamipress-awesome-support-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:22:\"2023-07-10 10:49pm GMT\";s:5:\"added\";s:10:\"2021-05-25\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-awesome-support-integration/\";s:13:\"download_link\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-awesome-support-integration.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"awesome\";s:7:\"awesome\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"support\";s:7:\"support\";s:6:\"ticket\";s:6:\"ticket\";}s:8:\"versions\";O:8:\"stdClass\":1:{s:5:\"1.0.0\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-awesome-support-integration.1.0.0.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:92:\"https://ps.w.org/gamipress-awesome-support-integration/assets/banner-772x250.png?rev=2536968\";s:4:\"high\";s:93:\"https://ps.w.org/gamipress-awesome-support-integration/assets/banner-1544x500.png?rev=2536968\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://ps.w.org/gamipress-awesome-support-integration/assets/icon-256x256.png?rev=2536968\";s:2:\"2x\";s:90:\"https://ps.w.org/gamipress-awesome-support-integration/assets/icon-256x256.png?rev=2536968\";}}}i:84;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1297;s:4:\"slug\";s:19:\"bbpress-integration\";s:5:\"title\";s:19:\"bbPress integration\";s:11:\"create_date\";s:19:\"2017-09-03 14:41:56\";s:13:\"modified_date\";s:19:\"2024-04-19 10:55:52\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=1297\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/bbpress-integration/\";s:7:\"excerpt\";s:30:\"Connect GamiPress with bbPress\";s:9:\"thumbnail\";s:68:\"https://gamipress.com/wp-content/uploads/2024/04/bbpress-reverse.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:37:\"GamiPress &#8211; bbPress integration\";s:4:\"slug\";s:29:\"gamipress-bbpress-integration\";s:7:\"version\";s:5:\"1.2.7\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:1000;s:12:\"last_updated\";s:21:\"2023-03-19 9:25pm GMT\";s:5:\"added\";s:10:\"2017-07-24\";s:8:\"homepage\";s:60:\"https://wordpress.org/plugins/gamipress-bbpress-integration/\";s:13:\"download_link\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.1.2.7.zip\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:1:\"1\";O:8:\"stdClass\":2:{s:3:\"src\";s:82:\"https://ps.w.org/gamipress-bbpress-integration/assets/screenshot-1.png?rev=1764810\";s:7:\"caption\";s:51:\"Show user points, achievements and ranks on replies\";}}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"bbpress\";s:7:\"bbPress\";s:6:\"forums\";s:6:\"forums\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";}s:8:\"versions\";O:8:\"stdClass\":9:{s:5:\"1.2.0\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.1.2.0.zip\";s:5:\"1.2.1\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.1.2.1.zip\";s:5:\"1.2.2\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.1.2.2.zip\";s:5:\"1.2.3\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.1.2.3.zip\";s:5:\"1.2.4\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.1.2.4.zip\";s:5:\"1.2.5\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.1.2.5.zip\";s:5:\"1.2.6\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.1.2.6.zip\";s:5:\"1.2.7\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.1.2.7.zip\";s:5:\"trunk\";s:72:\"https://downloads.wordpress.org/plugin/gamipress-bbpress-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:84:\"https://ps.w.org/gamipress-bbpress-integration/assets/banner-772x250.png?rev=2241744\";s:4:\"high\";s:85:\"https://ps.w.org/gamipress-bbpress-integration/assets/banner-1544x500.png?rev=2241744\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://ps.w.org/gamipress-bbpress-integration/assets/icon-256x256.png?rev=2241744\";s:2:\"2x\";s:82:\"https://ps.w.org/gamipress-bbpress-integration/assets/icon-256x256.png?rev=2241744\";}}}i:85;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2124748;s:4:\"slug\";s:21:\"buddyboss-integration\";s:5:\"title\";s:21:\"BuddyBoss integration\";s:11:\"create_date\";s:19:\"2020-06-27 09:07:37\";s:13:\"modified_date\";s:19:\"2024-12-12 13:10:46\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2124748\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/buddyboss-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with BuddyBoss\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2020/02/buddyboss.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:39:\"GamiPress &#8211; BuddyBoss integration\";s:4:\"slug\";s:31:\"gamipress-buddyboss-integration\";s:7:\"version\";s:5:\"1.3.6\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:3000;s:12:\"last_updated\";s:21:\"2023-04-21 1:28pm GMT\";s:5:\"added\";s:10:\"2020-06-27\";s:8:\"homepage\";s:62:\"https://wordpress.org/plugins/gamipress-buddyboss-integration/\";s:13:\"download_link\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-buddyboss-integration.1.3.6.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"buddyboss\";s:9:\"buddyboss\";s:9:\"community\";s:9:\"community\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"social\";s:6:\"social\";}s:8:\"versions\";O:8:\"stdClass\":8:{s:5:\"1.3.0\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-buddyboss-integration.1.3.0.zip\";s:5:\"1.3.1\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-buddyboss-integration.1.3.1.zip\";s:5:\"1.3.2\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-buddyboss-integration.1.3.2.zip\";s:5:\"1.3.3\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-buddyboss-integration.1.3.3.zip\";s:5:\"1.3.4\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-buddyboss-integration.1.3.4.zip\";s:5:\"1.3.5\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-buddyboss-integration.1.3.5.zip\";s:5:\"1.3.6\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-buddyboss-integration.1.3.6.zip\";s:5:\"trunk\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-buddyboss-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:86:\"https://ps.w.org/gamipress-buddyboss-integration/assets/banner-772x250.png?rev=2331554\";s:4:\"high\";s:87:\"https://ps.w.org/gamipress-buddyboss-integration/assets/banner-1544x500.png?rev=2331554\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://ps.w.org/gamipress-buddyboss-integration/assets/icon-256x256.png?rev=2331554\";s:2:\"2x\";s:84:\"https://ps.w.org/gamipress-buddyboss-integration/assets/icon-256x256.png?rev=2331554\";}}}i:86;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1317;s:4:\"slug\";s:22:\"buddypress-integration\";s:5:\"title\";s:22:\"BuddyPress integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:02:28\";s:13:\"modified_date\";s:19:\"2024-11-05 13:03:01\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=1317\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/buddypress-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with BuddyPress\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2017/07/buddypress.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:40:\"GamiPress &#8211; BuddyPress integration\";s:4:\"slug\";s:32:\"gamipress-buddypress-integration\";s:7:\"version\";s:5:\"1.6.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:5000;s:12:\"last_updated\";s:21:\"2023-04-21 1:27pm GMT\";s:5:\"added\";s:10:\"2017-07-24\";s:8:\"homepage\";s:63:\"https://wordpress.org/plugins/gamipress-buddypress-integration/\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-integration.1.6.1.zip\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:1:\"1\";O:8:\"stdClass\":2:{s:3:\"src\";s:85:\"https://ps.w.org/gamipress-buddypress-integration/assets/screenshot-1.png?rev=1764813\";s:7:\"caption\";s:60:\"Show user points, achievements and ranks on frontend profile\";}}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.6.0\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-integration.1.6.0.zip\";s:5:\"1.6.1\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-integration.1.6.1.zip\";s:5:\"trunk\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-buddypress-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:87:\"https://ps.w.org/gamipress-buddypress-integration/assets/banner-772x250.png?rev=1701800\";s:4:\"high\";s:88:\"https://ps.w.org/gamipress-buddypress-integration/assets/banner-1544x500.png?rev=1701800\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://ps.w.org/gamipress-buddypress-integration/assets/icon-256x256.png?rev=1701800\";s:2:\"2x\";s:85:\"https://ps.w.org/gamipress-buddypress-integration/assets/icon-256x256.png?rev=1701800\";}}}i:87;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:273793;s:4:\"slug\";s:25:\"caldera-forms-integration\";s:5:\"title\";s:25:\"Caldera Forms integration\";s:11:\"create_date\";s:19:\"2017-09-03 14:45:41\";s:13:\"modified_date\";s:19:\"2023-07-11 06:01:17\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=273793\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/caldera-forms-integration/\";s:7:\"excerpt\";s:36:\"Connect GamiPress with Caldera Forms\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2018/02/caldera-forms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:43:\"GamiPress &#8211; Caldera Forms integration\";s:4:\"slug\";s:35:\"gamipress-caldera-forms-integration\";s:7:\"version\";s:5:\"1.0.5\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:40;s:12:\"last_updated\";s:21:\"2023-03-19 9:26pm GMT\";s:5:\"added\";s:10:\"2018-02-11\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-caldera-forms-integration/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-caldera-forms-integration.1.0.5.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"caldera\";s:7:\"caldera\";s:5:\"forms\";s:5:\"forms\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":7:{s:5:\"1.0.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-caldera-forms-integration.1.0.0.zip\";s:5:\"1.0.1\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-caldera-forms-integration.1.0.1.zip\";s:5:\"1.0.2\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-caldera-forms-integration.1.0.2.zip\";s:5:\"1.0.3\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-caldera-forms-integration.1.0.3.zip\";s:5:\"1.0.4\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-caldera-forms-integration.1.0.4.zip\";s:5:\"1.0.5\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-caldera-forms-integration.1.0.5.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-caldera-forms-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-caldera-forms-integration/assets/banner-772x250.png?rev=1819917\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-caldera-forms-integration/assets/banner-1544x500.png?rev=1819917\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-caldera-forms-integration/assets/icon-256x256.png?rev=1819917\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-caldera-forms-integration/assets/icon-256x256.png?rev=1819917\";}}}i:88;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2255315;s:4:\"slug\";s:22:\"charitable-integration\";s:5:\"title\";s:22:\"Charitable integration\";s:11:\"create_date\";s:19:\"2023-07-28 07:26:07\";s:13:\"modified_date\";s:19:\"2024-04-19 10:55:42\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2255315\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/charitable-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with Charitable\";s:9:\"thumbnail\";s:71:\"https://gamipress.com/wp-content/uploads/2024/04/charitable-reverse.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:89;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1302;s:4:\"slug\";s:26:\"contact-form-7-integration\";s:5:\"title\";s:26:\"Contact Form 7 integration\";s:11:\"create_date\";s:19:\"2017-09-03 14:56:13\";s:13:\"modified_date\";s:19:\"2023-07-11 06:02:03\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=1302\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/contact-form-7-integration/\";s:7:\"excerpt\";s:37:\"Connect GamiPress with Contact Form 7\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2022/06/contact-form-7.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:44:\"GamiPress &#8211; Contact Form 7 integration\";s:4:\"slug\";s:36:\"gamipress-contact-form-7-integration\";s:7:\"version\";s:5:\"1.1.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:27pm GMT\";s:5:\"added\";s:10:\"2017-07-24\";s:8:\"homepage\";s:67:\"https://wordpress.org/plugins/gamipress-contact-form-7-integration/\";s:13:\"download_link\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.1.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"contact\";s:7:\"contact\";s:12:\"contact-form\";s:12:\"contact form\";s:4:\"form\";s:4:\"form\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":12:{s:5:\"1.0.0\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.0.zip\";s:5:\"1.0.1\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.1.zip\";s:5:\"1.0.2\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.2.zip\";s:5:\"1.0.3\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.3.zip\";s:5:\"1.0.4\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.4.zip\";s:5:\"1.0.5\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.5.zip\";s:5:\"1.0.6\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.6.zip\";s:5:\"1.0.7\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.7.zip\";s:5:\"1.0.8\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.8.zip\";s:5:\"1.0.9\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.0.9.zip\";s:5:\"1.1.0\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.1.1.0.zip\";s:5:\"trunk\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-contact-form-7-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:91:\"https://ps.w.org/gamipress-contact-form-7-integration/assets/banner-772x250.png?rev=2748609\";s:4:\"high\";s:92:\"https://ps.w.org/gamipress-contact-form-7-integration/assets/banner-1544x500.png?rev=2748609\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://ps.w.org/gamipress-contact-form-7-integration/assets/icon-256x256.png?rev=2748609\";s:2:\"2x\";s:89:\"https://ps.w.org/gamipress-contact-form-7-integration/assets/icon-256x256.png?rev=2748609\";}}}i:90;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1308912;s:4:\"slug\";s:23:\"coursepress-integration\";s:5:\"title\";s:23:\"CoursePress integration\";s:11:\"create_date\";s:19:\"2017-09-04 17:00:20\";s:13:\"modified_date\";s:19:\"2023-07-11 06:02:46\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1308912\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/coursepress-integration/\";s:7:\"excerpt\";s:34:\"Connect GamiPress with CoursePress\";s:9:\"thumbnail\";s:74:\"https://gamipress.com/wp-content/uploads/2019/02/gamipress-coursepress.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:41:\"GamiPress &#8211; CoursePress integration\";s:4:\"slug\";s:33:\"gamipress-coursepress-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:21:\"2023-03-19 9:27pm GMT\";s:5:\"added\";s:10:\"2019-02-18\";s:8:\"homepage\";s:64:\"https://wordpress.org/plugins/gamipress-coursepress-integration/\";s:13:\"download_link\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-coursepress-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"coursepress\";s:11:\"coursepress\";s:7:\"courses\";s:7:\"courses\";s:9:\"gamipress\";s:9:\"gamipress\";s:8:\"learning\";s:8:\"learning\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-coursepress-integration.1.0.0.zip\";s:5:\"trunk\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-coursepress-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:88:\"https://ps.w.org/gamipress-coursepress-integration/assets/banner-772x250.png?rev=2033018\";s:4:\"high\";s:89:\"https://ps.w.org/gamipress-coursepress-integration/assets/banner-1544x500.png?rev=2033018\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://ps.w.org/gamipress-coursepress-integration/assets/icon-256x256.png?rev=2033018\";s:2:\"2x\";s:86:\"https://ps.w.org/gamipress-coursepress-integration/assets/icon-256x256.png?rev=2033018\";}}}i:91;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2119339;s:4:\"slug\";s:22:\"digimember-integration\";s:5:\"title\";s:22:\"Digimember integration\";s:11:\"create_date\";s:19:\"2020-04-30 07:09:39\";s:13:\"modified_date\";s:19:\"2023-07-11 06:03:29\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2119339\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/digimember-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with Digimember\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2020/04/digimember.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:40:\"GamiPress &#8211; Digimember integration\";s:4:\"slug\";s:32:\"gamipress-digimember-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2023-03-19 9:27pm GMT\";s:5:\"added\";s:10:\"2020-04-30\";s:8:\"homepage\";s:63:\"https://wordpress.org/plugins/gamipress-digimember-integration/\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-digimember-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:10:\"digimember\";s:10:\"digimember\";s:8:\"download\";s:8:\"download\";s:9:\"gamipress\";s:9:\"gamipress\";s:10:\"membership\";s:10:\"membership\";s:7:\"product\";s:7:\"product\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-digimember-integration.1.0.0.zip\";s:5:\"trunk\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-digimember-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:87:\"https://ps.w.org/gamipress-digimember-integration/assets/banner-772x250.png?rev=2295042\";s:4:\"high\";s:88:\"https://ps.w.org/gamipress-digimember-integration/assets/banner-1544x500.png?rev=2295042\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://ps.w.org/gamipress-digimember-integration/assets/icon-256x256.png?rev=2295042\";s:2:\"2x\";s:85:\"https://ps.w.org/gamipress-digimember-integration/assets/icon-256x256.png?rev=2295042\";}}}i:92;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2203884;s:4:\"slug\";s:16:\"divi-integration\";s:5:\"title\";s:16:\"Divi integration\";s:11:\"create_date\";s:19:\"2022-02-04 10:34:24\";s:13:\"modified_date\";s:19:\"2024-04-19 10:55:33\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2203884\";s:9:\"permalink\";s:47:\"https://gamipress.com/add-ons/divi-integration/\";s:7:\"excerpt\";s:27:\"Connect GamiPress with Divi\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2024/04/divi-banner-reverse.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:34:\"GamiPress &#8211; Divi integration\";s:4:\"slug\";s:26:\"gamipress-divi-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2023-03-19 9:27pm GMT\";s:5:\"added\";s:10:\"2022-02-04\";s:8:\"homepage\";s:57:\"https://wordpress.org/plugins/gamipress-divi-integration/\";s:13:\"download_link\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-divi-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"contact\";s:7:\"contact\";s:4:\"divi\";s:4:\"divi\";s:4:\"form\";s:4:\"form\";s:5:\"forms\";s:5:\"forms\";s:5:\"theme\";s:5:\"theme\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-divi-integration.1.0.0.zip\";s:5:\"trunk\";s:69:\"https://downloads.wordpress.org/plugin/gamipress-divi-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:81:\"https://ps.w.org/gamipress-divi-integration/assets/banner-772x250.png?rev=2672819\";s:4:\"high\";s:82:\"https://ps.w.org/gamipress-divi-integration/assets/banner-1544x500.png?rev=2672819\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:79:\"https://ps.w.org/gamipress-divi-integration/assets/icon-256x256.png?rev=2672819\";s:2:\"2x\";s:79:\"https://ps.w.org/gamipress-divi-integration/assets/icon-256x256.png?rev=2672819\";}}}i:93;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2236049;s:4:\"slug\";s:28:\"download-manager-integration\";s:5:\"title\";s:28:\"Download Manager integration\";s:11:\"create_date\";s:19:\"2022-10-04 15:38:52\";s:13:\"modified_date\";s:19:\"2023-07-11 06:04:50\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2236049\";s:9:\"permalink\";s:59:\"https://gamipress.com/add-ons/download-manager-integration/\";s:7:\"excerpt\";s:39:\"Connect GamiPress with Download Manager\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2022/10/download-manager.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:46:\"GamiPress &#8211; Download Manager integration\";s:4:\"slug\";s:38:\"gamipress-download-manager-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:21:\"2023-03-19 9:27pm GMT\";s:5:\"added\";s:10:\"2022-10-04\";s:8:\"homepage\";s:69:\"https://wordpress.org/plugins/gamipress-download-manager-integration/\";s:13:\"download_link\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-download-manager-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:8:\"download\";s:8:\"download\";s:5:\"files\";s:5:\"files\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"manager\";s:7:\"manager\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-download-manager-integration.1.0.0.zip\";s:5:\"trunk\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-download-manager-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:93:\"https://ps.w.org/gamipress-download-manager-integration/assets/banner-772x250.png?rev=2794162\";s:4:\"high\";s:94:\"https://ps.w.org/gamipress-download-manager-integration/assets/banner-1544x500.png?rev=2794162\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:91:\"https://ps.w.org/gamipress-download-manager-integration/assets/icon-256x256.png?rev=2794162\";s:2:\"2x\";s:91:\"https://ps.w.org/gamipress-download-manager-integration/assets/icon-256x256.png?rev=2794162\";}}}i:94;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2249291;s:4:\"slug\";s:26:\"easy-affiliate-integration\";s:5:\"title\";s:26:\"Easy Affiliate integration\";s:11:\"create_date\";s:19:\"2023-03-13 08:15:44\";s:13:\"modified_date\";s:19:\"2023-07-11 06:05:26\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2249291\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/easy-affiliate-integration/\";s:7:\"excerpt\";s:37:\"Connect GamiPress with Easy Affiliate\";s:9:\"thumbnail\";s:74:\"https://gamipress.com/wp-content/uploads/2023/03/easy-affiliate-banner.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:25;s:4:\"name\";s:9:\"Affiliate\";s:4:\"slug\";s:9:\"affiliate\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:44:\"GamiPress &#8211; Easy Affiliate integration\";s:4:\"slug\";s:36:\"gamipress-easy-affiliate-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:21:\"2023-03-19 9:27pm GMT\";s:5:\"added\";s:10:\"2023-03-13\";s:8:\"homepage\";s:67:\"https://wordpress.org/plugins/gamipress-easy-affiliate-integration/\";s:13:\"download_link\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-easy-affiliate-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"affiliate\";s:9:\"affiliate\";s:4:\"easy\";s:4:\"easy\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-easy-affiliate-integration.1.0.0.zip\";s:5:\"trunk\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-easy-affiliate-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:91:\"https://ps.w.org/gamipress-easy-affiliate-integration/assets/banner-772x250.png?rev=2878925\";s:4:\"high\";s:92:\"https://ps.w.org/gamipress-easy-affiliate-integration/assets/banner-1544x500.png?rev=2878925\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://ps.w.org/gamipress-easy-affiliate-integration/assets/icon-256x256.png?rev=2878925\";s:2:\"2x\";s:89:\"https://ps.w.org/gamipress-easy-affiliate-integration/assets/icon-256x256.png?rev=2878925\";}}}i:95;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1346;s:4:\"slug\";s:34:\"easy-digital-downloads-integration\";s:5:\"title\";s:34:\"Easy Digital Downloads integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:11:47\";s:13:\"modified_date\";s:19:\"2023-07-11 06:06:08\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=1346\";s:9:\"permalink\";s:65:\"https://gamipress.com/add-ons/easy-digital-downloads-integration/\";s:7:\"excerpt\";s:45:\"Connect GamiPress with Easy Digital Downloads\";s:9:\"thumbnail\";s:75:\"https://gamipress.com/wp-content/uploads/2020/02/easy-digital-downloads.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:52:\"GamiPress &#8211; Easy Digital Downloads integration\";s:4:\"slug\";s:44:\"gamipress-easy-digital-downloads-integration\";s:7:\"version\";s:5:\"1.2.9\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:40;s:12:\"last_updated\";s:21:\"2023-03-19 9:27pm GMT\";s:5:\"added\";s:10:\"2017-07-24\";s:8:\"homepage\";s:75:\"https://wordpress.org/plugins/gamipress-easy-digital-downloads-integration/\";s:13:\"download_link\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.9.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"badges\";s:6:\"badges\";s:7:\"digital\";s:7:\"digital\";s:8:\"download\";s:8:\"download\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":11:{s:5:\"1.2.0\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.0.zip\";s:5:\"1.2.1\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.1.zip\";s:5:\"1.2.2\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.2.zip\";s:5:\"1.2.3\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.3.zip\";s:5:\"1.2.4\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.4.zip\";s:5:\"1.2.5\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.5.zip\";s:5:\"1.2.6\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.6.zip\";s:5:\"1.2.7\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.7.zip\";s:5:\"1.2.8\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.8.zip\";s:5:\"1.2.9\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.1.2.9.zip\";s:5:\"trunk\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-easy-digital-downloads-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:99:\"https://ps.w.org/gamipress-easy-digital-downloads-integration/assets/banner-772x250.png?rev=2241719\";s:4:\"high\";s:100:\"https://ps.w.org/gamipress-easy-digital-downloads-integration/assets/banner-1544x500.png?rev=2241719\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:97:\"https://ps.w.org/gamipress-easy-digital-downloads-integration/assets/icon-256x256.png?rev=2241719\";s:2:\"2x\";s:97:\"https://ps.w.org/gamipress-easy-digital-downloads-integration/assets/icon-256x256.png?rev=2241719\";}}}i:96;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:878880;s:4:\"slug\";s:16:\"wpep-integration\";s:5:\"title\";s:26:\"eLearnCommerce integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:25:46\";s:13:\"modified_date\";s:19:\"2023-07-11 06:06:48\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=878880\";s:9:\"permalink\";s:47:\"https://gamipress.com/add-ons/wpep-integration/\";s:7:\"excerpt\";s:27:\"Connect GamiPress with WPEP\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2020/02/elearncommerce.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:51:\"GamiPress &#8211; eLearnCommerce (WPEP) integration\";s:4:\"slug\";s:26:\"gamipress-wpep-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:21:\"2023-03-19 9:42pm GMT\";s:5:\"added\";s:10:\"2018-11-05\";s:8:\"homepage\";s:57:\"https://wordpress.org/plugins/gamipress-wpep-integration/\";s:13:\"download_link\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-wpep-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"elearning\";s:9:\"elearning\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"lessons\";s:7:\"lessons\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-wpep-integration.1.0.0.zip\";s:5:\"1.0.1\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-wpep-integration.1.0.1.zip\";s:5:\"trunk\";s:69:\"https://downloads.wordpress.org/plugin/gamipress-wpep-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:81:\"https://ps.w.org/gamipress-wpep-integration/assets/banner-772x250.png?rev=2241823\";s:4:\"high\";s:82:\"https://ps.w.org/gamipress-wpep-integration/assets/banner-1544x500.png?rev=2241823\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:79:\"https://ps.w.org/gamipress-wpep-integration/assets/icon-256x256.png?rev=1969289\";s:2:\"2x\";s:79:\"https://ps.w.org/gamipress-wpep-integration/assets/icon-256x256.png?rev=1969289\";}}}i:97;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2141478;s:4:\"slug\";s:27:\"elementor-forms-integration\";s:5:\"title\";s:21:\"Elementor integration\";s:11:\"create_date\";s:19:\"2020-11-13 19:31:56\";s:13:\"modified_date\";s:19:\"2023-07-11 06:07:32\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2141478\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/elementor-forms-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with Elementor\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2020/11/elementor.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:39:\"GamiPress &#8211; Elementor integration\";s:4:\"slug\";s:37:\"gamipress-elementor-forms-integration\";s:7:\"version\";s:5:\"1.0.6\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:1000;s:12:\"last_updated\";s:21:\"2023-03-19 9:28pm GMT\";s:5:\"added\";s:10:\"2020-11-13\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-elementor-forms-integration/\";s:13:\"download_link\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-elementor-forms-integration.1.0.6.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"contact\";s:7:\"contact\";s:9:\"elementor\";s:9:\"elementor\";s:4:\"form\";s:4:\"form\";s:5:\"forms\";s:5:\"forms\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":8:{s:5:\"1.0.0\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-elementor-forms-integration.1.0.0.zip\";s:5:\"1.0.1\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-elementor-forms-integration.1.0.1.zip\";s:5:\"1.0.2\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-elementor-forms-integration.1.0.2.zip\";s:5:\"1.0.3\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-elementor-forms-integration.1.0.3.zip\";s:5:\"1.0.4\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-elementor-forms-integration.1.0.4.zip\";s:5:\"1.0.5\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-elementor-forms-integration.1.0.5.zip\";s:5:\"1.0.6\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-elementor-forms-integration.1.0.6.zip\";s:5:\"trunk\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-elementor-forms-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:92:\"https://ps.w.org/gamipress-elementor-forms-integration/assets/banner-772x250.png?rev=2418142\";s:4:\"high\";s:93:\"https://ps.w.org/gamipress-elementor-forms-integration/assets/banner-1544x500.png?rev=2418142\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://ps.w.org/gamipress-elementor-forms-integration/assets/icon-256x256.png?rev=2418142\";s:2:\"2x\";s:90:\"https://ps.w.org/gamipress-elementor-forms-integration/assets/icon-256x256.png?rev=2418142\";}}}i:98;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:652224;s:4:\"slug\";s:26:\"events-manager-integration\";s:5:\"title\";s:26:\"Events Manager integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:10:21\";s:13:\"modified_date\";s:19:\"2023-07-11 06:08:22\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=652224\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/events-manager-integration/\";s:7:\"excerpt\";s:37:\"Connect GamiPress with Events Manager\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2018/08/events-manager.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:44:\"GamiPress &#8211; Events Manager integration\";s:4:\"slug\";s:36:\"gamipress-events-manager-integration\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:60;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2023-03-19 9:28pm GMT\";s:5:\"added\";s:10:\"2018-08-30\";s:8:\"homepage\";s:67:\"https://wordpress.org/plugins/gamipress-events-manager-integration/\";s:13:\"download_link\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-events-manager-integration.1.0.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"events\";s:6:\"events\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"manager\";s:7:\"manager\";s:6:\"ticket\";s:6:\"ticket\";}s:8:\"versions\";O:8:\"stdClass\":5:{s:5:\"1.0.0\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-events-manager-integration.1.0.0.zip\";s:5:\"1.0.1\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-events-manager-integration.1.0.1.zip\";s:5:\"1.0.2\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-events-manager-integration.1.0.2.zip\";s:5:\"1.0.3\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-events-manager-integration.1.0.3.zip\";s:5:\"trunk\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-events-manager-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:91:\"https://ps.w.org/gamipress-events-manager-integration/assets/banner-772x250.png?rev=1932884\";s:4:\"high\";s:92:\"https://ps.w.org/gamipress-events-manager-integration/assets/banner-1544x500.png?rev=1932884\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://ps.w.org/gamipress-events-manager-integration/assets/icon-256x256.png?rev=1932884\";s:2:\"2x\";s:89:\"https://ps.w.org/gamipress-events-manager-integration/assets/icon-256x256.png?rev=1932884\";}}}i:99;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2266337;s:4:\"slug\";s:25:\"everest-forms-integration\";s:5:\"title\";s:25:\"Everest Forms integration\";s:11:\"create_date\";s:19:\"2024-08-29 10:39:18\";s:13:\"modified_date\";s:19:\"2024-08-29 10:39:18\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2266337\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/everest-forms-integration/\";s:7:\"excerpt\";s:36:\"Connect GamiPress with Everest Forms\";s:9:\"thumbnail\";s:81:\"https://gamipress.com/wp-content/uploads/2024/08/banner-reverse-everest-forms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:100;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2266998;s:4:\"slug\";s:24:\"geodirectory-integration\";s:5:\"title\";s:24:\"GeoDirectory integration\";s:11:\"create_date\";s:19:\"2024-10-17 13:29:41\";s:13:\"modified_date\";s:19:\"2024-10-17 13:29:41\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2266998\";s:9:\"permalink\";s:55:\"https://gamipress.com/add-ons/geodirectory-integration/\";s:7:\"excerpt\";s:35:\"Connect GamiPress with GeoDirectory\";s:9:\"thumbnail\";s:78:\"https://gamipress.com/wp-content/uploads/edd/2024/10/banner-geodirectory-1.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:101;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:272340;s:4:\"slug\";s:21:\"favorites-integration\";s:5:\"title\";s:21:\"Favorites integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:00:22\";s:13:\"modified_date\";s:19:\"2023-07-11 06:09:05\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=272340\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/favorites-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with Favorites\";s:9:\"thumbnail\";s:74:\"https://gamipress.com/wp-content/uploads/2018/02/icon-favorites-for-wp.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:39:\"GamiPress &#8211; Favorites integration\";s:4:\"slug\";s:31:\"gamipress-favorites-integration\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:80;s:12:\"last_updated\";s:21:\"2023-03-19 9:28pm GMT\";s:5:\"added\";s:10:\"2018-02-10\";s:8:\"homepage\";s:62:\"https://wordpress.org/plugins/gamipress-favorites-integration/\";s:13:\"download_link\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-favorites-integration.1.0.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"achievements\";s:12:\"achievements\";s:8:\"favorite\";s:8:\"favorite\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:4:\"like\";s:4:\"like\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.0.0\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-favorites-integration.1.0.0.zip\";s:5:\"1.0.1\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-favorites-integration.1.0.1.zip\";s:5:\"1.0.2\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-favorites-integration.1.0.2.zip\";s:5:\"trunk\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-favorites-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:86:\"https://ps.w.org/gamipress-favorites-integration/assets/banner-772x250.png?rev=1819703\";s:4:\"high\";s:87:\"https://ps.w.org/gamipress-favorites-integration/assets/banner-1544x500.png?rev=1819703\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://ps.w.org/gamipress-favorites-integration/assets/icon-256x256.png?rev=1819703\";s:2:\"2x\";s:84:\"https://ps.w.org/gamipress-favorites-integration/assets/icon-256x256.png?rev=1819703\";}}}i:102;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2141310;s:4:\"slug\";s:21:\"fluentcrm-integration\";s:5:\"title\";s:21:\"FluentCRM integration\";s:11:\"create_date\";s:19:\"2020-11-12 11:04:10\";s:13:\"modified_date\";s:19:\"2023-07-11 06:10:21\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2141310\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/fluentcrm-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with FluentCRM\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2020/11/fluentcrm.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:39:\"GamiPress &#8211; FluentCRM integration\";s:4:\"slug\";s:31:\"gamipress-fluentcrm-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:28pm GMT\";s:5:\"added\";s:10:\"2020-11-12\";s:8:\"homepage\";s:62:\"https://wordpress.org/plugins/gamipress-fluentcrm-integration/\";s:13:\"download_link\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-fluentcrm-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:10:\"automation\";s:10:\"automation\";s:9:\"fluentcrm\";s:9:\"fluentcrm\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:9:\"marketing\";s:9:\"marketing\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-fluentcrm-integration.1.0.0.zip\";s:5:\"1.0.1\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-fluentcrm-integration.1.0.1.zip\";s:5:\"trunk\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-fluentcrm-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:86:\"https://ps.w.org/gamipress-fluentcrm-integration/assets/banner-772x250.png?rev=2417166\";s:4:\"high\";s:87:\"https://ps.w.org/gamipress-fluentcrm-integration/assets/banner-1544x500.png?rev=2417166\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://ps.w.org/gamipress-fluentcrm-integration/assets/icon-256x256.png?rev=2417166\";s:2:\"2x\";s:84:\"https://ps.w.org/gamipress-fluentcrm-integration/assets/icon-256x256.png?rev=2417166\";}}}i:103;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2202110;s:4:\"slug\";s:26:\"fluent-support-integration\";s:5:\"title\";s:26:\"Fluent Support integration\";s:11:\"create_date\";s:19:\"2022-01-20 08:55:33\";s:13:\"modified_date\";s:19:\"2023-07-11 06:09:45\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2202110\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/fluent-support-integration/\";s:7:\"excerpt\";s:37:\"Connect GamiPress with Fluent Support\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2022/01/fluent-support.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:44:\"GamiPress &#8211; Fluent Support integration\";s:4:\"slug\";s:36:\"gamipress-fluent-support-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:21:\"2023-03-19 9:28pm GMT\";s:5:\"added\";s:10:\"2022-01-20\";s:8:\"homepage\";s:67:\"https://wordpress.org/plugins/gamipress-fluent-support-integration/\";s:13:\"download_link\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-fluent-support-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"fluent\";s:6:\"fluent\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"support\";s:7:\"support\";s:6:\"ticket\";s:6:\"ticket\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-fluent-support-integration.1.0.0.zip\";s:5:\"trunk\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-fluent-support-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:91:\"https://ps.w.org/gamipress-fluent-support-integration/assets/banner-772x250.png?rev=2660571\";s:4:\"high\";s:92:\"https://ps.w.org/gamipress-fluent-support-integration/assets/banner-1544x500.png?rev=2660571\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://ps.w.org/gamipress-fluent-support-integration/assets/icon-256x256.png?rev=2660571\";s:2:\"2x\";s:89:\"https://ps.w.org/gamipress-fluent-support-integration/assets/icon-256x256.png?rev=2660571\";}}}i:104;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:272181;s:4:\"slug\";s:28:\"formidable-forms-integration\";s:5:\"title\";s:28:\"Formidable Forms integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:02:35\";s:13:\"modified_date\";s:19:\"2023-07-11 06:11:14\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=272181\";s:9:\"permalink\";s:59:\"https://gamipress.com/add-ons/formidable-forms-integration/\";s:7:\"excerpt\";s:39:\"Connect GamiPress with Formidable Forms\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2018/02/formidable-forms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:46:\"GamiPress &#8211; Formidable Forms integration\";s:4:\"slug\";s:38:\"gamipress-formidable-forms-integration\";s:7:\"version\";s:5:\"1.0.7\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:29pm GMT\";s:5:\"added\";s:10:\"2018-02-10\";s:8:\"homepage\";s:69:\"https://wordpress.org/plugins/gamipress-formidable-forms-integration/\";s:13:\"download_link\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.1.0.7.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"contact-form\";s:12:\"contact form\";s:5:\"forms\";s:5:\"forms\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";}s:8:\"versions\";O:8:\"stdClass\":9:{s:5:\"1.0.0\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.1.0.0.zip\";s:5:\"1.0.1\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.1.0.1.zip\";s:5:\"1.0.2\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.1.0.2.zip\";s:5:\"1.0.3\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.1.0.3.zip\";s:5:\"1.0.4\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.1.0.4.zip\";s:5:\"1.0.5\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.1.0.5.zip\";s:5:\"1.0.6\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.1.0.6.zip\";s:5:\"1.0.7\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.1.0.7.zip\";s:5:\"trunk\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-formidable-forms-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:93:\"https://ps.w.org/gamipress-formidable-forms-integration/assets/banner-772x250.png?rev=1819702\";s:4:\"high\";s:94:\"https://ps.w.org/gamipress-formidable-forms-integration/assets/banner-1544x500.png?rev=1819702\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:91:\"https://ps.w.org/gamipress-formidable-forms-integration/assets/icon-256x256.png?rev=1819702\";s:2:\"2x\";s:91:\"https://ps.w.org/gamipress-formidable-forms-integration/assets/icon-256x256.png?rev=1819702\";}}}i:105;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:882341;s:4:\"slug\";s:22:\"forminator-integration\";s:5:\"title\";s:22:\"Forminator integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:35:20\";s:13:\"modified_date\";s:19:\"2023-07-11 06:11:52\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=882341\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/forminator-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with Forminator\";s:9:\"thumbnail\";s:73:\"https://gamipress.com/wp-content/uploads/2020/02/gamipress-forminator.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:40:\"GamiPress &#8211; Forminator integration\";s:4:\"slug\";s:32:\"gamipress-forminator-integration\";s:7:\"version\";s:5:\"1.0.9\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:800;s:12:\"last_updated\";s:21:\"2023-03-19 9:29pm GMT\";s:5:\"added\";s:10:\"2018-11-06\";s:8:\"homepage\";s:63:\"https://wordpress.org/plugins/gamipress-forminator-integration/\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.9.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:4:\"form\";s:4:\"form\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";s:4:\"quiz\";s:4:\"quiz\";}s:8:\"versions\";O:8:\"stdClass\":11:{s:5:\"1.0.0\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.0.zip\";s:5:\"1.0.1\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.1.zip\";s:5:\"1.0.2\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.2.zip\";s:5:\"1.0.3\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.3.zip\";s:5:\"1.0.4\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.4.zip\";s:5:\"1.0.5\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.5.zip\";s:5:\"1.0.6\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.6.zip\";s:5:\"1.0.7\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.7.zip\";s:5:\"1.0.8\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.8.zip\";s:5:\"1.0.9\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.1.0.9.zip\";s:5:\"trunk\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-forminator-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:87:\"https://ps.w.org/gamipress-forminator-integration/assets/banner-772x250.png?rev=1970040\";s:4:\"high\";s:88:\"https://ps.w.org/gamipress-forminator-integration/assets/banner-1544x500.png?rev=1970040\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://ps.w.org/gamipress-forminator-integration/assets/icon-256x256.png?rev=1970040\";s:2:\"2x\";s:85:\"https://ps.w.org/gamipress-forminator-integration/assets/icon-256x256.png?rev=1970040\";}}}i:106;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:432753;s:4:\"slug\";s:16:\"give-integration\";s:5:\"title\";s:16:\"Give integration\";s:11:\"create_date\";s:19:\"2017-09-04 15:58:27\";s:13:\"modified_date\";s:19:\"2023-07-11 06:12:25\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=432753\";s:9:\"permalink\";s:47:\"https://gamipress.com/add-ons/give-integration/\";s:7:\"excerpt\";s:27:\"Connect GamiPress with Give\";s:9:\"thumbnail\";s:57:\"https://gamipress.com/wp-content/uploads/2019/11/give.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:34:\"GamiPress &#8211; Give integration\";s:4:\"slug\";s:26:\"gamipress-give-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:40;s:12:\"last_updated\";s:21:\"2023-03-19 9:29pm GMT\";s:5:\"added\";s:10:\"2018-05-10\";s:8:\"homepage\";s:57:\"https://wordpress.org/plugins/gamipress-give-integration/\";s:13:\"download_link\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-give-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:8:\"donation\";s:8:\"donation\";s:9:\"donations\";s:9:\"donations\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-give-integration.1.0.0.zip\";s:5:\"trunk\";s:69:\"https://downloads.wordpress.org/plugin/gamipress-give-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:81:\"https://ps.w.org/gamipress-give-integration/assets/banner-772x250.png?rev=1871929\";s:4:\"high\";s:82:\"https://ps.w.org/gamipress-give-integration/assets/banner-1544x500.png?rev=1871929\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:79:\"https://ps.w.org/gamipress-give-integration/assets/icon-256x256.png?rev=1871929\";s:2:\"2x\";s:79:\"https://ps.w.org/gamipress-give-integration/assets/icon-256x256.png?rev=1871929\";}}}i:107;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1250;s:4:\"slug\";s:25:\"gravity-forms-integration\";s:5:\"title\";s:25:\"Gravity Forms integration\";s:11:\"create_date\";s:19:\"2017-09-03 14:26:51\";s:13:\"modified_date\";s:19:\"2023-07-11 06:13:50\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=1250\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/gravity-forms-integration/\";s:7:\"excerpt\";s:36:\"Connect GamiPress with Gravity Forms\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2020/02/gravity-forms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:43:\"GamiPress &#8211; Gravity Forms integration\";s:4:\"slug\";s:35:\"gamipress-gravity-forms-integration\";s:7:\"version\";s:5:\"1.2.2\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:400;s:12:\"last_updated\";s:21:\"2023-03-19 9:29pm GMT\";s:5:\"added\";s:10:\"2017-07-27\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-gravity-forms-integration/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-gravity-forms-integration.1.2.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:5:\"forms\";s:5:\"forms\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"gravity\";s:7:\"gravity\";s:6:\"points\";s:6:\"points\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.2.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-gravity-forms-integration.1.2.0.zip\";s:5:\"1.2.1\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-gravity-forms-integration.1.2.1.zip\";s:5:\"1.2.2\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-gravity-forms-integration.1.2.2.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-gravity-forms-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-gravity-forms-integration/assets/banner-772x250.png?rev=2241726\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-gravity-forms-integration/assets/banner-1544x500.png?rev=2241726\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-gravity-forms-integration/assets/icon-256x256.png?rev=2241726\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-gravity-forms-integration/assets/icon-256x256.png?rev=2241726\";}}}i:108;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2255316;s:4:\"slug\";s:23:\"gravity-kit-integration\";s:5:\"title\";s:22:\"GravityKit integration\";s:11:\"create_date\";s:19:\"2023-07-28 07:31:21\";s:13:\"modified_date\";s:19:\"2023-08-16 08:34:25\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2255316\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/gravity-kit-integration/\";s:7:\"excerpt\";s:47:\"Connect GamiPress with GravityKit (GravityView)\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2023/07/gravitykit.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:109;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2127161;s:4:\"slug\";s:22:\"groundhogg-integration\";s:5:\"title\";s:22:\"Groundhogg integration\";s:11:\"create_date\";s:19:\"2020-07-15 09:10:15\";s:13:\"modified_date\";s:19:\"2023-07-11 06:14:55\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2127161\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/groundhogg-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with Groundhogg\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2022/03/groundhogg.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:40:\"GamiPress &#8211; Groundhogg integration\";s:4:\"slug\";s:32:\"gamipress-groundhogg-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:30;s:12:\"last_updated\";s:21:\"2023-03-19 9:29pm GMT\";s:5:\"added\";s:10:\"2020-07-15\";s:8:\"homepage\";s:63:\"https://wordpress.org/plugins/gamipress-groundhogg-integration/\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-groundhogg-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:10:\"automation\";s:10:\"automation\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:10:\"groundhogg\";s:10:\"groundhogg\";s:9:\"marketing\";s:9:\"marketing\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-groundhogg-integration.1.0.0.zip\";s:5:\"1.0.1\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-groundhogg-integration.1.0.1.zip\";s:5:\"trunk\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-groundhogg-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:87:\"https://ps.w.org/gamipress-groundhogg-integration/assets/banner-772x250.png?rev=2702611\";s:4:\"high\";s:88:\"https://ps.w.org/gamipress-groundhogg-integration/assets/banner-1544x500.png?rev=2702611\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://ps.w.org/gamipress-groundhogg-integration/assets/icon-256x256.png?rev=2702611\";s:2:\"2x\";s:85:\"https://ps.w.org/gamipress-groundhogg-integration/assets/icon-256x256.png?rev=2702611\";}}}i:110;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:438299;s:4:\"slug\";s:15:\"h5p-integration\";s:5:\"title\";s:15:\"H5P integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:00:27\";s:13:\"modified_date\";s:19:\"2023-07-11 06:16:18\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=438299\";s:9:\"permalink\";s:46:\"https://gamipress.com/add-ons/h5p-integration/\";s:7:\"excerpt\";s:26:\"Connect GamiPress with H5P\";s:9:\"thumbnail\";s:56:\"https://gamipress.com/wp-content/uploads/2018/05/h5p.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:33:\"GamiPress &#8211; H5P integration\";s:4:\"slug\";s:25:\"gamipress-h5p-integration\";s:7:\"version\";s:5:\"1.0.8\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:900;s:12:\"last_updated\";s:21:\"2023-03-19 9:29pm GMT\";s:5:\"added\";s:10:\"2018-05-15\";s:8:\"homepage\";s:56:\"https://wordpress.org/plugins/gamipress-h5p-integration/\";s:13:\"download_link\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.8.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":10:{s:5:\"1.0.0\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.0.zip\";s:5:\"1.0.1\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.1.zip\";s:5:\"1.0.2\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.2.zip\";s:5:\"1.0.3\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.3.zip\";s:5:\"1.0.4\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.4.zip\";s:5:\"1.0.5\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.5.zip\";s:5:\"1.0.6\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.6.zip\";s:5:\"1.0.7\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.7.zip\";s:5:\"1.0.8\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.1.0.8.zip\";s:5:\"trunk\";s:68:\"https://downloads.wordpress.org/plugin/gamipress-h5p-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:80:\"https://ps.w.org/gamipress-h5p-integration/assets/banner-772x250.png?rev=1874428\";s:4:\"high\";s:81:\"https://ps.w.org/gamipress-h5p-integration/assets/banner-1544x500.png?rev=1874428\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:78:\"https://ps.w.org/gamipress-h5p-integration/assets/icon-256x256.png?rev=1874428\";s:2:\"2x\";s:78:\"https://ps.w.org/gamipress-h5p-integration/assets/icon-256x256.png?rev=1874428\";}}}i:111;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2129619;s:4:\"slug\";s:22:\"happyforms-integration\";s:5:\"title\";s:22:\"HappyForms integration\";s:11:\"create_date\";s:19:\"2020-07-30 10:10:56\";s:13:\"modified_date\";s:19:\"2023-07-11 06:17:09\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2129619\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/happyforms-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with HappyForms\";s:9:\"thumbnail\";s:71:\"https://gamipress.com/wp-content/uploads/2020/07/happy-forms-banner.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:40:\"GamiPress &#8211; HappyForms integration\";s:4:\"slug\";s:32:\"gamipress-happyforms-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:40;s:12:\"last_updated\";s:21:\"2023-03-19 9:32pm GMT\";s:5:\"added\";s:10:\"2020-07-30\";s:8:\"homepage\";s:63:\"https://wordpress.org/plugins/gamipress-happyforms-integration/\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-happyforms-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:5:\"forms\";s:5:\"forms\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"happy\";s:5:\"Happy\";s:5:\"ranks\";s:5:\"ranks\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-happyforms-integration.1.0.0.zip\";s:5:\"trunk\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-happyforms-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:87:\"https://ps.w.org/gamipress-happyforms-integration/assets/banner-772x250.png?rev=2348967\";s:4:\"high\";s:88:\"https://ps.w.org/gamipress-happyforms-integration/assets/banner-1544x500.png?rev=2348967\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://ps.w.org/gamipress-happyforms-integration/assets/icon-256x256.png?rev=2348967\";s:2:\"2x\";s:85:\"https://ps.w.org/gamipress-happyforms-integration/assets/icon-256x256.png?rev=2348967\";}}}i:112;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2074982;s:4:\"slug\";s:25:\"invite-anyone-integration\";s:5:\"title\";s:25:\"Invite Anyone integration\";s:11:\"create_date\";s:19:\"2017-09-04 17:10:50\";s:13:\"modified_date\";s:19:\"2023-07-11 06:17:46\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2074982\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/invite-anyone-integration/\";s:7:\"excerpt\";s:36:\"Connect GamiPress with Invite Anyone\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2019/07/invite-anyone.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:43:\"GamiPress &#8211; Invite Anyone integration\";s:4:\"slug\";s:35:\"gamipress-invite-anyone-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:70;s:12:\"last_updated\";s:21:\"2023-03-19 9:32pm GMT\";s:5:\"added\";s:10:\"2019-07-04\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-invite-anyone-integration/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-invite-anyone-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:10:\"buddypress\";s:10:\"buddypress\";s:7:\"friends\";s:7:\"friends\";s:9:\"gamipress\";s:9:\"gamipress\";s:11:\"invitations\";s:11:\"invitations\";s:6:\"invite\";s:6:\"Invite\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-invite-anyone-integration.1.0.0.zip\";s:5:\"1.0.1\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-invite-anyone-integration.1.0.1.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-invite-anyone-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-invite-anyone-integration/assets/banner-772x250.png?rev=2117380\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-invite-anyone-integration/assets/banner-1544x500.png?rev=2117380\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-invite-anyone-integration/assets/icon-256x256.png?rev=2117380\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-invite-anyone-integration/assets/icon-256x256.png?rev=2117380\";}}}i:113;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2250055;s:4:\"slug\";s:21:\"jetengine-integration\";s:5:\"title\";s:21:\"JetEngine integration\";s:11:\"create_date\";s:19:\"2023-03-19 21:28:56\";s:13:\"modified_date\";s:19:\"2023-07-11 06:18:25\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2250055\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/jetengine-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with JetEngine\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2023/03/jet-engine.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:39:\"GamiPress &#8211; JetEngine integration\";s:4:\"slug\";s:31:\"gamipress-jetengine-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2023-03-19 9:32pm GMT\";s:5:\"added\";s:10:\"2023-03-19\";s:8:\"homepage\";s:62:\"https://wordpress.org/plugins/gamipress-jetengine-integration/\";s:13:\"download_link\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-jetengine-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"engine\";s:6:\"engine\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:3:\"jet\";s:3:\"jet\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-jetengine-integration.1.0.0.zip\";s:5:\"trunk\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-jetengine-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:86:\"https://ps.w.org/gamipress-jetengine-integration/assets/banner-772x250.png?rev=2883011\";s:4:\"high\";s:87:\"https://ps.w.org/gamipress-jetengine-integration/assets/banner-1544x500.png?rev=2883011\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://ps.w.org/gamipress-jetengine-integration/assets/icon-256x256.png?rev=2883011\";s:2:\"2x\";s:84:\"https://ps.w.org/gamipress-jetengine-integration/assets/icon-256x256.png?rev=2883011\";}}}i:114;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2259951;s:4:\"slug\";s:19:\"arforms-integration\";s:5:\"title\";s:19:\"ARForms integration\";s:11:\"create_date\";s:19:\"2024-01-15 10:10:41\";s:13:\"modified_date\";s:19:\"2024-04-19 10:42:08\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2259951\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/arforms-integration/\";s:7:\"excerpt\";s:30:\"Connect GamiPress with ARForms\";s:9:\"thumbnail\";s:75:\"https://gamipress.com/wp-content/uploads/2024/04/arforms-banner-reverse.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:115;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2235933;s:4:\"slug\";s:26:\"jetformbuilder-integration\";s:5:\"title\";s:26:\"JetFormBuilder integration\";s:11:\"create_date\";s:19:\"2022-10-03 09:18:02\";s:13:\"modified_date\";s:19:\"2023-07-11 06:19:03\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2235933\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/jetformbuilder-integration/\";s:7:\"excerpt\";s:37:\"Connect GamiPress with JetFormBuilder\";s:9:\"thumbnail\";s:68:\"https://gamipress.com/wp-content/uploads/2023/03/jet-formbuilder.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:44:\"GamiPress &#8211; JetFormBuilder integration\";s:4:\"slug\";s:36:\"gamipress-jetformbuilder-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:21:\"2023-03-19 9:32pm GMT\";s:5:\"added\";s:10:\"2022-10-03\";s:8:\"homepage\";s:67:\"https://wordpress.org/plugins/gamipress-jetformbuilder-integration/\";s:13:\"download_link\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-jetformbuilder-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"builder\";s:7:\"builder\";s:7:\"contact\";s:7:\"contact\";s:4:\"form\";s:4:\"form\";s:9:\"gamipress\";s:9:\"gamipress\";s:3:\"jet\";s:3:\"jet\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-jetformbuilder-integration.1.0.0.zip\";s:5:\"1.0.1\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-jetformbuilder-integration.1.0.1.zip\";s:5:\"trunk\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-jetformbuilder-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:91:\"https://ps.w.org/gamipress-jetformbuilder-integration/assets/banner-772x250.png?rev=2793332\";s:4:\"high\";s:92:\"https://ps.w.org/gamipress-jetformbuilder-integration/assets/banner-1544x500.png?rev=2793332\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://ps.w.org/gamipress-jetformbuilder-integration/assets/icon-256x256.png?rev=2793332\";s:2:\"2x\";s:89:\"https://ps.w.org/gamipress-jetformbuilder-integration/assets/icon-256x256.png?rev=2793332\";}}}i:116;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:700306;s:4:\"slug\";s:19:\"jetpack-integration\";s:5:\"title\";s:19:\"Jetpack integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:40:40\";s:13:\"modified_date\";s:19:\"2023-07-11 06:19:50\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=700306\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/jetpack-integration/\";s:7:\"excerpt\";s:30:\"Connect GamiPress with Jetpack\";s:9:\"thumbnail\";s:60:\"https://gamipress.com/wp-content/uploads/2018/09/jetpack.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:37:\"GamiPress &#8211; Jetpack integration\";s:4:\"slug\";s:29:\"gamipress-jetpack-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:90;s:12:\"last_updated\";s:21:\"2023-03-19 9:32pm GMT\";s:5:\"added\";s:10:\"2018-09-14\";s:8:\"homepage\";s:60:\"https://wordpress.org/plugins/gamipress-jetpack-integration/\";s:13:\"download_link\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-jetpack-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-jetpack-integration.1.0.0.zip\";s:5:\"trunk\";s:72:\"https://downloads.wordpress.org/plugin/gamipress-jetpack-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:84:\"https://ps.w.org/gamipress-jetpack-integration/assets/banner-772x250.png?rev=1941600\";s:4:\"high\";s:85:\"https://ps.w.org/gamipress-jetpack-integration/assets/banner-1544x500.png?rev=1941600\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://ps.w.org/gamipress-jetpack-integration/assets/icon-256x256.png?rev=1941600\";s:2:\"2x\";s:82:\"https://ps.w.org/gamipress-jetpack-integration/assets/icon-256x256.png?rev=1941600\";}}}i:117;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2257279;s:4:\"slug\";s:26:\"kadence-blocks-integration\";s:5:\"title\";s:26:\"Kadence Blocks integration\";s:11:\"create_date\";s:19:\"2023-10-09 09:03:04\";s:13:\"modified_date\";s:19:\"2023-10-09 09:03:26\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2257279\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/kadence-blocks-integration/\";s:7:\"excerpt\";s:37:\"Connect GamiPress with Kadence Blocks\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2023/10/kadence-blocks.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:118;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2266091;s:4:\"slug\";s:22:\"kali-forms-integration\";s:5:\"title\";s:22:\"Kali Forms integration\";s:11:\"create_date\";s:19:\"2024-08-13 09:35:17\";s:13:\"modified_date\";s:19:\"2024-08-13 11:04:11\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2266091\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/kali-forms-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with Kali Forms\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2024/08/banner-kali-forms-1.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:119;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2267003;s:4:\"slug\";s:15:\"qsm-integration\";s:5:\"title\";s:15:\"QSM integration\";s:11:\"create_date\";s:19:\"2024-10-17 13:30:16\";s:13:\"modified_date\";s:19:\"2024-10-17 13:30:16\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2267003\";s:9:\"permalink\";s:46:\"https://gamipress.com/add-ons/qsm-integration/\";s:7:\"excerpt\";s:26:\"Connect GamiPress with QSM\";s:9:\"thumbnail\";s:80:\"https://gamipress.com/wp-content/uploads/edd/2024/10/banner-quiz-master-next.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:120;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:11554;s:4:\"slug\";s:21:\"learndash-integration\";s:5:\"title\";s:21:\"LearnDash integration\";s:11:\"create_date\";s:19:\"2017-09-04 15:46:32\";s:13:\"modified_date\";s:19:\"2024-11-25 14:29:17\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://gamipress.com/?post_type=download&p=11554\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/learndash-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with LearnDash\";s:9:\"thumbnail\";s:64:\"https://gamipress.com/wp-content/uploads/2020/11/learndash-1.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:39:\"GamiPress &#8211; LearnDash integration\";s:4:\"slug\";s:31:\"gamipress-learndash-integration\";s:7:\"version\";s:5:\"1.3.5\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:4000;s:12:\"last_updated\";s:22:\"2023-06-02 10:41am GMT\";s:5:\"added\";s:10:\"2017-09-29\";s:8:\"homepage\";s:62:\"https://wordpress.org/plugins/gamipress-learndash-integration/\";s:13:\"download_link\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-learndash-integration.1.3.5.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:9:\"learndash\";s:9:\"learndash\";s:8:\"learning\";s:8:\"learning\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";O:8:\"stdClass\":7:{s:5:\"1.3.0\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-learndash-integration.1.3.0.zip\";s:5:\"1.3.1\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-learndash-integration.1.3.1.zip\";s:5:\"1.3.2\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-learndash-integration.1.3.2.zip\";s:5:\"1.3.3\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-learndash-integration.1.3.3.zip\";s:5:\"1.3.4\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-learndash-integration.1.3.4.zip\";s:5:\"1.3.5\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-learndash-integration.1.3.5.zip\";s:5:\"trunk\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-learndash-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:86:\"https://ps.w.org/gamipress-learndash-integration/assets/banner-772x250.png?rev=2413997\";s:4:\"high\";s:87:\"https://ps.w.org/gamipress-learndash-integration/assets/banner-1544x500.png?rev=2413997\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://ps.w.org/gamipress-learndash-integration/assets/icon-256x256.png?rev=2413997\";s:2:\"2x\";s:84:\"https://ps.w.org/gamipress-learndash-integration/assets/icon-256x256.png?rev=2413997\";}}}i:121;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1276;s:4:\"slug\";s:22:\"learnpress-integration\";s:5:\"title\";s:22:\"LearnPress integration\";s:11:\"create_date\";s:19:\"2017-09-03 14:32:19\";s:13:\"modified_date\";s:19:\"2023-07-11 06:21:04\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=1276\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/learnpress-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with LearnPress\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2022/04/learnpress.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:40:\"GamiPress &#8211; LearnPress integration\";s:4:\"slug\";s:32:\"gamipress-learnpress-integration\";s:7:\"version\";s:5:\"1.1.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:400;s:12:\"last_updated\";s:21:\"2023-03-19 9:33pm GMT\";s:5:\"added\";s:10:\"2017-07-27\";s:8:\"homepage\";s:63:\"https://wordpress.org/plugins/gamipress-learnpress-integration/\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-learnpress-integration.1.1.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"elearning\";s:9:\"elearning\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:10:\"learnpress\";s:10:\"learnpress\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.1.0\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-learnpress-integration.1.1.0.zip\";s:5:\"1.1.1\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-learnpress-integration.1.1.1.zip\";s:5:\"trunk\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-learnpress-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:87:\"https://ps.w.org/gamipress-learnpress-integration/assets/banner-772x250.png?rev=2657648\";s:4:\"high\";s:88:\"https://ps.w.org/gamipress-learnpress-integration/assets/banner-1544x500.png?rev=2657648\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://ps.w.org/gamipress-learnpress-integration/assets/icon-256x256.png?rev=2657648\";s:2:\"2x\";s:85:\"https://ps.w.org/gamipress-learnpress-integration/assets/icon-256x256.png?rev=2657648\";}}}i:122;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:280982;s:4:\"slug\";s:21:\"lifterlms-integration\";s:5:\"title\";s:21:\"LifterLMS integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:02:46\";s:13:\"modified_date\";s:19:\"2023-07-11 06:21:55\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=280982\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/lifterlms-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with LifterLMS\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2020/02/lifterlms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:39:\"GamiPress &#8211; LifterLMS integration\";s:4:\"slug\";s:31:\"gamipress-lifterlms-integration\";s:7:\"version\";s:5:\"1.0.8\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:33pm GMT\";s:5:\"added\";s:10:\"2018-02-13\";s:8:\"homepage\";s:62:\"https://wordpress.org/plugins/gamipress-lifterlms-integration/\";s:13:\"download_link\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.8.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"elearning\";s:9:\"elearning\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"lifter\";s:6:\"lifter\";s:9:\"lifterlms\";s:9:\"lifterlms\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";O:8:\"stdClass\":10:{s:5:\"1.0.0\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.0.zip\";s:5:\"1.0.1\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.1.zip\";s:5:\"1.0.2\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.2.zip\";s:5:\"1.0.3\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.3.zip\";s:5:\"1.0.4\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.4.zip\";s:5:\"1.0.5\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.5.zip\";s:5:\"1.0.6\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.6.zip\";s:5:\"1.0.7\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.7.zip\";s:5:\"1.0.8\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.1.0.8.zip\";s:5:\"trunk\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-lifterlms-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:86:\"https://ps.w.org/gamipress-lifterlms-integration/assets/banner-772x250.png?rev=2241749\";s:4:\"high\";s:87:\"https://ps.w.org/gamipress-lifterlms-integration/assets/banner-1544x500.png?rev=2241749\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://ps.w.org/gamipress-lifterlms-integration/assets/icon-256x256.png?rev=2241749\";s:2:\"2x\";s:84:\"https://ps.w.org/gamipress-lifterlms-integration/assets/icon-256x256.png?rev=2241749\";}}}i:123;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2108980;s:4:\"slug\";s:27:\"masterstudy-lms-integration\";s:5:\"title\";s:27:\"MasterStudy LMS integration\";s:11:\"create_date\";s:19:\"2017-09-04 17:20:27\";s:13:\"modified_date\";s:19:\"2023-07-11 06:22:39\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2108980\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/masterstudy-lms-integration/\";s:7:\"excerpt\";s:38:\"Connect GamiPress with MasterStudy LMS\";s:9:\"thumbnail\";s:74:\"https://gamipress.com/wp-content/uploads/2019/12/gamipress-masterstudy.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:45:\"GamiPress &#8211; MasterStudy LMS integration\";s:4:\"slug\";s:37:\"gamipress-masterstudy-lms-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:34pm GMT\";s:5:\"added\";s:10:\"2019-12-06\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-masterstudy-lms-integration/\";s:13:\"download_link\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-masterstudy-lms-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"gamipress\";s:9:\"gamipress\";s:3:\"lms\";s:3:\"lms\";s:6:\"master\";s:6:\"master\";s:11:\"masterstudy\";s:11:\"masterstudy\";s:5:\"study\";s:5:\"study\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-masterstudy-lms-integration.1.0.0.zip\";s:5:\"trunk\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-masterstudy-lms-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:92:\"https://ps.w.org/gamipress-masterstudy-lms-integration/assets/banner-772x250.png?rev=2207089\";s:4:\"high\";s:93:\"https://ps.w.org/gamipress-masterstudy-lms-integration/assets/banner-1544x500.png?rev=2207089\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://ps.w.org/gamipress-masterstudy-lms-integration/assets/icon-256x256.png?rev=2207089\";s:2:\"2x\";s:90:\"https://ps.w.org/gamipress-masterstudy-lms-integration/assets/icon-256x256.png?rev=2207089\";}}}i:124;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2115821;s:4:\"slug\";s:23:\"memberpress-integration\";s:5:\"title\";s:23:\"MemberPress integration\";s:11:\"create_date\";s:19:\"2020-03-24 10:16:32\";s:13:\"modified_date\";s:19:\"2023-07-11 06:23:16\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2115821\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/memberpress-integration/\";s:7:\"excerpt\";s:34:\"Connect GamiPress with MemberPress\";s:9:\"thumbnail\";s:64:\"https://gamipress.com/wp-content/uploads/2020/03/memberpress.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:41:\"GamiPress &#8211; MemberPress integration\";s:4:\"slug\";s:33:\"gamipress-memberpress-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:300;s:12:\"last_updated\";s:21:\"2023-03-19 9:34pm GMT\";s:5:\"added\";s:10:\"2020-03-24\";s:8:\"homepage\";s:64:\"https://wordpress.org/plugins/gamipress-memberpress-integration/\";s:13:\"download_link\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-memberpress-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:11:\"memberpress\";s:11:\"memberpress\";s:10:\"membership\";s:10:\"membership\";s:12:\"subscription\";s:12:\"subscription\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-memberpress-integration.1.0.0.zip\";s:5:\"1.0.1\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-memberpress-integration.1.0.1.zip\";s:5:\"trunk\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-memberpress-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:88:\"https://ps.w.org/gamipress-memberpress-integration/assets/banner-772x250.png?rev=2266470\";s:4:\"high\";s:89:\"https://ps.w.org/gamipress-memberpress-integration/assets/banner-1544x500.png?rev=2266470\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://ps.w.org/gamipress-memberpress-integration/assets/icon-256x256.png?rev=2266470\";s:2:\"2x\";s:86:\"https://ps.w.org/gamipress-memberpress-integration/assets/icon-256x256.png?rev=2266470\";}}}i:125;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2242075;s:4:\"slug\";s:20:\"meta-box-integration\";s:5:\"title\";s:20:\"Meta Box integration\";s:11:\"create_date\";s:19:\"2022-11-23 14:57:03\";s:13:\"modified_date\";s:19:\"2023-07-11 06:23:56\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2242075\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/meta-box-integration/\";s:7:\"excerpt\";s:31:\"Connect GamiPress with Meta Box\";s:9:\"thumbnail\";s:61:\"https://gamipress.com/wp-content/uploads/2022/11/meta-box.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:38:\"GamiPress &#8211; Meta Box integration\";s:4:\"slug\";s:30:\"gamipress-meta-box-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:21:\"2023-03-19 9:34pm GMT\";s:5:\"added\";s:10:\"2022-11-23\";s:8:\"homepage\";s:61:\"https://wordpress.org/plugins/gamipress-meta-box-integration/\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-meta-box-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:3:\"box\";s:3:\"Box\";s:6:\"custom\";s:6:\"custom\";s:6:\"fields\";s:6:\"fields\";s:9:\"gamipress\";s:9:\"gamipress\";s:4:\"meta\";s:4:\"meta\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-meta-box-integration.1.0.0.zip\";s:5:\"1.0.1\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-meta-box-integration.1.0.1.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-meta-box-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-meta-box-integration/assets/banner-772x250.png?rev=2822947\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-meta-box-integration/assets/banner-1544x500.png?rev=2822947\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-meta-box-integration/assets/icon-256x256.png?rev=2822947\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-meta-box-integration/assets/icon-256x256.png?rev=2822947\";}}}i:126;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2170878;s:4:\"slug\";s:34:\"modern-events-calendar-integration\";s:5:\"title\";s:34:\"Modern Events Calendar integration\";s:11:\"create_date\";s:19:\"2021-05-31 17:50:31\";s:13:\"modified_date\";s:19:\"2023-07-11 06:25:00\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2170878\";s:9:\"permalink\";s:65:\"https://gamipress.com/add-ons/modern-events-calendar-integration/\";s:7:\"excerpt\";s:45:\"Connect GamiPress with Modern Events Calendar\";s:9:\"thumbnail\";s:79:\"https://gamipress.com/wp-content/uploads/edd/2022/01/modern-events-calendar.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:52:\"GamiPress &#8211; Modern Events Calendar integration\";s:4:\"slug\";s:44:\"gamipress-modern-events-calendar-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:90;s:12:\"last_updated\";s:21:\"2023-03-19 9:34pm GMT\";s:5:\"added\";s:10:\"2021-05-31\";s:8:\"homepage\";s:75:\"https://wordpress.org/plugins/gamipress-modern-events-calendar-integration/\";s:13:\"download_link\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-modern-events-calendar-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:8:\"calendar\";s:8:\"calendar\";s:6:\"events\";s:6:\"events\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"modern\";s:6:\"modern\";s:6:\"ticket\";s:6:\"ticket\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:93:\"https://downloads.wordpress.org/plugin/gamipress-modern-events-calendar-integration.1.0.0.zip\";s:5:\"trunk\";s:87:\"https://downloads.wordpress.org/plugin/gamipress-modern-events-calendar-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:99:\"https://ps.w.org/gamipress-modern-events-calendar-integration/assets/banner-772x250.png?rev=2657649\";s:4:\"high\";s:100:\"https://ps.w.org/gamipress-modern-events-calendar-integration/assets/banner-1544x500.png?rev=2657649\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:97:\"https://ps.w.org/gamipress-modern-events-calendar-integration/assets/icon-256x256.png?rev=2657649\";s:2:\"2x\";s:97:\"https://ps.w.org/gamipress-modern-events-calendar-integration/assets/icon-256x256.png?rev=2657649\";}}}i:127;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1291;s:4:\"slug\";s:23:\"ninja-forms-integration\";s:5:\"title\";s:23:\"Ninja Forms integration\";s:11:\"create_date\";s:19:\"2017-09-03 14:35:32\";s:13:\"modified_date\";s:19:\"2023-07-11 06:25:40\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=1291\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/ninja-forms-integration/\";s:7:\"excerpt\";s:34:\"Connect GamiPress with Ninja Forms\";s:9:\"thumbnail\";s:64:\"https://gamipress.com/wp-content/uploads/2017/07/ninja-forms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:41:\"GamiPress &#8211; Ninja Forms integration\";s:4:\"slug\";s:33:\"gamipress-ninja-forms-integration\";s:7:\"version\";s:5:\"1.1.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:80;s:12:\"last_updated\";s:21:\"2023-03-19 9:35pm GMT\";s:5:\"added\";s:10:\"2017-07-24\";s:8:\"homepage\";s:64:\"https://wordpress.org/plugins/gamipress-ninja-forms-integration/\";s:13:\"download_link\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.1.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:5:\"forms\";s:5:\"forms\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":13:{s:5:\"1.0.0\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.0.zip\";s:5:\"1.0.1\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.1.zip\";s:5:\"1.0.2\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.2.zip\";s:5:\"1.0.3\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.3.zip\";s:5:\"1.0.4\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.4.zip\";s:5:\"1.0.5\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.5.zip\";s:5:\"1.0.6\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.6.zip\";s:5:\"1.0.7\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.7.zip\";s:5:\"1.0.8\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.8.zip\";s:5:\"1.0.9\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.0.9.zip\";s:5:\"1.1.0\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.1.0.zip\";s:5:\"1.1.1\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.1.1.1.zip\";s:5:\"trunk\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-ninja-forms-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:88:\"https://ps.w.org/gamipress-ninja-forms-integration/assets/banner-772x250.png?rev=1701797\";s:4:\"high\";s:89:\"https://ps.w.org/gamipress-ninja-forms-integration/assets/banner-1544x500.png?rev=1701797\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://ps.w.org/gamipress-ninja-forms-integration/assets/icon-256x256.png?rev=1701797\";s:2:\"2x\";s:86:\"https://ps.w.org/gamipress-ninja-forms-integration/assets/icon-256x256.png?rev=1701797\";}}}i:128;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2117292;s:4:\"slug\";s:32:\"paid-memberships-pro-integration\";s:5:\"title\";s:32:\"Paid Memberships Pro integration\";s:11:\"create_date\";s:19:\"2020-04-14 09:30:52\";s:13:\"modified_date\";s:19:\"2023-07-11 06:26:29\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2117292\";s:9:\"permalink\";s:63:\"https://gamipress.com/add-ons/paid-memberships-pro-integration/\";s:7:\"excerpt\";s:43:\"Connect GamiPress with Paid Memberships Pro\";s:9:\"thumbnail\";s:73:\"https://gamipress.com/wp-content/uploads/2020/04/paid-memberships-pro.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:50:\"GamiPress &#8211; Paid Memberships Pro integration\";s:4:\"slug\";s:42:\"gamipress-paid-memberships-pro-integration\";s:7:\"version\";s:5:\"1.0.5\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:200;s:12:\"last_updated\";s:21:\"2023-03-19 9:35pm GMT\";s:5:\"added\";s:10:\"2020-04-14\";s:8:\"homepage\";s:73:\"https://wordpress.org/plugins/gamipress-paid-memberships-pro-integration/\";s:13:\"download_link\";s:91:\"https://downloads.wordpress.org/plugin/gamipress-paid-memberships-pro-integration.1.0.5.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"member\";s:6:\"member\";s:7:\"members\";s:7:\"members\";s:10:\"membership\";s:10:\"membership\";s:11:\"memberships\";s:11:\"memberships\";}s:8:\"versions\";O:8:\"stdClass\":7:{s:5:\"1.0.0\";s:91:\"https://downloads.wordpress.org/plugin/gamipress-paid-memberships-pro-integration.1.0.0.zip\";s:5:\"1.0.1\";s:91:\"https://downloads.wordpress.org/plugin/gamipress-paid-memberships-pro-integration.1.0.1.zip\";s:5:\"1.0.2\";s:91:\"https://downloads.wordpress.org/plugin/gamipress-paid-memberships-pro-integration.1.0.2.zip\";s:5:\"1.0.3\";s:91:\"https://downloads.wordpress.org/plugin/gamipress-paid-memberships-pro-integration.1.0.3.zip\";s:5:\"1.0.4\";s:91:\"https://downloads.wordpress.org/plugin/gamipress-paid-memberships-pro-integration.1.0.4.zip\";s:5:\"1.0.5\";s:91:\"https://downloads.wordpress.org/plugin/gamipress-paid-memberships-pro-integration.1.0.5.zip\";s:5:\"trunk\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-paid-memberships-pro-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:97:\"https://ps.w.org/gamipress-paid-memberships-pro-integration/assets/banner-772x250.png?rev=2282949\";s:4:\"high\";s:98:\"https://ps.w.org/gamipress-paid-memberships-pro-integration/assets/banner-1544x500.png?rev=2282949\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:95:\"https://ps.w.org/gamipress-paid-memberships-pro-integration/assets/icon-256x256.png?rev=2282949\";s:2:\"2x\";s:95:\"https://ps.w.org/gamipress-paid-memberships-pro-integration/assets/icon-256x256.png?rev=2282949\";}}}i:129;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:436902;s:4:\"slug\";s:18:\"peepso-integration\";s:5:\"title\";s:18:\"PeepSo integration\";s:11:\"create_date\";s:19:\"2017-09-04 15:59:00\";s:13:\"modified_date\";s:19:\"2023-07-11 06:27:08\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=436902\";s:9:\"permalink\";s:49:\"https://gamipress.com/add-ons/peepso-integration/\";s:7:\"excerpt\";s:29:\"Connect GamiPress with PeepSo\";s:9:\"thumbnail\";s:61:\"https://gamipress.com/wp-content/uploads/2018/05/peepso-1.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:36:\"GamiPress &#8211; PeepSo integration\";s:4:\"slug\";s:28:\"gamipress-peepso-integration\";s:7:\"version\";s:5:\"1.1.6\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:40;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:35pm GMT\";s:5:\"added\";s:10:\"2018-05-14\";s:8:\"homepage\";s:59:\"https://wordpress.org/plugins/gamipress-peepso-integration/\";s:13:\"download_link\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-peepso-integration.1.1.6.zip\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:1:\"1\";O:8:\"stdClass\":2:{s:3:\"src\";s:81:\"https://ps.w.org/gamipress-peepso-integration/assets/screenshot-1.png?rev=1873793\";s:7:\"caption\";s:60:\"Show user points, achievements and ranks on frontend profile\";}}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":8:{s:5:\"1.1.0\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-peepso-integration.1.1.0.zip\";s:5:\"1.1.1\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-peepso-integration.1.1.1.zip\";s:5:\"1.1.2\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-peepso-integration.1.1.2.zip\";s:5:\"1.1.3\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-peepso-integration.1.1.3.zip\";s:5:\"1.1.4\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-peepso-integration.1.1.4.zip\";s:5:\"1.1.5\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-peepso-integration.1.1.5.zip\";s:5:\"1.1.6\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-peepso-integration.1.1.6.zip\";s:5:\"trunk\";s:71:\"https://downloads.wordpress.org/plugin/gamipress-peepso-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:83:\"https://ps.w.org/gamipress-peepso-integration/assets/banner-772x250.png?rev=1874868\";s:4:\"high\";s:84:\"https://ps.w.org/gamipress-peepso-integration/assets/banner-1544x500.png?rev=1874868\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:81:\"https://ps.w.org/gamipress-peepso-integration/assets/icon-256x256.png?rev=1874868\";s:2:\"2x\";s:81:\"https://ps.w.org/gamipress-peepso-integration/assets/icon-256x256.png?rev=1874868\";}}}i:130;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2159671;s:4:\"slug\";s:25:\"presto-player-integration\";s:5:\"title\";s:25:\"Presto Player integration\";s:11:\"create_date\";s:19:\"2021-03-15 17:44:42\";s:13:\"modified_date\";s:19:\"2024-08-06 07:35:39\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2159671\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/presto-player-integration/\";s:7:\"excerpt\";s:36:\"Connect GamiPress with Presto Player\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2021/03/presto-player.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:43:\"GamiPress &#8211; Presto Player integration\";s:4:\"slug\";s:35:\"gamipress-presto-player-integration\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:35pm GMT\";s:5:\"added\";s:10:\"2021-03-15\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-presto-player-integration/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-presto-player-integration.1.0.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"player\";s:6:\"player\";s:6:\"presto\";s:6:\"presto\";s:5:\"video\";s:5:\"video\";}s:8:\"versions\";O:8:\"stdClass\":5:{s:5:\"1.0.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-presto-player-integration.1.0.0.zip\";s:5:\"1.0.1\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-presto-player-integration.1.0.1.zip\";s:5:\"1.0.2\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-presto-player-integration.1.0.2.zip\";s:5:\"1.0.3\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-presto-player-integration.1.0.3.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-presto-player-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-presto-player-integration/assets/banner-772x250.png?rev=2496218\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-presto-player-integration/assets/banner-1544x500.png?rev=2496218\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-presto-player-integration/assets/icon-256x256.png?rev=2496218\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-presto-player-integration/assets/icon-256x256.png?rev=2496218\";}}}i:131;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2124046;s:4:\"slug\";s:32:\"restrict-content-pro-integration\";s:5:\"title\";s:32:\"Restrict Content Pro integration\";s:11:\"create_date\";s:19:\"2020-06-19 11:26:43\";s:13:\"modified_date\";s:19:\"2023-07-11 06:28:26\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2124046\";s:9:\"permalink\";s:63:\"https://gamipress.com/add-ons/restrict-content-pro-integration/\";s:7:\"excerpt\";s:43:\"Connect GamiPress with Restrict Content Pro\";s:9:\"thumbnail\";s:73:\"https://gamipress.com/wp-content/uploads/2020/06/restrict-content-pro.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:50:\"GamiPress &#8211; Restrict Content Pro integration\";s:4:\"slug\";s:42:\"gamipress-restrict-content-pro-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:80;s:12:\"last_updated\";s:21:\"2023-03-19 9:36pm GMT\";s:5:\"added\";s:10:\"2020-06-19\";s:8:\"homepage\";s:73:\"https://wordpress.org/plugins/gamipress-restrict-content-pro-integration/\";s:13:\"download_link\";s:91:\"https://downloads.wordpress.org/plugin/gamipress-restrict-content-pro-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"members\";s:7:\"members\";s:10:\"membership\";s:10:\"membership\";s:11:\"memberships\";s:11:\"memberships\";s:16:\"restrict-content\";s:16:\"restrict content\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:91:\"https://downloads.wordpress.org/plugin/gamipress-restrict-content-pro-integration.1.0.0.zip\";s:5:\"trunk\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-restrict-content-pro-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:97:\"https://ps.w.org/gamipress-restrict-content-pro-integration/assets/banner-772x250.png?rev=2327416\";s:4:\"high\";s:98:\"https://ps.w.org/gamipress-restrict-content-pro-integration/assets/banner-1544x500.png?rev=2327416\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:95:\"https://ps.w.org/gamipress-restrict-content-pro-integration/assets/icon-256x256.png?rev=2327416\";s:2:\"2x\";s:95:\"https://ps.w.org/gamipress-restrict-content-pro-integration/assets/icon-256x256.png?rev=2327416\";}}}i:132;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2266099;s:4:\"slug\";s:23:\"pretty-link-integration\";s:5:\"title\";s:24:\"Pretty Links integration\";s:11:\"create_date\";s:19:\"2024-08-13 11:04:13\";s:13:\"modified_date\";s:19:\"2024-08-19 16:26:38\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2266099\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/pretty-link-integration/\";s:7:\"excerpt\";s:35:\"Connect GamiPress with Pretty Links\";s:9:\"thumbnail\";s:71:\"https://gamipress.com/wp-content/uploads/2024/08/banner-pretty-link.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:25;s:4:\"name\";s:9:\"Affiliate\";s:4:\"slug\";s:9:\"affiliate\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:133;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:299369;s:4:\"slug\";s:18:\"sensei-integration\";s:5:\"title\";s:18:\"Sensei integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:01:41\";s:13:\"modified_date\";s:19:\"2023-07-11 06:29:02\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=299369\";s:9:\"permalink\";s:49:\"https://gamipress.com/add-ons/sensei-integration/\";s:7:\"excerpt\";s:29:\"Connect GamiPress with Sensei\";s:9:\"thumbnail\";s:59:\"https://gamipress.com/wp-content/uploads/2021/05/sensei.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:36:\"GamiPress &#8211; Sensei integration\";s:4:\"slug\";s:28:\"gamipress-sensei-integration\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:90;s:12:\"last_updated\";s:21:\"2023-03-19 9:36pm GMT\";s:5:\"added\";s:10:\"2018-02-21\";s:8:\"homepage\";s:59:\"https://wordpress.org/plugins/gamipress-sensei-integration/\";s:13:\"download_link\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-sensei-integration.1.0.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"elearning\";s:9:\"elearning\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:8:\"learning\";s:8:\"learning\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.0.0\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-sensei-integration.1.0.0.zip\";s:5:\"1.0.1\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-sensei-integration.1.0.1.zip\";s:5:\"1.0.2\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-sensei-integration.1.0.2.zip\";s:5:\"trunk\";s:71:\"https://downloads.wordpress.org/plugin/gamipress-sensei-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:83:\"https://ps.w.org/gamipress-sensei-integration/assets/banner-772x250.png?rev=1825886\";s:4:\"high\";s:84:\"https://ps.w.org/gamipress-sensei-integration/assets/banner-1544x500.png?rev=1825886\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:81:\"https://ps.w.org/gamipress-sensei-integration/assets/icon-256x256.png?rev=1825886\";s:2:\"2x\";s:81:\"https://ps.w.org/gamipress-sensei-integration/assets/icon-256x256.png?rev=1825886\";}}}i:134;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:920827;s:4:\"slug\";s:23:\"simplepress-integration\";s:5:\"title\";s:24:\"Simple:Press integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:30:02\";s:13:\"modified_date\";s:19:\"2023-07-11 06:29:43\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=920827\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/simplepress-integration/\";s:7:\"excerpt\";s:35:\"Connect GamiPress with Simple:Press\";s:9:\"thumbnail\";s:65:\"https://gamipress.com/wp-content/uploads/2018/11/simple-press.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:42:\"GamiPress &#8211; Simple:Press integration\";s:4:\"slug\";s:33:\"gamipress-simplepress-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:21:\"2023-03-19 9:36pm GMT\";s:5:\"added\";s:10:\"2018-11-21\";s:8:\"homepage\";s:64:\"https://wordpress.org/plugins/gamipress-simplepress-integration/\";s:13:\"download_link\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-simplepress-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:6:\"forums\";s:6:\"forums\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-simplepress-integration.1.0.0.zip\";s:5:\"1.0.1\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-simplepress-integration.1.0.1.zip\";s:5:\"trunk\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-simplepress-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:88:\"https://ps.w.org/gamipress-simplepress-integration/assets/banner-772x250.png?rev=1977926\";s:4:\"high\";s:89:\"https://ps.w.org/gamipress-simplepress-integration/assets/banner-1544x500.png?rev=1977926\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://ps.w.org/gamipress-simplepress-integration/assets/icon-256x256.png?rev=1977926\";s:2:\"2x\";s:86:\"https://ps.w.org/gamipress-simplepress-integration/assets/icon-256x256.png?rev=1977926\";}}}i:135;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2187310;s:4:\"slug\";s:19:\"slicewp-integration\";s:5:\"title\";s:19:\"SliceWP integration\";s:11:\"create_date\";s:19:\"2021-10-08 10:05:03\";s:13:\"modified_date\";s:19:\"2023-07-11 06:30:23\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2187310\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/slicewp-integration/\";s:7:\"excerpt\";s:31:\"Connect GamiPress with SliceWP \";s:9:\"thumbnail\";s:60:\"https://gamipress.com/wp-content/uploads/2021/10/slicewp.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:25;s:4:\"name\";s:9:\"Affiliate\";s:4:\"slug\";s:9:\"affiliate\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:37:\"GamiPress &#8211; SliceWP integration\";s:4:\"slug\";s:29:\"gamipress-slicewp-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:21:\"2023-05-12 5:10pm GMT\";s:5:\"added\";s:10:\"2021-10-08\";s:8:\"homepage\";s:60:\"https://wordpress.org/plugins/gamipress-slicewp-integration/\";s:13:\"download_link\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-slicewp-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"affiliate\";s:9:\"affiliate\";s:10:\"commission\";s:10:\"commission\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"slicewp\";s:7:\"slicewp\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-slicewp-integration.1.0.0.zip\";s:5:\"1.0.1\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-slicewp-integration.1.0.1.zip\";s:5:\"trunk\";s:72:\"https://downloads.wordpress.org/plugin/gamipress-slicewp-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:84:\"https://ps.w.org/gamipress-slicewp-integration/assets/banner-772x250.png?rev=2611393\";s:4:\"high\";s:85:\"https://ps.w.org/gamipress-slicewp-integration/assets/banner-1544x500.png?rev=2611393\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://ps.w.org/gamipress-slicewp-integration/assets/icon-256x256.png?rev=2611393\";s:2:\"2x\";s:82:\"https://ps.w.org/gamipress-slicewp-integration/assets/icon-256x256.png?rev=2611393\";}}}i:136;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2236108;s:4:\"slug\";s:22:\"studiocart-integration\";s:5:\"title\";s:22:\"Studiocart integration\";s:11:\"create_date\";s:19:\"2022-10-05 10:15:00\";s:13:\"modified_date\";s:19:\"2023-07-11 06:31:57\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2236108\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/studiocart-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with Studiocart\";s:9:\"thumbnail\";s:70:\"https://gamipress.com/wp-content/uploads/2022/10/studiocart-banner.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:40:\"GamiPress &#8211; Studiocart integration\";s:4:\"slug\";s:32:\"gamipress-studiocart-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:21:\"2023-03-19 9:36pm GMT\";s:5:\"added\";s:10:\"2022-10-04\";s:8:\"homepage\";s:63:\"https://wordpress.org/plugins/gamipress-studiocart-integration/\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-studiocart-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:8:\"checkout\";s:8:\"checkout\";s:8:\"commerce\";s:8:\"commerce\";s:6:\"custom\";s:6:\"custom\";s:9:\"gamipress\";s:9:\"gamipress\";s:10:\"studiocart\";s:10:\"Studiocart\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-studiocart-integration.1.0.0.zip\";s:5:\"trunk\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-studiocart-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:87:\"https://ps.w.org/gamipress-studiocart-integration/assets/banner-772x250.png?rev=2794280\";s:4:\"high\";s:88:\"https://ps.w.org/gamipress-studiocart-integration/assets/banner-1544x500.png?rev=2794280\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://ps.w.org/gamipress-studiocart-integration/assets/icon-256x256.png?rev=2794280\";s:2:\"2x\";s:85:\"https://ps.w.org/gamipress-studiocart-integration/assets/icon-256x256.png?rev=2794280\";}}}i:137;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2248912;s:4:\"slug\";s:20:\"surecart-integration\";s:5:\"title\";s:20:\"SureCart integration\";s:11:\"create_date\";s:19:\"2023-03-03 11:12:09\";s:13:\"modified_date\";s:19:\"2023-07-11 06:32:38\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2248912\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/surecart-integration/\";s:7:\"excerpt\";s:31:\"Connect GamiPress with SureCart\";s:9:\"thumbnail\";s:61:\"https://gamipress.com/wp-content/uploads/2023/03/surecart.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:38:\"GamiPress &#8211; SureCart integration\";s:4:\"slug\";s:30:\"gamipress-surecart-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:21:\"2023-03-19 9:37pm GMT\";s:5:\"added\";s:10:\"2023-03-03\";s:8:\"homepage\";s:61:\"https://wordpress.org/plugins/gamipress-surecart-integration/\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-surecart-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:4:\"cart\";s:4:\"cart\";s:9:\"ecommerce\";s:9:\"ecommerce\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"store\";s:5:\"store\";s:8:\"surecart\";s:8:\"surecart\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-surecart-integration.1.0.0.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-surecart-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-surecart-integration/assets/banner-772x250.png?rev=2874283\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-surecart-integration/assets/banner-1544x500.png?rev=2874283\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-surecart-integration/assets/icon-256x256.png?rev=2874283\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-surecart-integration/assets/icon-256x256.png?rev=2874283\";}}}i:138;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2103469;s:4:\"slug\";s:31:\"the-events-calendar-integration\";s:5:\"title\";s:31:\"The Events Calendar integration\";s:11:\"create_date\";s:19:\"2017-09-04 17:15:32\";s:13:\"modified_date\";s:19:\"2023-07-11 06:33:16\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2103469\";s:9:\"permalink\";s:62:\"https://gamipress.com/add-ons/the-events-calendar-integration/\";s:7:\"excerpt\";s:42:\"Connect GamiPress with The Events Calendar\";s:9:\"thumbnail\";s:79:\"https://gamipress.com/wp-content/uploads/2021/05/the-events-calendar-banner.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:49:\"GamiPress &#8211; The Events Calendar integration\";s:4:\"slug\";s:41:\"gamipress-the-events-calendar-integration\";s:7:\"version\";s:5:\"1.0.6\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:37pm GMT\";s:5:\"added\";s:10:\"2019-09-20\";s:8:\"homepage\";s:72:\"https://wordpress.org/plugins/gamipress-the-events-calendar-integration/\";s:13:\"download_link\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-the-events-calendar-integration.1.0.6.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:8:\"calendar\";s:8:\"calendar\";s:6:\"events\";s:6:\"events\";s:9:\"gamipress\";s:9:\"gamipress\";s:4:\"rsvp\";s:4:\"RSVP\";s:6:\"ticket\";s:6:\"ticket\";}s:8:\"versions\";O:8:\"stdClass\":8:{s:5:\"1.0.0\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-the-events-calendar-integration.1.0.0.zip\";s:5:\"1.0.1\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-the-events-calendar-integration.1.0.1.zip\";s:5:\"1.0.2\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-the-events-calendar-integration.1.0.2.zip\";s:5:\"1.0.3\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-the-events-calendar-integration.1.0.3.zip\";s:5:\"1.0.4\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-the-events-calendar-integration.1.0.4.zip\";s:5:\"1.0.5\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-the-events-calendar-integration.1.0.5.zip\";s:5:\"1.0.6\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-the-events-calendar-integration.1.0.6.zip\";s:5:\"trunk\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-the-events-calendar-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:96:\"https://ps.w.org/gamipress-the-events-calendar-integration/assets/banner-772x250.png?rev=2241759\";s:4:\"high\";s:97:\"https://ps.w.org/gamipress-the-events-calendar-integration/assets/banner-1544x500.png?rev=2241759\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:94:\"https://ps.w.org/gamipress-the-events-calendar-integration/assets/icon-256x256.png?rev=2241759\";s:2:\"2x\";s:94:\"https://ps.w.org/gamipress-the-events-calendar-integration/assets/icon-256x256.png?rev=2241759\";}}}i:139;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2216065;s:4:\"slug\";s:29:\"thrive-apprentice-integration\";s:5:\"title\";s:29:\"Thrive Apprentice integration\";s:11:\"create_date\";s:19:\"2022-05-02 08:10:48\";s:13:\"modified_date\";s:19:\"2023-07-11 06:34:33\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2216065\";s:9:\"permalink\";s:60:\"https://gamipress.com/add-ons/thrive-apprentice-integration/\";s:7:\"excerpt\";s:40:\"Connect GamiPress with Thrive Apprentice\";s:9:\"thumbnail\";s:70:\"https://gamipress.com/wp-content/uploads/2022/05/thrive-apprentice.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:47:\"GamiPress &#8211; Thrive Apprentice integration\";s:4:\"slug\";s:39:\"gamipress-thrive-apprentice-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2023-06-09 1:49pm GMT\";s:5:\"added\";s:10:\"2022-05-02\";s:8:\"homepage\";s:70:\"https://wordpress.org/plugins/gamipress-thrive-apprentice-integration/\";s:13:\"download_link\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:10:\"apprentice\";s:10:\"apprentice\";s:11:\"automatorwp\";s:11:\"automatorwp\";s:6:\"course\";s:6:\"course\";s:6:\"module\";s:6:\"module\";s:6:\"thrive\";s:6:\"thrive\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.1.0.0.zip\";s:5:\"1.0.1\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.1.0.1.zip\";s:5:\"trunk\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:94:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/banner-772x250.png?rev=2717025\";s:4:\"high\";s:95:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/banner-1544x500.png?rev=2717025\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:92:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/icon-256x256.png?rev=2717025\";s:2:\"2x\";s:92:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/icon-256x256.png?rev=2717025\";}}}i:140;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2254949;s:4:\"slug\";s:24:\"thrive-leads-integration\";s:5:\"title\";s:24:\"Thrive Leads integration\";s:11:\"create_date\";s:19:\"2023-07-14 07:29:22\";s:13:\"modified_date\";s:19:\"2023-07-14 07:29:22\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2254949\";s:9:\"permalink\";s:55:\"https://gamipress.com/add-ons/thrive-leads-integration/\";s:7:\"excerpt\";s:35:\"Connect GamiPress with Thrive Leads\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2023/07/thrive-leads-banner.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:47:\"GamiPress &#8211; Thrive Apprentice integration\";s:4:\"slug\";s:39:\"gamipress-thrive-apprentice-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2023-06-09 1:49pm GMT\";s:5:\"added\";s:10:\"2022-05-02\";s:8:\"homepage\";s:70:\"https://wordpress.org/plugins/gamipress-thrive-apprentice-integration/\";s:13:\"download_link\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:10:\"apprentice\";s:10:\"apprentice\";s:11:\"automatorwp\";s:11:\"automatorwp\";s:6:\"course\";s:6:\"course\";s:6:\"module\";s:6:\"module\";s:6:\"thrive\";s:6:\"thrive\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.1.0.0.zip\";s:5:\"1.0.1\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.1.0.1.zip\";s:5:\"trunk\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:94:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/banner-772x250.png?rev=2717025\";s:4:\"high\";s:95:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/banner-1544x500.png?rev=2717025\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:92:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/icon-256x256.png?rev=2717025\";s:2:\"2x\";s:92:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/icon-256x256.png?rev=2717025\";}}}i:141;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2254950;s:4:\"slug\";s:26:\"thrive-ovation-integration\";s:5:\"title\";s:26:\"Thrive Ovation integration\";s:11:\"create_date\";s:19:\"2023-07-14 07:29:19\";s:13:\"modified_date\";s:19:\"2023-07-14 07:31:37\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2254950\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/thrive-ovation-integration/\";s:7:\"excerpt\";s:37:\"Connect GamiPress with Thrive Ovation\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2023/07/thrive-ovation-logo.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:47:\"GamiPress &#8211; Thrive Apprentice integration\";s:4:\"slug\";s:39:\"gamipress-thrive-apprentice-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2023-06-09 1:49pm GMT\";s:5:\"added\";s:10:\"2022-05-02\";s:8:\"homepage\";s:70:\"https://wordpress.org/plugins/gamipress-thrive-apprentice-integration/\";s:13:\"download_link\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:10:\"apprentice\";s:10:\"apprentice\";s:11:\"automatorwp\";s:11:\"automatorwp\";s:6:\"course\";s:6:\"course\";s:6:\"module\";s:6:\"module\";s:6:\"thrive\";s:6:\"thrive\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.1.0.0.zip\";s:5:\"1.0.1\";s:88:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.1.0.1.zip\";s:5:\"trunk\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-thrive-apprentice-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:94:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/banner-772x250.png?rev=2717025\";s:4:\"high\";s:95:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/banner-1544x500.png?rev=2717025\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:92:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/icon-256x256.png?rev=2717025\";s:2:\"2x\";s:92:\"https://ps.w.org/gamipress-thrive-apprentice-integration/assets/icon-256x256.png?rev=2717025\";}}}i:142;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2220883;s:4:\"slug\";s:31:\"thrive-quiz-builder-integration\";s:5:\"title\";s:31:\"Thrive Quiz Builder integration\";s:11:\"create_date\";s:19:\"2022-06-03 07:35:41\";s:13:\"modified_date\";s:19:\"2023-07-11 06:35:14\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2220883\";s:9:\"permalink\";s:62:\"https://gamipress.com/add-ons/thrive-quiz-builder-integration/\";s:7:\"excerpt\";s:42:\"Connect GamiPress with Thrive Quiz Builder\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2022/06/thrive-quiz-builder.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:49:\"GamiPress &#8211; Thrive Quiz Builder integration\";s:4:\"slug\";s:41:\"gamipress-thrive-quiz-builder-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:37pm GMT\";s:5:\"added\";s:10:\"2022-06-03\";s:8:\"homepage\";s:72:\"https://wordpress.org/plugins/gamipress-thrive-quiz-builder-integration/\";s:13:\"download_link\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-thrive-quiz-builder-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:10:\"apprentice\";s:10:\"apprentice\";s:11:\"automatorwp\";s:11:\"automatorwp\";s:6:\"course\";s:6:\"course\";s:6:\"module\";s:6:\"module\";s:6:\"thrive\";s:6:\"thrive\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:90:\"https://downloads.wordpress.org/plugin/gamipress-thrive-quiz-builder-integration.1.0.0.zip\";s:5:\"trunk\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-thrive-quiz-builder-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:96:\"https://ps.w.org/gamipress-thrive-quiz-builder-integration/assets/banner-772x250.png?rev=2736804\";s:4:\"high\";s:97:\"https://ps.w.org/gamipress-thrive-quiz-builder-integration/assets/banner-1544x500.png?rev=2736804\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:94:\"https://ps.w.org/gamipress-thrive-quiz-builder-integration/assets/icon-256x256.png?rev=2736804\";s:2:\"2x\";s:94:\"https://ps.w.org/gamipress-thrive-quiz-builder-integration/assets/icon-256x256.png?rev=2736804\";}}}i:143;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1677015;s:4:\"slug\";s:21:\"tutor-lms-integration\";s:5:\"title\";s:21:\"Tutor LMS integration\";s:11:\"create_date\";s:19:\"2017-09-04 17:05:20\";s:13:\"modified_date\";s:19:\"2024-11-25 14:20:19\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1677015\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/tutor-lms-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with Tutor LMS\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2019/04/gamipress-tutor-lms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:39:\"GamiPress &#8211; Tutor LMS integration\";s:4:\"slug\";s:27:\"gamipress-tutor-integration\";s:7:\"version\";s:5:\"1.0.7\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:1000;s:12:\"last_updated\";s:22:\"2023-05-22 11:37am GMT\";s:5:\"added\";s:10:\"2019-04-26\";s:8:\"homepage\";s:58:\"https://wordpress.org/plugins/gamipress-tutor-integration/\";s:13:\"download_link\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.1.0.7.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:8:\"learning\";s:8:\"learning\";s:3:\"lms\";s:3:\"lms\";s:5:\"tutor\";s:5:\"tutor\";}s:8:\"versions\";O:8:\"stdClass\":9:{s:5:\"1.0.0\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.1.0.0.zip\";s:5:\"1.0.1\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.1.0.1.zip\";s:5:\"1.0.2\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.1.0.2.zip\";s:5:\"1.0.3\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.1.0.3.zip\";s:5:\"1.0.4\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.1.0.4.zip\";s:5:\"1.0.5\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.1.0.5.zip\";s:5:\"1.0.6\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.1.0.6.zip\";s:5:\"1.0.7\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.1.0.7.zip\";s:5:\"trunk\";s:70:\"https://downloads.wordpress.org/plugin/gamipress-tutor-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:82:\"https://ps.w.org/gamipress-tutor-integration/assets/banner-772x250.png?rev=2075493\";s:4:\"high\";s:83:\"https://ps.w.org/gamipress-tutor-integration/assets/banner-1544x500.png?rev=2075493\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:80:\"https://ps.w.org/gamipress-tutor-integration/assets/icon-256x256.png?rev=2075493\";s:2:\"2x\";s:80:\"https://ps.w.org/gamipress-tutor-integration/assets/icon-256x256.png?rev=2075493\";}}}i:144;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:493777;s:4:\"slug\";s:27:\"ultimate-member-integration\";s:5:\"title\";s:27:\"Ultimate Member integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:05:21\";s:13:\"modified_date\";s:19:\"2023-07-11 06:36:32\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=493777\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/ultimate-member-integration/\";s:7:\"excerpt\";s:38:\"Connect GamiPress with Ultimate Member\";s:9:\"thumbnail\";s:68:\"https://gamipress.com/wp-content/uploads/2018/06/ultimate-member.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:45:\"GamiPress &#8211; Ultimate Member integration\";s:4:\"slug\";s:37:\"gamipress-ultimate-member-integration\";s:7:\"version\";s:5:\"1.0.8\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:300;s:12:\"last_updated\";s:21:\"2023-03-19 9:39pm GMT\";s:5:\"added\";s:10:\"2018-06-23\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-ultimate-member-integration/\";s:13:\"download_link\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.8.zip\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:1:\"1\";O:8:\"stdClass\":2:{s:3:\"src\";s:90:\"https://ps.w.org/gamipress-ultimate-member-integration/assets/screenshot-1.png?rev=1897543\";s:7:\"caption\";s:60:\"Show user points, achievements and ranks on frontend profile\";}}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":10:{s:5:\"1.0.0\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.0.zip\";s:5:\"1.0.1\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.1.zip\";s:5:\"1.0.2\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.2.zip\";s:5:\"1.0.3\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.3.zip\";s:5:\"1.0.4\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.4.zip\";s:5:\"1.0.5\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.5.zip\";s:5:\"1.0.6\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.6.zip\";s:5:\"1.0.7\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.7.zip\";s:5:\"1.0.8\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.1.0.8.zip\";s:5:\"trunk\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-ultimate-member-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:92:\"https://ps.w.org/gamipress-ultimate-member-integration/assets/banner-772x250.png?rev=1897543\";s:4:\"high\";s:93:\"https://ps.w.org/gamipress-ultimate-member-integration/assets/banner-1544x500.png?rev=1897543\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://ps.w.org/gamipress-ultimate-member-integration/assets/icon-256x256.png?rev=1897543\";s:2:\"2x\";s:90:\"https://ps.w.org/gamipress-ultimate-member-integration/assets/icon-256x256.png?rev=1897543\";}}}i:145;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2132654;s:4:\"slug\";s:25:\"upsell-plugin-integration\";s:5:\"title\";s:25:\"Upsell Plugin integration\";s:11:\"create_date\";s:19:\"2020-08-28 09:57:30\";s:13:\"modified_date\";s:19:\"2023-07-11 06:37:08\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2132654\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/upsell-plugin-integration/\";s:7:\"excerpt\";s:36:\"Connect GamiPress with Upsell Plugin\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2020/08/upsell-plugin.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:43:\"GamiPress &#8211; Upsell Plugin integration\";s:4:\"slug\";s:35:\"gamipress-upsell-plugin-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:21:\"2023-03-19 9:39pm GMT\";s:5:\"added\";s:10:\"2020-08-28\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-upsell-plugin-integration/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-upsell-plugin-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"ecommerce\";s:9:\"ecommerce\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"store\";s:5:\"store\";s:6:\"upsell\";s:6:\"upsell\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-upsell-plugin-integration.1.0.0.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-upsell-plugin-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-upsell-plugin-integration/assets/banner-772x250.png?rev=2370957\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-upsell-plugin-integration/assets/banner-1544x500.png?rev=2370957\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-upsell-plugin-integration/assets/icon-256x256.png?rev=2370957\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-upsell-plugin-integration/assets/icon-256x256.png?rev=2370957\";}}}i:146;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1261156;s:4:\"slug\";s:17:\"vimeo-integration\";s:5:\"title\";s:17:\"Vimeo integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:50:35\";s:13:\"modified_date\";s:19:\"2023-07-11 06:37:43\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1261156\";s:9:\"permalink\";s:48:\"https://gamipress.com/add-ons/vimeo-integration/\";s:7:\"excerpt\";s:28:\"Connect GamiPress with Vimeo\";s:9:\"thumbnail\";s:65:\"https://gamipress.com/wp-content/uploads/2021/11/vimeo-banner.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:35:\"GamiPress &#8211; Vimeo integration\";s:4:\"slug\";s:27:\"gamipress-vimeo-integration\";s:7:\"version\";s:5:\"1.0.9\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:2000;s:12:\"last_updated\";s:21:\"2023-03-19 9:39pm GMT\";s:5:\"added\";s:10:\"2019-02-12\";s:8:\"homepage\";s:57:\"https://wordpress.org/plugins/gamipress-vimeo-integration\";s:13:\"download_link\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.9.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";s:5:\"video\";s:5:\"video\";s:5:\"vimeo\";s:5:\"vimeo\";}s:8:\"versions\";O:8:\"stdClass\":11:{s:5:\"1.0.0\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.0.zip\";s:5:\"1.0.1\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.1.zip\";s:5:\"1.0.2\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.2.zip\";s:5:\"1.0.3\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.3.zip\";s:5:\"1.0.4\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.4.zip\";s:5:\"1.0.5\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.5.zip\";s:5:\"1.0.6\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.6.zip\";s:5:\"1.0.7\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.7.zip\";s:5:\"1.0.8\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.8.zip\";s:5:\"1.0.9\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.1.0.9.zip\";s:5:\"trunk\";s:70:\"https://downloads.wordpress.org/plugin/gamipress-vimeo-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:82:\"https://ps.w.org/gamipress-vimeo-integration/assets/banner-772x250.png?rev=2624959\";s:4:\"high\";s:83:\"https://ps.w.org/gamipress-vimeo-integration/assets/banner-1544x500.png?rev=2624959\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:80:\"https://ps.w.org/gamipress-vimeo-integration/assets/icon-256x256.png?rev=2624959\";s:2:\"2x\";s:80:\"https://ps.w.org/gamipress-vimeo-integration/assets/icon-256x256.png?rev=2624959\";}}}i:147;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2266092;s:4:\"slug\";s:19:\"weforms-integration\";s:5:\"title\";s:19:\"weForms integration\";s:11:\"create_date\";s:19:\"2024-08-13 09:35:14\";s:13:\"modified_date\";s:19:\"2024-08-13 11:04:51\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2266092\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/weforms-integration/\";s:7:\"excerpt\";s:30:\"Connect GamiPress with weForms\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2024/08/banner-weforms-1.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:148;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2128164;s:4:\"slug\";s:27:\"wishlist-member-integration\";s:5:\"title\";s:27:\"WishList Member integration\";s:11:\"create_date\";s:19:\"2020-07-21 07:13:31\";s:13:\"modified_date\";s:19:\"2023-07-11 06:38:30\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2128164\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/wishlist-member-integration/\";s:7:\"excerpt\";s:38:\"Connect GamiPress with WishList Member\";s:9:\"thumbnail\";s:68:\"https://gamipress.com/wp-content/uploads/2020/07/wishlist-member.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:45:\"GamiPress &#8211; WishList Member integration\";s:4:\"slug\";s:37:\"gamipress-wishlist-member-integration\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2023-03-19 9:40pm GMT\";s:5:\"added\";s:10:\"2020-07-21\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-wishlist-member-integration/\";s:13:\"download_link\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-wishlist-member-integration.1.0.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"member\";s:6:\"member\";s:10:\"membership\";s:10:\"membership\";s:8:\"wishlist\";s:8:\"Wishlist\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.0.0\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-wishlist-member-integration.1.0.0.zip\";s:5:\"1.0.1\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-wishlist-member-integration.1.0.1.zip\";s:5:\"1.0.2\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-wishlist-member-integration.1.0.2.zip\";s:5:\"trunk\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-wishlist-member-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:92:\"https://ps.w.org/gamipress-wishlist-member-integration/assets/banner-772x250.png?rev=2343900\";s:4:\"high\";s:93:\"https://ps.w.org/gamipress-wishlist-member-integration/assets/banner-1544x500.png?rev=2343900\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://ps.w.org/gamipress-wishlist-member-integration/assets/icon-256x256.png?rev=2343900\";s:2:\"2x\";s:90:\"https://ps.w.org/gamipress-wishlist-member-integration/assets/icon-256x256.png?rev=2343900\";}}}i:149;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1337;s:4:\"slug\";s:23:\"woocommerce-integration\";s:5:\"title\";s:23:\"WooCommerce integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:08:34\";s:13:\"modified_date\";s:19:\"2023-07-11 06:39:13\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://gamipress.com/?post_type=download&p=1337\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/woocommerce-integration/\";s:7:\"excerpt\";s:34:\"Connect GamiPress with WooCommerce\";s:9:\"thumbnail\";s:64:\"https://gamipress.com/wp-content/uploads/2017/07/woocommerce.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:41:\"GamiPress &#8211; WooCommerce integration\";s:4:\"slug\";s:33:\"gamipress-woocommerce-integration\";s:7:\"version\";s:5:\"1.4.3\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:1000;s:12:\"last_updated\";s:22:\"2023-06-09 10:22am GMT\";s:5:\"added\";s:10:\"2017-07-24\";s:8:\"homepage\";s:64:\"https://wordpress.org/plugins/gamipress-woocommerce-integration/\";s:13:\"download_link\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-woocommerce-integration.1.4.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"ecommerce\";s:9:\"ecommerce\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";s:5:\"store\";s:5:\"store\";}s:8:\"versions\";O:8:\"stdClass\":5:{s:5:\"1.4.0\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-woocommerce-integration.1.4.0.zip\";s:5:\"1.4.1\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-woocommerce-integration.1.4.1.zip\";s:5:\"1.4.2\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-woocommerce-integration.1.4.2.zip\";s:5:\"1.4.3\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-woocommerce-integration.1.4.3.zip\";s:5:\"trunk\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-woocommerce-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:88:\"https://ps.w.org/gamipress-woocommerce-integration/assets/banner-772x250.png?rev=1701772\";s:4:\"high\";s:89:\"https://ps.w.org/gamipress-woocommerce-integration/assets/banner-1544x500.png?rev=1701772\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://ps.w.org/gamipress-woocommerce-integration/assets/icon-256x256.png?rev=1702459\";s:2:\"2x\";s:86:\"https://ps.w.org/gamipress-woocommerce-integration/assets/icon-256x256.png?rev=1702459\";}}}i:150;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2256646;s:4:\"slug\";s:35:\"woocommerce-shipstation-integration\";s:5:\"title\";s:35:\"WooCommerce Shipstation integration\";s:11:\"create_date\";s:19:\"2023-09-14 07:50:29\";s:13:\"modified_date\";s:19:\"2023-10-09 08:57:54\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2256646\";s:9:\"permalink\";s:66:\"https://gamipress.com/add-ons/woocommerce-shipstation-integration/\";s:7:\"excerpt\";s:46:\"Connect GamiPress with WooCommerce Shipstation\";s:9:\"thumbnail\";s:68:\"https://gamipress.com/wp-content/uploads/2023/09/woo-shipstation.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:151;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2127636;s:4:\"slug\";s:21:\"wpadverts-integration\";s:5:\"title\";s:21:\"WPAdverts integration\";s:11:\"create_date\";s:19:\"2020-07-18 07:43:23\";s:13:\"modified_date\";s:19:\"2023-07-11 06:46:10\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2127636\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/wpadverts-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with WPAdverts\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2020/07/wpadverts.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:39:\"GamiPress &#8211; WPAdverts integration\";s:4:\"slug\";s:31:\"gamipress-wpadverts-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:20;s:12:\"last_updated\";s:21:\"2023-03-19 9:41pm GMT\";s:5:\"added\";s:10:\"2020-07-18\";s:8:\"homepage\";s:62:\"https://wordpress.org/plugins/gamipress-wpadverts-integration/\";s:13:\"download_link\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-wpadverts-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:3:\"ads\";s:3:\"ads\";s:7:\"adverts\";s:7:\"adverts\";s:11:\"classifieds\";s:11:\"classifieds\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-wpadverts-integration.1.0.0.zip\";s:5:\"trunk\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-wpadverts-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:86:\"https://ps.w.org/gamipress-wpadverts-integration/assets/banner-772x250.png?rev=2342637\";s:4:\"high\";s:87:\"https://ps.w.org/gamipress-wpadverts-integration/assets/banner-1544x500.png?rev=2342637\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://ps.w.org/gamipress-wpadverts-integration/assets/icon-256x256.png?rev=2342637\";s:2:\"2x\";s:84:\"https://ps.w.org/gamipress-wpadverts-integration/assets/icon-256x256.png?rev=2342637\";}}}i:152;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:125331;s:4:\"slug\";s:25:\"wp-courseware-integration\";s:5:\"title\";s:25:\"WP Courseware Integration\";s:11:\"create_date\";s:19:\"2017-09-03 14:46:01\";s:13:\"modified_date\";s:19:\"2023-07-11 06:39:52\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=125331\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/wp-courseware-integration/\";s:7:\"excerpt\";s:36:\"Connect GamiPress with WP Courseware\";s:9:\"thumbnail\";s:76:\"https://gamipress.com/wp-content/uploads/2020/02/gamipress-wp-courseware.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:43:\"GamiPress &#8211; WP Courseware integration\";s:4:\"slug\";s:35:\"gamipress-wp-courseware-integration\";s:7:\"version\";s:5:\"1.0.5\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:90;s:12:\"last_updated\";s:21:\"2023-03-19 9:40pm GMT\";s:5:\"added\";s:10:\"2018-01-24\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-wp-courseware-integration/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-courseware-integration.1.0.5.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":7:{s:5:\"1.0.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-courseware-integration.1.0.0.zip\";s:5:\"1.0.1\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-courseware-integration.1.0.1.zip\";s:5:\"1.0.2\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-courseware-integration.1.0.2.zip\";s:5:\"1.0.3\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-courseware-integration.1.0.3.zip\";s:5:\"1.0.4\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-courseware-integration.1.0.4.zip\";s:5:\"1.0.5\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-courseware-integration.1.0.5.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-wp-courseware-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-wp-courseware-integration/assets/banner-772x250.png?rev=2241813\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-wp-courseware-integration/assets/banner-1544x500.png?rev=2241813\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-wp-courseware-integration/assets/icon-256x256.png?rev=2241813\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-wp-courseware-integration/assets/icon-256x256.png?rev=2241813\";}}}i:153;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2113566;s:4:\"slug\";s:20:\"wpdiscuz-integration\";s:5:\"title\";s:20:\"wpDiscuz integration\";s:11:\"create_date\";s:19:\"2020-02-18 12:38:31\";s:13:\"modified_date\";s:19:\"2023-07-11 06:46:51\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2113566\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/wpdiscuz-integration/\";s:7:\"excerpt\";s:31:\"Connect GamiPress with wpDiscuz\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2020/02/wp-discuz.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:38:\"GamiPress &#8211; wpDiscuz integration\";s:4:\"slug\";s:30:\"gamipress-wpdiscuz-integration\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:90;s:12:\"last_updated\";s:21:\"2023-03-19 9:42pm GMT\";s:5:\"added\";s:10:\"2020-02-18\";s:8:\"homepage\";s:61:\"https://wordpress.org/plugins/gamipress-wpdiscuz-integration/\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wpdiscuz-integration.1.0.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:8:\"comments\";s:8:\"comments\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"rewards\";s:7:\"Rewards\";s:5:\"votes\";s:5:\"votes\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wpdiscuz-integration.1.0.0.zip\";s:5:\"1.0.1\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wpdiscuz-integration.1.0.1.zip\";s:5:\"1.0.2\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wpdiscuz-integration.1.0.2.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-wpdiscuz-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-wpdiscuz-integration/assets/banner-772x250.png?rev=2246168\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-wpdiscuz-integration/assets/banner-1544x500.png?rev=2246168\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-wpdiscuz-integration/assets/icon-256x256.png?rev=2246168\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-wpdiscuz-integration/assets/icon-256x256.png?rev=2246168\";}}}i:154;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2124116;s:4:\"slug\";s:22:\"fluentform-integration\";s:5:\"title\";s:27:\"WP Fluent Forms integration\";s:11:\"create_date\";s:19:\"2020-06-20 09:15:33\";s:13:\"modified_date\";s:19:\"2023-07-11 06:41:17\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2124116\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/fluentform-integration/\";s:7:\"excerpt\";s:38:\"Connect GamiPress with WP Fluent Forms\";s:9:\"thumbnail\";s:75:\"https://gamipress.com/wp-content/uploads/2020/06/wp-fluent-forms-banner.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:45:\"GamiPress &#8211; WP Fluent Forms integration\";s:4:\"slug\";s:32:\"gamipress-fluentform-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:200;s:12:\"last_updated\";s:21:\"2023-07-03 7:51am GMT\";s:5:\"added\";s:10:\"2020-06-20\";s:8:\"homepage\";s:63:\"https://wordpress.org/plugins/gamipress-fluentform-integration/\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-fluentform-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"fluent\";s:6:\"fluent\";s:5:\"forms\";s:5:\"forms\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-fluentform-integration.1.0.0.zip\";s:5:\"1.0.1\";s:81:\"https://downloads.wordpress.org/plugin/gamipress-fluentform-integration.1.0.1.zip\";s:5:\"trunk\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-fluentform-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:87:\"https://ps.w.org/gamipress-fluentform-integration/assets/banner-772x250.png?rev=2327871\";s:4:\"high\";s:88:\"https://ps.w.org/gamipress-fluentform-integration/assets/banner-1544x500.png?rev=2327871\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://ps.w.org/gamipress-fluentform-integration/assets/icon-256x256.png?rev=2327871\";s:2:\"2x\";s:85:\"https://ps.w.org/gamipress-fluentform-integration/assets/icon-256x256.png?rev=2327871\";}}}i:155;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1991830;s:4:\"slug\";s:26:\"wp-job-manager-integration\";s:5:\"title\";s:26:\"WP Job Manager integration\";s:11:\"create_date\";s:19:\"2017-09-04 17:05:36\";s:13:\"modified_date\";s:19:\"2023-07-11 06:42:04\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1991830\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/wp-job-manager-integration/\";s:7:\"excerpt\";s:37:\"Connect GamiPress with WP job Manager\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2019/06/wp-job-manager.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:44:\"GamiPress &#8211; WP Job Manager integration\";s:4:\"slug\";s:36:\"gamipress-wp-job-manager-integration\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:40pm GMT\";s:5:\"added\";s:10:\"2019-06-26\";s:8:\"homepage\";s:67:\"https://wordpress.org/plugins/gamipress-wp-job-manager-integration/\";s:13:\"download_link\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-job-manager-integration.1.0.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"gamipress\";s:9:\"gamipress\";s:3:\"job\";s:3:\"job\";s:9:\"job-board\";s:9:\"job board\";s:11:\"job-listing\";s:11:\"job listing\";s:11:\"job-manager\";s:11:\"job manager\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.0.0\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-job-manager-integration.1.0.0.zip\";s:5:\"1.0.1\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-job-manager-integration.1.0.1.zip\";s:5:\"1.0.2\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-job-manager-integration.1.0.2.zip\";s:5:\"trunk\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-job-manager-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:91:\"https://ps.w.org/gamipress-wp-job-manager-integration/assets/banner-772x250.png?rev=2112689\";s:4:\"high\";s:92:\"https://ps.w.org/gamipress-wp-job-manager-integration/assets/banner-1544x500.png?rev=2112689\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://ps.w.org/gamipress-wp-job-manager-integration/assets/icon-256x256.png?rev=2112689\";s:2:\"2x\";s:89:\"https://ps.w.org/gamipress-wp-job-manager-integration/assets/icon-256x256.png?rev=2112689\";}}}i:156;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:275728;s:4:\"slug\";s:26:\"wp-postratings-integration\";s:5:\"title\";s:26:\"WP PostRatings integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:00:58\";s:13:\"modified_date\";s:19:\"2023-07-11 06:42:46\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=275728\";s:9:\"permalink\";s:57:\"https://gamipress.com/add-ons/wp-postratings-integration/\";s:7:\"excerpt\";s:37:\"Connect GamiPress with WP PostRatings\";s:9:\"thumbnail\";s:70:\"https://gamipress.com/wp-content/uploads/2018/02/icon-post-ratings.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:44:\"GamiPress &#8211; WP PostRatings integration\";s:4:\"slug\";s:36:\"gamipress-wp-postratings-integration\";s:7:\"version\";s:5:\"1.0.7\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2023-04-11 8:27am GMT\";s:5:\"added\";s:10:\"2018-02-12\";s:8:\"homepage\";s:67:\"https://wordpress.org/plugins/gamipress-wp-postratings-integration/\";s:13:\"download_link\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.1.0.7.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"awards\";s:6:\"Awards\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"rating\";s:6:\"rating\";s:6:\"review\";s:6:\"review\";}s:8:\"versions\";O:8:\"stdClass\":9:{s:5:\"1.0.0\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.1.0.0.zip\";s:5:\"1.0.1\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.1.0.1.zip\";s:5:\"1.0.2\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.1.0.2.zip\";s:5:\"1.0.3\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.1.0.3.zip\";s:5:\"1.0.4\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.1.0.4.zip\";s:5:\"1.0.5\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.1.0.5.zip\";s:5:\"1.0.6\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.1.0.6.zip\";s:5:\"1.0.7\";s:85:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.1.0.7.zip\";s:5:\"trunk\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-postratings-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:91:\"https://ps.w.org/gamipress-wp-postratings-integration/assets/banner-772x250.png?rev=1820622\";s:4:\"high\";s:92:\"https://ps.w.org/gamipress-wp-postratings-integration/assets/banner-1544x500.png?rev=1820620\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://ps.w.org/gamipress-wp-postratings-integration/assets/icon-256x256.png?rev=1820620\";s:2:\"2x\";s:89:\"https://ps.w.org/gamipress-wp-postratings-integration/assets/icon-256x256.png?rev=1820620\";}}}i:157;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2131738;s:4:\"slug\";s:25:\"wp-simple-pay-integration\";s:5:\"title\";s:25:\"WP Simple Pay integration\";s:11:\"create_date\";s:19:\"2020-08-20 16:36:28\";s:13:\"modified_date\";s:19:\"2023-07-11 06:43:28\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2131738\";s:9:\"permalink\";s:56:\"https://gamipress.com/add-ons/wp-simple-pay-integration/\";s:7:\"excerpt\";s:36:\"Connect GamiPress with WP Simple Pay\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2020/08/wp-simple-pay.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:21;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:43:\"GamiPress &#8211; WP Simple Pay integration\";s:4:\"slug\";s:35:\"gamipress-wp-simple-pay-integration\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:21:\"2023-03-19 9:41pm GMT\";s:5:\"added\";s:10:\"2020-08-20\";s:8:\"homepage\";s:66:\"https://wordpress.org/plugins/gamipress-wp-simple-pay-integration/\";s:13:\"download_link\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-simple-pay-integration.1.0.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:3:\"pay\";s:3:\"pay\";s:6:\"stripe\";s:6:\"stripe\";s:12:\"subscription\";s:12:\"subscription\";}s:8:\"versions\";O:8:\"stdClass\":3:{s:5:\"1.0.0\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-simple-pay-integration.1.0.0.zip\";s:5:\"1.0.1\";s:84:\"https://downloads.wordpress.org/plugin/gamipress-wp-simple-pay-integration.1.0.1.zip\";s:5:\"trunk\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-wp-simple-pay-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:90:\"https://ps.w.org/gamipress-wp-simple-pay-integration/assets/banner-772x250.png?rev=2365969\";s:4:\"high\";s:91:\"https://ps.w.org/gamipress-wp-simple-pay-integration/assets/banner-1544x500.png?rev=2365969\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://ps.w.org/gamipress-wp-simple-pay-integration/assets/icon-256x256.png?rev=2365969\";s:2:\"2x\";s:88:\"https://ps.w.org/gamipress-wp-simple-pay-integration/assets/icon-256x256.png?rev=2365969\";}}}i:158;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:657710;s:4:\"slug\";s:20:\"wp-ulike-integration\";s:5:\"title\";s:20:\"WP Ulike integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:15:20\";s:13:\"modified_date\";s:19:\"2023-07-11 06:44:12\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=657710\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/wp-ulike-integration/\";s:7:\"excerpt\";s:31:\"Connect GamiPress with WP Ulike\";s:9:\"thumbnail\";s:61:\"https://gamipress.com/wp-content/uploads/2020/02/wp-ulike.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:38:\"GamiPress &#8211; WP Ulike integration\";s:4:\"slug\";s:30:\"gamipress-wp-ulike-integration\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:500;s:12:\"last_updated\";s:21:\"2023-03-19 9:41pm GMT\";s:5:\"added\";s:10:\"2018-08-31\";s:8:\"homepage\";s:61:\"https://wordpress.org/plugins/gamipress-wp-ulike-integration/\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-ulike-integration.1.0.2.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:4:\"like\";s:4:\"like\";s:5:\"likes\";s:5:\"likes\";s:7:\"rewards\";s:7:\"Rewards\";}s:8:\"versions\";O:8:\"stdClass\":4:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-ulike-integration.1.0.0.zip\";s:5:\"1.0.1\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-ulike-integration.1.0.1.zip\";s:5:\"1.0.2\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-ulike-integration.1.0.2.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-wp-ulike-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-wp-ulike-integration/assets/banner-772x250.png?rev=2241733\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-wp-ulike-integration/assets/banner-1544x500.png?rev=2241733\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-wp-ulike-integration/assets/icon-256x256.png?rev=2241733\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-wp-ulike-integration/assets/icon-256x256.png?rev=2241733\";}}}i:159;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2170432;s:4:\"slug\";s:27:\"wp-user-manager-integration\";s:5:\"title\";s:27:\"WP User Manager integration\";s:11:\"create_date\";s:19:\"2021-05-27 07:35:47\";s:13:\"modified_date\";s:19:\"2023-07-11 06:44:53\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2170432\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/wp-user-manager-integration/\";s:7:\"excerpt\";s:38:\"Connect GamiPress with WP User Manager\";s:9:\"thumbnail\";s:68:\"https://gamipress.com/wp-content/uploads/2021/05/wp-user-manager.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:45:\"GamiPress &#8211; WP User Manager integration\";s:4:\"slug\";s:37:\"gamipress-wp-user-manager-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:20;s:12:\"last_updated\";s:21:\"2023-03-19 9:41pm GMT\";s:5:\"added\";s:10:\"2021-05-26\";s:8:\"homepage\";s:68:\"https://wordpress.org/plugins/gamipress-wp-user-manager-integration/\";s:13:\"download_link\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-wp-user-manager-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"awesome\";s:7:\"awesome\";s:6:\"badges\";s:6:\"badges\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:7:\"support\";s:7:\"support\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:86:\"https://downloads.wordpress.org/plugin/gamipress-wp-user-manager-integration.1.0.0.zip\";s:5:\"trunk\";s:80:\"https://downloads.wordpress.org/plugin/gamipress-wp-user-manager-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:92:\"https://ps.w.org/gamipress-wp-user-manager-integration/assets/banner-772x250.png?rev=2537859\";s:4:\"high\";s:93:\"https://ps.w.org/gamipress-wp-user-manager-integration/assets/banner-1544x500.png?rev=2537859\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://ps.w.org/gamipress-wp-user-manager-integration/assets/icon-256x256.png?rev=2537859\";s:2:\"2x\";s:90:\"https://ps.w.org/gamipress-wp-user-manager-integration/assets/icon-256x256.png?rev=2537859\";}}}i:160;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:705167;s:4:\"slug\";s:20:\"wp-polls-integration\";s:5:\"title\";s:20:\"WP-Polls integration\";s:11:\"create_date\";s:19:\"2017-09-03 15:02:59\";s:13:\"modified_date\";s:19:\"2023-07-11 06:45:31\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=705167\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/wp-polls-integration/\";s:7:\"excerpt\";s:31:\"Connect GamiPress with WP-Polls\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2018/09/wp-polls-1.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:38:\"GamiPress &#8211; WP-Polls integration\";s:4:\"slug\";s:30:\"gamipress-wp-polls-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:70;s:12:\"last_updated\";s:21:\"2023-03-19 9:41pm GMT\";s:5:\"added\";s:10:\"2018-09-19\";s:8:\"homepage\";s:61:\"https://wordpress.org/plugins/gamipress-wp-polls-integration/\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-polls-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";s:5:\"polls\";s:5:\"polls\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-polls-integration.1.0.0.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-wp-polls-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-wp-polls-integration/assets/banner-772x250.png?rev=1943509\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-wp-polls-integration/assets/banner-1544x500.png?rev=1943509\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-wp-polls-integration/assets/icon-256x256.png?rev=1943509\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-wp-polls-integration/assets/icon-256x256.png?rev=1943509\";}}}i:161;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:268361;s:4:\"slug\";s:20:\"wp-forms-integration\";s:5:\"title\";s:19:\"WPForms integration\";s:11:\"create_date\";s:19:\"2017-09-04 15:57:24\";s:13:\"modified_date\";s:19:\"2023-07-11 06:47:31\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=268361\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/wp-forms-integration/\";s:7:\"excerpt\";s:30:\"Connect GamiPress with WPForms\";s:9:\"thumbnail\";s:61:\"https://gamipress.com/wp-content/uploads/2018/02/wp-forms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:37:\"GamiPress &#8211; WPForms integration\";s:4:\"slug\";s:30:\"gamipress-wp-forms-integration\";s:7:\"version\";s:5:\"1.0.5\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:100;s:12:\"last_updated\";s:21:\"2023-03-19 9:40pm GMT\";s:5:\"added\";s:10:\"2018-02-08\";s:8:\"homepage\";s:61:\"https://wordpress.org/plugins/gamipress-wp-forms-integration/\";s:13:\"download_link\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-forms-integration.1.0.5.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"achievements\";s:12:\"achievements\";s:5:\"forms\";s:5:\"forms\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"ranks\";s:5:\"ranks\";}s:8:\"versions\";O:8:\"stdClass\":7:{s:5:\"1.0.0\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-forms-integration.1.0.0.zip\";s:5:\"1.0.1\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-forms-integration.1.0.1.zip\";s:5:\"1.0.2\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-forms-integration.1.0.2.zip\";s:5:\"1.0.3\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-forms-integration.1.0.3.zip\";s:5:\"1.0.4\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-forms-integration.1.0.4.zip\";s:5:\"1.0.5\";s:79:\"https://downloads.wordpress.org/plugin/gamipress-wp-forms-integration.1.0.5.zip\";s:5:\"trunk\";s:73:\"https://downloads.wordpress.org/plugin/gamipress-wp-forms-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:85:\"https://ps.w.org/gamipress-wp-forms-integration/assets/banner-772x250.png?rev=1818466\";s:4:\"high\";s:86:\"https://ps.w.org/gamipress-wp-forms-integration/assets/banner-1544x500.png?rev=1818466\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://ps.w.org/gamipress-wp-forms-integration/assets/icon-256x256.png?rev=1818466\";s:2:\"2x\";s:83:\"https://ps.w.org/gamipress-wp-forms-integration/assets/icon-256x256.png?rev=1818466\";}}}i:162;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:964462;s:4:\"slug\";s:18:\"wpforo-integration\";s:5:\"title\";s:18:\"wpForo integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:45:26\";s:13:\"modified_date\";s:19:\"2023-07-11 06:48:17\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=964462\";s:9:\"permalink\";s:49:\"https://gamipress.com/add-ons/wpforo-integration/\";s:7:\"excerpt\";s:29:\"Connect GamiPress with wpForo\";s:9:\"thumbnail\";s:59:\"https://gamipress.com/wp-content/uploads/2018/12/wpforo.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:36:\"GamiPress &#8211; wpForo integration\";s:4:\"slug\";s:28:\"gamipress-wpforo-integration\";s:7:\"version\";s:5:\"1.0.8\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:200;s:12:\"last_updated\";s:21:\"2023-03-19 9:42pm GMT\";s:5:\"added\";s:10:\"2018-12-05\";s:8:\"homepage\";s:59:\"https://wordpress.org/plugins/gamipress-wpforo-integration/\";s:13:\"download_link\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.8.zip\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:1:\"1\";O:8:\"stdClass\":2:{s:3:\"src\";s:81:\"https://ps.w.org/gamipress-wpforo-integration/assets/screenshot-1.png?rev=1997931\";s:7:\"caption\";s:51:\"Show user points, achievements and ranks on replies\";}}s:4:\"tags\";O:8:\"stdClass\":5:{s:6:\"forums\";s:6:\"forums\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";s:6:\"wpforo\";s:6:\"wpforo\";}s:8:\"versions\";O:8:\"stdClass\":10:{s:5:\"1.0.0\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.0.zip\";s:5:\"1.0.1\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.1.zip\";s:5:\"1.0.2\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.2.zip\";s:5:\"1.0.3\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.3.zip\";s:5:\"1.0.4\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.4.zip\";s:5:\"1.0.5\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.5.zip\";s:5:\"1.0.6\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.6.zip\";s:5:\"1.0.7\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.7.zip\";s:5:\"1.0.8\";s:77:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.1.0.8.zip\";s:5:\"trunk\";s:71:\"https://downloads.wordpress.org/plugin/gamipress-wpforo-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:83:\"https://ps.w.org/gamipress-wpforo-integration/assets/banner-772x250.png?rev=1985701\";s:4:\"high\";s:84:\"https://ps.w.org/gamipress-wpforo-integration/assets/banner-1544x500.png?rev=1985701\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:81:\"https://ps.w.org/gamipress-wpforo-integration/assets/icon-256x256.png?rev=1985701\";s:2:\"2x\";s:81:\"https://ps.w.org/gamipress-wpforo-integration/assets/icon-256x256.png?rev=1985701\";}}}i:163;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2174930;s:4:\"slug\";s:19:\"ws-form-integration\";s:5:\"title\";s:19:\"WS Form integration\";s:11:\"create_date\";s:19:\"2021-07-01 08:08:44\";s:13:\"modified_date\";s:19:\"2023-07-11 06:49:39\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2174930\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/ws-form-integration/\";s:7:\"excerpt\";s:30:\"Connect GamiPress with WS Form\";s:9:\"thumbnail\";s:60:\"https://gamipress.com/wp-content/uploads/2021/07/ws-form.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:23;s:4:\"name\";s:4:\"Form\";s:4:\"slug\";s:4:\"form\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:37:\"GamiPress &#8211; WS Form integration\";s:4:\"slug\";s:29:\"gamipress-ws-form-integration\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:0;s:12:\"last_updated\";s:21:\"2023-03-19 9:42pm GMT\";s:5:\"added\";s:10:\"2021-07-01\";s:8:\"homepage\";s:60:\"https://wordpress.org/plugins/gamipress-ws-form-integration/\";s:13:\"download_link\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-ws-form-integration.1.0.0.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:4:\"form\";s:4:\"form\";s:5:\"forms\";s:5:\"forms\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:2:\"ws\";s:2:\"ws\";}s:8:\"versions\";O:8:\"stdClass\":2:{s:5:\"1.0.0\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-ws-form-integration.1.0.0.zip\";s:5:\"trunk\";s:72:\"https://downloads.wordpress.org/plugin/gamipress-ws-form-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:84:\"https://ps.w.org/gamipress-ws-form-integration/assets/banner-772x250.png?rev=2556814\";s:4:\"high\";s:85:\"https://ps.w.org/gamipress-ws-form-integration/assets/banner-1544x500.png?rev=2556814\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://ps.w.org/gamipress-ws-form-integration/assets/icon-256x256.png?rev=2556814\";s:2:\"2x\";s:82:\"https://ps.w.org/gamipress-ws-form-integration/assets/icon-256x256.png?rev=2556814\";}}}i:164;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1260073;s:4:\"slug\";s:19:\"youtube-integration\";s:5:\"title\";s:19:\"Youtube integration\";s:11:\"create_date\";s:19:\"2017-09-04 16:55:42\";s:13:\"modified_date\";s:19:\"2023-07-11 06:50:33\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1260073\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/youtube-integration/\";s:7:\"excerpt\";s:30:\"Connect GamiPress with Youtube\";s:9:\"thumbnail\";s:70:\"https://gamipress.com/wp-content/uploads/2019/02/gamipress-youtube.svg\";s:8:\"category\";a:4:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:35;s:4:\"name\";s:12:\"Enhancements\";s:4:\"slug\";s:12:\"enhancements\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:37:\"GamiPress &#8211; Youtube integration\";s:4:\"slug\";s:29:\"gamipress-youtube-integration\";s:7:\"version\";s:5:\"1.0.8\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:1000;s:12:\"last_updated\";s:21:\"2023-03-19 9:42pm GMT\";s:5:\"added\";s:10:\"2019-02-09\";s:8:\"homepage\";s:59:\"https://wordpress.org/plugins/gamipress-youtube-integration\";s:13:\"download_link\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.8.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";s:5:\"video\";s:5:\"video\";s:7:\"youtube\";s:7:\"youtube\";}s:8:\"versions\";O:8:\"stdClass\":10:{s:5:\"1.0.0\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.0.zip\";s:5:\"1.0.1\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.1.zip\";s:5:\"1.0.2\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.2.zip\";s:5:\"1.0.3\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.3.zip\";s:5:\"1.0.4\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.4.zip\";s:5:\"1.0.5\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.5.zip\";s:5:\"1.0.6\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.6.zip\";s:5:\"1.0.7\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.7.zip\";s:5:\"1.0.8\";s:78:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.1.0.8.zip\";s:5:\"trunk\";s:72:\"https://downloads.wordpress.org/plugin/gamipress-youtube-integration.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:84:\"https://ps.w.org/gamipress-youtube-integration/assets/banner-772x250.png?rev=2027668\";s:4:\"high\";s:85:\"https://ps.w.org/gamipress-youtube-integration/assets/banner-1544x500.png?rev=2027668\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://ps.w.org/gamipress-youtube-integration/assets/icon-256x256.png?rev=2027668\";s:2:\"2x\";s:82:\"https://ps.w.org/gamipress-youtube-integration/assets/icon-256x256.png?rev=2027668\";}}}i:165;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:248631;s:4:\"slug\";s:17:\"wplms-integration\";s:5:\"title\";s:17:\"WPLMS Integration\";s:11:\"create_date\";s:19:\"2017-09-03 14:57:16\";s:13:\"modified_date\";s:19:\"2023-07-11 06:48:59\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=248631\";s:9:\"permalink\";s:48:\"https://gamipress.com/add-ons/wplms-integration/\";s:7:\"excerpt\";s:28:\"Connect GamiPress with WPLMS\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2018/02/logo-wplms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":23:{s:4:\"name\";s:35:\"GamiPress &#8211; WPLMS integration\";s:4:\"slug\";s:27:\"gamipress-wplms-integration\";s:7:\"version\";s:5:\"1.0.7\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/rubengc/\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:10;s:12:\"last_updated\";s:22:\"2023-07-10 10:59pm GMT\";s:5:\"added\";s:10:\"2018-02-06\";s:8:\"homepage\";s:58:\"https://wordpress.org/plugins/gamipress-wplms-integration/\";s:13:\"download_link\";s:70:\"https://downloads.wordpress.org/plugin/gamipress-wplms-integration.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"courses\";s:7:\"courses\";s:9:\"elearning\";s:9:\"elearning\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:3:\"lms\";s:3:\"lms\";}s:8:\"versions\";O:8:\"stdClass\":7:{s:5:\"1.0.0\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-wplms-integration.1.0.0.zip\";s:5:\"1.0.1\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-wplms-integration.1.0.1.zip\";s:5:\"1.0.2\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-wplms-integration.1.0.2.zip\";s:5:\"1.0.3\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-wplms-integration.1.0.3.zip\";s:5:\"1.0.4\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-wplms-integration.1.0.4.zip\";s:5:\"1.0.5\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-wplms-integration.1.0.5.zip\";s:5:\"1.0.6\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-wplms-integration.1.0.6.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:82:\"https://ps.w.org/gamipress-wplms-integration/assets/banner-772x250.png?rev=1816537\";s:4:\"high\";s:83:\"https://ps.w.org/gamipress-wplms-integration/assets/banner-1544x500.png?rev=1816537\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:80:\"https://ps.w.org/gamipress-wplms-integration/assets/icon-256x256.png?rev=1816537\";s:2:\"2x\";s:80:\"https://ps.w.org/gamipress-wplms-integration/assets/icon-256x256.png?rev=1816537\";}}}i:166;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:248817;s:4:\"slug\";s:16:\"badgeos-importer\";s:5:\"title\";s:16:\"BadgeOS Importer\";s:11:\"create_date\";s:19:\"2017-09-02 14:40:22\";s:13:\"modified_date\";s:19:\"2020-07-01 14:07:49\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=248817\";s:9:\"permalink\";s:47:\"https://gamipress.com/add-ons/badgeos-importer/\";s:7:\"excerpt\";s:58:\"Tool to migrate all stored data from BadgeOS to GamiPress.\";s:9:\"thumbnail\";s:75:\"https://gamipress.com/wp-content/uploads/2018/02/icon-badgeos-importers.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:39;s:4:\"name\";s:5:\"Tools\";s:4:\"slug\";s:5:\"tools\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":24:{s:4:\"name\";s:34:\"GamiPress &#8211; BadgeOS Importer\";s:4:\"slug\";s:26:\"gamipress-badgeos-importer\";s:7:\"version\";s:5:\"1.0.9\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:50;s:12:\"last_updated\";s:21:\"2020-07-01 2:00pm GMT\";s:5:\"added\";s:10:\"2017-10-27\";s:8:\"homepage\";s:57:\"https://wordpress.org/plugins/gamipress-badgeos-importer/\";s:13:\"download_link\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.9.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:7:\"badgeos\";s:7:\"badgeOS\";s:6:\"badges\";s:6:\"badges\";s:12:\"gamification\";s:12:\"gamification\";s:9:\"gamipress\";s:9:\"gamipress\";s:6:\"points\";s:6:\"points\";}s:8:\"versions\";O:8:\"stdClass\":11:{s:5:\"1.0.0\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.0.zip\";s:5:\"1.0.1\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.1.zip\";s:5:\"1.0.2\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.2.zip\";s:5:\"1.0.3\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.3.zip\";s:5:\"1.0.4\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.4.zip\";s:5:\"1.0.5\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.5.zip\";s:5:\"1.0.6\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.6.zip\";s:5:\"1.0.7\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.7.zip\";s:5:\"1.0.8\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.8.zip\";s:5:\"1.0.9\";s:75:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.1.0.9.zip\";s:5:\"trunk\";s:69:\"https://downloads.wordpress.org/plugin/gamipress-badgeos-importer.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";O:8:\"stdClass\":2:{s:3:\"low\";s:81:\"https://ps.w.org/gamipress-badgeos-importer/assets/banner-772x250.png?rev=1754063\";s:4:\"high\";s:82:\"https://ps.w.org/gamipress-badgeos-importer/assets/banner-1544x500.png?rev=1754063\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:79:\"https://ps.w.org/gamipress-badgeos-importer/assets/icon-256x256.png?rev=1754063\";s:2:\"2x\";s:79:\"https://ps.w.org/gamipress-badgeos-importer/assets/icon-256x256.png?rev=1754063\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:0;}}i:167;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:267212;s:4:\"slug\";s:15:\"mycred-importer\";s:5:\"title\";s:15:\"myCRED Importer\";s:11:\"create_date\";s:19:\"2017-09-02 14:42:56\";s:13:\"modified_date\";s:19:\"2018-06-29 17:07:55\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=267212\";s:9:\"permalink\";s:46:\"https://gamipress.com/add-ons/mycred-importer/\";s:7:\"excerpt\";s:57:\"Tool to migrate all stored data from myCRED to GamiPress.\";s:9:\"thumbnail\";s:64:\"https://gamipress.com/wp-content/uploads/2018/02/icon-mycred.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:39;s:4:\"name\";s:5:\"Tools\";s:4:\"slug\";s:5:\"tools\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":21:{s:4:\"name\";s:33:\"GamiPress &#8211; myCRED Importer\";s:4:\"slug\";s:25:\"gamipress-mycred-importer\";s:7:\"version\";s:5:\"1.0.6\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:10:\"downloaded\";i:292;s:12:\"last_updated\";s:21:\"2018-06-18 8:31am GMT\";s:5:\"added\";s:10:\"2018-02-08\";s:8:\"homepage\";s:56:\"https://wordpress.org/plugins/gamipress-mycred-importer/\";s:13:\"download_link\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-mycred-importer.1.0.6.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":8:{s:5:\"1.0.0\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-mycred-importer.1.0.0.zip\";s:5:\"1.0.1\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-mycred-importer.1.0.1.zip\";s:5:\"1.0.2\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-mycred-importer.1.0.2.zip\";s:5:\"1.0.3\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-mycred-importer.1.0.3.zip\";s:5:\"1.0.4\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-mycred-importer.1.0.4.zip\";s:5:\"1.0.5\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-mycred-importer.1.0.5.zip\";s:5:\"1.0.6\";s:74:\"https://downloads.wordpress.org/plugin/gamipress-mycred-importer.1.0.6.zip\";s:5:\"trunk\";s:68:\"https://downloads.wordpress.org/plugin/gamipress-mycred-importer.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:78:\"https://ps.w.org/gamipress-mycred-importer/assets/icon-256x256.png?rev=1818321\";s:2:\"2x\";s:78:\"https://ps.w.org/gamipress-mycred-importer/assets/icon-256x256.png?rev=1818321\";}}}i:168;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:248827;s:4:\"slug\";s:23:\"wpachievements-importer\";s:5:\"title\";s:23:\"WPAchievements Importer\";s:11:\"create_date\";s:19:\"2017-09-02 14:41:22\";s:13:\"modified_date\";s:19:\"2018-06-29 17:07:52\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=248827\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/wpachievements-importer/\";s:7:\"excerpt\";s:65:\"Tool to migrate all stored data from WPAchievements to GamiPress.\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2018/02/icon-wpachievements.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:36;s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:4:\"free\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:39;s:4:\"name\";s:5:\"Tools\";s:4:\"slug\";s:5:\"tools\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";O:8:\"stdClass\":21:{s:4:\"name\";s:41:\"GamiPress &#8211; WPAchievements Importer\";s:4:\"slug\";s:33:\"gamipress-wpachievements-importer\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"author\";s:46:\"<a href=\"https://gamipress.com/\">GamiPress</a>\";s:14:\"author_profile\";s:38:\"https://profiles.wordpress.org/rubengc\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:0;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:10:\"downloaded\";i:219;s:12:\"last_updated\";s:21:\"2018-06-18 8:33am GMT\";s:5:\"added\";s:10:\"2017-10-27\";s:8:\"homepage\";s:64:\"https://wordpress.org/plugins/gamipress-wpachievements-importer/\";s:13:\"download_link\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-wpachievements-importer.1.0.3.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"achievement\";s:11:\"achievement\";s:12:\"gamification\";s:12:\"gamification\";s:6:\"gamify\";s:6:\"gamify\";s:9:\"gamipress\";s:9:\"gamipress\";s:5:\"point\";s:5:\"point\";}s:8:\"versions\";O:8:\"stdClass\":5:{s:5:\"1.0.0\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-wpachievements-importer.1.0.0.zip\";s:5:\"1.0.1\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-wpachievements-importer.1.0.1.zip\";s:5:\"1.0.2\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-wpachievements-importer.1.0.2.zip\";s:5:\"1.0.3\";s:82:\"https://downloads.wordpress.org/plugin/gamipress-wpachievements-importer.1.0.3.zip\";s:5:\"trunk\";s:76:\"https://downloads.wordpress.org/plugin/gamipress-wpachievements-importer.zip\";}s:11:\"donate_link\";s:0:\"\";s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://ps.w.org/gamipress-wpachievements-importer/assets/icon-256x256.png?rev=1754028\";s:2:\"2x\";s:86:\"https://ps.w.org/gamipress-wpachievements-importer/assets/icon-256x256.png?rev=1754028\";}}}i:169;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2265040;s:4:\"slug\";s:23:\"academy-lms-integration\";s:5:\"title\";s:23:\"Academy LMS integration\";s:11:\"create_date\";s:19:\"2024-07-01 16:55:19\";s:13:\"modified_date\";s:19:\"2024-07-01 16:55:19\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2265040\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/academy-lms-integration/\";s:7:\"excerpt\";s:34:\"Connect GamiPress with Academy LMS\";s:9:\"thumbnail\";s:70:\"https://gamipress.com/wp-content/uploads/2024/07/banner-academylms.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:170;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2109328;s:4:\"slug\";s:27:\"activemember360-integration\";s:5:\"title\";s:27:\"ActiveMember360 integration\";s:11:\"create_date\";s:19:\"2017-09-06 19:15:29\";s:13:\"modified_date\";s:19:\"2020-02-11 10:32:03\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2109328\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/activemember360-integration/\";s:7:\"excerpt\";s:38:\"Connect GamiPress with ActiveMember360\";s:9:\"thumbnail\";s:68:\"https://gamipress.com/wp-content/uploads/2019/12/activemember360.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:171;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2256336;s:4:\"slug\";s:27:\"better-messages-integration\";s:5:\"title\";s:27:\"Better Messages integration\";s:11:\"create_date\";s:19:\"2023-09-05 08:14:01\";s:13:\"modified_date\";s:19:\"2023-09-05 08:16:29\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2256336\";s:9:\"permalink\";s:58:\"https://gamipress.com/add-ons/better-messages-integration/\";s:7:\"excerpt\";s:38:\"Connect GamiPress with Better Messages\";s:9:\"thumbnail\";s:75:\"https://gamipress.com/wp-content/uploads/2023/09/better-messages-banner.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:172;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2139748;s:4:\"slug\";s:13:\"buddyboss-app\";s:5:\"title\";s:13:\"BuddyBoss App\";s:11:\"create_date\";s:19:\"2020-10-29 08:34:09\";s:13:\"modified_date\";s:19:\"2020-10-29 12:54:21\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2139748\";s:9:\"permalink\";s:44:\"https://gamipress.com/add-ons/buddyboss-app/\";s:7:\"excerpt\";s:47:\"BuddyBoss app gamification handled by GamiPress\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2020/02/buddyboss.svg\";s:8:\"category\";a:5:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:4;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:173;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2113116;s:4:\"slug\";s:15:\"buddyboss-theme\";s:5:\"title\";s:15:\"BuddyBoss theme\";s:11:\"create_date\";s:19:\"2020-02-11 10:05:08\";s:13:\"modified_date\";s:19:\"2020-10-29 12:43:46\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2113116\";s:9:\"permalink\";s:46:\"https://gamipress.com/add-ons/buddyboss-theme/\";s:7:\"excerpt\";s:54:\"BuddyBoss theme supports GamiPress and all pro add-ons\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2020/02/buddyboss.svg\";s:8:\"category\";a:6:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:3;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:4;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}i:5;O:8:\"stdClass\":3:{s:7:\"term_id\";i:26;s:4:\"name\";s:6:\"Social\";s:4:\"slug\";s:6:\"social\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:174;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2110293;s:4:\"slug\";s:22:\"grassblade-integration\";s:5:\"title\";s:22:\"Grassblade integration\";s:11:\"create_date\";s:19:\"2017-09-06 19:20:03\";s:13:\"modified_date\";s:19:\"2020-02-19 12:05:58\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2110293\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/grassblade-integration/\";s:7:\"excerpt\";s:48:\"Connect GamiPress with Grassblade xAPI Companion\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2019/12/grassblade.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:175;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2117262;s:4:\"slug\";s:22:\"imember360-integration\";s:5:\"title\";s:22:\"iMember360 integration\";s:11:\"create_date\";s:19:\"2020-04-08 08:50:45\";s:13:\"modified_date\";s:19:\"2020-04-08 08:51:42\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2117262\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/imember360-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with iMember360\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2020/04/imember360.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:176;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2233355;s:4:\"slug\";s:31:\"comment-mention-pro-integration\";s:5:\"title\";s:31:\"Comment Mention Pro integration\";s:11:\"create_date\";s:19:\"2022-09-06 20:31:42\";s:13:\"modified_date\";s:19:\"2022-09-06 20:31:42\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2233355\";s:9:\"permalink\";s:62:\"https://gamipress.com/add-ons/comment-mention-pro-integration/\";s:7:\"excerpt\";s:42:\"Connect GamiPress with Comment Mention Pro\";s:9:\"thumbnail\";s:72:\"https://gamipress.com/wp-content/uploads/2022/09/comment-mention-pro.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:22;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:177;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2215361;s:4:\"slug\";s:23:\"directorist-integration\";s:5:\"title\";s:23:\"Directorist integration\";s:11:\"create_date\";s:19:\"2022-04-28 08:26:52\";s:13:\"modified_date\";s:19:\"2022-05-30 09:19:03\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2215361\";s:9:\"permalink\";s:54:\"https://gamipress.com/add-ons/directorist-integration/\";s:7:\"excerpt\";s:34:\"Connect GamiPress with Directorist\";s:9:\"thumbnail\";s:64:\"https://gamipress.com/wp-content/uploads/2022/04/directorist.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:178;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2254500;s:4:\"slug\";s:13:\"learndash-qna\";s:5:\"title\";s:13:\"LearnDash Q&A\";s:11:\"create_date\";s:19:\"2023-06-29 14:45:47\";s:13:\"modified_date\";s:19:\"2023-06-29 14:47:01\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2254500\";s:9:\"permalink\";s:44:\"https://gamipress.com/add-ons/learndash-qna/\";s:7:\"excerpt\";s:36:\"Connect GamiPress with LearnDash Q&A\";s:9:\"thumbnail\";s:66:\"https://gamipress.com/wp-content/uploads/2023/06/learndash-qna.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:179;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2103116;s:4:\"slug\";s:19:\"likebtn-integration\";s:5:\"title\";s:19:\"LikeBTN integration\";s:11:\"create_date\";s:19:\"2017-09-06 19:10:50\";s:13:\"modified_date\";s:19:\"2019-12-13 08:23:10\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2103116\";s:9:\"permalink\";s:50:\"https://gamipress.com/add-ons/likebtn-integration/\";s:7:\"excerpt\";s:30:\"Connect GamiPress with LikeBTN\";s:9:\"thumbnail\";s:60:\"https://gamipress.com/wp-content/uploads/2019/09/likebtn.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:180;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2257273;s:4:\"slug\";s:21:\"masteriyo-integration\";s:5:\"title\";s:21:\"Masteriyo integration\";s:11:\"create_date\";s:19:\"2023-10-09 08:42:46\";s:13:\"modified_date\";s:19:\"2023-10-09 08:44:15\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2257273\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/masteriyo-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with Masteriyo\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2023/10/masteriyo.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:181;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:949197;s:4:\"slug\";s:21:\"memberium-integration\";s:5:\"title\";s:21:\"Memberium integration\";s:11:\"create_date\";s:19:\"2017-09-02 15:00:47\";s:13:\"modified_date\";s:19:\"2020-02-11 10:31:43\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=949197\";s:9:\"permalink\";s:52:\"https://gamipress.com/add-ons/memberium-integration/\";s:7:\"excerpt\";s:32:\"Connect GamiPress with Memberium\";s:9:\"thumbnail\";s:62:\"https://gamipress.com/wp-content/uploads/2018/11/memberium.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:182;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2254216;s:4:\"slug\";s:20:\"persona-verification\";s:5:\"title\";s:20:\"Persona Verification\";s:11:\"create_date\";s:19:\"2023-06-21 09:05:45\";s:13:\"modified_date\";s:19:\"2023-06-21 09:05:45\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2254216\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/persona-verification/\";s:7:\"excerpt\";s:43:\"Connect GamiPress with Persona Verification\";s:9:\"thumbnail\";s:73:\"https://gamipress.com/wp-content/uploads/2023/06/persona-verification.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:183;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2180579;s:4:\"slug\";s:22:\"poll-maker-integration\";s:5:\"title\";s:22:\"Poll Maker integration\";s:11:\"create_date\";s:19:\"2021-08-10 09:28:30\";s:13:\"modified_date\";s:19:\"2021-08-10 09:28:30\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2180579\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/poll-maker-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with Poll Maker\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2021/08/poll-maker.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:184;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2180572;s:4:\"slug\";s:22:\"quiz-maker-integration\";s:5:\"title\";s:22:\"Quiz Maker integration\";s:11:\"create_date\";s:19:\"2021-08-10 09:16:33\";s:13:\"modified_date\";s:19:\"2021-08-10 09:16:33\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2180572\";s:9:\"permalink\";s:53:\"https://gamipress.com/add-ons/quiz-maker-integration/\";s:7:\"excerpt\";s:33:\"Connect GamiPress with Quiz Maker\";s:9:\"thumbnail\";s:63:\"https://gamipress.com/wp-content/uploads/2021/08/quiz-maker.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:185;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2180580;s:4:\"slug\";s:24:\"survey-maker-integration\";s:5:\"title\";s:24:\"Survey Maker integration\";s:11:\"create_date\";s:19:\"2021-08-10 09:29:53\";s:13:\"modified_date\";s:19:\"2021-08-10 09:29:53\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2180580\";s:9:\"permalink\";s:55:\"https://gamipress.com/add-ons/survey-maker-integration/\";s:7:\"excerpt\";s:35:\"Connect GamiPress with Survey Maker\";s:9:\"thumbnail\";s:65:\"https://gamipress.com/wp-content/uploads/2021/08/survey-maker.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:186;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2125530;s:4:\"slug\";s:18:\"weglot-integration\";s:5:\"title\";s:18:\"Weglot integration\";s:11:\"create_date\";s:19:\"2020-07-03 10:19:39\";s:13:\"modified_date\";s:19:\"2020-07-03 11:52:32\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2125530\";s:9:\"permalink\";s:49:\"https://gamipress.com/add-ons/weglot-integration/\";s:7:\"excerpt\";s:31:\"Translate GamiPress with Weglot\";s:9:\"thumbnail\";s:59:\"https://gamipress.com/wp-content/uploads/2020/07/weglot.svg\";s:8:\"category\";a:2:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:187;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:949196;s:4:\"slug\";s:20:\"wpfusion-integration\";s:5:\"title\";s:20:\"WPFusion integration\";s:11:\"create_date\";s:19:\"2017-09-02 15:05:46\";s:13:\"modified_date\";s:19:\"2020-08-21 11:54:04\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=949196\";s:9:\"permalink\";s:51:\"https://gamipress.com/add-ons/wpfusion-integration/\";s:7:\"excerpt\";s:31:\"Connect GamiPress with WPFusion\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2020/08/wp-fusion-banner.svg\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:49;s:4:\"name\";s:9:\"3rd Party\";s:4:\"slug\";s:9:\"3rd-party\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:40;s:4:\"name\";s:12:\"Integrations\";s:4:\"slug\";s:12:\"integrations\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:37;s:4:\"name\";s:11:\"Memberships\";s:4:\"slug\";s:11:\"memberships\";}}s:4:\"tags\";b:0;}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:188;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2186950;s:4:\"slug\";s:16:\"gradient-shields\";s:5:\"title\";s:16:\"Gradient Shields\";s:11:\"create_date\";s:19:\"2021-10-05 12:29:10\";s:13:\"modified_date\";s:19:\"2021-10-05 15:10:59\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2186950\";s:9:\"permalink\";s:47:\"https://gamipress.com/add-ons/gradient-shields/\";s:7:\"excerpt\";s:66:\"30 unique gradient shields to decorate your achievements and ranks\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2021/10/featured-image.png\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:59;s:4:\"name\";s:8:\"Gradient\";s:4:\"slug\";s:8:\"gradient\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:189;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:778755;s:4:\"slug\";s:11:\"star-badges\";s:5:\"title\";s:11:\"Star Badges\";s:11:\"create_date\";s:19:\"2018-10-11 11:29:09\";s:13:\"modified_date\";s:19:\"2020-03-06 11:34:26\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=778755\";s:9:\"permalink\";s:42:\"https://gamipress.com/add-ons/star-badges/\";s:7:\"excerpt\";s:75:\"30 unique star badges in flat style to decorate your achievements and ranks\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2018/10/featured-image.png\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:44;s:4:\"name\";s:4:\"Flat\";s:4:\"slug\";s:4:\"flat\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:190;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:861009;s:4:\"slug\";s:12:\"trophy-icons\";s:5:\"title\";s:12:\"Trophy Icons\";s:11:\"create_date\";s:19:\"2018-11-01 10:10:34\";s:13:\"modified_date\";s:19:\"2018-11-22 10:05:03\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=861009\";s:9:\"permalink\";s:43:\"https://gamipress.com/add-ons/trophy-icons/\";s:7:\"excerpt\";s:72:\"30 unique trophies in flat style to decorate your achievements and ranks\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2018/11/featured-image.png\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:44;s:4:\"name\";s:4:\"Flat\";s:4:\"slug\";s:4:\"flat\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:191;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1166839;s:4:\"slug\";s:13:\"sticker-icons\";s:5:\"title\";s:13:\"Sticker Icons\";s:11:\"create_date\";s:19:\"2019-01-21 16:38:06\";s:13:\"modified_date\";s:19:\"2019-05-07 10:29:03\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1166839\";s:9:\"permalink\";s:44:\"https://gamipress.com/add-ons/sticker-icons/\";s:7:\"excerpt\";s:72:\"30 unique icons in sticker style to decorate your achievements and ranks\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2019/01/featured-image.png\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:50;s:4:\"name\";s:7:\"Sticker\";s:4:\"slug\";s:7:\"sticker\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:192;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:781221;s:4:\"slug\";s:15:\"circular-medals\";s:5:\"title\";s:15:\"Circular Medals\";s:11:\"create_date\";s:19:\"2018-10-12 10:55:57\";s:13:\"modified_date\";s:19:\"2018-11-22 10:49:08\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=781221\";s:9:\"permalink\";s:46:\"https://gamipress.com/add-ons/circular-medals/\";s:7:\"excerpt\";s:79:\"30 unique circular medals in flat style to decorate your achievements and ranks\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2018/10/featured-image-1.png\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:44;s:4:\"name\";s:4:\"Flat\";s:4:\"slug\";s:4:\"flat\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:193;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:923870;s:4:\"slug\";s:14:\"learning-icons\";s:5:\"title\";s:14:\"Learning Icons\";s:11:\"create_date\";s:19:\"2018-11-22 10:17:09\";s:13:\"modified_date\";s:19:\"2019-01-21 16:37:47\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=923870\";s:9:\"permalink\";s:45:\"https://gamipress.com/add-ons/learning-icons/\";s:7:\"excerpt\";s:79:\"30 unique icons in filled outline style to decorate your achievements and ranks\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2018/11/featured-image-1.png\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:45;s:4:\"name\";s:14:\"Filled Outline\";s:4:\"slug\";s:14:\"filled-outline\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:194;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2104435;s:4:\"slug\";s:10:\"gems-icons\";s:5:\"title\";s:10:\"Gems Icons\";s:11:\"create_date\";s:19:\"2019-10-03 08:15:19\";s:13:\"modified_date\";s:19:\"2019-10-03 08:15:19\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2104435\";s:9:\"permalink\";s:41:\"https://gamipress.com/add-ons/gems-icons/\";s:7:\"excerpt\";s:85:\"15 unique gems in flattened, faceted and cartoon styles to decorate your points types\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2019/10/featured-image.png\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:45;s:4:\"name\";s:14:\"Filled Outline\";s:4:\"slug\";s:14:\"filled-outline\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:44;s:4:\"name\";s:4:\"Flat\";s:4:\"slug\";s:4:\"flat\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:46;s:4:\"name\";s:8:\"Material\";s:4:\"slug\";s:8:\"material\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:195;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:782058;s:4:\"slug\";s:14:\"military-ranks\";s:5:\"title\";s:14:\"Military Ranks\";s:11:\"create_date\";s:19:\"2018-10-12 18:53:12\";s:13:\"modified_date\";s:19:\"2018-11-22 10:46:50\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=782058\";s:9:\"permalink\";s:45:\"https://gamipress.com/add-ons/military-ranks/\";s:7:\"excerpt\";s:88:\"30 unique military ranks in filled outline style to decorate your achievements and ranks\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2018/10/featured-image-2.png\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:45;s:4:\"name\";s:14:\"Filled Outline\";s:4:\"slug\";s:14:\"filled-outline\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:196;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1725450;s:4:\"slug\";s:11:\"flat-badges\";s:5:\"title\";s:11:\"Flat Badges\";s:11:\"create_date\";s:19:\"2019-05-07 10:29:57\";s:13:\"modified_date\";s:19:\"2019-05-07 10:29:57\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=1725450\";s:9:\"permalink\";s:42:\"https://gamipress.com/add-ons/flat-badges/\";s:7:\"excerpt\";s:70:\"30 unique badges in flat style to decorate your achievements and ranks\";s:9:\"thumbnail\";s:71:\"https://gamipress.com/wp-content/uploads/edd/2019/05/featured-image.png\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:44;s:4:\"name\";s:4:\"Flat\";s:4:\"slug\";s:4:\"flat\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:197;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:2084236;s:4:\"slug\";s:13:\"fitness-icons\";s:5:\"title\";s:13:\"Fitness Icons\";s:11:\"create_date\";s:19:\"2019-07-08 12:05:08\";s:13:\"modified_date\";s:19:\"2019-07-08 12:06:22\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:51:\"https://gamipress.com/?post_type=download&p=2084236\";s:9:\"permalink\";s:44:\"https://gamipress.com/add-ons/fitness-icons/\";s:7:\"excerpt\";s:69:\"30 unique icons in flat style to decorate your achievements and ranks\";s:9:\"thumbnail\";s:67:\"https://gamipress.com/wp-content/uploads/2019/07/featured-image.png\";s:8:\"category\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:44;s:4:\"name\";s:4:\"Flat\";s:4:\"slug\";s:4:\"flat\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}i:198;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:804467;s:4:\"slug\";s:18:\"points-types-icons\";s:5:\"title\";s:18:\"Points Types Icons\";s:11:\"create_date\";s:19:\"2018-10-19 16:23:39\";s:13:\"modified_date\";s:19:\"2018-11-22 10:44:26\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://gamipress.com/?post_type=download&p=804467\";s:9:\"permalink\";s:49:\"https://gamipress.com/add-ons/points-types-icons/\";s:7:\"excerpt\";s:89:\"30 unique icons in filled outline, flat and material styles to decorate your points types\";s:9:\"thumbnail\";s:69:\"https://gamipress.com/wp-content/uploads/2018/10/featured-image-3.png\";s:8:\"category\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:45;s:4:\"name\";s:14:\"Filled Outline\";s:4:\"slug\";s:14:\"filled-outline\";}i:1;O:8:\"stdClass\":3:{s:7:\"term_id\";i:44;s:4:\"name\";s:4:\"Flat\";s:4:\"slug\";s:4:\"flat\";}i:2;O:8:\"stdClass\":3:{s:7:\"term_id\";i:46;s:4:\"name\";s:8:\"Material\";s:4:\"slug\";s:8:\"material\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"term_id\";i:43;s:4:\"name\";s:5:\"asset\";s:4:\"slug\";s:5:\"asset\";}}}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:0;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:4:\"days\";s:10:\"exp_length\";s:0:\"\";}s:7:\"wp_info\";b:0;}}', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2327, 'cfef-v', '1.3.7', 'auto'),
(2328, 'cfef-type', 'FREE', 'auto'),
(2329, 'cfef-installDate', '2024-12-25 08:36:24', 'auto'),
(2332, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1735123456;s:8:\"response\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.0.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"gamipress/gamipress.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/gamipress\";s:4:\"slug\";s:9:\"gamipress\";s:6:\"plugin\";s:23:\"gamipress/gamipress.php\";s:11:\"new_version\";s:5:\"7.1.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/gamipress/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/gamipress.7.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/gamipress/assets/icon-256x256.png?rev=1699714\";s:2:\"1x\";s:62:\"https://ps.w.org/gamipress/assets/icon-128x128.png?rev=1699714\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/gamipress/assets/banner-1544x500.png?rev=1775224\";s:2:\"1x\";s:64:\"https://ps.w.org/gamipress/assets/banner-772x250.png?rev=1775224\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:6:\"6.3.11\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.3.11.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";s:3:\"svg\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=3207824\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=3207824\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.26.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.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:39:\"filter-everything/filter-everything.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/filter-everything\";s:4:\"slug\";s:17:\"filter-everything\";s:6:\"plugin\";s:39:\"filter-everything/filter-everything.php\";s:11:\"new_version\";s:5:\"1.8.8\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/filter-everything/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/filter-everything.1.8.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/filter-everything/assets/icon-256x256.gif?rev=2553551\";s:2:\"1x\";s:70:\"https://ps.w.org/filter-everything/assets/icon-128x128.gif?rev=2553551\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/filter-everything/assets/banner-1544x500.jpg?rev=2608303\";s:2:\"1x\";s:72:\"https://ps.w.org/filter-everything/assets/banner-772x250.jpg?rev=2608303\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:31:\"search-filter/search-filter.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/search-filter\";s:4:\"slug\";s:13:\"search-filter\";s:6:\"plugin\";s:31:\"search-filter/search-filter.php\";s:11:\"new_version\";s:6:\"1.2.17\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/search-filter/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/search-filter.1.2.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/search-filter/assets/icon-256x256.png?rev=3096093\";s:2:\"1x\";s:66:\"https://ps.w.org/search-filter/assets/icon-128x128.png?rev=3096093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/search-filter/assets/banner-1544x500.png?rev=3096074\";s:2:\"1x\";s:68:\"https://ps.w.org/search-filter/assets/banner-772x250.png?rev=3096074\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:35:\"ultimate-member/ultimate-member.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/ultimate-member\";s:4:\"slug\";s:15:\"ultimate-member\";s:6:\"plugin\";s:35:\"ultimate-member/ultimate-member.php\";s:11:\"new_version\";s:5:\"2.9.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/ultimate-member/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/ultimate-member.2.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947\";s:2:\"1x\";s:68:\"https://ps.w.org/ultimate-member/assets/icon-128x128.png?rev=3160947\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/ultimate-member/assets/banner-1544x500.png?rev=3160947\";s:2:\"1x\";s:70:\"https://ps.w.org/ultimate-member/assets/banner-772x250.png?rev=3160947\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:42:\"visibility-logic-elementor/conditional.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/visibility-logic-elementor\";s:4:\"slug\";s:26:\"visibility-logic-elementor\";s:6:\"plugin\";s:42:\"visibility-logic-elementor/conditional.php\";s:11:\"new_version\";s:5:\"2.3.7\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/visibility-logic-elementor/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/visibility-logic-elementor.2.3.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/visibility-logic-elementor/assets/icon-256x256.png?rev=2534122\";s:2:\"1x\";s:79:\"https://ps.w.org/visibility-logic-elementor/assets/icon-128x128.png?rev=2534122\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/visibility-logic-elementor/assets/banner-772x250.png?rev=2534122\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}}s:7:\"checked\";a:19:{s:30:\"advanced-custom-fields/acf.php\";s:6:\"6.3.11\";s:19:\"akismet/akismet.php\";s:5:\"5.3.5\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.0.1\";s:23:\"elementor/elementor.php\";s:6:\"3.26.3\";s:39:\"filter-everything/filter-everything.php\";s:5:\"1.8.8\";s:61:\"frontend-social-links-editor/frontend-social-links-editor.php\";s:3:\"1.1\";s:45:\"game-reward-earnings/game-reward-earnings.php\";s:3:\"1.0\";s:53:\"game-reward-progress-bar/game-reward-progress-bar.php\";s:3:\"1.3\";s:41:\"game-reward-system/game-reward-system.php\";s:3:\"1.2\";s:23:\"gamipress/gamipress.php\";s:5:\"7.1.8\";s:9:\"hello.php\";s:5:\"1.7.2\";s:29:\"pro-elements/pro-elements.php\";s:6:\"3.26.1\";s:31:\"search-filter/search-filter.php\";s:6:\"1.2.17\";s:35:\"ultimate-member/ultimate-member.php\";s:5:\"2.9.1\";s:43:\"user-points-manager/user-points-manager.php\";s:3:\"1.2\";s:45:\"user-profile-display/user-profile-display.php\";s:3:\"1.0\";s:43:\"user-profile-editor/user-profile-editor.php\";s:3:\"1.4\";s:42:\"visibility-logic-elementor/conditional.php\";s:5:\"2.3.7\";s:51:\"withdrawal-request-form/withdrawal-request-form.php\";s:5:\"1.0.0\";}}', 'off'),
(2339, '_site_transient_timeout_theme_roots', '1735119627', 'off'),
(2340, '_site_transient_theme_roots', 'a:4:{s:7:\"oceanwp\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}', 'off'),
(2341, '_site_transient_timeout_wp_remote_block_patterns_85af6059a330bd91042ca9e9b0b885aa', '1735121429', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2342, '_site_transient_wp_remote_block_patterns_85af6059a330bd91042ca9e9b0b885aa', 'a:44:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:514958;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Intro area with heading and image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1685:\"\n<div class=\"wp-block-group alignfull is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0\">\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-content-justification-left is-layout-constrained wp-container-core-column-is-layout-1 wp-block-column-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<p>Exploring life&#8217;s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:4:\"hero\";s:16:\"wpop_description\";s:93:\"Two columns of text, left with a heading and right with a paragraph, with a wide image below.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.5\";s:25:\"wpop_contains_block_types\";s:111:\"core/button,core/buttons,core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"about\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2422:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:309935;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Centered image with two-tone background color\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1335:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-1 is-layout-constrained wp-container-core-group-is-layout-3 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default wp-duotone-000000-ffffff-1\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:18:\"Gradient, Two-Tone\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2134:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:309925;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Fullwidth Dark Banner with Heading Top Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1089:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-2 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:16:\"Jazz, Fulllwidth\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:309230;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Fullwidth cover with repeating gradient text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1743:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-36345d-abaaaa-2\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-5 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:48:\"Fullwidth, Background Image, Gradient, Uppercase\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:309224;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:72:\"Fullwidth, vertically aligned headline on right with description on left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2187:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-4 is-layout-flow wp-container-core-group-is-layout-6 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-3\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let &#8217;em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-5 is-layout-flow wp-container-core-group-is-layout-7 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>&#8216;EM<br>Roll</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:60:\"vertically, bold, jazz, shop, store, headline, hero, product\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3726:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:309236;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Fullwidth headline with links and gradient offset background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2031:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-12 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-6 is-layout-flow wp-container-core-group-is-layout-9 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-45f800048fc9de7cd05017eb73b2d5ab\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-7 is-layout-flow wp-container-core-group-is-layout-11 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-fcaed05d2b63cfab14801929208209cc\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-9052d836cb5172aae9b2f2bc27ee61c0\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span> </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:41:\"Offset, Gradient, Jazz, Headline, Feature\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3195:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:308937;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Heading, Paragraph, Button with Two Images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2631:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-16 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-8 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-13 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-15 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-10 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-9 wp-duotone-rgb000-rgb21788120-3\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-11 wp-duotone-rgb000-rgb21788120-4\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4102:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:308949;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Bold sale banner with geometric background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1744:\"\n<div class=\"wp-block-cover alignfull wp-duotone-rgb4448102-ffb23d-5\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-core-group-is-layout-17 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:43:\"store, shop, coupon, jazz, background image\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2819:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:308924;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Offset bold paragraph text with varying opacity\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1652:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-18 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature&#8217;s best…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3052:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature\'s best…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:308916;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Offset text with a brutalist design vibe\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1449:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-19 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2631:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:308901;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Fullscreen image with right content area\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2104:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-core-group-is-layout-21 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-13\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-14 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-20 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3261:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:308871;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Cover Image with Bold Heading and Button, Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1626:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-094850-f9644e-7\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-22 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-6 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--6\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2443:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:308868;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Image with Bold Heading and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1634:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-rgb4247103-rgb21419442-9\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-23 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-7 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--8\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2449:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:303828;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Fullscreen cover image gallery\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:955:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-24 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:43:\"gallery, images, columns, background, cover\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:498:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:637:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4754:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-31 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-30 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-29 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-f7ec64f471b5bfcc0be230aa4daa838e wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-1 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-10\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-10-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4782:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-34 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-8500967d37da86b97bb53ecc0a52ca72 wp-block-site-title has-text-color has-white-color has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-2 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-11\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-11-content\">\n								<ul class=\"wp-block-navigation__container has-text-color has-white-color is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3933:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-602186720dd7d9bef283ca8cacce4883 is-layout-constrained wp-container-core-group-is-layout-39 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-38 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-141496dd038caa4dcf40174bef55cbbe wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-3 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-12\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-12-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1497:\"<!-- wp:group {\"metadata\":{\"categories\":[\"header\",\"wireframe\"],\"patternName\":\"core/simple-header-with-dark-background\",\"name\":\"Simple header with dark background\"},\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3612:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-42 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-41 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-4 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-13\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-13-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4201:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-container-core-group-is-layout-46 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-45 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-44 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-d6577b4021234b9631cf15d9d1fea330 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-5 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-14\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-14-content\">\n								<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3347:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-47 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-6 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open always-shown\" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container hidden-by-default \"  id=\"modal-15\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-15-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3679:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-49 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-48 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-7b215d308770124d58b518591412dff8 wp-block-site-title has-text-color has-contrast-color has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<nav class=\"is-responsive items-justified-center wp-block-navigation is-content-justification-center is-layout-flex wp-container-core-navigation-is-layout-7 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-16\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-16-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-center wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3455:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-50 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-8 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-17\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-17-content\">\n								<ul class=\"wp-block-navigation__container has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3735:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-53 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-52 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-51 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-9 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-18\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-18-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4246:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-55 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-54 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3105:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-63 wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-60 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-15 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-56 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"    ><label class=\"wp-block-search__label screen-reader-text\" for=\"wp-block-search__input-19\" >Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input class=\"wp-block-search__input\" id=\"wp-block-search__input-19\" placeholder=\"\" value=\"\" type=\"search\" name=\"s\" required  style=\"border-width: 1px\"/><button aria-label=\"Search\" class=\"wp-block-search__button has-icon wp-element-button\" type=\"submit\"  style=\"border-width: 1px\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z\"></path>\n				</svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-59 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-58 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-57 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-62 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:882:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-66 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-65 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3614:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-69 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-68 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left wp-block-navigation is-content-justification-left is-layout-flex wp-container-core-navigation-is-layout-10 wp-block-navigation-is-layout-flex\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-20\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-20-content\">\n								<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3011:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8d0170a0199cafe7fbcba6c0b4dac464 is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-72 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Location</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation is-content-justification-center is-nowrap is-layout-flex wp-container-core-navigation-is-layout-11 wp-block-navigation-is-layout-flex\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Follow us</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-70 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-core-group-is-layout-71 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3225:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4166:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-73 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-2 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4645:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-75 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-16\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-17 is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-74 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-18 is-content-justification-right is-nowrap is-layout-flex wp-container-core-social-links-is-layout-3 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2906:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-82 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-19 is-vertical is-layout-flex wp-container-core-group-is-layout-77 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-core-group-is-layout-81 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-78 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation is-content-justification-left is-nowrap is-layout-flex wp-container-core-navigation-is-layout-12 wp-block-navigation-is-layout-flex\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-80 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-79 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:33;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1351:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:34;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3578:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-83 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-84 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:35;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2282:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:36;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1484:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:37;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:38;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:611:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:39;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1589:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--21\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:40;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1381:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:41;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:42;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1540:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:43;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:571:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-22 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}}', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2343, '_site_transient_timeout_wp_remote_block_patterns_5885320ebf198b1e7efa7c4fef986031', '1735121430', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2344, '_site_transient_wp_remote_block_patterns_5885320ebf198b1e7efa7c4fef986031', 'a:13:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6666:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:984:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"buttons\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3849:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2293:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1750:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span></a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1919:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px;aspect-ratio:unset;aspect-ratio:unset;\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"auto, (max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3018:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-2 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-1\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"auto, (max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-6 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-3 is-vertical is-layout-flex wp-container-core-group-is-layout-9 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img loading=\"lazy\" decoding=\"async\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"auto, (max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1715:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1712:\"\n<figure class=\"wp-block-image alignwide size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3578:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:611:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1382:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}', 'off');
INSERT INTO `wppb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2357, '_site_transient_timeout_wp_theme_files_patterns-8e4ee7aad6b5310c6675a8cb969f37ab', '1735127382', 'off'),
(2358, '_site_transient_wp_theme_files_patterns-8e4ee7aad6b5310c6675a8cb969f37ab', 'a:2:{s:7:\"version\";s:5:\"4.0.2\";s:8:\"patterns\";a:0:{}}', 'off'),
(2359, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:21:{s:12:\"fab-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\";s:3:\"key\";s:12:\"fab-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s: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: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:10:\"fas-trophy\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:580:\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\";s:3:\"key\";s:10:\"fas-trophy\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"fas-search\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:345:\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\";s:3:\"key\";s:10:\"fas-search\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-times\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:352;s:6:\"height\";i:512;s:4:\"path\";s:415:\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\";s:3:\"key\";s:9:\"fas-times\";}s:7:\"version\";s:6:\"5.15.3\";}s:17:\"fas-align-justify\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:372:\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\";s:3:\"key\";s:17:\"fas-align-justify\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-play-circle\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:177:\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\";s:3:\"key\";s:15:\"fas-play-circle\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-check-circle\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:356:\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\";s:3:\"key\";s:16:\"fas-check-circle\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"eicon-chevron-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\";s:3:\"key\";s:18:\"eicon-chevron-left\";}s:7:\"version\";s:6:\"5.13.0\";}s:19:\"eicon-chevron-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\";s:3:\"key\";s:19:\"eicon-chevron-right\";}s:7:\"version\";s:6:\"5.13.0\";}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:23:\"fas-chevron-circle-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:261:\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\";s:3:\"key\";s:23:\"fas-chevron-circle-left\";}s:7:\"version\";s:6:\"5.15.3\";}s:24:\"fas-chevron-circle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:258:\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\";s:3:\"key\";s:24:\"fas-chevron-circle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-clock\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:222:\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\";s:3:\"key\";s:9:\"fas-clock\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"eicon-star\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:200:\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\";s:3:\"key\";s:10:\"eicon-star\";}s:7:\"version\";s:6:\"5.13.0\";}s:10:\"fas-filter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:205:\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\";s:3:\"key\";s:10:\"fas-filter\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fas-spinner\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:578:\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\";s:3:\"key\";s:11:\"fas-spinner\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"eicon-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";d:571.4;s:6:\"height\";d:571.4;s:4:\"path\";s:118:\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\";s:3:\"key\";s:16:\"eicon-caret-down\";}s:7:\"version\";s:6:\"5.13.0\";}}}}', 'auto'),
(2360, 'um_cache_userdata_1', 'a:131:{s:2:\"ID\";i:1;s:10:\"user_login\";s:14:\"onlinegamingv2\";s:9:\"user_pass\";s:34:\"$P$BppEpEN7.VBfVWSRlab9p9ouhQqsnM/\";s:13:\"user_nicename\";s:14:\"onlinegamingv2\";s:10:\"user_email\";s:18:\"yneware7@gmail.com\";s:8:\"user_url\";s:37:\"https://Your domain.com\";s:15:\"user_registered\";s:19:\"2024-11-23 19:19:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"onlinegamingv2\";s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";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: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: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:9:\"edit_item\";b:1;s:9:\"read_item\";b:1;s:11:\"delete_item\";b:1;s:12:\"delete_items\";b:1;s:10:\"edit_items\";b:1;s:17:\"edit_others_items\";b:1;s:13:\"publish_items\";b:1;s:18:\"read_private_items\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"onlinegamingv2\";s:10:\"first_name\";s:6:\"Yogesh\";s:9:\"last_name\";s:6:\"Neware\";s:11:\"description\";s:7:\"dasdasd\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:18:\"show_welcome_panel\";s:1:\"1\";s:14:\"account_status\";s:8:\"approved\";s:24:\"um_member_directory_data\";s:137:\"a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}\";s:14:\"_um_last_login\";s:19:\"2024-12-25 11:22:43\";s:39:\"wppb_dashboard_quick_press_last_post_id\";s:3:\"918\";s:25:\"community-events-location\";s:35:\"a:1:{s:2:\"ip\";s:12:\"202.148.61.0\";}\";s:22:\"elementor_introduction\";s:77:\"a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"onlinegamingv2\";s:26:\"wppb_persisted_preferences\";s:685:\"a:5:{s:14:\"core/edit-post\";a:6:{s:12:\"welcomeGuide\";b:0;s:30:\"disableEditorsKitColorsFormats\";b:1;s:33:\"disableEditorsKitHighlightFormats\";b:1;s:28:\"disableEditorsKiticonFormats\";b:1;s:20:\"welcomeGuideTemplate\";b:0;s:23:\"metaBoxesMainOpenHeight\";i:323;}s:9:\"_modified\";s:24:\"2024-12-09T16:13:33.107Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:4:\"core\";a:2:{s:10:\"openPanels\";a:5:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-post_tag\";i:2;s:12:\"post-excerpt\";i:3;s:14:\"featured-image\";i:4;s:23:\"taxonomy-panel-category\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:17:\"core/block-editor\";a:1:{s:25:\"linkControlSettingsDrawer\";b:1;}}\";s:20:\"mycred_default_total\";s:1:\"0\";s:22:\"mycred_default_history\";s:6:\"a:0:{}\";s:15:\"mycred_rank_ids\";s:16:\"a:1:{i:0;i:567;}\";s:11:\"mycred_rank\";s:3:\"567\";s:12:\"total_points\";s:2:\"50\";s:29:\"_gamipress_triggered_triggers\";s:110:\"a:2:{s:34:\"gamipress_user_specific_post_visit\";i:13;i:1;a:1:{s:34:\"gamipress_user_specific_post_visit\";i:14;}}\";s:23:\"_gamipress_point_points\";s:3:\"100\";s:27:\"_gamipress_point_new_points\";s:2:\"50\";s:31:\"_gamipress_point_points_awarded\";s:3:\"100\";s:15:\"profile_picture\";s:3:\"834\";s:36:\"manageedit-acf-taxonomycolumnshidden\";s:24:\"a:1:{i:0;s:7:\"acf-key\";}\";s:17:\"acf_user_settings\";s:38:\"a:1:{s:20:\"taxonomies-first-run\";b:1;}\";s:24:\"wppb_elementor_enable_ai\";s:1:\"1\";s:45:\"wppb_elementor_pro_enable_notes_notifications\";s:1:\"1\";s:13:\"user_earnings\";s:2:\"20\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:13:\"administrator\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:18:\"can_access_wpadmin\";i:1;s:20:\"can_not_see_adminbar\";i:0;s:17:\"can_edit_everyone\";i:1;s:19:\"can_delete_everyone\";i:1;s:16:\"can_edit_profile\";i:1;s:18:\"can_delete_profile\";i:1;s:16:\"default_homepage\";i:1;s:11:\"after_login\";s:14:\"redirect_admin\";s:12:\"after_logout\";s:13:\"redirect_home\";s:12:\"can_view_all\";i:1;s:24:\"can_make_private_profile\";i:1;s:26:\"can_access_private_profile\";i:1;s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"super_admin\";i:1;}', 'off');

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

--
-- Table structure for table `wppb_payment_requests`
--

CREATE TABLE `wppb_payment_requests` (
  `id` mediumint(9) NOT NULL,
  `email` varchar(100) NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `withdrawal_method` varchar(50) NOT NULL,
  `account_details` varchar(255) NOT NULL,
  `status` varchar(20) DEFAULT 'pending',
  `created_at` datetime DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wppb_postmeta`
--

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

--
-- Dumping data for table `wppb_postmeta`
--

INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(5, 6, '_elementor_edit_mode', 'builder'),
(6, 6, '_elementor_template_type', 'kit'),
(7, 7, '_um_custom_fields', 'a:4:{s:10:\"user_login\";a:16:{s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";i:1;s:8:\"in_group\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"metakey\";s:10:\"user_login\";s:8:\"position\";i:1;s:5:\"title\";s:8:\"Username\";s:9:\"min_chars\";i:3;s:10:\"visibility\";s:3:\"all\";s:11:\"placeholder\";s:8:\"Username\";s:6:\"public\";s:1:\"1\";s:8:\"validate\";s:15:\"unique_username\";s:9:\"max_chars\";i:24;s:8:\"required\";b:1;s:8:\"editable\";b:0;}s:10:\"user_email\";a:13:{s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";i:1;s:8:\"in_group\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"metakey\";s:10:\"user_email\";s:8:\"position\";i:2;s:5:\"title\";s:14:\"E-mail Address\";s:10:\"visibility\";s:3:\"all\";s:11:\"placeholder\";s:14:\"E-mail Address\";s:6:\"public\";s:1:\"1\";s:8:\"validate\";s:12:\"unique_email\";s:8:\"editable\";b:1;}s:13:\"user_password\";a:17:{s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";i:1;s:8:\"in_group\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:7:\"metakey\";s:13:\"user_password\";s:8:\"position\";i:3;s:5:\"title\";s:8:\"Password\";s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:10:\"visibility\";s:3:\"all\";s:11:\"placeholder\";s:8:\"Password\";s:6:\"public\";s:1:\"1\";s:15:\"force_good_pass\";b:1;s:18:\"force_confirm_pass\";b:1;s:8:\"required\";b:1;s:8:\"editable\";b:1;}s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";i:1;s:4:\"cols\";i:1;s:6:\"origin\";s:9:\"_um_row_1\";}}'),
(8, 7, '_um_mode', 'register'),
(9, 7, '_um_core', 'register'),
(10, 7, '_um_register_use_custom_settings', '1'),
(11, 8, '_um_custom_fields', 'a:3:{s:8:\"username\";a:13:{s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";i:1;s:8:\"in_group\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"metakey\";s:8:\"username\";s:8:\"position\";i:1;s:5:\"title\";s:18:\"Username or E-mail\";s:10:\"visibility\";s:3:\"all\";s:11:\"placeholder\";s:18:\"Username or E-mail\";s:6:\"public\";s:1:\"1\";s:8:\"required\";b:1;s:8:\"editable\";b:0;}s:13:\"user_password\";a:17:{s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";i:1;s:8:\"in_group\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:7:\"metakey\";s:13:\"user_password\";s:8:\"position\";i:2;s:5:\"title\";s:8:\"Password\";s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:10:\"visibility\";s:3:\"all\";s:11:\"placeholder\";s:8:\"Password\";s:6:\"public\";s:1:\"1\";s:15:\"force_good_pass\";b:1;s:18:\"force_confirm_pass\";b:1;s:8:\"required\";b:1;s:8:\"editable\";b:1;}s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";i:1;s:4:\"cols\";i:1;s:6:\"origin\";s:9:\"_um_row_1\";}}'),
(12, 8, '_um_mode', 'login'),
(13, 8, '_um_core', 'login'),
(14, 8, '_um_login_use_custom_settings', '1'),
(15, 9, '_um_custom_fields', 'a:1:{s:9:\"_um_row_1\";a:4:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";s:1:\"1\";s:4:\"cols\";s:1:\"1\";}}'),
(16, 9, '_um_mode', 'profile'),
(17, 9, '_um_core', 'profile'),
(18, 9, '_um_profile_use_custom_settings', '0'),
(19, 10, '_um_core', 'members'),
(20, 10, '_um_template', 'members'),
(21, 10, '_um_mode', 'directory'),
(22, 10, '_um_view_types', 'a:1:{i:0;s:4:\"grid\";}'),
(23, 10, '_um_default_view', 'grid'),
(24, 10, '_um_roles', 'a:0:{}'),
(25, 10, '_um_has_profile_photo', '0'),
(26, 10, '_um_has_cover_photo', '0'),
(27, 10, '_um_show_these_users', ''),
(28, 10, '_um_exclude_these_users', ''),
(29, 10, '_um_sortby', 'user_registered_desc'),
(30, 10, '_um_sortby_custom', ''),
(31, 10, '_um_sortby_custom_label', ''),
(32, 10, '_um_enable_sorting', '0'),
(33, 10, '_um_sorting_fields', 'a:0:{}'),
(34, 10, '_um_profile_photo', '1'),
(35, 10, '_um_cover_photos', '1'),
(36, 10, '_um_show_name', '1'),
(37, 10, '_um_show_tagline', '0'),
(38, 10, '_um_tagline_fields', 'a:0:{}'),
(39, 10, '_um_show_userinfo', '0'),
(40, 10, '_um_reveal_fields', 'a:0:{}'),
(41, 10, '_um_show_social', '0'),
(42, 10, '_um_userinfo_animate', '1'),
(43, 10, '_um_search', '0'),
(44, 10, '_um_roles_can_search', 'a:0:{}'),
(45, 10, '_um_filters', '0'),
(46, 10, '_um_roles_can_filter', 'a:0:{}'),
(47, 10, '_um_search_fields', 'a:0:{}'),
(48, 10, '_um_filters_expanded', '0'),
(49, 10, '_um_filters_is_collapsible', '1'),
(50, 10, '_um_search_filters', 'a:0:{}'),
(51, 10, '_um_must_search', '0'),
(52, 10, '_um_max_users', ''),
(53, 10, '_um_profiles_per_page', '12'),
(54, 10, '_um_profiles_per_page_mobile', '6'),
(55, 10, '_um_directory_header', '{total_users} Members'),
(56, 10, '_um_directory_header_single', '{total_users} Member'),
(57, 10, '_um_directory_no_users', 'We are sorry. We cannot find any users who match your search criteria.'),
(59, 14, '_edit_lock', '1735066175:1'),
(60, 14, '_wp_page_template', 'elementor_header_footer'),
(61, 14, '_edit_last', '1'),
(62, 14, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(63, 16, '_edit_lock', '1735116662:1'),
(64, 16, '_edit_last', '1'),
(65, 16, 'um_content_restriction', 'a:9:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:2;s:16:\"_um_access_roles\";a:5:{s:13:\"administrator\";s:1:\"1\";s:6:\"editor\";s:1:\"1\";s:6:\"author\";s:1:\"1\";s:11:\"contributor\";s:1:\"1\";s:10:\"subscriber\";s:1:\"1\";}s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:1;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(66, 18, '_edit_lock', '1735116649:1'),
(67, 18, '_edit_last', '1'),
(68, 18, 'um_content_restriction', 'a:9:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:2;s:16:\"_um_access_roles\";a:5:{s:13:\"administrator\";s:1:\"1\";s:6:\"editor\";s:1:\"1\";s:6:\"author\";s:1:\"1\";s:11:\"contributor\";s:1:\"1\";s:10:\"subscriber\";s:1:\"1\";}s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:1;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(69, 20, '_edit_lock', '1732644297:1'),
(70, 20, '_edit_last', '1'),
(71, 20, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(72, 22, '_edit_lock', '1732647576:1'),
(73, 22, '_edit_last', '1'),
(74, 22, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(113, 26, '_menu_item_type', 'post_type'),
(114, 26, '_menu_item_menu_item_parent', '0'),
(115, 26, '_menu_item_object_id', '18'),
(116, 26, '_menu_item_object', 'page'),
(117, 26, '_menu_item_target', ''),
(118, 26, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(119, 26, '_menu_item_xfn', ''),
(120, 26, '_menu_item_url', ''),
(122, 26, '_menu_item_template', ''),
(123, 26, '_menu_item_mega_template', '0'),
(124, 26, '_menu_item_nolink', ''),
(125, 26, '_menu_item_category_post', ''),
(126, 26, '_menu_item_megamenu', ''),
(127, 26, '_menu_item_megamenu_auto_width', ''),
(128, 26, '_menu_item_megamenu_col', ''),
(129, 26, '_menu_item_megamenu_heading', ''),
(130, 26, '_menu_item_megamenu_widgetarea', '0'),
(131, 26, '_menu_item_icon', ''),
(132, 27, '_menu_item_type', 'post_type'),
(133, 27, '_menu_item_menu_item_parent', '0'),
(134, 27, '_menu_item_object_id', '16'),
(135, 27, '_menu_item_object', 'page'),
(136, 27, '_menu_item_target', ''),
(137, 27, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(138, 27, '_menu_item_xfn', ''),
(139, 27, '_menu_item_url', ''),
(141, 27, '_menu_item_template', ''),
(142, 27, '_menu_item_mega_template', '0'),
(143, 27, '_menu_item_nolink', ''),
(144, 27, '_menu_item_category_post', ''),
(145, 27, '_menu_item_megamenu', ''),
(146, 27, '_menu_item_megamenu_auto_width', ''),
(147, 27, '_menu_item_megamenu_col', ''),
(148, 27, '_menu_item_megamenu_heading', ''),
(149, 27, '_menu_item_megamenu_widgetarea', '0'),
(150, 27, '_menu_item_icon', ''),
(151, 28, '_menu_item_type', 'post_type'),
(152, 28, '_menu_item_menu_item_parent', '0'),
(153, 28, '_menu_item_object_id', '14'),
(154, 28, '_menu_item_object', 'page'),
(155, 28, '_menu_item_target', ''),
(156, 28, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(157, 28, '_menu_item_xfn', ''),
(158, 28, '_menu_item_url', ''),
(160, 28, '_menu_item_template', ''),
(161, 28, '_menu_item_mega_template', '0'),
(162, 28, '_menu_item_nolink', ''),
(163, 28, '_menu_item_category_post', ''),
(164, 28, '_menu_item_megamenu', ''),
(165, 28, '_menu_item_megamenu_auto_width', ''),
(166, 28, '_menu_item_megamenu_col', ''),
(167, 28, '_menu_item_megamenu_heading', ''),
(168, 28, '_menu_item_megamenu_widgetarea', '0'),
(169, 28, '_menu_item_icon', ''),
(170, 29, '_edit_lock', '1732817684:1'),
(171, 29, '_wp_trash_meta_status', 'publish'),
(172, 29, '_wp_trash_meta_time', '1732817694'),
(173, 30, '_elementor_edit_mode', 'builder'),
(174, 30, '_elementor_template_type', 'header'),
(175, 31, '_elementor_edit_mode', 'builder'),
(176, 31, '_elementor_template_type', 'header'),
(177, 30, '_elementor_version', '3.26.0'),
(178, 30, '_elementor_pro_version', '3.25.5'),
(179, 30, '_edit_lock', '1734967748:1'),
(181, 6, '_elementor_page_settings', 'a:1:{s:13:\"custom_colors\";a:8:{i:0;a:3:{s:3:\"_id\";s:7:\"5a7b17c\";s:5:\"title\";s:8:\"BG Color\";s:5:\"color\";s:7:\"#1A1A1D\";}i:1;a:3:{s:3:\"_id\";s:7:\"d9321e2\";s:5:\"title\";s:1:\"1\";s:5:\"color\";s:7:\"#6A1E55\";}i:2;a:3:{s:3:\"_id\";s:7:\"fbfbcda\";s:5:\"title\";s:13:\"Form BG color\";s:5:\"color\";s:7:\"#0C0C0C\";}i:3;a:3:{s:3:\"_id\";s:7:\"45f9cee\";s:5:\"title\";s:1:\"2\";s:5:\"color\";s:7:\"#A64D79\";}i:4;a:3:{s:3:\"_id\";s:7:\"6f6b6dc\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:5;a:3:{s:3:\"_id\";s:7:\"8406570\";s:5:\"title\";s:12:\"Container BG\";s:5:\"color\";s:7:\"#222222\";}i:6;a:3:{s:3:\"_id\";s:7:\"ee6a6b6\";s:5:\"title\";s:11:\"Hover Color\";s:5:\"color\";s:7:\"#363636\";}i:7;a:3:{s:3:\"_id\";s:7:\"89cc257\";s:5:\"title\";s:15:\"Container Color\";s:5:\"color\";s:7:\"#222222\";}}}'),
(183, 32, '_wp_trash_meta_status', 'publish'),
(184, 32, '_wp_trash_meta_time', '1732818669'),
(185, 30, '_wp_page_template', 'default'),
(186, 30, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(187, 30, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"},\"width_mobile\":{\"unit\":\"px\",\"size\":306.2},\"_flex_size\":\"none\",\"hide_desktop\":\"hidden-desktop\",\"_element_width_mobile\":\"initial\"},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0f573\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"-16\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e387133\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"de135f5\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"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\":true}},\"elements\":[{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"48331ce\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Brewarded_points%5D%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"},\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\"},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11edc31\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"100\",\"description_text\":\"\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FFB702\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"e05a32d\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Brewarded_points%5D%22%7D\\\"]\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(189, 33, '_wp_attached_file', '2024/11/logo.png'),
(190, 33, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:203;s:6:\"height\";i:76;s:4:\"file\";s:16:\"2024/11/logo.png\";s:8:\"filesize\";i:24571;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"logo-150x76.png\";s:5:\"width\";i:150;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17966;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(191, 34, '_wp_trash_meta_status', 'publish'),
(192, 34, '_wp_trash_meta_time', '1732818746'),
(193, 35, '_elementor_edit_mode', 'builder'),
(194, 35, '_elementor_template_type', 'header'),
(195, 35, '_elementor_version', '3.25.9'),
(196, 35, '_elementor_pro_version', '3.24.4'),
(197, 35, '_wp_page_template', 'default'),
(198, 35, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(199, 35, '_elementor_data', '[]'),
(201, 30, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(205, 36, '_wp_trash_meta_status', 'publish'),
(206, 36, '_wp_trash_meta_time', '1732819099'),
(207, 37, '_elementor_edit_mode', 'builder'),
(208, 37, '_elementor_template_type', 'header'),
(209, 37, '_elementor_version', '3.25.9'),
(210, 37, '_elementor_pro_version', '3.24.4'),
(211, 37, '_wp_page_template', 'default'),
(212, 37, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(213, 37, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(215, 37, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(228, 39, '_elementor_edit_mode', 'builder'),
(229, 39, '_elementor_template_type', 'header'),
(230, 39, '_elementor_version', '3.25.9'),
(231, 39, '_elementor_pro_version', '3.24.4'),
(232, 39, '_wp_page_template', 'default'),
(233, 39, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(234, 39, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(236, 39, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(239, 40, '_wp_trash_meta_status', 'publish'),
(240, 40, '_wp_trash_meta_time', '1732821025'),
(241, 41, '_elementor_edit_mode', 'builder'),
(242, 41, '_elementor_template_type', 'header'),
(243, 41, '_elementor_version', '3.25.9'),
(244, 41, '_elementor_pro_version', '3.24.4'),
(245, 41, '_wp_page_template', 'default'),
(246, 41, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(247, 41, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(249, 41, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(254, 42, '_elementor_source', 'post'),
(255, 42, '_elementor_edit_mode', 'builder'),
(256, 42, '_elementor_template_type', 'popup'),
(257, 42, '_elementor_version', '3.25.9'),
(258, 42, '_elementor_pro_version', '3.24.4'),
(259, 42, '_edit_lock', '1732992318:1'),
(260, 42, '_wp_page_template', 'default');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(261, 42, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:4:\"left\";s:21:\"background_background\";s:7:\"classic\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:42;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:76;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";s:18:\"close_button_color\";s:25:\"globals/colors?id=6f6b6dc\";}s:25:\"entrance_animation_mobile\";s:11:\"slideInLeft\";s:21:\"exit_animation_mobile\";s:11:\"slideInLeft\";}'),
(262, 42, '_elementor_data', '[{\"id\":\"dfc4a86\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"40a971f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"81f0b6c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"95d8919\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2cdc022\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"516bf92\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bab433\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d890d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bcb797\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"fa714db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"024e67e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e1faa3b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false}]'),
(264, 42, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(265, 43, '_menu_item_type', 'custom'),
(266, 43, '_menu_item_menu_item_parent', '0'),
(267, 43, '_menu_item_object_id', '43'),
(268, 43, '_menu_item_object', 'custom'),
(269, 43, '_menu_item_target', ''),
(270, 43, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(271, 43, '_menu_item_xfn', ''),
(272, 43, '_menu_item_url', '#'),
(274, 43, '_menu_item_template', ''),
(275, 43, '_menu_item_mega_template', '0'),
(276, 43, '_menu_item_nolink', ''),
(277, 43, '_menu_item_category_post', ''),
(278, 43, '_menu_item_megamenu', ''),
(279, 43, '_menu_item_megamenu_auto_width', ''),
(280, 43, '_menu_item_megamenu_col', ''),
(281, 43, '_menu_item_megamenu_heading', ''),
(282, 43, '_menu_item_megamenu_widgetarea', '0'),
(283, 43, '_menu_item_icon', ''),
(284, 44, '_menu_item_type', 'custom'),
(285, 44, '_menu_item_menu_item_parent', '0'),
(286, 44, '_menu_item_object_id', '44'),
(287, 44, '_menu_item_object', 'custom'),
(288, 44, '_menu_item_target', ''),
(289, 44, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(290, 44, '_menu_item_xfn', ''),
(291, 44, '_menu_item_url', '#'),
(293, 44, '_menu_item_template', ''),
(294, 44, '_menu_item_mega_template', '0'),
(295, 44, '_menu_item_nolink', ''),
(296, 44, '_menu_item_category_post', ''),
(297, 44, '_menu_item_megamenu', ''),
(298, 44, '_menu_item_megamenu_auto_width', ''),
(299, 44, '_menu_item_megamenu_col', ''),
(300, 44, '_menu_item_megamenu_heading', ''),
(301, 44, '_menu_item_megamenu_widgetarea', '0'),
(302, 44, '_menu_item_icon', ''),
(303, 45, '_menu_item_type', 'custom'),
(304, 45, '_menu_item_menu_item_parent', '0'),
(305, 45, '_menu_item_object_id', '45'),
(306, 45, '_menu_item_object', 'custom'),
(307, 45, '_menu_item_target', ''),
(308, 45, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(309, 45, '_menu_item_xfn', ''),
(310, 45, '_menu_item_url', '#'),
(312, 45, '_menu_item_template', ''),
(313, 45, '_menu_item_mega_template', '0'),
(314, 45, '_menu_item_nolink', ''),
(315, 45, '_menu_item_category_post', ''),
(316, 45, '_menu_item_megamenu', ''),
(317, 45, '_menu_item_megamenu_auto_width', ''),
(318, 45, '_menu_item_megamenu_col', ''),
(319, 45, '_menu_item_megamenu_heading', ''),
(320, 45, '_menu_item_megamenu_widgetarea', '0'),
(321, 45, '_menu_item_icon', ''),
(322, 46, '_elementor_source', 'post'),
(323, 46, '_elementor_edit_mode', 'builder'),
(324, 46, '_elementor_template_type', 'popup'),
(325, 46, '_elementor_version', '3.25.9'),
(326, 46, '_elementor_pro_version', '3.24.4'),
(327, 46, '_wp_page_template', 'default'),
(328, 46, '_elementor_page_settings', 'a:7:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:4:\"left\";s:21:\"background_background\";s:7:\"classic\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:48;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:76;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(329, 46, '_elementor_data', '[{\"id\":\"dfc4a86\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"40a971f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"81f0b6c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"95d8919\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2cdc022\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"516bf92\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bab433\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d890d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bcb797\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(331, 46, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(332, 47, '_elementor_source', 'post'),
(333, 47, '_elementor_edit_mode', 'builder'),
(334, 47, '_elementor_template_type', 'popup'),
(335, 47, '_elementor_version', '3.25.9'),
(336, 47, '_elementor_pro_version', '3.24.4'),
(337, 47, '_wp_page_template', 'default'),
(338, 47, '_elementor_page_settings', 'a:7:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:4:\"left\";s:21:\"background_background\";s:7:\"classic\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:42;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:76;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(339, 47, '_elementor_data', '[{\"id\":\"dfc4a86\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"40a971f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"81f0b6c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"95d8919\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2cdc022\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"516bf92\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bab433\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d890d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bcb797\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"fa714db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"024e67e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e1faa3b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false}]'),
(341, 47, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(342, 48, '_elementor_edit_mode', 'builder'),
(343, 48, '_elementor_template_type', 'header'),
(344, 48, '_elementor_version', '3.25.9'),
(345, 48, '_elementor_pro_version', '3.24.4'),
(346, 48, '_wp_page_template', 'default'),
(347, 48, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(348, 48, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ea1dad4\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%2242%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(350, 48, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(357, 49, '_elementor_source', 'post'),
(358, 49, '_elementor_edit_mode', 'builder'),
(359, 49, '_elementor_template_type', 'popup'),
(360, 49, '_elementor_version', '3.25.9'),
(361, 49, '_elementor_pro_version', '3.24.4'),
(362, 49, '_wp_page_template', 'default'),
(363, 49, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:4:\"left\";s:21:\"background_background\";s:7:\"classic\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:42;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:76;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}s:25:\"entrance_animation_mobile\";s:11:\"slideInLeft\";s:21:\"exit_animation_mobile\";s:11:\"slideInLeft\";}'),
(364, 49, '_elementor_data', '[{\"id\":\"dfc4a86\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"40a971f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"81f0b6c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"95d8919\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2cdc022\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"516bf92\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bab433\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d890d2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bcb797\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"fa714db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"024e67e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e1faa3b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false}]'),
(366, 49, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(369, 50, '_elementor_edit_mode', 'builder'),
(370, 50, '_elementor_template_type', 'header'),
(371, 50, '_elementor_version', '3.25.9'),
(372, 50, '_elementor_pro_version', '3.24.4'),
(373, 50, '_wp_page_template', 'default'),
(374, 50, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(375, 50, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ea1dad4\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%2242%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(377, 50, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(389, 51, '_elementor_edit_mode', 'builder'),
(390, 51, '_elementor_template_type', 'header'),
(391, 51, '_elementor_version', '3.25.9'),
(392, 51, '_elementor_pro_version', '3.24.4'),
(393, 51, '_wp_page_template', 'default'),
(394, 51, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(395, 51, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"width_tablet\":{\"unit\":\"px\",\"size\":308,\"sizes\":[]}},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ea1dad4\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%2242%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(396, 51, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(400, 52, '_elementor_edit_mode', 'builder'),
(401, 52, '_elementor_template_type', 'header'),
(402, 52, '_elementor_version', '3.25.9'),
(403, 52, '_elementor_pro_version', '3.24.4'),
(404, 52, '_wp_page_template', 'default'),
(405, 52, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(406, 52, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"width_tablet\":{\"unit\":\"px\",\"size\":308,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInRight\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ea1dad4\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%2242%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(407, 52, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(409, 53, '_elementor_edit_mode', 'builder'),
(410, 53, '_elementor_template_type', 'header'),
(411, 53, '_elementor_version', '3.25.9'),
(412, 53, '_elementor_pro_version', '3.24.4'),
(413, 53, '_wp_page_template', 'default'),
(414, 53, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(415, 53, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"editing_mode\":\"\",\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"width_tablet\":{\"unit\":\"px\",\"size\":308,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInRight\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(416, 53, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(420, 54, '_elementor_edit_mode', 'builder'),
(421, 54, '_elementor_template_type', 'header'),
(422, 54, '_elementor_version', '3.25.9'),
(423, 54, '_elementor_pro_version', '3.24.4'),
(424, 54, '_wp_page_template', 'default'),
(425, 54, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(426, 54, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"center\",\"width_tablet\":{\"unit\":\"px\",\"size\":308,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInRight\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(427, 54, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(433, 55, '_elementor_edit_mode', 'builder'),
(434, 55, '_elementor_template_type', 'header'),
(435, 55, '_elementor_version', '3.25.9'),
(436, 55, '_elementor_pro_version', '3.24.4'),
(437, 55, '_wp_page_template', 'default'),
(438, 55, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(439, 55, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"center\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"height_mobile\":\"fit-content\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(440, 55, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(446, 56, '_elementor_edit_mode', 'builder'),
(447, 56, '_elementor_template_type', 'header'),
(448, 56, '_elementor_version', '3.25.9'),
(449, 56, '_elementor_pro_version', '3.24.4'),
(450, 56, '_wp_page_template', 'default'),
(451, 56, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(452, 56, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(453, 56, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(457, 57, '_elementor_edit_mode', 'builder'),
(458, 57, '_elementor_template_type', 'header'),
(459, 57, '_elementor_version', '3.25.9'),
(460, 57, '_elementor_pro_version', '3.24.4'),
(461, 57, '_wp_page_template', 'default'),
(462, 57, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(463, 57, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(464, 57, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(468, 58, '_elementor_edit_mode', 'builder'),
(469, 58, '_elementor_template_type', 'header'),
(470, 58, '_elementor_version', '3.25.9'),
(471, 58, '_elementor_pro_version', '3.24.4'),
(472, 58, '_wp_page_template', 'default'),
(473, 58, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(474, 58, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(475, 58, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(481, 59, '_elementor_edit_mode', 'builder'),
(482, 59, '_elementor_template_type', 'header'),
(483, 59, '_elementor_version', '3.25.9'),
(484, 59, '_elementor_pro_version', '3.24.4'),
(485, 59, '_wp_page_template', 'default'),
(486, 59, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(487, 59, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(488, 59, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(494, 60, '_elementor_edit_mode', 'builder'),
(495, 60, '_elementor_template_type', 'header'),
(496, 60, '_elementor_version', '3.25.9'),
(497, 60, '_elementor_pro_version', '3.24.4'),
(498, 60, '_wp_page_template', 'default'),
(499, 60, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(500, 60, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(501, 60, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(507, 61, '_elementor_edit_mode', 'builder'),
(508, 61, '_elementor_template_type', 'header'),
(509, 61, '_elementor_version', '3.25.9'),
(510, 61, '_elementor_pro_version', '3.24.4'),
(511, 61, '_wp_page_template', 'default'),
(512, 61, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(513, 61, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(514, 61, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(520, 62, '_elementor_edit_mode', 'builder'),
(521, 62, '_elementor_template_type', 'header'),
(522, 62, '_elementor_version', '3.25.9'),
(523, 62, '_elementor_pro_version', '3.24.4'),
(524, 62, '_wp_page_template', 'default'),
(525, 62, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(526, 62, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(527, 62, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(533, 14, '_elementor_edit_mode', 'builder'),
(534, 14, '_elementor_template_type', 'wp-page'),
(535, 14, '_elementor_version', '3.26.0'),
(536, 14, '_elementor_pro_version', '3.25.5'),
(548, 64, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg'),
(549, 64, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\";s:8:\"filesize\";i:147020;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93510-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16226;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__93510-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102322;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93510-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8805;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93510-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66680;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93510-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70073;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93510-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78098;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__93510-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145477;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(550, 65, '_wp_page_template', 'elementor_header_footer'),
(551, 65, '_elementor_edit_mode', 'builder'),
(552, 65, '_elementor_template_type', 'wp-page'),
(553, 65, '_elementor_version', '3.25.9'),
(554, 65, '_elementor_pro_version', '3.24.4'),
(555, 66, '_wp_page_template', 'elementor_header_footer'),
(556, 66, '_elementor_edit_mode', 'builder'),
(557, 66, '_elementor_template_type', 'wp-page'),
(558, 66, '_elementor_version', '3.25.9'),
(559, 66, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(560, 14, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(561, 67, '_wp_page_template', 'elementor_header_footer'),
(562, 67, '_elementor_edit_mode', 'builder'),
(563, 67, '_elementor_template_type', 'wp-page'),
(564, 67, '_elementor_version', '3.25.9'),
(565, 67, '_elementor_pro_version', '3.24.4'),
(566, 67, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(570, 68, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg'),
(571, 68, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\";s:8:\"filesize\";i:133399;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23092-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13366;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__23092-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91553;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23092-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7589;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23092-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58395;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23092-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65289;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23092-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68861;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__23092-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(572, 69, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__93510-1.jpeg'),
(573, 69, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__93510-1.jpeg\";s:8:\"filesize\";i:147020;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__93510-1-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16226;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__93510-1-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102322;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__93510-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8805;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__93510-1-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66680;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__93510-1-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70073;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__93510-1-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78098;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__93510-1-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145477;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(574, 70, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg'),
(575, 70, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\";s:8:\"filesize\";i:149094;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93512-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16571;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__93512-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103839;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93512-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9189;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93512-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67610;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93512-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72975;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93512-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78571;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__93512-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(576, 71, '_wp_page_template', 'elementor_header_footer'),
(577, 71, '_elementor_edit_mode', 'builder'),
(578, 71, '_elementor_template_type', 'wp-page'),
(579, 71, '_elementor_version', '3.25.9'),
(580, 71, '_elementor_pro_version', '3.24.4'),
(581, 71, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(585, 72, '_wp_page_template', 'elementor_header_footer'),
(586, 72, '_elementor_edit_mode', 'builder'),
(587, 72, '_elementor_template_type', 'wp-page'),
(588, 72, '_elementor_version', '3.25.9'),
(589, 72, '_elementor_pro_version', '3.24.4'),
(590, 72, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(594, 73, '_wp_page_template', 'elementor_header_footer'),
(595, 73, '_elementor_edit_mode', 'builder'),
(596, 73, '_elementor_template_type', 'wp-page'),
(597, 73, '_elementor_version', '3.25.9'),
(598, 73, '_elementor_pro_version', '3.24.4'),
(599, 73, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(614, 75, '_wp_page_template', 'elementor_header_footer'),
(615, 75, '_elementor_edit_mode', 'builder'),
(616, 75, '_elementor_template_type', 'wp-page'),
(617, 75, '_elementor_version', '3.25.9'),
(618, 75, '_elementor_pro_version', '3.24.4'),
(619, 75, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(622, 76, '_wp_page_template', 'elementor_header_footer'),
(623, 76, '_elementor_edit_mode', 'builder'),
(624, 76, '_elementor_template_type', 'wp-page'),
(625, 76, '_elementor_version', '3.25.9'),
(626, 76, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(627, 76, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(630, 77, '_wp_page_template', 'elementor_header_footer'),
(631, 77, '_elementor_edit_mode', 'builder'),
(632, 77, '_elementor_template_type', 'wp-page'),
(633, 77, '_elementor_version', '3.25.9'),
(634, 77, '_elementor_pro_version', '3.24.4'),
(635, 77, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(638, 78, '_wp_page_template', 'elementor_header_footer'),
(639, 78, '_elementor_edit_mode', 'builder'),
(640, 78, '_elementor_template_type', 'wp-page'),
(641, 78, '_elementor_version', '3.25.9'),
(642, 78, '_elementor_pro_version', '3.24.4'),
(643, 78, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(645, 79, '_wp_page_template', 'elementor_header_footer'),
(646, 79, '_elementor_edit_mode', 'builder'),
(647, 79, '_elementor_template_type', 'wp-page'),
(648, 79, '_elementor_version', '3.25.9'),
(649, 79, '_elementor_pro_version', '3.24.4'),
(650, 79, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(652, 80, '_wp_page_template', 'elementor_header_footer'),
(653, 80, '_elementor_edit_mode', 'builder'),
(654, 80, '_elementor_template_type', 'wp-page'),
(655, 80, '_elementor_version', '3.25.9'),
(656, 80, '_elementor_pro_version', '3.24.4'),
(657, 80, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(659, 81, '_elementor_edit_mode', 'builder'),
(660, 81, '_elementor_template_type', 'container'),
(661, 81, '_elementor_version', '3.25.9'),
(662, 81, '_elementor_pro_version', '3.24.4'),
(663, 82, '_elementor_edit_mode', 'builder'),
(664, 82, '_elementor_template_type', 'container'),
(665, 82, '_elementor_version', '3.25.9'),
(666, 82, '_elementor_pro_version', '3.24.4'),
(667, 81, '_wp_page_template', 'default');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(668, 81, '_elementor_data', '[{\"id\":\"b461b5c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"6325bd6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2b5198df\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"595e0ac7\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4258a1ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e761624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4358bda3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7c595bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5318e4dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3507f8be\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bfed1e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7b9de564\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(669, 83, '_elementor_edit_mode', 'builder'),
(670, 83, '_elementor_template_type', 'container'),
(671, 83, '_elementor_version', '3.25.9'),
(672, 83, '_elementor_pro_version', '3.24.4'),
(673, 83, '_wp_page_template', 'default'),
(674, 83, '_elementor_data', '[{\"id\":\"b461b5c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"6325bd6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2b5198df\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"595e0ac7\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4258a1ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e761624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4358bda3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7c595bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5318e4dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3507f8be\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bfed1e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7b9de564\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(676, 84, '_wp_page_template', 'elementor_header_footer'),
(677, 84, '_elementor_edit_mode', 'builder'),
(678, 84, '_elementor_template_type', 'wp-page'),
(679, 84, '_elementor_version', '3.25.9'),
(680, 84, '_elementor_pro_version', '3.24.4'),
(681, 84, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(683, 85, '_wp_page_template', 'elementor_header_footer'),
(684, 85, '_elementor_edit_mode', 'builder'),
(685, 85, '_elementor_template_type', 'wp-page'),
(686, 85, '_elementor_version', '3.25.9'),
(687, 85, '_elementor_pro_version', '3.24.4'),
(688, 85, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(690, 86, '_wp_page_template', 'elementor_header_footer'),
(691, 86, '_elementor_edit_mode', 'builder'),
(692, 86, '_elementor_template_type', 'wp-page'),
(693, 86, '_elementor_version', '3.25.9'),
(694, 86, '_elementor_pro_version', '3.24.4'),
(695, 86, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(699, 87, '_wp_page_template', 'elementor_header_footer'),
(700, 87, '_elementor_edit_mode', 'builder'),
(701, 87, '_elementor_template_type', 'wp-page'),
(702, 87, '_elementor_version', '3.25.9'),
(703, 87, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(704, 87, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(708, 88, '_wp_page_template', 'elementor_header_footer'),
(709, 88, '_elementor_edit_mode', 'builder'),
(710, 88, '_elementor_template_type', 'wp-page'),
(711, 88, '_elementor_version', '3.25.9'),
(712, 88, '_elementor_pro_version', '3.24.4'),
(713, 88, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(717, 89, '_wp_page_template', 'elementor_header_footer'),
(718, 89, '_elementor_edit_mode', 'builder'),
(719, 89, '_elementor_template_type', 'wp-page'),
(720, 89, '_elementor_version', '3.25.9'),
(721, 89, '_elementor_pro_version', '3.24.4'),
(722, 89, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":1000,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":2500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(728, 90, '_wp_page_template', 'elementor_header_footer'),
(729, 90, '_elementor_edit_mode', 'builder'),
(730, 90, '_elementor_template_type', 'wp-page'),
(731, 90, '_elementor_version', '3.25.9'),
(732, 90, '_elementor_pro_version', '3.24.4'),
(733, 90, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":1000,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":2500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(737, 91, '_wp_page_template', 'elementor_header_footer'),
(738, 91, '_elementor_edit_mode', 'builder'),
(739, 91, '_elementor_template_type', 'wp-page'),
(740, 91, '_elementor_version', '3.25.9'),
(741, 91, '_elementor_pro_version', '3.24.4'),
(742, 91, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":1000,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":2500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(746, 92, '_wp_page_template', 'elementor_header_footer'),
(747, 92, '_elementor_edit_mode', 'builder'),
(748, 92, '_elementor_template_type', 'wp-page'),
(749, 92, '_elementor_version', '3.25.9'),
(750, 92, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(751, 92, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":400,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":700,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(757, 93, '_wp_page_template', 'elementor_header_footer'),
(758, 93, '_elementor_edit_mode', 'builder'),
(759, 93, '_elementor_template_type', 'wp-page'),
(760, 93, '_elementor_version', '3.25.9'),
(761, 93, '_elementor_pro_version', '3.24.4'),
(762, 93, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":400,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":700,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(766, 94, '_wp_page_template', 'elementor_header_footer'),
(767, 94, '_elementor_edit_mode', 'builder'),
(768, 94, '_elementor_template_type', 'wp-page'),
(769, 94, '_elementor_version', '3.25.9'),
(770, 94, '_elementor_pro_version', '3.24.4'),
(771, 94, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":400,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":700,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(775, 95, '_wp_page_template', 'elementor_header_footer'),
(776, 95, '_elementor_edit_mode', 'builder'),
(777, 95, '_elementor_template_type', 'wp-page'),
(778, 95, '_elementor_version', '3.25.9'),
(779, 95, '_elementor_pro_version', '3.24.4'),
(780, 95, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(786, 97, '_um_core', 'user'),
(787, 98, '_um_core', 'login'),
(788, 99, '_um_core', 'register'),
(789, 100, '_um_core', 'logout'),
(790, 101, '_um_core', 'password-reset'),
(791, 98, '_edit_lock', '1733414098:1'),
(792, 98, '_wp_page_template', 'elementor_canvas'),
(793, 98, '_edit_last', '1'),
(794, 98, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(795, 98, '_elementor_edit_mode', 'builder'),
(796, 98, '_elementor_template_type', 'wp-page'),
(797, 98, '_elementor_version', '3.25.9'),
(798, 98, '_elementor_pro_version', '3.24.4'),
(799, 103, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg'),
(800, 103, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\";s:8:\"filesize\";i:83568;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23093-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9728;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__23093-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23093-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23093-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38496;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23093-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48770;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23093-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46507;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__23093-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(801, 104, '_wp_page_template', 'elementor_canvas'),
(802, 104, '_elementor_edit_mode', 'builder'),
(803, 104, '_elementor_template_type', 'wp-page'),
(804, 104, '_elementor_version', '3.25.9'),
(805, 104, '_elementor_pro_version', '3.24.4'),
(806, 105, '_wp_page_template', 'elementor_canvas'),
(807, 105, '_elementor_edit_mode', 'builder'),
(808, 105, '_elementor_template_type', 'wp-page'),
(809, 105, '_elementor_version', '3.25.9'),
(810, 105, '_elementor_pro_version', '3.24.4'),
(811, 98, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/register\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span><\\/a> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(812, 106, '_wp_page_template', 'elementor_canvas'),
(813, 106, '_elementor_edit_mode', 'builder'),
(814, 106, '_elementor_template_type', 'wp-page'),
(815, 106, '_elementor_version', '3.25.9'),
(816, 106, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(817, 106, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(821, 107, '_wp_page_template', 'elementor_canvas'),
(822, 107, '_elementor_edit_mode', 'builder'),
(823, 107, '_elementor_template_type', 'wp-page'),
(824, 107, '_elementor_version', '3.25.9'),
(825, 107, '_elementor_pro_version', '3.24.4'),
(826, 107, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(830, 108, '_wp_page_template', 'elementor_canvas'),
(831, 108, '_elementor_edit_mode', 'builder'),
(832, 108, '_elementor_template_type', 'wp-page'),
(833, 108, '_elementor_version', '3.25.9'),
(834, 108, '_elementor_pro_version', '3.24.4'),
(835, 108, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(839, 109, '_wp_page_template', 'elementor_canvas'),
(840, 109, '_elementor_edit_mode', 'builder'),
(841, 109, '_elementor_template_type', 'wp-page'),
(842, 109, '_elementor_version', '3.25.9'),
(843, 109, '_elementor_pro_version', '3.24.4'),
(844, 109, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(850, 8, '_edit_lock', '1734523848:1'),
(851, 8, '_edit_last', '1'),
(852, 8, 'um_form_version', '2.9.1'),
(853, 8, '_um_register_use_custom_settings', ''),
(854, 8, '_um_register_role', '0'),
(855, 8, '_um_register_template', 'register'),
(856, 8, '_um_register_max_width', '450px'),
(857, 8, '_um_register_icons', 'label'),
(858, 8, '_um_register_primary_btn_word', 'Register'),
(859, 8, '_um_register_secondary_btn', ''),
(860, 8, '_um_register_secondary_btn_word', 'Login'),
(861, 8, '_um_register_use_gdpr', ''),
(862, 8, '_um_register_use_gdpr_content_id', '0'),
(863, 8, '_um_register_use_gdpr_toggle_show', 'Show privacy policy'),
(864, 8, '_um_register_use_gdpr_toggle_hide', 'Hide privacy policy'),
(865, 8, '_um_register_use_gdpr_agreement', 'Please confirm that you agree to our privacy policy'),
(866, 8, '_um_register_use_gdpr_error_text', 'Please confirm your acceptance of our privacy policy'),
(867, 8, '_um_profile_use_custom_settings', ''),
(868, 8, '_um_profile_role', ''),
(869, 8, '_um_profile_template', 'profile'),
(870, 8, '_um_profile_max_width', '1000px'),
(871, 8, '_um_profile_area_max_width', '600px'),
(872, 8, '_um_profile_icons', 'label'),
(873, 8, '_um_profile_primary_btn_word', 'Update Profile'),
(874, 8, '_um_profile_secondary_btn', ''),
(875, 8, '_um_profile_secondary_btn_word', 'Cancel'),
(876, 8, '_um_profile_cover_enabled', ''),
(877, 8, '_um_profile_coversize', '300'),
(878, 8, '_um_profile_cover_ratio', '2.7:1'),
(879, 8, '_um_profile_disable_photo_upload', ''),
(880, 8, '_um_profile_photosize', '190'),
(881, 8, '_um_profile_photo_required', ''),
(882, 8, '_um_profile_show_name', ''),
(883, 8, '_um_profile_show_social_links', ''),
(884, 8, '_um_profile_show_bio', ''),
(885, 8, '_um_login_template', 'login'),
(886, 8, '_um_login_max_width', '450px'),
(887, 8, '_um_login_icons', 'field'),
(888, 8, '_um_login_primary_btn_word', 'Login'),
(889, 8, '_um_login_secondary_btn', ''),
(890, 8, '_um_login_secondary_btn_word', 'Register'),
(891, 8, '_um_login_forgot_pass_link', '1'),
(892, 8, '_um_login_show_rememberme', ''),
(893, 8, '_um_login_after_login', 'redirect_url'),
(894, 8, '_um_login_redirect_url', 'https://Your domain.com'),
(895, 110, '_wp_page_template', 'elementor_canvas'),
(896, 110, '_elementor_edit_mode', 'builder'),
(897, 110, '_elementor_template_type', 'wp-page'),
(898, 110, '_elementor_version', '3.25.9'),
(899, 110, '_elementor_pro_version', '3.24.4'),
(900, 110, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(904, 111, '_wp_page_template', 'elementor_canvas'),
(905, 111, '_elementor_edit_mode', 'builder'),
(906, 111, '_elementor_template_type', 'wp-page'),
(907, 111, '_elementor_version', '3.25.9'),
(908, 111, '_elementor_pro_version', '3.24.4'),
(909, 111, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(913, 112, '_wp_page_template', 'elementor_canvas'),
(914, 112, '_elementor_edit_mode', 'builder'),
(915, 112, '_elementor_template_type', 'wp-page'),
(916, 112, '_elementor_version', '3.25.9'),
(917, 112, '_elementor_pro_version', '3.24.4'),
(918, 112, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cb8123\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(924, 113, '_wp_page_template', 'elementor_canvas'),
(925, 113, '_elementor_edit_mode', 'builder'),
(926, 113, '_elementor_template_type', 'wp-page'),
(927, 113, '_elementor_version', '3.25.9'),
(928, 113, '_elementor_pro_version', '3.24.4'),
(929, 113, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cb8123\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(933, 114, '_wp_page_template', 'elementor_canvas'),
(934, 114, '_elementor_edit_mode', 'builder'),
(935, 114, '_elementor_template_type', 'wp-page'),
(936, 114, '_elementor_version', '3.25.9'),
(937, 114, '_elementor_pro_version', '3.24.4'),
(938, 114, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cb8123\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(942, 115, '_wp_page_template', 'elementor_canvas'),
(943, 115, '_elementor_edit_mode', 'builder'),
(944, 115, '_elementor_template_type', 'wp-page'),
(945, 115, '_elementor_version', '3.25.9'),
(946, 115, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(947, 115, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cb8123\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(951, 116, '_wp_page_template', 'elementor_canvas'),
(952, 116, '_elementor_edit_mode', 'builder'),
(953, 116, '_elementor_template_type', 'wp-page'),
(954, 116, '_elementor_version', '3.25.9'),
(955, 116, '_elementor_pro_version', '3.24.4'),
(956, 116, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cb8123\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(958, 117, '_wp_page_template', 'elementor_canvas'),
(959, 117, '_elementor_edit_mode', 'builder'),
(960, 117, '_elementor_template_type', 'wp-page'),
(961, 117, '_elementor_version', '3.25.9'),
(962, 117, '_elementor_pro_version', '3.24.4'),
(963, 117, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cb8123\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(965, 118, '_wp_page_template', 'elementor_canvas'),
(966, 118, '_elementor_edit_mode', 'builder'),
(967, 118, '_elementor_template_type', 'wp-page'),
(968, 118, '_elementor_version', '3.25.9'),
(969, 118, '_elementor_pro_version', '3.24.4'),
(970, 118, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(974, 119, '_wp_trash_meta_status', 'publish'),
(975, 119, '_wp_trash_meta_time', '1733340876'),
(976, 122, '_wp_trash_meta_status', 'publish'),
(977, 122, '_wp_trash_meta_time', '1733340889'),
(978, 124, '_wp_trash_meta_status', 'publish'),
(979, 124, '_wp_trash_meta_time', '1733340912'),
(980, 126, '_wp_trash_meta_status', 'publish'),
(981, 126, '_wp_trash_meta_time', '1733340933'),
(982, 128, '_wp_trash_meta_status', 'publish'),
(983, 128, '_wp_trash_meta_time', '1733340949'),
(984, 130, '_wp_trash_meta_status', 'publish'),
(985, 130, '_wp_trash_meta_time', '1733340982'),
(986, 132, '_wp_trash_meta_status', 'publish'),
(987, 132, '_wp_trash_meta_time', '1733341006'),
(988, 134, '_edit_lock', '1733341048:1'),
(989, 134, '_wp_trash_meta_status', 'publish'),
(990, 134, '_wp_trash_meta_time', '1733341069'),
(991, 136, '_edit_lock', '1733341141:1'),
(992, 136, '_wp_trash_meta_status', 'publish'),
(993, 136, '_wp_trash_meta_time', '1733341144'),
(994, 138, '_wp_trash_meta_status', 'publish'),
(995, 138, '_wp_trash_meta_time', '1733341195'),
(996, 140, '_wp_trash_meta_status', 'publish'),
(997, 140, '_wp_trash_meta_time', '1733341266'),
(998, 142, '_wp_page_template', 'elementor_canvas'),
(999, 142, '_elementor_edit_mode', 'builder'),
(1000, 142, '_elementor_template_type', 'wp-page'),
(1001, 142, '_elementor_version', '3.25.9'),
(1002, 142, '_elementor_pro_version', '3.24.4'),
(1003, 142, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1007, 143, '_wp_page_template', 'elementor_canvas'),
(1008, 143, '_elementor_edit_mode', 'builder'),
(1009, 143, '_elementor_template_type', 'wp-page'),
(1010, 143, '_elementor_version', '3.25.9'),
(1011, 143, '_elementor_pro_version', '3.24.4'),
(1012, 143, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1016, 144, '_wp_page_template', 'elementor_canvas'),
(1017, 144, '_elementor_edit_mode', 'builder'),
(1018, 144, '_elementor_template_type', 'wp-page'),
(1019, 144, '_elementor_version', '3.25.9'),
(1020, 144, '_elementor_pro_version', '3.24.4'),
(1021, 144, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1027, 145, '_wp_page_template', 'elementor_canvas'),
(1028, 145, '_elementor_edit_mode', 'builder'),
(1029, 145, '_elementor_template_type', 'wp-page'),
(1030, 145, '_elementor_version', '3.25.9'),
(1031, 145, '_elementor_pro_version', '3.24.4'),
(1032, 145, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1036, 146, '_wp_page_template', 'elementor_canvas'),
(1037, 146, '_elementor_edit_mode', 'builder'),
(1038, 146, '_elementor_template_type', 'wp-page'),
(1039, 146, '_elementor_version', '3.25.9'),
(1040, 146, '_elementor_pro_version', '3.24.4'),
(1041, 146, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1045, 147, '_wp_page_template', 'elementor_canvas'),
(1046, 147, '_elementor_edit_mode', 'builder'),
(1047, 147, '_elementor_template_type', 'wp-page');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1048, 147, '_elementor_version', '3.25.9'),
(1049, 147, '_elementor_pro_version', '3.24.4'),
(1050, 147, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1056, 148, '_wp_page_template', 'elementor_canvas'),
(1057, 148, '_elementor_edit_mode', 'builder'),
(1058, 148, '_elementor_template_type', 'wp-page'),
(1059, 148, '_elementor_version', '3.25.9'),
(1060, 148, '_elementor_pro_version', '3.24.4'),
(1061, 148, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1065, 149, '_wp_page_template', 'elementor_canvas'),
(1066, 149, '_elementor_edit_mode', 'builder'),
(1067, 149, '_elementor_template_type', 'wp-page'),
(1068, 149, '_elementor_version', '3.25.9'),
(1069, 149, '_elementor_pro_version', '3.24.4'),
(1070, 149, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1074, 150, '_wp_page_template', 'elementor_canvas'),
(1075, 150, '_elementor_edit_mode', 'builder'),
(1076, 150, '_elementor_template_type', 'wp-page'),
(1077, 150, '_elementor_version', '3.25.9'),
(1078, 150, '_elementor_pro_version', '3.24.4'),
(1079, 150, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1085, 151, '_wp_page_template', 'elementor_canvas'),
(1086, 151, '_elementor_edit_mode', 'builder'),
(1087, 151, '_elementor_template_type', 'wp-page'),
(1088, 151, '_elementor_version', '3.25.9'),
(1089, 151, '_elementor_pro_version', '3.24.4'),
(1090, 151, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1094, 152, '_wp_page_template', 'elementor_canvas'),
(1095, 152, '_elementor_edit_mode', 'builder'),
(1096, 152, '_elementor_template_type', 'wp-page'),
(1097, 152, '_elementor_version', '3.25.9'),
(1098, 152, '_elementor_pro_version', '3.24.4'),
(1099, 152, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1103, 153, '_wp_page_template', 'elementor_canvas'),
(1104, 153, '_elementor_edit_mode', 'builder'),
(1105, 153, '_elementor_template_type', 'wp-page'),
(1106, 153, '_elementor_version', '3.25.9'),
(1107, 153, '_elementor_pro_version', '3.24.4'),
(1108, 153, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1114, 154, '_wp_page_template', 'elementor_canvas'),
(1115, 154, '_elementor_edit_mode', 'builder'),
(1116, 154, '_elementor_template_type', 'wp-page'),
(1117, 154, '_elementor_version', '3.25.9'),
(1118, 154, '_elementor_pro_version', '3.24.4'),
(1119, 154, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1123, 155, '_wp_page_template', 'elementor_canvas'),
(1124, 155, '_elementor_edit_mode', 'builder'),
(1125, 155, '_elementor_template_type', 'wp-page'),
(1126, 155, '_elementor_version', '3.25.9'),
(1127, 155, '_elementor_pro_version', '3.24.4'),
(1128, 155, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1132, 156, '_wp_page_template', 'elementor_canvas'),
(1133, 156, '_elementor_edit_mode', 'builder'),
(1134, 156, '_elementor_template_type', 'wp-page'),
(1135, 156, '_elementor_version', '3.25.9'),
(1136, 156, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1137, 156, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1143, 157, '_wp_trash_meta_status', 'publish'),
(1144, 157, '_wp_trash_meta_time', '1733341379'),
(1145, 159, '_wp_trash_meta_status', 'publish'),
(1146, 159, '_wp_trash_meta_time', '1733341435'),
(1147, 161, '_wp_trash_meta_status', 'publish'),
(1148, 161, '_wp_trash_meta_time', '1733341527'),
(1149, 163, '_wp_trash_meta_status', 'publish'),
(1150, 163, '_wp_trash_meta_time', '1733341556'),
(1151, 165, '_wp_trash_meta_status', 'publish'),
(1152, 165, '_wp_trash_meta_time', '1733341581'),
(1153, 167, '_edit_lock', '1733341588:1'),
(1154, 167, '_wp_trash_meta_status', 'publish'),
(1155, 167, '_wp_trash_meta_time', '1733341599'),
(1156, 169, '_wp_page_template', 'elementor_canvas'),
(1157, 169, '_elementor_edit_mode', 'builder'),
(1158, 169, '_elementor_template_type', 'wp-page'),
(1159, 169, '_elementor_version', '3.25.9'),
(1160, 169, '_elementor_pro_version', '3.24.4'),
(1161, 169, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1165, 170, '_wp_page_template', 'elementor_canvas'),
(1166, 170, '_elementor_edit_mode', 'builder'),
(1167, 170, '_elementor_template_type', 'wp-page'),
(1168, 170, '_elementor_version', '3.25.9'),
(1169, 170, '_elementor_pro_version', '3.24.4'),
(1170, 170, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1174, 171, '_wp_page_template', 'elementor_canvas'),
(1175, 171, '_elementor_edit_mode', 'builder'),
(1176, 171, '_elementor_template_type', 'wp-page'),
(1177, 171, '_elementor_version', '3.25.9'),
(1178, 171, '_elementor_pro_version', '3.24.4'),
(1179, 171, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1185, 172, '_wp_page_template', 'elementor_canvas'),
(1186, 172, '_elementor_edit_mode', 'builder'),
(1187, 172, '_elementor_template_type', 'wp-page'),
(1188, 172, '_elementor_version', '3.25.9'),
(1189, 172, '_elementor_pro_version', '3.24.4'),
(1190, 172, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1194, 173, '_wp_page_template', 'elementor_canvas'),
(1195, 173, '_elementor_edit_mode', 'builder'),
(1196, 173, '_elementor_template_type', 'wp-page'),
(1197, 173, '_elementor_version', '3.25.9'),
(1198, 173, '_elementor_pro_version', '3.24.4'),
(1199, 173, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1203, 174, '_wp_page_template', 'elementor_canvas'),
(1204, 174, '_elementor_edit_mode', 'builder'),
(1205, 174, '_elementor_template_type', 'wp-page'),
(1206, 174, '_elementor_version', '3.25.9'),
(1207, 174, '_elementor_pro_version', '3.24.4'),
(1208, 174, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1214, 175, '_wp_page_template', 'elementor_canvas'),
(1215, 175, '_elementor_edit_mode', 'builder'),
(1216, 175, '_elementor_template_type', 'wp-page'),
(1217, 175, '_elementor_version', '3.25.9'),
(1218, 175, '_elementor_pro_version', '3.24.4'),
(1219, 175, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1223, 176, '_wp_page_template', 'elementor_canvas'),
(1224, 176, '_elementor_edit_mode', 'builder'),
(1225, 176, '_elementor_template_type', 'wp-page'),
(1226, 176, '_elementor_version', '3.25.9'),
(1227, 176, '_elementor_pro_version', '3.24.4'),
(1228, 176, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(1232, 177, '_wp_page_template', 'elementor_canvas'),
(1233, 177, '_elementor_edit_mode', 'builder'),
(1234, 177, '_elementor_template_type', 'wp-page'),
(1235, 177, '_elementor_version', '3.25.9'),
(1236, 177, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1237, 177, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1243, 178, '_wp_page_template', 'elementor_canvas'),
(1244, 178, '_elementor_edit_mode', 'builder'),
(1245, 178, '_elementor_template_type', 'wp-page'),
(1246, 178, '_elementor_version', '3.25.9'),
(1247, 178, '_elementor_pro_version', '3.24.4'),
(1248, 178, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1252, 179, '_wp_page_template', 'elementor_canvas'),
(1253, 179, '_elementor_edit_mode', 'builder'),
(1254, 179, '_elementor_template_type', 'wp-page'),
(1255, 179, '_elementor_version', '3.25.9'),
(1256, 179, '_elementor_pro_version', '3.24.4'),
(1257, 179, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1261, 180, '_wp_page_template', 'elementor_canvas'),
(1262, 180, '_elementor_edit_mode', 'builder'),
(1263, 180, '_elementor_template_type', 'wp-page'),
(1264, 180, '_elementor_version', '3.25.9'),
(1265, 180, '_elementor_pro_version', '3.24.4'),
(1266, 180, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1272, 181, '_wp_page_template', 'elementor_canvas'),
(1273, 181, '_elementor_edit_mode', 'builder'),
(1274, 181, '_elementor_template_type', 'wp-page'),
(1275, 181, '_elementor_version', '3.25.9'),
(1276, 181, '_elementor_pro_version', '3.24.4'),
(1277, 181, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1281, 182, '_wp_page_template', 'elementor_canvas'),
(1282, 182, '_elementor_edit_mode', 'builder'),
(1283, 182, '_elementor_template_type', 'wp-page'),
(1284, 182, '_elementor_version', '3.25.9'),
(1285, 182, '_elementor_pro_version', '3.24.4'),
(1286, 182, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1290, 183, '_wp_page_template', 'elementor_canvas'),
(1291, 183, '_elementor_edit_mode', 'builder'),
(1292, 183, '_elementor_template_type', 'wp-page'),
(1293, 183, '_elementor_version', '3.25.9'),
(1294, 183, '_elementor_pro_version', '3.24.4'),
(1295, 183, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1301, 184, '_wp_page_template', 'elementor_canvas'),
(1302, 184, '_elementor_edit_mode', 'builder'),
(1303, 184, '_elementor_template_type', 'wp-page'),
(1304, 184, '_elementor_version', '3.25.9'),
(1305, 184, '_elementor_pro_version', '3.24.4'),
(1306, 184, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1310, 185, '_wp_page_template', 'elementor_canvas'),
(1311, 185, '_elementor_edit_mode', 'builder'),
(1312, 185, '_elementor_template_type', 'wp-page'),
(1313, 185, '_elementor_version', '3.25.9'),
(1314, 185, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1315, 185, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1319, 186, '_wp_page_template', 'elementor_canvas'),
(1320, 186, '_elementor_edit_mode', 'builder'),
(1321, 186, '_elementor_template_type', 'wp-page'),
(1322, 186, '_elementor_version', '3.25.9'),
(1323, 186, '_elementor_pro_version', '3.24.4'),
(1324, 186, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":44,\"unit\":\"px\"},\"_offset_y\":{\"size\":-471,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1330, 187, '_wp_page_template', 'elementor_canvas'),
(1331, 187, '_elementor_edit_mode', 'builder'),
(1332, 187, '_elementor_template_type', 'wp-page'),
(1333, 187, '_elementor_version', '3.25.9'),
(1334, 187, '_elementor_pro_version', '3.24.4'),
(1335, 187, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":44,\"unit\":\"px\"},\"_offset_y\":{\"size\":-471,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1339, 188, '_wp_page_template', 'elementor_canvas'),
(1340, 188, '_elementor_edit_mode', 'builder'),
(1341, 188, '_elementor_template_type', 'wp-page'),
(1342, 188, '_elementor_version', '3.25.9'),
(1343, 188, '_elementor_pro_version', '3.24.4'),
(1344, 188, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":44,\"unit\":\"px\"},\"_offset_y\":{\"size\":-471,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1348, 189, '_wp_page_template', 'elementor_canvas'),
(1349, 189, '_elementor_edit_mode', 'builder'),
(1350, 189, '_elementor_template_type', 'wp-page'),
(1351, 189, '_elementor_version', '3.25.9'),
(1352, 189, '_elementor_pro_version', '3.24.4'),
(1353, 189, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1357, 190, '_wp_page_template', 'elementor_canvas'),
(1358, 190, '_elementor_edit_mode', 'builder'),
(1359, 190, '_elementor_template_type', 'wp-page'),
(1360, 190, '_elementor_version', '3.25.9'),
(1361, 190, '_elementor_pro_version', '3.24.4'),
(1362, 190, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1364, 191, '_wp_page_template', 'elementor_canvas'),
(1365, 191, '_elementor_edit_mode', 'builder'),
(1366, 191, '_elementor_template_type', 'wp-page'),
(1367, 191, '_elementor_version', '3.25.9'),
(1368, 191, '_elementor_pro_version', '3.24.4'),
(1369, 191, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":39,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1371, 192, '_wp_page_template', 'elementor_canvas'),
(1372, 192, '_elementor_edit_mode', 'builder'),
(1373, 192, '_elementor_template_type', 'wp-page'),
(1374, 192, '_elementor_version', '3.25.9'),
(1375, 192, '_elementor_pro_version', '3.24.4'),
(1376, 192, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1380, 193, '_wp_trash_meta_status', 'publish'),
(1381, 193, '_wp_trash_meta_time', '1733342084');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1382, 195, '_wp_trash_meta_status', 'publish'),
(1383, 195, '_wp_trash_meta_time', '1733342122'),
(1384, 100, '_edit_lock', '1733412952:1'),
(1385, 99, '_edit_lock', '1733414100:1'),
(1386, 99, '_wp_page_template', 'elementor_canvas'),
(1387, 99, '_edit_last', '1'),
(1388, 99, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(1389, 99, '_elementor_edit_mode', 'builder'),
(1390, 99, '_elementor_template_type', 'wp-page'),
(1391, 99, '_elementor_version', '3.25.9'),
(1392, 99, '_elementor_pro_version', '3.24.4'),
(1400, 199, '_wp_page_template', 'elementor_header_footer'),
(1401, 199, '_elementor_edit_mode', 'builder'),
(1402, 199, '_elementor_template_type', 'wp-page'),
(1403, 199, '_elementor_version', '3.25.9'),
(1404, 199, '_elementor_pro_version', '3.24.4'),
(1405, 200, '_wp_page_template', 'elementor_header_footer'),
(1406, 200, '_elementor_edit_mode', 'builder'),
(1407, 200, '_elementor_template_type', 'wp-page'),
(1408, 200, '_elementor_version', '3.25.9'),
(1409, 200, '_elementor_pro_version', '3.24.4'),
(1410, 99, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":70},\"_flex_size\":\"none\",\"hide_mobile\":\"hidden-mobile\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join the Adventure!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1411, 201, '_wp_page_template', 'elementor_canvas'),
(1412, 201, '_elementor_edit_mode', 'builder'),
(1413, 201, '_elementor_template_type', 'wp-page'),
(1414, 201, '_elementor_version', '3.25.9'),
(1415, 201, '_elementor_pro_version', '3.24.4'),
(1416, 201, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"857080e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1418, 202, '_wp_page_template', 'elementor_canvas'),
(1419, 202, '_elementor_edit_mode', 'builder'),
(1420, 202, '_elementor_template_type', 'wp-page'),
(1421, 202, '_elementor_version', '3.25.9'),
(1422, 202, '_elementor_pro_version', '3.24.4'),
(1423, 202, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"857080e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1425, 203, '_wp_page_template', 'elementor_canvas'),
(1426, 203, '_elementor_edit_mode', 'builder'),
(1427, 203, '_elementor_template_type', 'wp-page'),
(1428, 203, '_elementor_version', '3.25.9'),
(1429, 203, '_elementor_pro_version', '3.24.4'),
(1430, 203, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"857080e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1432, 204, '_wp_page_template', 'elementor_canvas'),
(1433, 204, '_elementor_edit_mode', 'builder'),
(1434, 204, '_elementor_template_type', 'wp-page'),
(1435, 204, '_elementor_version', '3.25.9'),
(1436, 204, '_elementor_pro_version', '3.24.4'),
(1437, 204, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1441, 7, '_edit_lock', '1734523970:1'),
(1442, 7, '_edit_last', '1'),
(1443, 7, 'um_form_version', '2.9.1'),
(1444, 7, '_um_register_role', '0'),
(1445, 7, '_um_register_template', 'register'),
(1446, 7, '_um_register_max_width', '450px'),
(1447, 7, '_um_register_icons', 'field'),
(1448, 7, '_um_register_primary_btn_word', 'Register'),
(1449, 7, '_um_register_secondary_btn', ''),
(1450, 7, '_um_register_secondary_btn_word', 'Login'),
(1451, 7, '_um_register_use_gdpr', ''),
(1452, 7, '_um_register_use_gdpr_content_id', '0'),
(1453, 7, '_um_register_use_gdpr_toggle_show', 'Show privacy policy'),
(1454, 7, '_um_register_use_gdpr_toggle_hide', 'Hide privacy policy'),
(1455, 7, '_um_register_use_gdpr_agreement', 'Please confirm that you agree to our privacy policy'),
(1456, 7, '_um_register_use_gdpr_error_text', 'Please confirm your acceptance of our privacy policy'),
(1457, 7, '_um_profile_use_custom_settings', ''),
(1458, 7, '_um_profile_role', ''),
(1459, 7, '_um_profile_template', 'profile'),
(1460, 7, '_um_profile_max_width', '1000px'),
(1461, 7, '_um_profile_area_max_width', '600px'),
(1462, 7, '_um_profile_icons', 'label'),
(1463, 7, '_um_profile_primary_btn_word', 'Update Profile'),
(1464, 7, '_um_profile_secondary_btn', ''),
(1465, 7, '_um_profile_secondary_btn_word', 'Cancel'),
(1466, 7, '_um_profile_cover_enabled', ''),
(1467, 7, '_um_profile_coversize', '300'),
(1468, 7, '_um_profile_cover_ratio', '2.7:1'),
(1469, 7, '_um_profile_disable_photo_upload', ''),
(1470, 7, '_um_profile_photosize', '190'),
(1471, 7, '_um_profile_photo_required', ''),
(1472, 7, '_um_profile_show_name', ''),
(1473, 7, '_um_profile_show_social_links', ''),
(1474, 7, '_um_profile_show_bio', ''),
(1475, 7, '_um_login_use_custom_settings', ''),
(1476, 7, '_um_login_template', 'login'),
(1477, 7, '_um_login_max_width', '450px'),
(1478, 7, '_um_login_icons', 'label'),
(1479, 7, '_um_login_primary_btn_word', 'Login'),
(1480, 7, '_um_login_secondary_btn', ''),
(1481, 7, '_um_login_secondary_btn_word', 'Register'),
(1482, 7, '_um_login_forgot_pass_link', ''),
(1483, 7, '_um_login_show_rememberme', ''),
(1484, 7, '_um_login_after_login', '0'),
(1485, 7, '_um_login_redirect_url', ''),
(1486, 205, '_wp_page_template', 'elementor_canvas'),
(1487, 205, '_elementor_edit_mode', 'builder'),
(1488, 205, '_elementor_template_type', 'wp-page'),
(1489, 205, '_elementor_version', '3.25.9'),
(1490, 205, '_elementor_pro_version', '3.24.4'),
(1491, 205, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1495, 206, '_wp_page_template', 'elementor_canvas'),
(1496, 206, '_elementor_edit_mode', 'builder'),
(1497, 206, '_elementor_template_type', 'wp-page'),
(1498, 206, '_elementor_version', '3.25.9'),
(1499, 206, '_elementor_pro_version', '3.24.4'),
(1500, 206, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1504, 207, '_wp_page_template', 'elementor_canvas'),
(1505, 207, '_elementor_edit_mode', 'builder'),
(1506, 207, '_elementor_template_type', 'wp-page'),
(1507, 207, '_elementor_version', '3.25.9'),
(1508, 207, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1509, 207, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1513, 208, '_wp_page_template', 'elementor_canvas'),
(1514, 208, '_elementor_edit_mode', 'builder'),
(1515, 208, '_elementor_template_type', 'wp-page'),
(1516, 208, '_elementor_version', '3.25.9'),
(1517, 208, '_elementor_pro_version', '3.24.4'),
(1518, 208, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1522, 209, '_wp_page_template', 'elementor_canvas'),
(1523, 209, '_elementor_edit_mode', 'builder'),
(1524, 209, '_elementor_template_type', 'wp-page'),
(1525, 209, '_elementor_version', '3.25.9'),
(1526, 209, '_elementor_pro_version', '3.24.4'),
(1527, 209, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1531, 210, '_wp_page_template', 'elementor_canvas'),
(1532, 210, '_elementor_edit_mode', 'builder'),
(1533, 210, '_elementor_template_type', 'wp-page'),
(1534, 210, '_elementor_version', '3.25.9'),
(1535, 210, '_elementor_pro_version', '3.24.4'),
(1536, 210, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/register\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span><\\/a> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1553, 212, '_wp_trash_meta_status', 'publish'),
(1554, 212, '_wp_trash_meta_time', '1733413595'),
(1556, 213, '_wp_page_template', 'elementor_canvas'),
(1557, 213, '_elementor_edit_mode', 'builder'),
(1558, 213, '_elementor_template_type', 'wp-page'),
(1559, 213, '_elementor_version', '3.25.9'),
(1560, 213, '_elementor_pro_version', '3.24.4'),
(1561, 213, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1565, 214, '_wp_page_template', 'elementor_canvas'),
(1566, 214, '_elementor_edit_mode', 'builder'),
(1567, 214, '_elementor_template_type', 'wp-page'),
(1568, 214, '_elementor_version', '3.25.9'),
(1569, 214, '_elementor_pro_version', '3.24.4'),
(1570, 214, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1574, 215, '_wp_page_template', 'elementor_canvas'),
(1575, 215, '_elementor_edit_mode', 'builder'),
(1576, 215, '_elementor_template_type', 'wp-page'),
(1577, 215, '_elementor_version', '3.25.9'),
(1578, 215, '_elementor_pro_version', '3.24.4'),
(1579, 215, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1583, 216, '_wp_page_template', 'elementor_canvas'),
(1584, 216, '_elementor_edit_mode', 'builder'),
(1585, 216, '_elementor_template_type', 'wp-page'),
(1586, 216, '_elementor_version', '3.25.9'),
(1587, 216, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1588, 216, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/register\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span><\\/a> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1592, 217, '_wp_page_template', 'elementor_canvas'),
(1593, 217, '_elementor_edit_mode', 'builder'),
(1594, 217, '_elementor_template_type', 'wp-page'),
(1595, 217, '_elementor_version', '3.25.9'),
(1596, 217, '_elementor_pro_version', '3.24.4'),
(1597, 217, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/register\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span><\\/a> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1601, 218, '_wp_page_template', 'elementor_canvas'),
(1602, 218, '_elementor_edit_mode', 'builder'),
(1603, 218, '_elementor_template_type', 'wp-page'),
(1604, 218, '_elementor_version', '3.25.9'),
(1605, 218, '_elementor_pro_version', '3.24.4'),
(1606, 218, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/register\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span><\\/a> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1614, 219, '_wp_page_template', 'elementor_canvas'),
(1615, 219, '_elementor_edit_mode', 'builder'),
(1616, 219, '_elementor_template_type', 'wp-page'),
(1617, 219, '_elementor_version', '3.25.9'),
(1618, 219, '_elementor_pro_version', '3.24.4'),
(1619, 219, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1623, 220, '_wp_page_template', 'elementor_canvas'),
(1624, 220, '_elementor_edit_mode', 'builder'),
(1625, 220, '_elementor_template_type', 'wp-page'),
(1626, 220, '_elementor_version', '3.25.9'),
(1627, 220, '_elementor_pro_version', '3.24.4'),
(1628, 220, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1632, 221, '_wp_page_template', 'elementor_canvas'),
(1633, 221, '_elementor_edit_mode', 'builder'),
(1634, 221, '_elementor_template_type', 'wp-page'),
(1635, 221, '_elementor_version', '3.25.9'),
(1636, 221, '_elementor_pro_version', '3.24.4'),
(1637, 221, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":70.133},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join the Adventure!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1641, 222, '_wp_page_template', 'elementor_canvas'),
(1642, 222, '_elementor_edit_mode', 'builder'),
(1643, 222, '_elementor_template_type', 'wp-page'),
(1644, 222, '_elementor_version', '3.25.9'),
(1645, 222, '_elementor_pro_version', '3.24.4'),
(1646, 222, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":70.133},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join the Adventure!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1648, 223, '_wp_page_template', 'elementor_canvas'),
(1649, 223, '_elementor_edit_mode', 'builder'),
(1650, 223, '_elementor_template_type', 'wp-page'),
(1651, 223, '_elementor_version', '3.25.9'),
(1652, 223, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1653, 223, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":70.133},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join the Adventure!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1655, 224, '_wp_page_template', 'elementor_canvas'),
(1656, 224, '_elementor_edit_mode', 'builder'),
(1657, 224, '_elementor_template_type', 'wp-page'),
(1658, 224, '_elementor_version', '3.25.9'),
(1659, 224, '_elementor_pro_version', '3.24.4'),
(1660, 224, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":70},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join the Adventure!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1662, 225, '_wp_page_template', 'elementor_canvas'),
(1663, 225, '_elementor_edit_mode', 'builder'),
(1664, 225, '_elementor_template_type', 'wp-page'),
(1665, 225, '_elementor_version', '3.25.9'),
(1666, 225, '_elementor_pro_version', '3.24.4'),
(1667, 225, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":70},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join the Adventure!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1669, 226, '_wp_page_template', 'elementor_canvas'),
(1670, 226, '_elementor_edit_mode', 'builder'),
(1671, 226, '_elementor_template_type', 'wp-page'),
(1672, 226, '_elementor_version', '3.25.9'),
(1673, 226, '_elementor_pro_version', '3.24.4'),
(1674, 226, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":70},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join the Adventure!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1676, 227, '_wp_page_template', 'elementor_canvas'),
(1677, 227, '_elementor_edit_mode', 'builder'),
(1678, 227, '_elementor_template_type', 'wp-page'),
(1679, 227, '_elementor_version', '3.25.9'),
(1680, 227, '_elementor_pro_version', '3.24.4'),
(1681, 227, '_elementor_data', '[{\"id\":\"49f3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0df1863\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":70},\"_flex_size\":\"none\",\"hide_mobile\":\"hidden-mobile\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"148706a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"9dfae90\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a1fc9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join the Adventure!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68bbf6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4010c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"175be73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign Up\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60f17c6\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"7\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c40f4ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1683, 228, '_wp_page_template', 'elementor_canvas'),
(1684, 228, '_elementor_edit_mode', 'builder'),
(1685, 228, '_elementor_template_type', 'wp-page'),
(1686, 228, '_elementor_version', '3.25.9'),
(1687, 228, '_elementor_pro_version', '3.24.4'),
(1688, 228, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/register\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span><\\/a> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1692, 229, '_wp_page_template', 'elementor_canvas'),
(1693, 229, '_elementor_edit_mode', 'builder'),
(1694, 229, '_elementor_template_type', 'wp-page'),
(1695, 229, '_elementor_version', '3.25.9'),
(1696, 229, '_elementor_pro_version', '3.24.4'),
(1697, 229, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]}},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/register\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span><\\/a> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1701, 230, '_wp_page_template', 'elementor_canvas'),
(1702, 230, '_elementor_edit_mode', 'builder'),
(1703, 230, '_elementor_template_type', 'wp-page'),
(1704, 230, '_elementor_version', '3.25.9'),
(1705, 230, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1706, 230, '_elementor_data', '[{\"id\":\"3475ff23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dfc0070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"00516a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"b228bc8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"-18\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_x\":{\"size\":38,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":36,\"unit\":\"px\"},\"_offset_y\":{\"size\":-93,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-69,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"004c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome Back, Gamer!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82b3f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Log in to your account and jump back into the action<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c51b463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"33bcc83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign In\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"370ee95\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember form_id=\\\"8\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"51b763d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\\u2019t have an account yet? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/register\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span><\\/a> Now to start earning points and rewards!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1714, 101, '_edit_lock', '1733414228:1'),
(1715, 101, '_wp_page_template', 'elementor_canvas'),
(1716, 101, '_edit_last', '1'),
(1717, 101, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(1718, 101, '_elementor_edit_mode', 'builder'),
(1719, 101, '_elementor_template_type', 'wp-page'),
(1720, 101, '_elementor_version', '3.25.9'),
(1721, 101, '_elementor_pro_version', '3.24.4'),
(1729, 233, '_wp_page_template', 'elementor_header_footer'),
(1730, 233, '_elementor_edit_mode', 'builder'),
(1731, 233, '_elementor_template_type', 'wp-page'),
(1732, 233, '_elementor_version', '3.25.9'),
(1733, 233, '_elementor_pro_version', '3.24.4'),
(1734, 234, '_wp_page_template', 'elementor_header_footer'),
(1735, 234, '_elementor_edit_mode', 'builder'),
(1736, 234, '_elementor_template_type', 'wp-page'),
(1737, 234, '_elementor_version', '3.25.9'),
(1738, 234, '_elementor_pro_version', '3.24.4'),
(1739, 101, '_elementor_data', '[{\"id\":\"6bbe381\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":41,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":60,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"450f0233\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember_password]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(1740, 235, '_wp_page_template', 'elementor_canvas'),
(1741, 235, '_elementor_edit_mode', 'builder'),
(1742, 235, '_elementor_template_type', 'wp-page'),
(1743, 235, '_elementor_version', '3.25.9'),
(1744, 235, '_elementor_pro_version', '3.24.4'),
(1745, 235, '_elementor_data', '[{\"id\":\"6bbe381\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":41,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":60,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"450f0233\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ultimatemember_password]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(1747, 236, '_edit_lock', '1734979624:1'),
(1748, 236, '_edit_last', '1'),
(1749, 236, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(1750, 28, '_wp_old_date', '2024-11-26'),
(1751, 26, '_wp_old_date', '2024-11-26'),
(1752, 27, '_wp_old_date', '2024-11-26'),
(1755, 238, '_menu_item_type', 'post_type'),
(1756, 238, '_menu_item_menu_item_parent', '0'),
(1757, 238, '_menu_item_object_id', '236'),
(1758, 238, '_menu_item_object', 'page'),
(1759, 238, '_menu_item_target', ''),
(1760, 238, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1761, 238, '_menu_item_xfn', ''),
(1762, 238, '_menu_item_url', ''),
(1764, 238, '_menu_item_template', ''),
(1765, 238, '_menu_item_mega_template', '0'),
(1766, 238, '_menu_item_nolink', ''),
(1767, 238, '_menu_item_category_post', ''),
(1768, 238, '_menu_item_megamenu', ''),
(1769, 238, '_menu_item_megamenu_auto_width', ''),
(1770, 238, '_menu_item_megamenu_col', ''),
(1771, 238, '_menu_item_megamenu_heading', ''),
(1772, 238, '_menu_item_megamenu_widgetarea', '0'),
(1773, 238, '_menu_item_icon', ''),
(1774, 236, '_elementor_edit_mode', 'builder'),
(1775, 236, '_elementor_template_type', 'wp-page'),
(1776, 236, '_elementor_version', '3.26.3'),
(1777, 236, '_elementor_pro_version', '3.26.1'),
(1785, 240, '_elementor_edit_mode', 'builder'),
(1786, 240, '_elementor_template_type', 'wp-page'),
(1787, 240, '_elementor_version', '3.25.9'),
(1788, 240, '_elementor_pro_version', '3.24.4'),
(1789, 241, '_elementor_edit_mode', 'builder'),
(1790, 241, '_elementor_template_type', 'wp-page'),
(1791, 241, '_elementor_version', '3.25.9'),
(1792, 241, '_elementor_pro_version', '3.24.4'),
(1793, 236, '_wp_page_template', 'elementor_header_footer'),
(1794, 236, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\",\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(1795, 242, '_elementor_edit_mode', 'builder'),
(1796, 242, '_elementor_template_type', 'wp-page'),
(1797, 242, '_elementor_version', '3.25.9'),
(1798, 242, '_elementor_pro_version', '3.24.4'),
(1799, 242, '_wp_page_template', 'elementor_header_footer'),
(1800, 242, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1804, 18, '_wp_page_template', 'elementor_header_footer'),
(1805, 18, '_elementor_edit_mode', 'builder'),
(1806, 18, '_elementor_template_type', 'wp-page'),
(1807, 18, '_elementor_version', '3.26.3'),
(1808, 18, '_elementor_pro_version', '3.26.1'),
(1809, 243, '_wp_page_template', 'elementor_header_footer'),
(1810, 243, '_elementor_edit_mode', 'builder'),
(1811, 243, '_elementor_template_type', 'wp-page'),
(1812, 243, '_elementor_version', '3.25.9'),
(1813, 243, '_elementor_pro_version', '3.24.4'),
(1814, 244, '_wp_page_template', 'elementor_header_footer'),
(1815, 244, '_elementor_edit_mode', 'builder'),
(1816, 244, '_elementor_template_type', 'wp-page'),
(1817, 244, '_elementor_version', '3.25.9'),
(1818, 244, '_elementor_pro_version', '3.24.4'),
(1819, 18, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38fe026\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Guest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_show_hide\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"def985a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"18f6349\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"0f99604\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"0698362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dae210\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1820, 245, '_wp_page_template', 'elementor_header_footer'),
(1821, 245, '_elementor_edit_mode', 'builder'),
(1822, 245, '_elementor_template_type', 'wp-page'),
(1823, 245, '_elementor_version', '3.25.9'),
(1824, 245, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1825, 245, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1827, 16, '_wp_page_template', 'elementor_header_footer'),
(1828, 16, '_elementor_edit_mode', 'builder'),
(1829, 16, '_elementor_template_type', 'wp-page'),
(1830, 16, '_elementor_version', '3.26.3'),
(1831, 16, '_elementor_pro_version', '3.26.1'),
(1832, 246, '_wp_page_template', 'elementor_header_footer'),
(1833, 246, '_elementor_edit_mode', 'builder'),
(1834, 246, '_elementor_template_type', 'wp-page'),
(1835, 246, '_elementor_version', '3.25.9'),
(1836, 246, '_elementor_pro_version', '3.24.4'),
(1837, 247, '_wp_page_template', 'elementor_header_footer'),
(1838, 247, '_elementor_edit_mode', 'builder'),
(1839, 247, '_elementor_template_type', 'wp-page'),
(1840, 247, '_elementor_version', '3.25.9'),
(1841, 247, '_elementor_pro_version', '3.24.4'),
(1842, 16, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\",\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_condition_type\":\"one\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8f4364d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"d2153f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"4d0cfea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a6c4d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1843, 248, '_wp_page_template', 'elementor_header_footer'),
(1844, 248, '_elementor_edit_mode', 'builder'),
(1845, 248, '_elementor_template_type', 'wp-page'),
(1846, 248, '_elementor_version', '3.25.9'),
(1847, 248, '_elementor_pro_version', '3.24.4'),
(1848, 248, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1854, 249, '_wp_page_template', 'elementor_header_footer'),
(1855, 249, '_elementor_edit_mode', 'builder'),
(1856, 249, '_elementor_template_type', 'wp-page'),
(1857, 249, '_elementor_version', '3.25.9'),
(1858, 249, '_elementor_pro_version', '3.24.4'),
(1859, 249, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1863, 250, '_wp_page_template', 'elementor_header_footer'),
(1864, 250, '_elementor_edit_mode', 'builder'),
(1865, 250, '_elementor_template_type', 'wp-page'),
(1866, 250, '_elementor_version', '3.25.9'),
(1867, 250, '_elementor_pro_version', '3.24.4'),
(1868, 250, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1872, 251, '_wp_page_template', 'elementor_header_footer'),
(1873, 251, '_elementor_edit_mode', 'builder'),
(1874, 251, '_elementor_template_type', 'wp-page'),
(1875, 251, '_elementor_version', '3.25.9'),
(1876, 251, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1877, 251, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1883, 252, '_wp_page_template', 'elementor_header_footer'),
(1884, 252, '_elementor_edit_mode', 'builder'),
(1885, 252, '_elementor_template_type', 'wp-page'),
(1886, 252, '_elementor_version', '3.25.9'),
(1887, 252, '_elementor_pro_version', '3.24.4'),
(1888, 252, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1892, 253, '_wp_page_template', 'elementor_header_footer'),
(1893, 253, '_elementor_edit_mode', 'builder'),
(1894, 253, '_elementor_template_type', 'wp-page'),
(1895, 253, '_elementor_version', '3.25.9'),
(1896, 253, '_elementor_pro_version', '3.24.4'),
(1897, 253, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1901, 254, '_wp_page_template', 'elementor_header_footer'),
(1902, 254, '_elementor_edit_mode', 'builder'),
(1903, 254, '_elementor_template_type', 'wp-page'),
(1904, 254, '_elementor_version', '3.25.9'),
(1905, 254, '_elementor_pro_version', '3.24.4'),
(1906, 254, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1923, 256, '_elementor_edit_mode', 'builder'),
(1924, 256, '_elementor_template_type', 'header'),
(1925, 256, '_elementor_version', '3.25.9'),
(1926, 256, '_elementor_pro_version', '3.24.4'),
(1927, 256, '_wp_page_template', 'default'),
(1928, 256, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1929, 256, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"89ee1e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(1930, 256, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(1949, 258, '_elementor_edit_mode', 'builder'),
(1950, 258, '_elementor_template_type', 'header'),
(1951, 258, '_elementor_version', '3.25.9'),
(1952, 258, '_elementor_pro_version', '3.24.4'),
(1953, 258, '_wp_page_template', 'default'),
(1954, 258, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(1955, 258, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"89ee1e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33cfed0\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"42d584e\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\",\"title_text\":\"[elementor-tag id=\\\"0b9978f\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(1956, 258, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(1959, 258, '_elementor_screenshot_failed', '2024-12-09 04:36:16'),
(1963, 259, '_edit_lock', '1734090542:1'),
(1964, 260, '_wp_attached_file', '2024/12/pumpkin-smasher.jpg'),
(1965, 260, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:27:\"2024/12/pumpkin-smasher.jpg\";s:8:\"filesize\";i:115699;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"pumpkin-smasher-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"pumpkin-smasher-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10632;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:27:\"pumpkin-smasher-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79351;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1966, 261, '_wp_attached_file', '2024/12/blazing-blades.jpg'),
(1967, 261, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:26:\"2024/12/blazing-blades.jpg\";s:8:\"filesize\";i:40511;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"blazing-blades-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17184;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"blazing-blades-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7233;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:26:\"blazing-blades-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48905;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1970, 259, '_thumbnail_id', '261'),
(1971, 259, '_edit_last', '1'),
(1972, 259, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(1973, 263, '_elementor_edit_mode', 'builder'),
(1974, 263, '_elementor_template_type', 'single-page'),
(1975, 264, '_elementor_edit_mode', 'builder'),
(1976, 264, '_elementor_template_type', 'single-page'),
(1977, 263, '_elementor_template_sub_type', 'page'),
(1978, 263, '_elementor_conditions', 'a:1:{i:0;s:21:\"include/singular/post\";}'),
(1979, 263, '_elementor_version', '3.25.9'),
(1980, 263, '_elementor_pro_version', '3.24.4'),
(1981, 263, '_edit_lock', '1733737614:1'),
(1982, 263, '_wp_page_template', 'default'),
(1983, 263, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(1984, 263, '_elementor_data', '[{\"id\":\"aaa1eeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"8b9a193\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"67e4a08\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"364905b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"62c6986\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7c9b985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13befb6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e83cb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8acb4e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c276dd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e6588f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"d531a04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a62f2df\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f8eaa3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(1995, 266, '_elementor_edit_mode', 'builder'),
(1996, 266, '_elementor_template_type', 'single-page'),
(1997, 266, '_elementor_template_sub_type', 'page'),
(1998, 266, '_elementor_conditions', 'a:1:{i:0;s:21:\"include/singular/page\";}'),
(1999, 266, '_elementor_version', '3.25.9'),
(2000, 266, '_elementor_pro_version', '3.24.4'),
(2001, 266, '_wp_page_template', 'default'),
(2002, 266, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2003, 266, '_elementor_data', '[{\"id\":\"aaa1eeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"8b9a193\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"67e4a08\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"364905b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"62c6986\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c9b985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfc6078\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13befb6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8acb4e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e85cece\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e6588f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"d531a04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(2005, 267, '_elementor_edit_mode', 'builder'),
(2006, 267, '_elementor_template_type', 'single-page'),
(2007, 267, '_elementor_template_sub_type', 'page'),
(2008, 267, '_elementor_conditions', 'a:1:{i:0;s:21:\"include/singular/page\";}'),
(2009, 267, '_elementor_version', '3.25.9'),
(2010, 267, '_elementor_pro_version', '3.24.4'),
(2011, 267, '_wp_page_template', 'default'),
(2012, 267, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2013, 267, '_elementor_data', '[{\"id\":\"aaa1eeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"8b9a193\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"67e4a08\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"364905b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"62c6986\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7c9b985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfc6078\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13befb6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8acb4e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e85cece\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e6588f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"d531a04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(2018, 268, '_elementor_edit_mode', 'builder'),
(2019, 268, '_elementor_template_type', 'single-page'),
(2020, 268, '_elementor_template_sub_type', 'page'),
(2021, 268, '_elementor_conditions', 'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2022, 268, '_elementor_version', '3.25.9'),
(2023, 268, '_elementor_pro_version', '3.24.4'),
(2024, 268, '_wp_page_template', 'default'),
(2025, 268, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2026, 268, '_elementor_data', '[{\"id\":\"aaa1eeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"8b9a193\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"67e4a08\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"364905b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"62c6986\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7c9b985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13befb6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e83cb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8acb4e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c276dd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e6588f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"d531a04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(2044, 270, '_elementor_edit_mode', 'builder'),
(2045, 270, '_elementor_template_type', 'single-page'),
(2046, 270, '_elementor_template_sub_type', 'page'),
(2047, 270, '_elementor_conditions', 'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2048, 270, '_elementor_version', '3.25.9'),
(2049, 270, '_elementor_pro_version', '3.24.4'),
(2050, 270, '_wp_page_template', 'default'),
(2051, 270, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2052, 270, '_elementor_data', '[{\"id\":\"aaa1eeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"8b9a193\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"67e4a08\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"364905b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"62c6986\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7c9b985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13befb6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e83cb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8acb4e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c276dd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e6588f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"d531a04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a62f2df\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f8eaa3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(2057, 271, '_elementor_edit_mode', 'builder'),
(2058, 271, '_elementor_template_type', 'single-post'),
(2059, 272, '_elementor_edit_mode', 'builder'),
(2060, 272, '_elementor_template_type', 'single-post'),
(2061, 271, '_elementor_version', '3.26.0'),
(2062, 271, '_elementor_pro_version', '3.25.5'),
(2063, 271, '_edit_lock', '1734958268:1'),
(2064, 273, '_elementor_edit_mode', 'builder'),
(2065, 273, '_elementor_template_type', 'single-page'),
(2066, 273, '_elementor_template_sub_type', 'page'),
(2067, 273, '_elementor_conditions', 'a:1:{i:0;s:21:\"include/singular/post\";}'),
(2068, 273, '_elementor_version', '3.25.9'),
(2069, 273, '_elementor_pro_version', '3.24.4'),
(2070, 273, '_wp_page_template', 'default'),
(2071, 273, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2072, 273, '_elementor_data', '[{\"id\":\"aaa1eeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"8b9a193\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"67e4a08\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"364905b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"62c6986\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7c9b985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13befb6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7e83cb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8acb4e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c276dd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e6588f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"d531a04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a62f2df\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"593ff0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faae7bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f8eaa3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ecd6a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"7af9f05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[{\"id\":\"0f2f6fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7e1dce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"7443f07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"aaaeeb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"edb5359\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[{\"id\":\"5d20343\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"36c5230\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"386984a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa05f39\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ad4a42b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[{\"id\":\"785a9c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"857a44a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cf7cb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2576f7c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9bb329a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17de575\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(2076, 271, '_wp_page_template', 'default'),
(2077, 271, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2078, 271, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on \\\"Play Game\\\" Button Below To Start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":66,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":52,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":19,\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2080, 274, '_elementor_edit_mode', 'builder'),
(2081, 274, '_elementor_template_type', 'single-post'),
(2082, 274, '_elementor_version', '3.25.9'),
(2083, 274, '_elementor_pro_version', '3.24.4'),
(2084, 274, '_wp_page_template', 'default'),
(2085, 274, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2086, 274, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2088, 275, '_elementor_edit_mode', 'builder'),
(2089, 275, '_elementor_template_type', 'single-post'),
(2090, 275, '_elementor_version', '3.25.9'),
(2091, 275, '_elementor_pro_version', '3.24.4'),
(2092, 275, '_wp_page_template', 'default'),
(2093, 275, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2094, 275, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2ccfdc6\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4beb72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79c2e30\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(2096, 271, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(2099, 276, '_elementor_edit_mode', 'builder'),
(2100, 276, '_elementor_template_type', 'single-post'),
(2101, 276, '_elementor_version', '3.25.9'),
(2102, 276, '_elementor_pro_version', '3.24.4'),
(2103, 276, '_wp_page_template', 'default'),
(2104, 276, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2105, 276, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2107, 276, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(2112, 263, '_wp_trash_meta_status', 'publish'),
(2113, 263, '_wp_trash_meta_time', '1733738116'),
(2114, 263, '_wp_desired_post_slug', 'elementor-single-page-263'),
(2128, 278, '_wp_attached_file', '2024/12/game-1.png'),
(2129, 278, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:18:\"2024/12/game-1.png\";s:8:\"filesize\";i:82700;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"game-1-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38209;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"game-1-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:272705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"game-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:14762;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:18:\"game-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125522;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:18:\"game-1-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14801;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:18:\"game-1-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38626;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2130, 279, '_wp_attached_file', '2024/12/game-2.png'),
(2131, 279, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:18:\"2024/12/game-2.png\";s:8:\"filesize\";i:69644;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"game-2-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24166;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"game-2-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"game-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11413;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:18:\"game-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77394;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:18:\"game-2-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21987;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:18:\"game-2-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38725;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2132, 280, '_wp_attached_file', '2024/12/game-2-1.png'),
(2133, 280, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-2-1.png\";s:8:\"filesize\";i:69644;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-2-1-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24166;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-2-1-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-2-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:11413;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-2-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77394;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-2-1-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21987;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-2-1-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38725;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2134, 281, '_wp_attached_file', '2024/12/game-3.png'),
(2135, 281, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:18:\"2024/12/game-3.png\";s:8:\"filesize\";i:37721;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"game-3-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17066;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"game-3-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"game-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10201;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:18:\"game-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82547;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:18:\"game-3-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17902;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:18:\"game-3-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33219;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2136, 282, '_elementor_edit_mode', 'builder'),
(2137, 282, '_elementor_template_type', 'single-post'),
(2138, 282, '_elementor_version', '3.25.9'),
(2139, 282, '_elementor_pro_version', '3.24.4'),
(2140, 282, '_wp_page_template', 'default'),
(2141, 282, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2142, 282, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"a7b9faa\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":281,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/game-3.png\"},{\"id\":279,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/game-2.png\"},{\"id\":278,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/game-1.png\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":true}],\"isInner\":false}]'),
(2144, 282, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(2159, 284, '_elementor_edit_mode', 'builder'),
(2160, 284, '_elementor_template_type', 'single-post'),
(2161, 284, '_elementor_version', '3.25.9'),
(2162, 284, '_elementor_pro_version', '3.24.4'),
(2163, 284, '_wp_page_template', 'default'),
(2164, 284, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2165, 284, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7b9faa\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":281,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/game-3.png\"},{\"id\":279,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/game-2.png\"},{\"id\":278,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/game-1.png\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":true}],\"isInner\":false}]'),
(2167, 284, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(2170, 285, '_elementor_edit_mode', 'builder'),
(2171, 285, '_elementor_template_type', 'header'),
(2172, 285, '_elementor_version', '3.25.9'),
(2173, 285, '_elementor_pro_version', '3.24.4'),
(2174, 285, '_wp_page_template', 'default'),
(2175, 285, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2176, 285, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(2177, 285, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2181, 285, '_elementor_screenshot_failed', '2024-12-09 09:55:20'),
(2196, 287, '_elementor_edit_mode', 'builder'),
(2197, 287, '_elementor_template_type', 'header'),
(2198, 287, '_elementor_version', '3.25.9'),
(2199, 287, '_elementor_pro_version', '3.24.4'),
(2200, 287, '_wp_page_template', 'default'),
(2201, 287, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(2202, 287, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":false}]'),
(2203, 287, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2219, 289, '_menu_item_type', 'custom'),
(2220, 289, '_menu_item_menu_item_parent', '0'),
(2221, 289, '_menu_item_object_id', '289'),
(2222, 289, '_menu_item_object', 'custom'),
(2223, 289, '_menu_item_target', ''),
(2224, 289, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2225, 289, '_menu_item_xfn', ''),
(2226, 289, '_menu_item_url', '#'),
(2228, 289, '_menu_item_template', ''),
(2229, 289, '_menu_item_mega_template', '0'),
(2230, 289, '_menu_item_nolink', ''),
(2231, 289, '_menu_item_category_post', ''),
(2232, 289, '_menu_item_megamenu', ''),
(2233, 289, '_menu_item_megamenu_auto_width', ''),
(2234, 289, '_menu_item_megamenu_col', ''),
(2235, 289, '_menu_item_megamenu_heading', ''),
(2236, 289, '_menu_item_megamenu_widgetarea', '0'),
(2237, 289, '_menu_item_icon', ''),
(2238, 290, '_menu_item_type', 'post_type'),
(2239, 290, '_menu_item_menu_item_parent', '289'),
(2240, 290, '_menu_item_object_id', '100'),
(2241, 290, '_menu_item_object', 'page'),
(2242, 290, '_menu_item_target', ''),
(2243, 290, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2244, 290, '_menu_item_xfn', ''),
(2245, 290, '_menu_item_url', ''),
(2247, 290, '_menu_item_template', ''),
(2248, 290, '_menu_item_mega_template', '0'),
(2249, 290, '_menu_item_nolink', ''),
(2250, 290, '_menu_item_category_post', ''),
(2251, 290, '_menu_item_megamenu', ''),
(2252, 290, '_menu_item_megamenu_auto_width', ''),
(2253, 290, '_menu_item_megamenu_col', ''),
(2254, 290, '_menu_item_megamenu_heading', ''),
(2255, 290, '_menu_item_megamenu_widgetarea', '0'),
(2256, 290, '_menu_item_icon', ''),
(2257, 291, '_menu_item_type', 'post_type'),
(2258, 291, '_menu_item_menu_item_parent', '289'),
(2259, 291, '_menu_item_object_id', '99'),
(2260, 291, '_menu_item_object', 'page'),
(2261, 291, '_menu_item_target', ''),
(2262, 291, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2263, 291, '_menu_item_xfn', ''),
(2264, 291, '_menu_item_url', ''),
(2266, 291, '_menu_item_template', ''),
(2267, 291, '_menu_item_mega_template', '0'),
(2268, 291, '_menu_item_nolink', ''),
(2269, 291, '_menu_item_category_post', ''),
(2270, 291, '_menu_item_megamenu', ''),
(2271, 291, '_menu_item_megamenu_auto_width', ''),
(2272, 291, '_menu_item_megamenu_col', ''),
(2273, 291, '_menu_item_megamenu_heading', ''),
(2274, 291, '_menu_item_megamenu_widgetarea', '0'),
(2275, 291, '_menu_item_icon', ''),
(2276, 292, '_menu_item_type', 'post_type'),
(2277, 292, '_menu_item_menu_item_parent', '289'),
(2278, 292, '_menu_item_object_id', '98'),
(2279, 292, '_menu_item_object', 'page'),
(2280, 292, '_menu_item_target', ''),
(2281, 292, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2282, 292, '_menu_item_xfn', ''),
(2283, 292, '_menu_item_url', ''),
(2285, 292, '_menu_item_template', ''),
(2286, 292, '_menu_item_mega_template', '0'),
(2287, 292, '_menu_item_nolink', ''),
(2288, 292, '_menu_item_category_post', ''),
(2289, 292, '_menu_item_megamenu', ''),
(2290, 292, '_menu_item_megamenu_auto_width', ''),
(2291, 292, '_menu_item_megamenu_col', ''),
(2292, 292, '_menu_item_megamenu_heading', ''),
(2293, 292, '_menu_item_megamenu_widgetarea', '0'),
(2294, 292, '_menu_item_icon', ''),
(2295, 292, 'menu-item-um_nav_public', '1'),
(2296, 291, 'menu-item-um_nav_public', '1'),
(2297, 290, 'menu-item-um_nav_public', '2'),
(2298, 293, '_elementor_edit_mode', 'builder'),
(2299, 293, '_elementor_template_type', 'header'),
(2300, 293, '_elementor_version', '3.25.9'),
(2301, 293, '_elementor_pro_version', '3.24.4'),
(2302, 293, '_wp_page_template', 'default'),
(2303, 293, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2304, 293, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(2305, 293, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2310, 294, '_elementor_edit_mode', 'builder'),
(2311, 294, '_elementor_template_type', 'header'),
(2312, 294, '_elementor_version', '3.25.9'),
(2313, 294, '_elementor_pro_version', '3.24.4'),
(2314, 294, '_wp_page_template', 'default'),
(2315, 294, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(2316, 294, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"340d691\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"title_text\":\"Yogesh Neware\",\"description_text\":\"Logout\",\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"position_tablet\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(2317, 294, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2335, 296, '_menu_item_type', 'post_type'),
(2336, 296, '_menu_item_menu_item_parent', '0'),
(2337, 296, '_menu_item_object_id', '100'),
(2338, 296, '_menu_item_object', 'page'),
(2339, 296, '_menu_item_target', ''),
(2340, 296, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2341, 296, '_menu_item_xfn', ''),
(2342, 296, '_menu_item_url', ''),
(2344, 296, '_menu_item_template', ''),
(2345, 296, '_menu_item_mega_template', '0'),
(2346, 296, '_menu_item_nolink', ''),
(2347, 296, '_menu_item_category_post', ''),
(2348, 296, '_menu_item_megamenu', ''),
(2349, 296, '_menu_item_megamenu_auto_width', ''),
(2350, 296, '_menu_item_megamenu_col', ''),
(2351, 296, '_menu_item_megamenu_heading', ''),
(2352, 296, '_menu_item_megamenu_widgetarea', '0'),
(2353, 296, '_menu_item_icon', ''),
(2354, 28, '_wp_old_date', '2024-12-05'),
(2355, 238, '_wp_old_date', '2024-12-05'),
(2356, 26, '_wp_old_date', '2024-12-05'),
(2357, 27, '_wp_old_date', '2024-12-05'),
(2360, 297, '_elementor_edit_mode', 'builder'),
(2361, 297, '_elementor_template_type', 'header'),
(2362, 297, '_elementor_version', '3.25.9'),
(2363, 297, '_elementor_pro_version', '3.24.4'),
(2364, 297, '_wp_page_template', 'default'),
(2365, 297, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2366, 297, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d8de0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"360138b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Yogesh Neware\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"205c4f8\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(2367, 297, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2372, 298, '_elementor_edit_mode', 'builder'),
(2373, 298, '_elementor_template_type', 'header'),
(2374, 298, '_elementor_version', '3.25.9'),
(2375, 298, '_elementor_pro_version', '3.24.4'),
(2376, 298, '_wp_page_template', 'default'),
(2377, 298, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(2378, 298, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"},\"width_mobile\":{\"unit\":\"px\",\"size\":306.2},\"_flex_size\":\"none\",\"hide_desktop\":\"hidden-desktop\",\"_element_width_mobile\":\"initial\"},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0f573\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"-16\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e387133\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"de135f5\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"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\":true}},\"elements\":[{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(2379, 298, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2385, 299, '_elementor_edit_mode', 'builder'),
(2386, 299, '_elementor_template_type', 'header'),
(2387, 299, '_elementor_version', '3.25.9'),
(2388, 299, '_elementor_pro_version', '3.24.4'),
(2389, 299, '_wp_page_template', 'default'),
(2390, 299, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2391, 299, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"},\"width_mobile\":{\"unit\":\"px\",\"size\":306.2},\"_flex_size\":\"none\",\"hide_desktop\":\"hidden-desktop\",\"_element_width_mobile\":\"initial\"},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0f573\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"-16\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e387133\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"de135f5\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"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\":true}},\"elements\":[{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"594d9f0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(2392, 299, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2398, 296, 'menu-item-um_nav_public', '2'),
(2410, 301, '_edit_last', '1'),
(2411, 301, '_edit_lock', '1733745284:1'),
(2412, 305, '_edit_last', '1'),
(2413, 305, '_edit_lock', '1733745789:1'),
(2414, 309, '_edit_last', '1'),
(2415, 309, '_edit_lock', '1733745370:1'),
(2418, 311, '_elementor_edit_mode', 'builder'),
(2419, 311, '_elementor_template_type', 'single-post'),
(2420, 311, '_elementor_version', '3.25.9'),
(2421, 311, '_elementor_pro_version', '3.24.4'),
(2422, 311, '_wp_page_template', 'default'),
(2423, 311, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2424, 311, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2425, 311, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(2432, 312, '_edit_last', '1'),
(2433, 312, '_edit_lock', '1733933870:1'),
(2434, 314, '_elementor_edit_mode', 'builder'),
(2435, 314, '_elementor_template_type', 'single-post'),
(2436, 314, '_elementor_version', '3.25.9'),
(2437, 314, '_elementor_pro_version', '3.24.4'),
(2438, 314, '_wp_page_template', 'default'),
(2439, 314, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2440, 314, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c04f1b\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756db88465ef%3Agame_url%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2441, 314, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(2443, 315, '_elementor_edit_mode', 'builder'),
(2444, 315, '_elementor_template_type', 'single-post'),
(2445, 315, '_elementor_version', '3.25.9'),
(2446, 315, '_elementor_pro_version', '3.24.4'),
(2447, 315, '_wp_page_template', 'default'),
(2448, 315, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2449, 315, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c04f1b\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756db88465ef%3Agame_url%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2450, 315, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(2457, 259, 'footnotes', ''),
(2459, 316, 'footnotes', ''),
(2461, 259, 'category', ''),
(2462, 259, '_category', 'field_6756da5510b5c'),
(2463, 259, 'popularity', '1,82,369,545'),
(2464, 259, '_popularity', 'field_6756daaf10b5d'),
(2465, 259, 'screenshot_1', '278'),
(2466, 259, '_screenshot_1', 'field_6756db33a9aec'),
(2467, 259, 'screenshot_2', '279'),
(2468, 259, '_screenshot_2', 'field_6756db4ba9aed'),
(2469, 259, 'screenshot_3', '281'),
(2470, 259, '_screenshot_3', 'field_6756db57a9aee'),
(2471, 259, 'game_url', 'https://9782.play.gamezop.com/g/UYiznUAya'),
(2472, 259, '_game_url', 'field_6756db88465ef'),
(2473, 259, 'ratings', '4'),
(2474, 259, '_ratings', 'field_6756db66d1b25'),
(2475, 316, 'category', ''),
(2476, 316, '_category', 'field_6756da5510b5c'),
(2477, 316, 'popularity', '1,82,369,545'),
(2478, 316, '_popularity', 'field_6756daaf10b5d'),
(2479, 316, 'screenshot_1', ''),
(2480, 316, '_screenshot_1', 'field_6756db33a9aec'),
(2481, 316, 'screenshot_2', ''),
(2482, 316, '_screenshot_2', 'field_6756db4ba9aed'),
(2483, 316, 'screenshot_3', ''),
(2484, 316, '_screenshot_3', 'field_6756db57a9aee'),
(2485, 316, 'game_url', ''),
(2486, 316, '_game_url', 'field_6756db88465ef'),
(2487, 316, 'ratings', ''),
(2488, 316, '_ratings', 'field_6756db66d1b25');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2491, 318, '_elementor_edit_mode', 'builder'),
(2492, 318, '_elementor_template_type', 'single-post'),
(2493, 318, '_elementor_version', '3.25.9'),
(2494, 318, '_elementor_pro_version', '3.24.4'),
(2495, 318, '_wp_page_template', 'default'),
(2496, 318, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(2497, 318, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c04f1b\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756db88465ef%3Agame_url%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2498, 318, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(2506, 319, 'footnotes', ''),
(2508, 319, 'category', ''),
(2509, 319, '_category', 'field_6756da5510b5c'),
(2510, 319, 'popularity', '1,82,369,545'),
(2511, 319, '_popularity', 'field_6756daaf10b5d'),
(2512, 319, 'screenshot_1', '278'),
(2513, 319, '_screenshot_1', 'field_6756db33a9aec'),
(2514, 319, 'screenshot_2', '279'),
(2515, 319, '_screenshot_2', 'field_6756db4ba9aed'),
(2516, 319, 'screenshot_3', '281'),
(2517, 319, '_screenshot_3', 'field_6756db57a9aee'),
(2518, 319, 'game_url', 'https://9782.play.gamezop.com/g/UYiznUAya'),
(2519, 319, '_game_url', 'field_6756db88465ef'),
(2520, 319, 'ratings', '4'),
(2521, 319, '_ratings', 'field_6756db66d1b25'),
(2548, 321, '_wp_page_template', 'elementor_header_footer'),
(2549, 321, '_elementor_edit_mode', 'builder'),
(2550, 321, '_elementor_template_type', 'wp-page'),
(2551, 321, '_elementor_version', '3.25.9'),
(2552, 321, '_elementor_pro_version', '3.24.4'),
(2553, 321, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(2556, 322, '_wp_page_template', 'elementor_header_footer'),
(2557, 322, '_elementor_edit_mode', 'builder'),
(2558, 322, '_elementor_template_type', 'wp-page'),
(2559, 322, '_elementor_version', '3.25.9'),
(2560, 322, '_elementor_pro_version', '3.24.4'),
(2561, 322, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(2564, 323, '_wp_page_template', 'elementor_header_footer'),
(2565, 323, '_elementor_edit_mode', 'builder'),
(2566, 323, '_elementor_template_type', 'wp-page'),
(2567, 323, '_elementor_version', '3.25.9'),
(2568, 323, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2569, 323, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2572, 324, '_elementor_edit_mode', 'builder'),
(2573, 324, '_elementor_template_type', 'loop-item'),
(2574, 325, '_elementor_edit_mode', 'builder'),
(2575, 325, '_elementor_template_type', 'loop-item'),
(2576, 324, '_elementor_version', '3.25.9'),
(2577, 324, '_elementor_pro_version', '3.24.4'),
(2578, 324, '_elementor_source', 'post'),
(2579, 324, '_wp_page_template', 'default'),
(2583, 326, '_wp_page_template', 'elementor_header_footer'),
(2584, 326, '_elementor_edit_mode', 'builder'),
(2585, 326, '_elementor_template_type', 'wp-page'),
(2586, 326, '_elementor_version', '3.25.9'),
(2587, 326, '_elementor_pro_version', '3.24.4'),
(2588, 326, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2590, 327, '_wp_page_template', 'elementor_header_footer'),
(2591, 327, '_elementor_edit_mode', 'builder'),
(2592, 327, '_elementor_template_type', 'wp-page'),
(2593, 327, '_elementor_version', '3.25.9'),
(2594, 327, '_elementor_pro_version', '3.24.4'),
(2595, 327, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2597, 328, '_wp_page_template', 'elementor_header_footer'),
(2598, 328, '_elementor_edit_mode', 'builder'),
(2599, 328, '_elementor_template_type', 'wp-page'),
(2600, 328, '_elementor_version', '3.25.9'),
(2601, 328, '_elementor_pro_version', '3.24.4'),
(2602, 328, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2604, 324, '_edit_lock', '1733939682:1'),
(2605, 259, '_elementor_template_type', 'wp-post'),
(2606, 259, '_elementor_version', '3.25.9'),
(2607, 259, '_elementor_pro_version', '3.24.4'),
(2608, 329, '_elementor_edit_mode', 'builder'),
(2609, 329, '_elementor_template_type', 'loop-item'),
(2610, 329, '_elementor_version', '3.25.9'),
(2611, 329, '_elementor_pro_version', '3.24.4'),
(2612, 329, '_elementor_source', 'post'),
(2613, 329, '_wp_page_template', 'default'),
(2614, 329, '_elementor_page_settings', 'a:1:{s:6:\"source\";s:4:\"post\";}'),
(2615, 324, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"css_filters_css_filter\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"e27d179\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align_mobile\":\"left\",\"primary_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_width_mobile\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(2616, 330, '_elementor_edit_mode', 'builder'),
(2617, 330, '_elementor_template_type', 'loop-item'),
(2618, 330, '_elementor_version', '3.25.9'),
(2619, 330, '_elementor_pro_version', '3.24.4'),
(2620, 330, '_elementor_source', 'post'),
(2621, 330, '_wp_page_template', 'default'),
(2622, 330, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h2\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(2625, 331, '_wp_page_template', 'elementor_header_footer'),
(2626, 331, '_elementor_edit_mode', 'builder'),
(2627, 331, '_elementor_template_type', 'wp-page'),
(2628, 331, '_elementor_version', '3.25.9'),
(2629, 331, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2630, 331, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2632, 332, '_wp_page_template', 'elementor_header_footer'),
(2633, 332, '_elementor_edit_mode', 'builder'),
(2634, 332, '_elementor_template_type', 'wp-page'),
(2635, 332, '_elementor_version', '3.25.9'),
(2636, 332, '_elementor_pro_version', '3.24.4'),
(2637, 332, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2639, 333, '_wp_page_template', 'elementor_header_footer'),
(2640, 333, '_elementor_edit_mode', 'builder'),
(2641, 333, '_elementor_template_type', 'wp-page'),
(2642, 333, '_elementor_version', '3.25.9'),
(2643, 333, '_elementor_pro_version', '3.24.4'),
(2644, 333, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2646, 334, '_elementor_edit_mode', 'builder'),
(2647, 334, '_elementor_template_type', 'loop-item'),
(2648, 334, '_elementor_version', '3.25.9'),
(2649, 334, '_elementor_pro_version', '3.24.4'),
(2650, 334, '_elementor_source', 'post'),
(2651, 334, '_wp_page_template', 'default'),
(2652, 334, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(2659, 335, '_elementor_edit_mode', 'builder'),
(2660, 335, '_elementor_template_type', 'loop-item'),
(2661, 335, '_elementor_version', '3.25.9'),
(2662, 335, '_elementor_pro_version', '3.24.4'),
(2663, 335, '_elementor_source', 'post'),
(2664, 335, '_wp_page_template', 'default'),
(2665, 335, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"bounce-in\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(2671, 1, '_wp_trash_meta_status', 'publish'),
(2672, 1, '_wp_trash_meta_time', '1733757571'),
(2673, 1, '_wp_desired_post_slug', 'hello-world'),
(2674, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:\"1\";}'),
(2675, 337, '_edit_lock', '1734084188:1'),
(2676, 338, '_wp_attached_file', '2024/12/cover.jpg'),
(2677, 338, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:17:\"2024/12/cover.jpg\";s:8:\"filesize\";i:115699;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"cover-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"cover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10632;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:17:\"cover-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79351;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2678, 339, '_wp_attached_file', '2024/12/game-1-1.png'),
(2679, 339, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2024/12/game-1-1.png\";s:8:\"filesize\";i:184017;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-1-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79185;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-1-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:594873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40598;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"game-1-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:367068;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-1-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:404836;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-1-1-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:394012;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-1-1-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:800962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2680, 340, '_wp_attached_file', '2024/12/game-2-2.png'),
(2681, 340, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2024/12/game-2-2.png\";s:8:\"filesize\";i:145834;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-2-2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61647;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-2-2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:521216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-2-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31160;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"game-2-2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:309633;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-2-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:353269;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-2-2-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:333779;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-2-2-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:729844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2682, 341, '_wp_attached_file', '2024/12/game-3-1.png'),
(2683, 341, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2024/12/game-3-1.png\";s:8:\"filesize\";i:162972;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-3-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71914;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-3-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:555554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-3-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:36804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"game-3-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:339790;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:375832;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-3-1-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:364688;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-3-1-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:748233;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2686, 337, '_thumbnail_id', '338'),
(2688, 337, 'footnotes', ''),
(2690, 342, 'footnotes', ''),
(2692, 337, '_edit_last', '1'),
(2695, 337, 'category', ''),
(2696, 337, '_category', 'field_6756da5510b5c'),
(2697, 337, 'popularity', '2,45,243,30'),
(2698, 337, '_popularity', 'field_6756daaf10b5d'),
(2699, 337, 'screenshot_1', '339'),
(2700, 337, '_screenshot_1', 'field_6756db33a9aec'),
(2701, 337, 'screenshot_2', '340'),
(2702, 337, '_screenshot_2', 'field_6756db4ba9aed'),
(2703, 337, 'screenshot_3', '341'),
(2704, 337, '_screenshot_3', 'field_6756db57a9aee'),
(2705, 337, 'game_url', 'https://9782.play.gamezop.com/g/rJXlRtBWd4'),
(2706, 337, '_game_url', 'field_6756db88465ef'),
(2707, 337, 'ratings', '2'),
(2708, 337, '_ratings', 'field_6756db66d1b25'),
(2709, 337, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(2710, 342, 'category', ''),
(2711, 342, '_category', 'field_6756da5510b5c'),
(2712, 342, 'popularity', '2,45,243,30'),
(2713, 342, '_popularity', 'field_6756daaf10b5d'),
(2714, 342, 'screenshot_1', '339'),
(2715, 342, '_screenshot_1', 'field_6756db33a9aec'),
(2716, 342, 'screenshot_2', '340'),
(2717, 342, '_screenshot_2', 'field_6756db4ba9aed'),
(2718, 342, 'screenshot_3', '341'),
(2719, 342, '_screenshot_3', 'field_6756db57a9aee'),
(2720, 342, 'game_url', 'https://9782.play.gamezop.com/g/rJXlRtBWd4'),
(2721, 342, '_game_url', 'field_6756db88465ef'),
(2722, 342, 'ratings', '2'),
(2723, 342, '_ratings', 'field_6756db66d1b25'),
(2724, 343, '_edit_lock', '1734084136:1'),
(2725, 344, '_wp_attached_file', '2024/12/cover-1.jpg'),
(2726, 344, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2024/12/cover-1.jpg\";s:8:\"filesize\";i:115699;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cover-1-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cover-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10632;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"cover-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79351;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2727, 345, '_wp_attached_file', '2024/12/game-1-2.png'),
(2728, 345, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-1-2.png\";s:8:\"filesize\";i:134908;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-1-2-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53420;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-1-2-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352615;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23566;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-1-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199057;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-1-2-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46317;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-1-2-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78949;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2729, 346, '_wp_attached_file', '2024/12/game-2-3.png'),
(2730, 346, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-2-3.png\";s:8:\"filesize\";i:68382;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-2-3-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23620;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-2-3-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170846;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-2-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11195;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-2-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77230;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-2-3-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27918;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-2-3-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2731, 347, '_wp_attached_file', '2024/12/game-3-2.png'),
(2732, 347, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-3-2.png\";s:8:\"filesize\";i:65212;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-3-2-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21091;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-3-2-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134477;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-3-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12925;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-3-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104342;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-3-2-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43787;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-3-2-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57654;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2735, 343, '_thumbnail_id', '374'),
(2737, 343, 'footnotes', ''),
(2739, 348, 'footnotes', ''),
(2741, 343, '_edit_last', '1'),
(2744, 343, 'category', ''),
(2745, 343, '_category', 'field_6756da5510b5c'),
(2746, 343, 'popularity', '2,83,440,32'),
(2747, 343, '_popularity', 'field_6756daaf10b5d');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2748, 343, 'screenshot_1', '345'),
(2749, 343, '_screenshot_1', 'field_6756db33a9aec'),
(2750, 343, 'screenshot_2', '346'),
(2751, 343, '_screenshot_2', 'field_6756db4ba9aed'),
(2752, 343, 'screenshot_3', '347'),
(2753, 343, '_screenshot_3', 'field_6756db57a9aee'),
(2754, 343, 'game_url', 'https://9782.play.gamezop.com/g/ryN9EGAQa'),
(2755, 343, '_game_url', 'field_6756db88465ef'),
(2756, 343, 'ratings', '4'),
(2757, 343, '_ratings', 'field_6756db66d1b25'),
(2758, 343, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(2759, 348, 'category', ''),
(2760, 348, '_category', 'field_6756da5510b5c'),
(2761, 348, 'popularity', '2,83,440,32'),
(2762, 348, '_popularity', 'field_6756daaf10b5d'),
(2763, 348, 'screenshot_1', '345'),
(2764, 348, '_screenshot_1', 'field_6756db33a9aec'),
(2765, 348, 'screenshot_2', '346'),
(2766, 348, '_screenshot_2', 'field_6756db4ba9aed'),
(2767, 348, 'screenshot_3', '347'),
(2768, 348, '_screenshot_3', 'field_6756db57a9aee'),
(2769, 348, 'game_url', 'https://9782.play.gamezop.com/g/ryN9EGAQa'),
(2770, 348, '_game_url', 'field_6756db88465ef'),
(2771, 348, 'ratings', '4'),
(2772, 348, '_ratings', 'field_6756db66d1b25'),
(2773, 349, '_edit_lock', '1734084103:1'),
(2774, 350, '_wp_attached_file', '2024/12/cover-2.jpg'),
(2775, 350, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2024/12/cover-2.jpg\";s:8:\"filesize\";i:55696;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cover-2-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cover-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9541;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"cover-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2776, 351, '_wp_attached_file', '2024/12/game-1-3.png'),
(2777, 351, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-1-3.png\";s:8:\"filesize\";i:130461;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-1-3-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52474;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-1-3-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:366914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-1-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24999;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-1-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:230487;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-1-3-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105079;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-1-3-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192457;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2778, 352, '_wp_attached_file', '2024/12/game-2-4.png'),
(2779, 352, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-2-4.png\";s:8:\"filesize\";i:134916;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-2-4-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54317;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-2-4-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321584;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-2-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25104;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-2-4-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194863;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-2-4-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105688;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-2-4-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2780, 353, '_wp_attached_file', '2024/12/game-3-3.png'),
(2781, 353, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-3-3.png\";s:8:\"filesize\";i:99979;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-3-3-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41643;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-3-3-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:250633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-3-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17873;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-3-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134831;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-3-3-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56368;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-3-3-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105640;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2784, 349, '_thumbnail_id', '350'),
(2786, 349, 'footnotes', ''),
(2788, 354, 'footnotes', ''),
(2790, 349, '_edit_last', '1'),
(2793, 349, 'category', ''),
(2794, 349, '_category', 'field_6756da5510b5c'),
(2795, 349, 'popularity', '5,98,793,1'),
(2796, 349, '_popularity', 'field_6756daaf10b5d'),
(2797, 349, 'screenshot_1', '351'),
(2798, 349, '_screenshot_1', 'field_6756db33a9aec'),
(2799, 349, 'screenshot_2', '352'),
(2800, 349, '_screenshot_2', 'field_6756db4ba9aed'),
(2801, 349, 'screenshot_3', '353'),
(2802, 349, '_screenshot_3', 'field_6756db57a9aee'),
(2803, 349, 'game_url', 'https://9782.play.gamezop.com/g/BJzGTMJv91Q'),
(2804, 349, '_game_url', 'field_6756db88465ef'),
(2805, 349, 'ratings', '4'),
(2806, 349, '_ratings', 'field_6756db66d1b25'),
(2807, 349, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(2808, 354, 'category', ''),
(2809, 354, '_category', 'field_6756da5510b5c'),
(2810, 354, 'popularity', '5,98,793,1'),
(2811, 354, '_popularity', 'field_6756daaf10b5d'),
(2812, 354, 'screenshot_1', '351'),
(2813, 354, '_screenshot_1', 'field_6756db33a9aec'),
(2814, 354, 'screenshot_2', '352'),
(2815, 354, '_screenshot_2', 'field_6756db4ba9aed'),
(2816, 354, 'screenshot_3', '353'),
(2817, 354, '_screenshot_3', 'field_6756db57a9aee'),
(2818, 354, 'game_url', 'https://9782.play.gamezop.com/g/BJzGTMJv91Q'),
(2819, 354, '_game_url', 'field_6756db88465ef'),
(2820, 354, 'ratings', '4'),
(2821, 354, '_ratings', 'field_6756db66d1b25'),
(2822, 355, '_edit_lock', '1734084067:1'),
(2823, 356, '_wp_attached_file', '2024/12/cover-1-1.jpg'),
(2824, 356, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2024/12/cover-1-1.jpg\";s:8:\"filesize\";i:141713;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cover-1-1-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cover-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7695;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"cover-1-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2825, 357, '_wp_attached_file', '2024/12/game-1-4.png'),
(2826, 357, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2024/12/game-1-4.png\";s:8:\"filesize\";i:144849;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-1-4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32583;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-1-4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:224900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-1-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19431;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"game-1-4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146004;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-1-4-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172244;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-1-4-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155941;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-1-4-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:291670;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2827, 358, '_wp_attached_file', '2024/12/game-2-5.png'),
(2828, 358, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2024/12/game-2-5.png\";s:8:\"filesize\";i:209641;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-2-5-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44661;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-2-5-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:347071;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-2-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"game-2-5-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:217384;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-2-5-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208903;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-2-5-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:233038;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-2-5-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:454925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2829, 359, '_wp_attached_file', '2024/12/game-3-4.png'),
(2830, 359, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2024/12/game-3-4.png\";s:8:\"filesize\";i:70540;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-3-4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20316;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-3-4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-3-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11626;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"game-3-4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86186;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-3-4-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95038;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-3-4-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91676;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-3-4-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2833, 355, '_thumbnail_id', '356'),
(2835, 355, 'footnotes', ''),
(2837, 360, 'footnotes', ''),
(2839, 355, '_edit_last', '1'),
(2840, 355, 'category', ''),
(2841, 355, '_category', 'field_6756da5510b5c'),
(2842, 355, 'popularity', '4,18,395,3'),
(2843, 355, '_popularity', 'field_6756daaf10b5d'),
(2844, 355, 'screenshot_1', '357'),
(2845, 355, '_screenshot_1', 'field_6756db33a9aec'),
(2846, 355, 'screenshot_2', '358'),
(2847, 355, '_screenshot_2', 'field_6756db4ba9aed'),
(2848, 355, 'screenshot_3', '359'),
(2849, 355, '_screenshot_3', 'field_6756db57a9aee'),
(2850, 355, 'game_url', 'https://9782.play.gamezop.com/g/B1jZWUoXUIe'),
(2851, 355, '_game_url', 'field_6756db88465ef'),
(2852, 355, 'ratings', '3'),
(2853, 355, '_ratings', 'field_6756db66d1b25'),
(2854, 355, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(2855, 360, 'category', ''),
(2856, 360, '_category', 'field_6756da5510b5c'),
(2857, 360, 'popularity', '4,18,395,3'),
(2858, 360, '_popularity', 'field_6756daaf10b5d'),
(2859, 360, 'screenshot_1', '357'),
(2860, 360, '_screenshot_1', 'field_6756db33a9aec'),
(2861, 360, 'screenshot_2', '358'),
(2862, 360, '_screenshot_2', 'field_6756db4ba9aed'),
(2863, 360, 'screenshot_3', '359'),
(2864, 360, '_screenshot_3', 'field_6756db57a9aee'),
(2865, 360, 'game_url', 'https://9782.play.gamezop.com/g/B1jZWUoXUIe'),
(2866, 360, '_game_url', 'field_6756db88465ef'),
(2867, 360, 'ratings', '3'),
(2868, 360, '_ratings', 'field_6756db66d1b25'),
(2869, 361, '_edit_lock', '1734084040:1'),
(2870, 362, '_wp_attached_file', '2024/12/cover-3.jpg'),
(2871, 362, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2024/12/cover-3.jpg\";s:8:\"filesize\";i:17353;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cover-3-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cover-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"cover-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31599;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2872, 363, '_wp_attached_file', '2024/12/game-1-5.png'),
(2873, 363, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-1-5.png\";s:8:\"filesize\";i:40436;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-1-5-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17212;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-1-5-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85669;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-1-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7832;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-1-5-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48838;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-1-5-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12949;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-1-5-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2874, 364, '_wp_attached_file', '2024/12/game-2-6.png'),
(2875, 364, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-2-6.png\";s:8:\"filesize\";i:23156;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-2-6-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10612;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-2-6-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-2-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6047;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-2-6-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39015;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-2-6-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14172;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-2-6-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17008;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2876, 365, '_wp_attached_file', '2024/12/game-3-5.png'),
(2877, 365, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-3-5.png\";s:8:\"filesize\";i:51863;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-3-5-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23702;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-3-5-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129502;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-3-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7691;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-3-5-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53730;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-3-5-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12716;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-3-5-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22430;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2880, 361, '_thumbnail_id', '362'),
(2882, 361, 'footnotes', ''),
(2884, 366, 'footnotes', ''),
(2886, 361, '_edit_last', '1'),
(2887, 361, 'category', ''),
(2888, 361, '_category', 'field_6756da5510b5c'),
(2889, 361, 'popularity', '4,25,0167,9'),
(2890, 361, '_popularity', 'field_6756daaf10b5d'),
(2891, 361, 'screenshot_1', '363'),
(2892, 361, '_screenshot_1', 'field_6756db33a9aec'),
(2893, 361, 'screenshot_2', '364'),
(2894, 361, '_screenshot_2', 'field_6756db4ba9aed'),
(2895, 361, 'screenshot_3', '365'),
(2896, 361, '_screenshot_3', 'field_6756db57a9aee'),
(2897, 361, 'game_url', 'https://9782.play.gamezop.com/g/4y6efOyf-5g'),
(2898, 361, '_game_url', 'field_6756db88465ef'),
(2899, 361, 'ratings', '4'),
(2900, 361, '_ratings', 'field_6756db66d1b25'),
(2901, 361, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(2902, 366, 'category', ''),
(2903, 366, '_category', 'field_6756da5510b5c'),
(2904, 366, 'popularity', '4,25,0167,9'),
(2905, 366, '_popularity', 'field_6756daaf10b5d'),
(2906, 366, 'screenshot_1', '363'),
(2907, 366, '_screenshot_1', 'field_6756db33a9aec'),
(2908, 366, 'screenshot_2', '364'),
(2909, 366, '_screenshot_2', 'field_6756db4ba9aed'),
(2910, 366, 'screenshot_3', '365'),
(2911, 366, '_screenshot_3', 'field_6756db57a9aee'),
(2912, 366, 'game_url', 'https://9782.play.gamezop.com/g/4y6efOyf-5g'),
(2913, 366, '_game_url', 'field_6756db88465ef'),
(2914, 366, 'ratings', ''),
(2915, 366, '_ratings', 'field_6756db66d1b25'),
(2920, 367, 'footnotes', ''),
(2922, 367, 'category', ''),
(2923, 367, '_category', 'field_6756da5510b5c'),
(2924, 367, 'popularity', '4,25,0167,9'),
(2925, 367, '_popularity', 'field_6756daaf10b5d'),
(2926, 367, 'screenshot_1', '363'),
(2927, 367, '_screenshot_1', 'field_6756db33a9aec'),
(2928, 367, 'screenshot_2', '364'),
(2929, 367, '_screenshot_2', 'field_6756db4ba9aed'),
(2930, 367, 'screenshot_3', '365'),
(2931, 367, '_screenshot_3', 'field_6756db57a9aee'),
(2932, 367, 'game_url', 'https://9782.play.gamezop.com/g/4y6efOyf-5g'),
(2933, 367, '_game_url', 'field_6756db88465ef'),
(2934, 367, 'ratings', '4'),
(2935, 367, '_ratings', 'field_6756db66d1b25'),
(2936, 368, '_edit_lock', '1734083801:1'),
(2937, 369, '_wp_attached_file', '2024/12/cover-1-2.jpg'),
(2938, 369, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2024/12/cover-1-2.jpg\";s:8:\"filesize\";i:44708;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cover-1-2-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cover-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7647;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"cover-1-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50238;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2939, 370, '_wp_attached_file', '2024/12/game-1-6.png'),
(2940, 370, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-1-6.png\";s:8:\"filesize\";i:26439;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-1-6-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18331;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-1-6-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84835;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-1-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6647;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-1-6-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36171;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-1-6-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3508;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-1-6-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11355;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2941, 371, '_wp_attached_file', '2024/12/game-2-7.png'),
(2942, 371, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-2-7.png\";s:8:\"filesize\";i:22503;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-2-7-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12418;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-2-7-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64374;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-2-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4550;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-2-7-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33165;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-2-7-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6758;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-2-7-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10510;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2943, 372, '_wp_attached_file', '2024/12/game-3-6.png'),
(2944, 372, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-3-6.png\";s:8:\"filesize\";i:44507;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-3-6-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14451;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-3-6-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87977;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-3-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5708;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-3-6-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44306;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-3-6-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12362;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-3-6-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22067;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2947, 368, '_thumbnail_id', '369'),
(2949, 368, 'footnotes', ''),
(2951, 373, 'footnotes', ''),
(2953, 368, '_edit_last', '1'),
(2956, 368, 'category', ''),
(2957, 368, '_category', 'field_6756da5510b5c'),
(2958, 368, 'popularity', '6,15,054,0'),
(2959, 368, '_popularity', 'field_6756daaf10b5d'),
(2960, 368, 'screenshot_1', '370'),
(2961, 368, '_screenshot_1', 'field_6756db33a9aec'),
(2962, 368, 'screenshot_2', '371'),
(2963, 368, '_screenshot_2', 'field_6756db4ba9aed'),
(2964, 368, 'screenshot_3', '372'),
(2965, 368, '_screenshot_3', 'field_6756db57a9aee'),
(2966, 368, 'game_url', 'https://9782.play.gamezop.com/g/B19EafJP9JX'),
(2967, 368, '_game_url', 'field_6756db88465ef'),
(2968, 368, 'ratings', '3'),
(2969, 368, '_ratings', 'field_6756db66d1b25'),
(2970, 368, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(2971, 373, 'category', ''),
(2972, 373, '_category', 'field_6756da5510b5c'),
(2973, 373, 'popularity', '6,15,054,0'),
(2974, 373, '_popularity', 'field_6756daaf10b5d'),
(2975, 373, 'screenshot_1', '370'),
(2976, 373, '_screenshot_1', 'field_6756db33a9aec'),
(2977, 373, 'screenshot_2', '371'),
(2978, 373, '_screenshot_2', 'field_6756db4ba9aed'),
(2979, 373, 'screenshot_3', '372'),
(2980, 373, '_screenshot_3', 'field_6756db57a9aee'),
(2981, 373, 'game_url', 'https://9782.play.gamezop.com/g/B19EafJP9JX'),
(2982, 373, '_game_url', 'field_6756db88465ef'),
(2983, 373, 'ratings', '3'),
(2984, 373, '_ratings', 'field_6756db66d1b25'),
(2985, 374, '_wp_attached_file', '2024/12/cover-1-3.jpg'),
(2986, 374, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2024/12/cover-1-3.jpg\";s:8:\"filesize\";i:50520;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cover-1-3-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19257;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cover-1-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7965;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"cover-1-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54519;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2989, 375, '_edit_lock', '1734083743:1'),
(2991, 377, '_wp_attached_file', '2024/12/cover-4.jpg'),
(2992, 377, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2024/12/cover-4.jpg\";s:8:\"filesize\";i:177555;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cover-4-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cover-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11576;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"cover-4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54119;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2993, 378, '_wp_attached_file', '2024/12/game-1-7.png'),
(2994, 378, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-1-7.png\";s:8:\"filesize\";i:703736;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-1-7-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68518;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-1-7-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:448032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-1-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34663;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-1-7-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:302904;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-1-7-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243806;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-1-7-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:388718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2995, 379, '_wp_attached_file', '2024/12/game-2-8.png'),
(2996, 379, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-2-8.png\";s:8:\"filesize\";i:574439;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-2-8-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54541;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-2-8-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-2-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30375;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-2-8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:263082;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-2-8-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:242756;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-2-8-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:347469;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2997, 380, '_wp_attached_file', '2024/12/game-3-7.png'),
(2998, 380, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-3-7.png\";s:8:\"filesize\";i:308870;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-3-7-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34563;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-3-7-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-3-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17073;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-3-7-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122436;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-3-7-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78503;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-3-7-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:154970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3001, 375, '_thumbnail_id', '377'),
(3003, 375, 'footnotes', ''),
(3005, 381, 'footnotes', ''),
(3007, 375, '_edit_last', '1'),
(3010, 375, 'category', ''),
(3011, 375, '_category', 'field_6756da5510b5c'),
(3012, 375, 'popularity', '7,11,239,67'),
(3013, 375, '_popularity', 'field_6756daaf10b5d'),
(3014, 375, 'screenshot_1', '378'),
(3015, 375, '_screenshot_1', 'field_6756db33a9aec'),
(3016, 375, 'screenshot_2', '379'),
(3017, 375, '_screenshot_2', 'field_6756db4ba9aed'),
(3018, 375, 'screenshot_3', '380'),
(3019, 375, '_screenshot_3', 'field_6756db57a9aee'),
(3020, 375, 'game_url', 'https://9782.play.gamezop.com/g/H1Tz6z1Dqym'),
(3021, 375, '_game_url', 'field_6756db88465ef'),
(3022, 375, 'ratings', '4'),
(3023, 375, '_ratings', 'field_6756db66d1b25'),
(3024, 375, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3025, 381, 'category', ''),
(3026, 381, '_category', 'field_6756da5510b5c'),
(3027, 381, 'popularity', '7,11,239,67'),
(3028, 381, '_popularity', 'field_6756daaf10b5d'),
(3029, 381, 'screenshot_1', '378'),
(3030, 381, '_screenshot_1', 'field_6756db33a9aec'),
(3031, 381, 'screenshot_2', '379'),
(3032, 381, '_screenshot_2', 'field_6756db4ba9aed'),
(3033, 381, 'screenshot_3', '380'),
(3034, 381, '_screenshot_3', 'field_6756db57a9aee'),
(3035, 381, 'game_url', 'https://9782.play.gamezop.com/g/H1Tz6z1Dqym'),
(3036, 381, '_game_url', 'field_6756db88465ef'),
(3037, 381, 'ratings', '4'),
(3038, 381, '_ratings', 'field_6756db66d1b25'),
(3039, 382, '_edit_lock', '1734083711:1'),
(3040, 383, '_wp_attached_file', '2024/12/cover-1-4.jpg'),
(3041, 383, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2024/12/cover-1-4.jpg\";s:8:\"filesize\";i:238398;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cover-1-4-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27209;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cover-1-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13007;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"cover-1-4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73764;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3042, 384, '_wp_attached_file', '2024/12/game-1-8.png'),
(3043, 384, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-1-8.png\";s:8:\"filesize\";i:806488;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-1-8-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71446;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-1-8-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:531162;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-1-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37647;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-1-8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352072;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-1-8-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:290860;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-1-8-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:472033;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3044, 385, '_wp_attached_file', '2024/12/game-2-9.png'),
(3045, 385, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-2-9.png\";s:8:\"filesize\";i:934217;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-2-9-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80493;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-2-9-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:618196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-2-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36411;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-2-9-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:370915;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-2-9-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:312084;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-2-9-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:496999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3046, 386, '_wp_attached_file', '2024/12/game-3-8.png'),
(3047, 386, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2024/12/game-3-8.png\";s:8:\"filesize\";i:759214;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-3-8-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71569;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-3-8-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:508804;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-3-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29980;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-3-8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:262100;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-3-8-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:215918;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:20:\"game-3-8-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:342354;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3050, 382, '_thumbnail_id', '383'),
(3052, 382, 'footnotes', ''),
(3054, 387, 'footnotes', ''),
(3056, 382, '_edit_last', '1'),
(3057, 382, 'category', ''),
(3058, 382, '_category', 'field_6756da5510b5c'),
(3059, 382, 'popularity', '2,33,540,9'),
(3060, 382, '_popularity', 'field_6756daaf10b5d'),
(3061, 382, 'screenshot_1', '384'),
(3062, 382, '_screenshot_1', 'field_6756db33a9aec'),
(3063, 382, 'screenshot_2', '385'),
(3064, 382, '_screenshot_2', 'field_6756db4ba9aed'),
(3065, 382, 'screenshot_3', '386'),
(3066, 382, '_screenshot_3', 'field_6756db57a9aee'),
(3067, 382, 'game_url', 'https://9782.play.gamezop.com/g/Ske-CtBbdV'),
(3068, 382, '_game_url', 'field_6756db88465ef'),
(3069, 382, 'ratings', '4'),
(3070, 382, '_ratings', 'field_6756db66d1b25'),
(3071, 382, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3072, 387, 'category', ''),
(3073, 387, '_category', 'field_6756da5510b5c'),
(3074, 387, 'popularity', '2,33,540,9'),
(3075, 387, '_popularity', 'field_6756daaf10b5d'),
(3076, 387, 'screenshot_1', '384'),
(3077, 387, '_screenshot_1', 'field_6756db33a9aec'),
(3078, 387, 'screenshot_2', '385'),
(3079, 387, '_screenshot_2', 'field_6756db4ba9aed'),
(3080, 387, 'screenshot_3', '386'),
(3081, 387, '_screenshot_3', 'field_6756db57a9aee'),
(3082, 387, 'game_url', 'https://9782.play.gamezop.com/g/Ske-CtBbdV'),
(3083, 387, '_game_url', 'field_6756db88465ef'),
(3084, 387, 'ratings', '4'),
(3085, 387, '_ratings', 'field_6756db66d1b25'),
(3086, 388, '_edit_lock', '1734083683:1'),
(3087, 389, '_wp_attached_file', '2024/12/cover-5.jpg');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3088, 389, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2024/12/cover-5.jpg\";s:8:\"filesize\";i:23480;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cover-5-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cover-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6027;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"cover-5-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34684;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3089, 390, '_wp_attached_file', '2024/12/game-1-9.png'),
(3090, 390, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2024/12/game-1-9.png\";s:8:\"filesize\";i:63626;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-1-9-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26598;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-1-9-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175642;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-1-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18482;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"game-1-9-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108920;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-1-9-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149088;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-1-9-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117271;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-1-9-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:233376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3091, 391, '_wp_attached_file', '2024/12/game-2-10.png'),
(3092, 391, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-2-10.png\";s:8:\"filesize\";i:74034;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-10-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25724;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-10-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:210409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13119;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-2-10-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116496;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-10-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140890;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-10-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125756;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-2-10-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:293099;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3093, 392, '_wp_attached_file', '2024/12/game-3-9.png'),
(3094, 392, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2024/12/game-3-9.png\";s:8:\"filesize\";i:69330;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"game-3-9-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25953;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"game-3-9-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177751;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"game-3-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18324;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"game-3-9-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108812;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:20:\"game-3-9-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151371;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"game-3-9-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117462;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-3-9-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:234864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3097, 388, '_thumbnail_id', '389'),
(3099, 388, 'footnotes', ''),
(3101, 393, 'footnotes', ''),
(3103, 388, '_edit_last', '1'),
(3104, 388, 'category', ''),
(3105, 388, '_category', 'field_6756da5510b5c'),
(3106, 388, 'popularity', '2,30,358,26'),
(3107, 388, '_popularity', 'field_6756daaf10b5d'),
(3108, 388, 'screenshot_1', '390'),
(3109, 388, '_screenshot_1', 'field_6756db33a9aec'),
(3110, 388, 'screenshot_2', '391'),
(3111, 388, '_screenshot_2', 'field_6756db4ba9aed'),
(3112, 388, 'screenshot_3', '392'),
(3113, 388, '_screenshot_3', 'field_6756db57a9aee'),
(3114, 388, 'game_url', 'https://9782.play.gamezop.com/g/ByGqEfCXa'),
(3115, 388, '_game_url', 'field_6756db88465ef'),
(3116, 388, 'ratings', '4'),
(3117, 388, '_ratings', 'field_6756db66d1b25'),
(3118, 388, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3119, 393, 'category', ''),
(3120, 393, '_category', 'field_6756da5510b5c'),
(3121, 393, 'popularity', '2,30,358,26'),
(3122, 393, '_popularity', 'field_6756daaf10b5d'),
(3123, 393, 'screenshot_1', '390'),
(3124, 393, '_screenshot_1', 'field_6756db33a9aec'),
(3125, 393, 'screenshot_2', '391'),
(3126, 393, '_screenshot_2', 'field_6756db4ba9aed'),
(3127, 393, 'screenshot_3', '392'),
(3128, 393, '_screenshot_3', 'field_6756db57a9aee'),
(3129, 393, 'game_url', 'https://9782.play.gamezop.com/g/ByGqEfCXa'),
(3130, 393, '_game_url', 'field_6756db88465ef'),
(3131, 393, 'ratings', '4'),
(3132, 393, '_ratings', 'field_6756db66d1b25'),
(3133, 394, '_edit_lock', '1734083637:1'),
(3134, 395, '_wp_attached_file', '2024/12/cover-1-5.jpg'),
(3135, 395, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2024/12/cover-1-5.jpg\";s:8:\"filesize\";i:51977;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cover-1-5-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24304;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cover-1-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9915;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"cover-1-5-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3136, 396, '_wp_attached_file', '2024/12/game-1-10.png'),
(3137, 396, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-1-10.png\";s:8:\"filesize\";i:143201;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-10-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45158;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-10-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346502;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21176;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-10-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205271;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-10-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62733;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-1-10-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93596;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3138, 397, '_wp_attached_file', '2024/12/game-2-11.png'),
(3139, 397, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-2-11.png\";s:8:\"filesize\";i:147083;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-11-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50702;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-11-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:392550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27643;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-11-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:295943;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-11-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92546;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-2-11-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120311;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3140, 398, '_wp_attached_file', '2024/12/game-3-10.png'),
(3141, 398, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-3-10.png\";s:8:\"filesize\";i:130922;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-10-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46940;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-10-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:357999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29008;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-10-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:293698;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-10-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82624;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-3-10-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117330;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3144, 394, '_thumbnail_id', '395'),
(3146, 394, 'footnotes', ''),
(3148, 399, 'footnotes', ''),
(3150, 394, '_edit_last', '1'),
(3153, 394, 'category', ''),
(3154, 394, '_category', 'field_6756da5510b5c'),
(3155, 394, 'popularity', '2,95,610,04'),
(3156, 394, '_popularity', 'field_6756daaf10b5d'),
(3157, 394, 'screenshot_1', '396'),
(3158, 394, '_screenshot_1', 'field_6756db33a9aec'),
(3159, 394, 'screenshot_2', '397'),
(3160, 394, '_screenshot_2', 'field_6756db4ba9aed'),
(3161, 394, 'screenshot_3', '398'),
(3162, 394, '_screenshot_3', 'field_6756db57a9aee'),
(3163, 394, 'game_url', 'https://9782.play.gamezop.com/g/r10-NLT86bx'),
(3164, 394, '_game_url', 'field_6756db88465ef'),
(3165, 394, 'ratings', '4'),
(3166, 394, '_ratings', 'field_6756db66d1b25'),
(3167, 394, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3168, 399, 'category', ''),
(3169, 399, '_category', 'field_6756da5510b5c'),
(3170, 399, 'popularity', '2,95,610,04'),
(3171, 399, '_popularity', 'field_6756daaf10b5d'),
(3172, 399, 'screenshot_1', '396'),
(3173, 399, '_screenshot_1', 'field_6756db33a9aec'),
(3174, 399, 'screenshot_2', '397'),
(3175, 399, '_screenshot_2', 'field_6756db4ba9aed'),
(3176, 399, 'screenshot_3', '398'),
(3177, 399, '_screenshot_3', 'field_6756db57a9aee'),
(3178, 399, 'game_url', 'https://9782.play.gamezop.com/g/r10-NLT86bx'),
(3179, 399, '_game_url', 'field_6756db88465ef'),
(3180, 399, 'ratings', '5'),
(3181, 399, '_ratings', 'field_6756db66d1b25'),
(3184, 400, 'footnotes', ''),
(3186, 400, 'category', ''),
(3187, 400, '_category', 'field_6756da5510b5c'),
(3188, 400, 'popularity', '2,95,610,04'),
(3189, 400, '_popularity', 'field_6756daaf10b5d'),
(3190, 400, 'screenshot_1', '396'),
(3191, 400, '_screenshot_1', 'field_6756db33a9aec'),
(3192, 400, 'screenshot_2', '397'),
(3193, 400, '_screenshot_2', 'field_6756db4ba9aed'),
(3194, 400, 'screenshot_3', '398'),
(3195, 400, '_screenshot_3', 'field_6756db57a9aee'),
(3196, 400, 'game_url', 'https://9782.play.gamezop.com/g/r10-NLT86bx'),
(3197, 400, '_game_url', 'field_6756db88465ef'),
(3198, 400, 'ratings', '4'),
(3199, 400, '_ratings', 'field_6756db66d1b25'),
(3200, 401, '_edit_lock', '1734083599:1'),
(3201, 402, '_wp_attached_file', '2024/12/cover-6.jpg'),
(3202, 402, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2024/12/cover-6.jpg\";s:8:\"filesize\";i:68086;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cover-6-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cover-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9433;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"cover-6-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3203, 403, '_wp_attached_file', '2024/12/game-1-11.png'),
(3204, 403, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-1-11.png\";s:8:\"filesize\";i:73847;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-11-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37405;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-11-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:235003;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15597;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-11-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136543;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-11-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30428;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-1-11-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46967;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3205, 404, '_wp_attached_file', '2024/12/game-2-12.png'),
(3206, 404, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-2-12.png\";s:8:\"filesize\";i:49110;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-12-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22632;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-12-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9362;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-12-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87549;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-12-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22668;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-2-12-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3207, 405, '_wp_attached_file', '2024/12/game-3-11.png'),
(3208, 405, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-3-11.png\";s:8:\"filesize\";i:55341;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-11-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24820;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-11-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151057;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10152;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-11-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81960;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-11-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24082;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-3-11-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33875;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3211, 401, '_thumbnail_id', '402'),
(3213, 401, 'footnotes', ''),
(3215, 406, 'footnotes', ''),
(3217, 401, '_edit_last', '1'),
(3218, 401, 'category', ''),
(3219, 401, '_category', 'field_6756da5510b5c'),
(3220, 401, 'popularity', '3,02,445,01'),
(3221, 401, '_popularity', 'field_6756daaf10b5d'),
(3222, 401, 'screenshot_1', '403'),
(3223, 401, '_screenshot_1', 'field_6756db33a9aec'),
(3224, 401, 'screenshot_2', '404'),
(3225, 401, '_screenshot_2', 'field_6756db4ba9aed'),
(3226, 401, 'screenshot_3', '405'),
(3227, 401, '_screenshot_3', 'field_6756db57a9aee'),
(3228, 401, 'game_url', 'https://9782.play.gamezop.com/g/HJD9VMRQa'),
(3229, 401, '_game_url', 'field_6756db88465ef'),
(3230, 401, 'ratings', '3'),
(3231, 401, '_ratings', 'field_6756db66d1b25'),
(3232, 401, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3233, 406, 'category', ''),
(3234, 406, '_category', 'field_6756da5510b5c'),
(3235, 406, 'popularity', '3,02,445,01'),
(3236, 406, '_popularity', 'field_6756daaf10b5d'),
(3237, 406, 'screenshot_1', '403'),
(3238, 406, '_screenshot_1', 'field_6756db33a9aec'),
(3239, 406, 'screenshot_2', '404'),
(3240, 406, '_screenshot_2', 'field_6756db4ba9aed'),
(3241, 406, 'screenshot_3', '405'),
(3242, 406, '_screenshot_3', 'field_6756db57a9aee'),
(3243, 406, 'game_url', 'https://9782.play.gamezop.com/g/HJD9VMRQa'),
(3244, 406, '_game_url', 'field_6756db88465ef'),
(3245, 406, 'ratings', '3'),
(3246, 406, '_ratings', 'field_6756db66d1b25'),
(3247, 407, '_edit_lock', '1734083600:1'),
(3248, 408, '_wp_attached_file', '2024/12/cover-1-6.jpg'),
(3249, 408, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2024/12/cover-1-6.jpg\";s:8:\"filesize\";i:136949;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cover-1-6-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15349;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cover-1-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7257;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"cover-1-6-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3250, 409, '_wp_attached_file', '2024/12/game-1-12.png'),
(3251, 409, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-1-12.png\";s:8:\"filesize\";i:351329;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-12-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33019;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-12-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206496;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14590;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-12-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125438;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-12-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101450;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-1-12-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169160;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3252, 410, '_wp_attached_file', '2024/12/game-2-13.png'),
(3253, 410, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-2-13.png\";s:8:\"filesize\";i:512061;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-13-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33510;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-13-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:261932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14403;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-13-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147858;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-13-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115626;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-2-13-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3254, 411, '_wp_attached_file', '2024/12/game-3-12.png'),
(3255, 411, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-3-12.png\";s:8:\"filesize\";i:517449;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-12-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32163;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-12-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:262105;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13294;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-12-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138843;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-12-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104154;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-3-12-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200969;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3258, 407, '_thumbnail_id', '408'),
(3260, 407, 'footnotes', ''),
(3262, 412, 'footnotes', ''),
(3264, 407, '_edit_last', '1'),
(3267, 407, 'category', ''),
(3268, 407, '_category', 'field_6756da5510b5c'),
(3269, 407, 'popularity', '7,07,251,5'),
(3270, 407, '_popularity', 'field_6756daaf10b5d'),
(3271, 407, 'screenshot_1', '409'),
(3272, 407, '_screenshot_1', 'field_6756db33a9aec'),
(3273, 407, 'screenshot_2', '410'),
(3274, 407, '_screenshot_2', 'field_6756db4ba9aed'),
(3275, 407, 'screenshot_3', '411'),
(3276, 407, '_screenshot_3', 'field_6756db57a9aee'),
(3277, 407, 'game_url', 'https://9782.play.gamezop.com/g/SyQZs6nzueW'),
(3278, 407, '_game_url', 'field_6756db88465ef'),
(3279, 407, 'ratings', '4'),
(3280, 407, '_ratings', 'field_6756db66d1b25'),
(3281, 407, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3282, 412, 'category', ''),
(3283, 412, '_category', 'field_6756da5510b5c'),
(3284, 412, 'popularity', '7,07,251,5'),
(3285, 412, '_popularity', 'field_6756daaf10b5d'),
(3286, 412, 'screenshot_1', '409'),
(3287, 412, '_screenshot_1', 'field_6756db33a9aec'),
(3288, 412, 'screenshot_2', '410'),
(3289, 412, '_screenshot_2', 'field_6756db4ba9aed'),
(3290, 412, 'screenshot_3', '411'),
(3291, 412, '_screenshot_3', 'field_6756db57a9aee'),
(3292, 412, 'game_url', 'https://9782.play.gamezop.com/g/SyQZs6nzueW'),
(3293, 412, '_game_url', 'field_6756db88465ef'),
(3294, 412, 'ratings', '4'),
(3295, 412, '_ratings', 'field_6756db66d1b25'),
(3296, 413, '_edit_lock', '1734083336:1'),
(3297, 414, '_wp_attached_file', '2024/12/cover-7.jpg'),
(3298, 414, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2024/12/cover-7.jpg\";s:8:\"filesize\";i:42657;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cover-7-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19477;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cover-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8285;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"cover-7-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52413;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3299, 415, '_wp_attached_file', '2024/12/game-1-13.png'),
(3300, 415, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-1-13.png\";s:8:\"filesize\";i:127242;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-13-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36949;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-13-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:280534;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21362;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-1-13-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169890;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-13-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197345;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-13-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181913;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-1-13-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:376888;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3301, 416, '_wp_attached_file', '2024/12/game-2-14.png'),
(3302, 416, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-2-14.png\";s:8:\"filesize\";i:138093;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-14-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35759;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-14-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:316983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-2-14-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187831;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-14-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198328;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-14-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202532;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-2-14-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:436050;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3303, 417, '_wp_attached_file', '2024/12/game-3-13.png'),
(3304, 417, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-3-13.png\";s:8:\"filesize\";i:134269;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-13-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29465;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-13-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17756;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-3-13-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124935;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-13-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145282;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-13-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134031;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-3-13-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:275232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3307, 413, '_thumbnail_id', '414'),
(3309, 413, 'footnotes', ''),
(3311, 418, 'footnotes', ''),
(3313, 413, '_edit_last', '1'),
(3316, 413, 'category', ''),
(3317, 413, '_category', 'field_6756da5510b5c'),
(3318, 413, 'popularity', '8,01,915,7'),
(3319, 413, '_popularity', 'field_6756daaf10b5d'),
(3320, 413, 'screenshot_1', '415'),
(3321, 413, '_screenshot_1', 'field_6756db33a9aec'),
(3322, 413, 'screenshot_2', '416'),
(3323, 413, '_screenshot_2', 'field_6756db4ba9aed'),
(3324, 413, 'screenshot_3', '417'),
(3325, 413, '_screenshot_3', 'field_6756db57a9aee'),
(3326, 413, 'game_url', 'https://9782.play.gamezop.com/g/HkBWwMUFOye'),
(3327, 413, '_game_url', 'field_6756db88465ef'),
(3328, 413, 'ratings', '4'),
(3329, 413, '_ratings', 'field_6756db66d1b25'),
(3330, 413, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3331, 418, 'category', ''),
(3332, 418, '_category', 'field_6756da5510b5c'),
(3333, 418, 'popularity', '8,01,915,7'),
(3334, 418, '_popularity', 'field_6756daaf10b5d'),
(3335, 418, 'screenshot_1', '415'),
(3336, 418, '_screenshot_1', 'field_6756db33a9aec'),
(3337, 418, 'screenshot_2', '416'),
(3338, 418, '_screenshot_2', 'field_6756db4ba9aed'),
(3339, 418, 'screenshot_3', '417'),
(3340, 418, '_screenshot_3', 'field_6756db57a9aee'),
(3341, 418, 'game_url', 'https://9782.play.gamezop.com/g/HkBWwMUFOye'),
(3342, 418, '_game_url', 'field_6756db88465ef'),
(3343, 418, 'ratings', '4'),
(3344, 418, '_ratings', 'field_6756db66d1b25'),
(3345, 419, '_edit_lock', '1734083299:1'),
(3346, 420, '_wp_attached_file', '2024/12/cover-1-7.jpg'),
(3347, 420, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2024/12/cover-1-7.jpg\";s:8:\"filesize\";i:28981;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cover-1-7-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cover-1-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6206;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"cover-1-7-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37854;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3348, 421, '_wp_attached_file', '2024/12/game-1-14.png'),
(3349, 421, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-1-14.png\";s:8:\"filesize\";i:26843;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-14-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14732;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-14-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68731;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4714;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-14-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31123;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-14-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10954;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-1-14-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14030;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3350, 422, '_wp_attached_file', '2024/12/game-2-15.png'),
(3351, 422, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-2-15.png\";s:8:\"filesize\";i:18310;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-15-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9221;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-15-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5839;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-15-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38407;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-15-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14972;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-2-15-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16881;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3352, 423, '_wp_attached_file', '2024/12/game-3-14.png'),
(3353, 423, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-3-14.png\";s:8:\"filesize\";i:23386;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-14-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14033;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-14-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56531;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7908;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-14-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39861;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-14-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6869;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-3-14-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15519;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3356, 419, '_thumbnail_id', '420'),
(3358, 419, 'footnotes', ''),
(3360, 424, 'footnotes', ''),
(3362, 419, '_edit_last', '1'),
(3365, 419, 'category', ''),
(3366, 419, '_category', 'field_6756da5510b5c'),
(3367, 419, 'popularity', '1,49,551,69'),
(3368, 419, '_popularity', 'field_6756daaf10b5d'),
(3369, 419, 'screenshot_1', '421'),
(3370, 419, '_screenshot_1', 'field_6756db33a9aec'),
(3371, 419, 'screenshot_2', '422'),
(3372, 419, '_screenshot_2', 'field_6756db4ba9aed'),
(3373, 419, 'screenshot_3', '423'),
(3374, 419, '_screenshot_3', 'field_6756db57a9aee'),
(3375, 419, 'game_url', 'https://9782.play.gamezop.com/g/SkRWoanGOx'),
(3376, 419, '_game_url', 'field_6756db88465ef'),
(3377, 419, 'ratings', '4'),
(3378, 419, '_ratings', 'field_6756db66d1b25'),
(3379, 419, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3380, 424, 'category', ''),
(3381, 424, '_category', 'field_6756da5510b5c'),
(3382, 424, 'popularity', '1,49,551,69'),
(3383, 424, '_popularity', 'field_6756daaf10b5d'),
(3384, 424, 'screenshot_1', '421'),
(3385, 424, '_screenshot_1', 'field_6756db33a9aec'),
(3386, 424, 'screenshot_2', '422'),
(3387, 424, '_screenshot_2', 'field_6756db4ba9aed'),
(3388, 424, 'screenshot_3', '423'),
(3389, 424, '_screenshot_3', 'field_6756db57a9aee'),
(3390, 424, 'game_url', 'https://9782.play.gamezop.com/g/SkRWoanGOx'),
(3391, 424, '_game_url', 'field_6756db88465ef'),
(3392, 424, 'ratings', '4'),
(3393, 424, '_ratings', 'field_6756db66d1b25'),
(3394, 425, '_edit_lock', '1734083253:1'),
(3395, 426, '_wp_attached_file', '2024/12/cover-8.jpg'),
(3396, 426, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2024/12/cover-8.jpg\";s:8:\"filesize\";i:119786;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cover-8-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cover-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9985;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"cover-8-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67509;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3397, 427, '_wp_attached_file', '2024/12/game-1-15.png');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3398, 427, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-1-15.png\";s:8:\"filesize\";i:1020451;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-15-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70782;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-15-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:632281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30861;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-15-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:393562;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-15-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:368686;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-1-15-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:552139;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3399, 428, '_wp_attached_file', '2024/12/game-2-16.png'),
(3400, 428, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-2-16.png\";s:8:\"filesize\";i:1152697;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-16-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64809;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-16-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:700003;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27348;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-16-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:400085;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-16-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:358335;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-2-16-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:586252;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3401, 429, '_wp_attached_file', '2024/12/game-3-15.png'),
(3402, 429, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-3-15.png\";s:8:\"filesize\";i:1226721;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-15-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67918;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-15-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:745523;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28325;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-15-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:442415;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-15-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:419549;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-3-15-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:653248;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3405, 425, '_thumbnail_id', '426'),
(3407, 425, 'footnotes', ''),
(3409, 430, 'footnotes', ''),
(3411, 425, '_edit_last', '1'),
(3414, 425, 'category', ''),
(3415, 425, '_category', 'field_6756da5510b5c'),
(3416, 425, 'popularity', '1,85,372,4'),
(3417, 425, '_popularity', 'field_6756daaf10b5d'),
(3418, 425, 'screenshot_1', '427'),
(3419, 425, '_screenshot_1', 'field_6756db33a9aec'),
(3420, 425, 'screenshot_2', '428'),
(3421, 425, '_screenshot_2', 'field_6756db4ba9aed'),
(3422, 425, 'screenshot_3', '429'),
(3423, 425, '_screenshot_3', 'field_6756db57a9aee'),
(3424, 425, 'game_url', 'https://9782.play.gamezop.com/g/yr4TqJhLr'),
(3425, 425, '_game_url', 'field_6756db88465ef'),
(3426, 425, 'ratings', '4'),
(3427, 425, '_ratings', 'field_6756db66d1b25'),
(3428, 425, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3429, 430, 'category', ''),
(3430, 430, '_category', 'field_6756da5510b5c'),
(3431, 430, 'popularity', '1,85,372,4'),
(3432, 430, '_popularity', 'field_6756daaf10b5d'),
(3433, 430, 'screenshot_1', '427'),
(3434, 430, '_screenshot_1', 'field_6756db33a9aec'),
(3435, 430, 'screenshot_2', '428'),
(3436, 430, '_screenshot_2', 'field_6756db4ba9aed'),
(3437, 430, 'screenshot_3', '429'),
(3438, 430, '_screenshot_3', 'field_6756db57a9aee'),
(3439, 430, 'game_url', 'https://9782.play.gamezop.com/g/yr4TqJhLr'),
(3440, 430, '_game_url', 'field_6756db88465ef'),
(3441, 430, 'ratings', '4'),
(3442, 430, '_ratings', 'field_6756db66d1b25'),
(3443, 431, '_edit_lock', '1734083162:1'),
(3444, 432, '_wp_attached_file', '2024/12/cover-1-8.jpg'),
(3445, 432, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2024/12/cover-1-8.jpg\";s:8:\"filesize\";i:113402;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cover-1-8-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cover-1-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10228;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"cover-1-8-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3446, 433, '_wp_attached_file', '2024/12/game-1-16.png'),
(3447, 433, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-1-16.png\";s:8:\"filesize\";i:264663;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-16-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82799;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-16-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:747245;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39653;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-1-16-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:436947;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-16-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:457880;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-16-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:469831;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-1-16-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1036440;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3448, 434, '_wp_attached_file', '2024/12/game-2-17.png'),
(3449, 434, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-2-17.png\";s:8:\"filesize\";i:403138;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-17-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99578;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-17-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:984124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40707;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-2-17-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:585126;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-17-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:552087;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-17-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:629167;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-2-17-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1334561;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3450, 435, '_wp_attached_file', '2024/12/game-3-16.png'),
(3451, 435, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-3-16.png\";s:8:\"filesize\";i:281328;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-16-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74899;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-16-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:666970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28407;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-3-16-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:405991;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-16-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:310698;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-16-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:434746;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-3-16-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:885416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3454, 431, '_thumbnail_id', '432'),
(3456, 431, 'footnotes', ''),
(3458, 436, 'footnotes', ''),
(3460, 431, '_edit_last', '1'),
(3461, 431, 'category', ''),
(3462, 431, '_category', 'field_6756da5510b5c'),
(3463, 431, 'popularity', '5,45,340,6'),
(3464, 431, '_popularity', 'field_6756daaf10b5d'),
(3465, 431, 'screenshot_1', '433'),
(3466, 431, '_screenshot_1', 'field_6756db33a9aec'),
(3467, 431, 'screenshot_2', '434'),
(3468, 431, '_screenshot_2', 'field_6756db4ba9aed'),
(3469, 431, 'screenshot_3', '435'),
(3470, 431, '_screenshot_3', 'field_6756db57a9aee'),
(3471, 431, 'game_url', 'https://9782.play.gamezop.com/g/SyO94GA7p'),
(3472, 431, '_game_url', 'field_6756db88465ef'),
(3473, 431, 'ratings', '3'),
(3474, 431, '_ratings', 'field_6756db66d1b25'),
(3475, 431, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3476, 436, 'category', ''),
(3477, 436, '_category', 'field_6756da5510b5c'),
(3478, 436, 'popularity', '5,45,340,6'),
(3479, 436, '_popularity', 'field_6756daaf10b5d'),
(3480, 436, 'screenshot_1', '433'),
(3481, 436, '_screenshot_1', 'field_6756db33a9aec'),
(3482, 436, 'screenshot_2', '434'),
(3483, 436, '_screenshot_2', 'field_6756db4ba9aed'),
(3484, 436, 'screenshot_3', '435'),
(3485, 436, '_screenshot_3', 'field_6756db57a9aee'),
(3486, 436, 'game_url', 'https://9782.play.gamezop.com/g/SyO94GA7p'),
(3487, 436, '_game_url', 'field_6756db88465ef'),
(3488, 436, 'ratings', '3'),
(3489, 436, '_ratings', 'field_6756db66d1b25'),
(3490, 437, '_edit_lock', '1734083130:1'),
(3491, 438, '_wp_attached_file', '2024/12/cover-9.jpg'),
(3492, 438, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2024/12/cover-9.jpg\";s:8:\"filesize\";i:46461;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cover-9-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cover-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8346;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"cover-9-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3493, 439, '_wp_attached_file', '2024/12/game-1-1-1.png'),
(3494, 439, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:22:\"2024/12/game-1-1-1.png\";s:8:\"filesize\";i:226424;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"game-1-1-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70285;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"game-1-1-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:610202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"game-1-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28277;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"game-1-1-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:373477;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:22:\"game-1-1-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:314365;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:22:\"game-1-1-1-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:400271;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:23:\"game-1-1-1-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:814138;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3495, 440, '_wp_attached_file', '2024/12/game-2-18.png'),
(3496, 440, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-2-18.png\";s:8:\"filesize\";i:263245;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-18-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76583;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-18-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:686790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32582;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-2-18-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:420672;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-18-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:422814;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-18-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:452883;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-2-18-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:949179;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3497, 441, '_wp_attached_file', '2024/12/game-3-17.png'),
(3498, 441, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-3-17.png\";s:8:\"filesize\";i:255232;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-17-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83692;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-17-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:741580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36718;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-3-17-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:449355;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-17-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:455979;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-17-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:483950;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-3-17-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1010184;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3501, 437, '_thumbnail_id', '438'),
(3503, 437, 'footnotes', ''),
(3505, 442, 'footnotes', ''),
(3507, 437, '_edit_last', '1'),
(3510, 437, 'category', ''),
(3511, 437, '_category', 'field_6756da5510b5c'),
(3512, 437, 'popularity', '3,64,704,0'),
(3513, 437, '_popularity', 'field_6756daaf10b5d'),
(3514, 437, 'screenshot_1', '439'),
(3515, 437, '_screenshot_1', 'field_6756db33a9aec'),
(3516, 437, 'screenshot_2', '440'),
(3517, 437, '_screenshot_2', 'field_6756db4ba9aed'),
(3518, 437, 'screenshot_3', '441'),
(3519, 437, '_screenshot_3', 'field_6756db57a9aee'),
(3520, 437, 'game_url', 'https://9782.play.gamezop.com/g/SJXbW8smUUx'),
(3521, 437, '_game_url', 'field_6756db88465ef'),
(3522, 437, 'ratings', '4.5'),
(3523, 437, '_ratings', 'field_6756db66d1b25'),
(3524, 437, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3525, 442, 'category', ''),
(3526, 442, '_category', 'field_6756da5510b5c'),
(3527, 442, 'popularity', '3,64,704,0'),
(3528, 442, '_popularity', 'field_6756daaf10b5d'),
(3529, 442, 'screenshot_1', '439'),
(3530, 442, '_screenshot_1', 'field_6756db33a9aec'),
(3531, 442, 'screenshot_2', '440'),
(3532, 442, '_screenshot_2', 'field_6756db4ba9aed'),
(3533, 442, 'screenshot_3', '441'),
(3534, 442, '_screenshot_3', 'field_6756db57a9aee'),
(3535, 442, 'game_url', 'https://9782.play.gamezop.com/g/SJXbW8smUUx'),
(3536, 442, '_game_url', 'field_6756db88465ef'),
(3537, 442, 'ratings', '4.5'),
(3538, 442, '_ratings', 'field_6756db66d1b25'),
(3539, 443, '_edit_lock', '1734083096:1'),
(3540, 444, '_wp_attached_file', '2024/12/cover-1-9.jpg'),
(3541, 444, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2024/12/cover-1-9.jpg\";s:8:\"filesize\";i:60080;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cover-1-9-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23183;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cover-1-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8751;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"cover-1-9-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70153;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3542, 445, '_wp_attached_file', '2024/12/game-1-17.png'),
(3543, 445, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-1-17.png\";s:8:\"filesize\";i:179343;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-17-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63691;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-17-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:598554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25402;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-1-17-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:349638;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-17-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:325935;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-17-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:376459;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-1-17-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:827615;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3544, 446, '_wp_attached_file', '2024/12/game-2-19.png'),
(3545, 446, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-2-19.png\";s:8:\"filesize\";i:341341;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-19-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82491;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-19-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:740760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34935;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-2-19-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:450359;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-19-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:423818;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-19-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:481981;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-2-19-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:989683;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3546, 447, '_wp_attached_file', '2024/12/game-3-18.png'),
(3547, 447, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:717;s:4:\"file\";s:21:\"2024/12/game-3-18.png\";s:8:\"filesize\";i:295907;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-18-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89086;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-18-1024x574.png\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:733226;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-3-18-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:456924;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-18-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:448325;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-18-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:490434;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-3-18-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:955888;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3550, 443, '_thumbnail_id', '444'),
(3552, 443, 'footnotes', ''),
(3554, 448, 'footnotes', ''),
(3556, 443, '_edit_last', '1'),
(3559, 443, 'category', ''),
(3560, 443, '_category', 'field_6756da5510b5c'),
(3561, 443, 'popularity', '4,30,981,97'),
(3562, 443, '_popularity', 'field_6756daaf10b5d'),
(3563, 443, 'screenshot_1', '445'),
(3564, 443, '_screenshot_1', 'field_6756db33a9aec'),
(3565, 443, 'screenshot_2', '446'),
(3566, 443, '_screenshot_2', 'field_6756db4ba9aed'),
(3567, 443, 'screenshot_3', '447'),
(3568, 443, '_screenshot_3', 'field_6756db57a9aee'),
(3569, 443, 'game_url', 'https://9782.play.gamezop.com/g/p7HOjYF4O'),
(3570, 443, '_game_url', 'field_6756db88465ef'),
(3571, 443, 'ratings', '4.3'),
(3572, 443, '_ratings', 'field_6756db66d1b25'),
(3573, 443, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3574, 448, 'category', ''),
(3575, 448, '_category', 'field_6756da5510b5c'),
(3576, 448, 'popularity', '4,30,981,97'),
(3577, 448, '_popularity', 'field_6756daaf10b5d'),
(3578, 448, 'screenshot_1', '445'),
(3579, 448, '_screenshot_1', 'field_6756db33a9aec'),
(3580, 448, 'screenshot_2', '446'),
(3581, 448, '_screenshot_2', 'field_6756db4ba9aed'),
(3582, 448, 'screenshot_3', '447'),
(3583, 448, '_screenshot_3', 'field_6756db57a9aee'),
(3584, 448, 'game_url', 'https://9782.play.gamezop.com/g/p7HOjYF4O'),
(3585, 448, '_game_url', 'field_6756db88465ef'),
(3586, 448, 'ratings', '4.3'),
(3587, 448, '_ratings', 'field_6756db66d1b25'),
(3588, 449, '_edit_lock', '1734083051:1'),
(3589, 450, '_wp_attached_file', '2024/12/cover-10.jpg'),
(3590, 450, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:20:\"2024/12/cover-10.jpg\";s:8:\"filesize\";i:153982;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"cover-10-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22976;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"cover-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12717;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"cover-10-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52240;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3591, 451, '_wp_attached_file', '2024/12/game-1-18.png'),
(3592, 451, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-1-18.png\";s:8:\"filesize\";i:902523;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-18-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68074;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-18-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:564939;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-1-18-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:356018;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-18-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:357101;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-18-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:378485;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-1-18-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:743900;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3593, 452, '_wp_attached_file', '2024/12/game-2-20.png'),
(3594, 452, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-2-20.png\";s:8:\"filesize\";i:879387;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-20-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67188;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-20-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:542357;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-2-20-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:341217;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-20-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:301467;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-20-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:363507;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-2-20-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:716931;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3595, 453, '_wp_attached_file', '2024/12/game-3-19.png'),
(3596, 453, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-3-19.png\";s:8:\"filesize\";i:921567;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-19-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70117;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-19-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:572909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35499;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-3-19-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:362033;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-19-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:364912;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-19-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:385732;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-3-19-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:754494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3599, 449, '_thumbnail_id', '450'),
(3601, 449, 'footnotes', ''),
(3603, 454, 'footnotes', ''),
(3605, 449, '_edit_last', '1'),
(3606, 449, 'category', ''),
(3607, 449, '_category', 'field_6756da5510b5c'),
(3608, 449, 'popularity', '1,08,138,20'),
(3609, 449, '_popularity', 'field_6756daaf10b5d'),
(3610, 449, 'screenshot_1', '451'),
(3611, 449, '_screenshot_1', 'field_6756db33a9aec'),
(3612, 449, 'screenshot_2', '452'),
(3613, 449, '_screenshot_2', 'field_6756db4ba9aed'),
(3614, 449, 'screenshot_3', '453'),
(3615, 449, '_screenshot_3', 'field_6756db57a9aee'),
(3616, 449, 'game_url', 'https://9782.play.gamezop.com/g/SJ3-ELT8p-x'),
(3617, 449, '_game_url', 'field_6756db88465ef'),
(3618, 449, 'ratings', '3.7'),
(3619, 449, '_ratings', 'field_6756db66d1b25'),
(3620, 449, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3621, 454, 'category', ''),
(3622, 454, '_category', 'field_6756da5510b5c'),
(3623, 454, 'popularity', '1,08,138,20'),
(3624, 454, '_popularity', 'field_6756daaf10b5d'),
(3625, 454, 'screenshot_1', '451'),
(3626, 454, '_screenshot_1', 'field_6756db33a9aec'),
(3627, 454, 'screenshot_2', '452'),
(3628, 454, '_screenshot_2', 'field_6756db4ba9aed'),
(3629, 454, 'screenshot_3', '453'),
(3630, 454, '_screenshot_3', 'field_6756db57a9aee'),
(3631, 454, 'game_url', 'https://9782.play.gamezop.com/g/SJ3-ELT8p-x'),
(3632, 454, '_game_url', 'field_6756db88465ef'),
(3633, 454, 'ratings', '3.7'),
(3634, 454, '_ratings', 'field_6756db66d1b25'),
(3635, 455, '_edit_lock', '1734083014:1'),
(3636, 456, '_wp_attached_file', '2024/12/cover-1-10.jpg'),
(3637, 456, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:22:\"2024/12/cover-1-10.jpg\";s:8:\"filesize\";i:301456;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"cover-1-10-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"cover-1-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16732;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:22:\"cover-1-10-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96947;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3638, 457, '_wp_attached_file', '2024/12/game-1-19.png'),
(3639, 457, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-1-19.png\";s:8:\"filesize\";i:933170;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-19-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78457;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-19-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:626030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39314;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-1-19-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:390188;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-19-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:402416;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-19-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:415240;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-1-19-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:828848;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3640, 458, '_wp_attached_file', '2024/12/game-2-21.png'),
(3641, 458, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-2-21.png\";s:8:\"filesize\";i:1104400;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-21-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84465;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-21-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:750454;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42007;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-2-21-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:455074;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-21-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:507344;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-21-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:488024;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-2-21-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1024589;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3642, 459, '_wp_attached_file', '2024/12/game-3-20.png'),
(3643, 459, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-3-20.png\";s:8:\"filesize\";i:408624;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-20-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57829;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-20-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:350693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21611;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-3-20-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:226832;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-20-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194076;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-20-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:273983;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-3-20-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:524626;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3646, 455, '_thumbnail_id', '456'),
(3648, 455, 'footnotes', ''),
(3650, 460, 'footnotes', ''),
(3652, 455, '_edit_last', '1'),
(3655, 455, 'category', ''),
(3656, 455, '_category', 'field_6756da5510b5c'),
(3657, 455, 'popularity', '4,97,21'),
(3658, 455, '_popularity', 'field_6756daaf10b5d'),
(3659, 455, 'screenshot_1', '457'),
(3660, 455, '_screenshot_1', 'field_6756db33a9aec'),
(3661, 455, 'screenshot_2', '458'),
(3662, 455, '_screenshot_2', 'field_6756db4ba9aed'),
(3663, 455, 'screenshot_3', '459'),
(3664, 455, '_screenshot_3', 'field_6756db57a9aee'),
(3665, 455, 'game_url', 'https://9782.play.gamezop.com/g/on1jVCbBn'),
(3666, 455, '_game_url', 'field_6756db88465ef'),
(3667, 455, 'ratings', '2'),
(3668, 455, '_ratings', 'field_6756db66d1b25'),
(3669, 455, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3670, 460, 'category', ''),
(3671, 460, '_category', 'field_6756da5510b5c'),
(3672, 460, 'popularity', '4,97,21'),
(3673, 460, '_popularity', 'field_6756daaf10b5d'),
(3674, 460, 'screenshot_1', '457'),
(3675, 460, '_screenshot_1', 'field_6756db33a9aec'),
(3676, 460, 'screenshot_2', '458'),
(3677, 460, '_screenshot_2', 'field_6756db4ba9aed'),
(3678, 460, 'screenshot_3', '459'),
(3679, 460, '_screenshot_3', 'field_6756db57a9aee'),
(3680, 460, 'game_url', 'https://9782.play.gamezop.com/g/on1jVCbBn'),
(3681, 460, '_game_url', 'field_6756db88465ef'),
(3682, 460, 'ratings', '2'),
(3683, 460, '_ratings', 'field_6756db66d1b25'),
(3684, 461, '_edit_lock', '1734083014:1'),
(3685, 462, '_wp_attached_file', '2024/12/cover-11.jpg'),
(3686, 462, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:20:\"2024/12/cover-11.jpg\";s:8:\"filesize\";i:112205;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"cover-11-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16213;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"cover-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9694;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:20:\"cover-11-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35563;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3687, 463, '_wp_attached_file', '2024/12/game-1-20.png');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3688, 463, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-1-20.png\";s:8:\"filesize\";i:76053;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-20-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9887;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-20-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8252;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-1-20-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35724;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-20-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55540;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-20-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37422;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-1-20-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71439;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3689, 464, '_wp_attached_file', '2024/12/game-2-22.png'),
(3690, 464, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-2-22.png\";s:8:\"filesize\";i:55396;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-22-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8992;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-22-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38552;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7267;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-2-22-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24698;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-22-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41504;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-22-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29275;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-2-22-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53100;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3691, 465, '_wp_attached_file', '2024/12/game-3-21.png'),
(3692, 465, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/game-3-21.png\";s:8:\"filesize\";i:76529;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-21-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11127;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-21-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54846;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9161;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"game-3-21-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34933;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-21-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56666;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-21-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38616;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"game-3-21-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72323;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3695, 461, '_thumbnail_id', '462'),
(3697, 461, 'footnotes', ''),
(3699, 466, 'footnotes', ''),
(3701, 461, '_edit_last', '1'),
(3704, 461, 'category', ''),
(3705, 461, '_category', 'field_6756da5510b5c'),
(3706, 461, 'popularity', '4,07,689,3'),
(3707, 461, '_popularity', 'field_6756daaf10b5d'),
(3708, 461, 'screenshot_1', '463'),
(3709, 461, '_screenshot_1', 'field_6756db33a9aec'),
(3710, 461, 'screenshot_2', '464'),
(3711, 461, '_screenshot_2', 'field_6756db4ba9aed'),
(3712, 461, 'screenshot_3', '465'),
(3713, 461, '_screenshot_3', 'field_6756db57a9aee'),
(3714, 461, 'game_url', 'https://9782.play.gamezop.com/g/41FZfdyG-5x'),
(3715, 461, '_game_url', 'field_6756db88465ef'),
(3716, 461, 'ratings', '3'),
(3717, 461, '_ratings', 'field_6756db66d1b25'),
(3718, 461, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3719, 466, 'category', ''),
(3720, 466, '_category', 'field_6756da5510b5c'),
(3721, 466, 'popularity', '4,07,689,3'),
(3722, 466, '_popularity', 'field_6756daaf10b5d'),
(3723, 466, 'screenshot_1', '463'),
(3724, 466, '_screenshot_1', 'field_6756db33a9aec'),
(3725, 466, 'screenshot_2', '464'),
(3726, 466, '_screenshot_2', 'field_6756db4ba9aed'),
(3727, 466, 'screenshot_3', '465'),
(3728, 466, '_screenshot_3', 'field_6756db57a9aee'),
(3729, 466, 'game_url', 'https://9782.play.gamezop.com/g/41FZfdyG-5x'),
(3730, 466, '_game_url', 'field_6756db88465ef'),
(3731, 466, 'ratings', '3'),
(3732, 466, '_ratings', 'field_6756db66d1b25'),
(3733, 467, '_edit_lock', '1733942447:1'),
(3734, 468, '_wp_attached_file', '2024/12/cover-1-11.jpg'),
(3735, 468, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:22:\"2024/12/cover-1-11.jpg\";s:8:\"filesize\";i:42636;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"cover-1-11-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22923;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"cover-1-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9333;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:22:\"cover-1-11-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3736, 469, '_wp_attached_file', '2024/12/game-1-21.png'),
(3737, 469, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-1-21.png\";s:8:\"filesize\";i:78271;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-1-21-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31912;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-1-21-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-1-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13224;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-1-21-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89097;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-1-21-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25938;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-1-21-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46318;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3738, 470, '_wp_attached_file', '2024/12/game-2-23.png'),
(3739, 470, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-2-23.png\";s:8:\"filesize\";i:47508;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-2-23-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26348;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-2-23-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-2-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11404;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-2-23-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72039;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-2-23-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17817;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-2-23-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24889;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3740, 471, '_wp_attached_file', '2024/12/game-3-22.png'),
(3741, 471, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2024/12/game-3-22.png\";s:8:\"filesize\";i:65235;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"game-3-22-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25633;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"game-3-22-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"game-3-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10509;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"game-3-22-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54601;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"game-3-22-720x450.png\";s:5:\"width\";i:720;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18538;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"game-3-22-720x700.png\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33932;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3744, 467, '_thumbnail_id', '468'),
(3746, 467, 'footnotes', ''),
(3748, 472, 'footnotes', ''),
(3750, 467, '_edit_last', '1'),
(3753, 467, 'category', ''),
(3754, 467, '_category', 'field_6756da5510b5c'),
(3755, 467, 'popularity', '1,00,507,84'),
(3756, 467, '_popularity', 'field_6756daaf10b5d'),
(3757, 467, 'screenshot_1', '469'),
(3758, 467, '_screenshot_1', 'field_6756db33a9aec'),
(3759, 467, 'screenshot_2', '470'),
(3760, 467, '_screenshot_2', 'field_6756db4ba9aed'),
(3761, 467, 'screenshot_3', '471'),
(3762, 467, '_screenshot_3', 'field_6756db57a9aee'),
(3763, 467, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(3764, 467, '_game_url', 'field_6756db88465ef'),
(3765, 467, 'ratings', '2'),
(3766, 467, '_ratings', 'field_6756db66d1b25'),
(3767, 467, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(3768, 472, 'category', ''),
(3769, 472, '_category', 'field_6756da5510b5c'),
(3770, 472, 'popularity', '1,00,507,84'),
(3771, 472, '_popularity', 'field_6756daaf10b5d'),
(3772, 472, 'screenshot_1', '469'),
(3773, 472, '_screenshot_1', 'field_6756db33a9aec'),
(3774, 472, 'screenshot_2', '470'),
(3775, 472, '_screenshot_2', 'field_6756db4ba9aed'),
(3776, 472, 'screenshot_3', '471'),
(3777, 472, '_screenshot_3', 'field_6756db57a9aee'),
(3778, 472, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(3779, 472, '_game_url', 'field_6756db88465ef'),
(3780, 472, 'ratings', '2'),
(3781, 472, '_ratings', 'field_6756db66d1b25'),
(3782, 473, 'footnotes', ''),
(3783, 473, 'category', ''),
(3784, 473, '_category', 'field_6756da5510b5c'),
(3785, 473, 'popularity', '1,00,507,84'),
(3786, 473, '_popularity', 'field_6756daaf10b5d'),
(3787, 473, 'screenshot_1', '469'),
(3788, 473, '_screenshot_1', 'field_6756db33a9aec'),
(3789, 473, 'screenshot_2', '470'),
(3790, 473, '_screenshot_2', 'field_6756db4ba9aed'),
(3791, 473, 'screenshot_3', '471'),
(3792, 473, '_screenshot_3', 'field_6756db57a9aee'),
(3793, 473, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(3794, 473, '_game_url', 'field_6756db88465ef'),
(3795, 473, 'ratings', '2'),
(3796, 473, '_ratings', 'field_6756db66d1b25'),
(3797, 467, '_elementor_template_type', 'wp-post'),
(3798, 467, '_elementor_version', '3.25.11'),
(3799, 467, '_elementor_pro_version', '3.25.5'),
(3800, 474, '_elementor_edit_mode', 'builder'),
(3801, 474, '_elementor_template_type', 'loop-item'),
(3802, 474, '_elementor_version', '3.25.9'),
(3803, 474, '_elementor_pro_version', '3.24.4'),
(3804, 474, '_elementor_source', 'post'),
(3805, 474, '_wp_page_template', 'default'),
(3806, 474, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"hang\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(3810, 475, '_elementor_edit_mode', 'builder'),
(3811, 475, '_elementor_template_type', 'loop-item'),
(3812, 475, '_elementor_version', '3.25.9'),
(3813, 475, '_elementor_pro_version', '3.24.4'),
(3814, 475, '_elementor_source', 'post'),
(3815, 475, '_wp_page_template', 'default'),
(3816, 475, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"hang\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(3832, 477, '_elementor_edit_mode', 'builder'),
(3833, 477, '_elementor_template_type', 'loop-item'),
(3834, 478, '_elementor_edit_mode', 'builder'),
(3835, 478, '_elementor_template_type', 'loop-item'),
(3836, 477, '_elementor_version', '3.25.9'),
(3837, 477, '_elementor_pro_version', '3.24.4'),
(3838, 477, '_elementor_source', 'post'),
(3839, 477, '_wp_page_template', 'default'),
(3843, 479, '_wp_page_template', 'elementor_header_footer'),
(3844, 479, '_elementor_edit_mode', 'builder'),
(3845, 479, '_elementor_template_type', 'wp-page'),
(3846, 479, '_elementor_version', '3.25.9'),
(3847, 479, '_elementor_pro_version', '3.24.4'),
(3848, 479, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3851, 480, '_wp_page_template', 'elementor_header_footer'),
(3852, 480, '_elementor_edit_mode', 'builder'),
(3853, 480, '_elementor_template_type', 'wp-page'),
(3854, 480, '_elementor_version', '3.25.9'),
(3855, 480, '_elementor_pro_version', '3.24.4'),
(3856, 480, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3859, 481, '_wp_page_template', 'elementor_header_footer'),
(3860, 481, '_elementor_edit_mode', 'builder'),
(3861, 481, '_elementor_template_type', 'wp-page'),
(3862, 481, '_elementor_version', '3.25.9'),
(3863, 481, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3864, 481, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3867, 477, '_edit_lock', '1733939680:1'),
(3868, 482, '_elementor_edit_mode', 'builder'),
(3869, 482, '_elementor_template_type', 'loop-item'),
(3870, 482, '_elementor_version', '3.25.9'),
(3871, 482, '_elementor_pro_version', '3.24.4'),
(3872, 482, '_elementor_source', 'post'),
(3873, 482, '_wp_page_template', 'default'),
(3874, 482, '_elementor_page_settings', 'a:1:{s:6:\"source\";s:4:\"post\";}'),
(3875, 477, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"65df73a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align_mobile\":\"left\",\"primary_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"auto\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(3876, 483, '_elementor_edit_mode', 'builder'),
(3877, 483, '_elementor_template_type', 'loop-item'),
(3878, 483, '_elementor_version', '3.25.9'),
(3879, 483, '_elementor_pro_version', '3.24.4'),
(3880, 483, '_elementor_source', 'post'),
(3881, 483, '_wp_page_template', 'default'),
(3882, 483, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"hang\",\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(3885, 484, '_wp_page_template', 'elementor_header_footer'),
(3886, 484, '_elementor_edit_mode', 'builder'),
(3887, 484, '_elementor_template_type', 'wp-page'),
(3888, 484, '_elementor_version', '3.25.9'),
(3889, 484, '_elementor_pro_version', '3.24.4'),
(3890, 484, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3892, 485, '_wp_page_template', 'elementor_header_footer'),
(3893, 485, '_elementor_edit_mode', 'builder'),
(3894, 485, '_elementor_template_type', 'wp-page'),
(3895, 485, '_elementor_version', '3.25.9'),
(3896, 485, '_elementor_pro_version', '3.24.4'),
(3897, 485, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3899, 486, '_wp_page_template', 'elementor_header_footer'),
(3900, 486, '_elementor_edit_mode', 'builder'),
(3901, 486, '_elementor_template_type', 'wp-page'),
(3902, 486, '_elementor_version', '3.25.9'),
(3903, 486, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3904, 486, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":6,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3914, 488, '_wp_page_template', 'elementor_header_footer'),
(3915, 488, '_elementor_edit_mode', 'builder'),
(3916, 488, '_elementor_template_type', 'wp-page'),
(3917, 488, '_elementor_version', '3.25.9'),
(3918, 488, '_elementor_pro_version', '3.24.4'),
(3919, 488, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":6,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3921, 489, '_wp_page_template', 'elementor_header_footer'),
(3922, 489, '_elementor_edit_mode', 'builder'),
(3923, 489, '_elementor_template_type', 'wp-page'),
(3924, 489, '_elementor_version', '3.25.9'),
(3925, 489, '_elementor_pro_version', '3.24.4'),
(3926, 489, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":6,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3928, 490, '_wp_page_template', 'elementor_header_footer'),
(3929, 490, '_elementor_edit_mode', 'builder'),
(3930, 490, '_elementor_template_type', 'wp-page'),
(3931, 490, '_elementor_version', '3.25.9'),
(3932, 490, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3933, 490, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":6,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":18},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3937, 491, '_wp_page_template', 'elementor_header_footer'),
(3938, 491, '_elementor_edit_mode', 'builder'),
(3939, 491, '_elementor_template_type', 'wp-page'),
(3940, 491, '_elementor_version', '3.25.9'),
(3941, 491, '_elementor_pro_version', '3.24.4'),
(3942, 491, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":6,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":18},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3946, 492, '_wp_page_template', 'elementor_header_footer'),
(3947, 492, '_elementor_edit_mode', 'builder'),
(3948, 492, '_elementor_template_type', 'wp-page'),
(3949, 492, '_elementor_version', '3.25.9'),
(3950, 492, '_elementor_pro_version', '3.24.4'),
(3951, 492, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":6,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":18},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3955, 493, '_wp_page_template', 'elementor_header_footer'),
(3956, 493, '_elementor_edit_mode', 'builder'),
(3957, 493, '_elementor_template_type', 'wp-page'),
(3958, 493, '_elementor_version', '3.25.9'),
(3959, 493, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3960, 493, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":18},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3966, 494, '_wp_page_template', 'elementor_header_footer'),
(3967, 494, '_elementor_edit_mode', 'builder'),
(3968, 494, '_elementor_template_type', 'wp-page'),
(3969, 494, '_elementor_version', '3.25.9'),
(3970, 494, '_elementor_pro_version', '3.24.4'),
(3971, 494, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":18},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3975, 495, '_wp_page_template', 'elementor_header_footer'),
(3976, 495, '_elementor_edit_mode', 'builder'),
(3977, 495, '_elementor_template_type', 'wp-page'),
(3978, 495, '_elementor_version', '3.25.9'),
(3979, 495, '_elementor_pro_version', '3.24.4'),
(3980, 495, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":18},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3984, 496, '_wp_page_template', 'elementor_header_footer'),
(3985, 496, '_elementor_edit_mode', 'builder'),
(3986, 496, '_elementor_template_type', 'wp-page'),
(3987, 496, '_elementor_version', '3.25.9'),
(3988, 496, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3989, 496, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(3995, 497, '_wp_page_template', 'elementor_header_footer'),
(3996, 497, '_elementor_edit_mode', 'builder'),
(3997, 497, '_elementor_template_type', 'wp-page'),
(3998, 497, '_elementor_version', '3.25.9'),
(3999, 497, '_elementor_pro_version', '3.24.4'),
(4000, 497, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(4004, 498, '_wp_page_template', 'elementor_header_footer'),
(4005, 498, '_elementor_edit_mode', 'builder'),
(4006, 498, '_elementor_template_type', 'wp-page'),
(4007, 498, '_elementor_version', '3.25.9'),
(4008, 498, '_elementor_pro_version', '3.24.4'),
(4009, 498, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(4013, 499, '_wp_page_template', 'elementor_header_footer'),
(4014, 499, '_elementor_edit_mode', 'builder'),
(4015, 499, '_elementor_template_type', 'wp-page'),
(4016, 499, '_elementor_version', '3.25.9'),
(4017, 499, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4018, 499, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(4024, 500, '_elementor_edit_mode', 'builder'),
(4025, 500, '_elementor_template_type', 'footer'),
(4026, 501, '_elementor_edit_mode', 'builder'),
(4027, 501, '_elementor_template_type', 'footer'),
(4028, 500, '_elementor_version', '3.26.3'),
(4029, 500, '_elementor_pro_version', '3.26.1'),
(4030, 500, '_edit_lock', '1734967700:1'),
(4031, 502, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg'),
(4032, 502, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg\";s:8:\"filesize\";i:129343;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93511-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13089;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__93511-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93511-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93511-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56793;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93511-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59780;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__93511-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67050;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__93511-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125656;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4033, 503, '_menu_item_type', 'post_type'),
(4034, 503, '_menu_item_menu_item_parent', '0'),
(4035, 503, '_menu_item_object_id', '14'),
(4036, 503, '_menu_item_object', 'page'),
(4037, 503, '_menu_item_target', ''),
(4038, 503, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4039, 503, '_menu_item_xfn', ''),
(4040, 503, '_menu_item_url', ''),
(4042, 503, '_menu_item_template', ''),
(4043, 503, '_menu_item_mega_template', '0'),
(4044, 503, '_menu_item_nolink', ''),
(4045, 503, '_menu_item_category_post', ''),
(4046, 503, '_menu_item_megamenu', ''),
(4047, 503, '_menu_item_megamenu_auto_width', ''),
(4048, 503, '_menu_item_megamenu_col', ''),
(4049, 503, '_menu_item_megamenu_heading', ''),
(4050, 503, '_menu_item_megamenu_widgetarea', '0'),
(4051, 503, '_menu_item_icon', ''),
(4052, 504, '_menu_item_type', 'post_type'),
(4053, 504, '_menu_item_menu_item_parent', '0'),
(4054, 504, '_menu_item_object_id', '236'),
(4055, 504, '_menu_item_object', 'page'),
(4056, 504, '_menu_item_target', ''),
(4057, 504, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4058, 504, '_menu_item_xfn', ''),
(4059, 504, '_menu_item_url', ''),
(4061, 504, '_menu_item_template', ''),
(4062, 504, '_menu_item_mega_template', '0'),
(4063, 504, '_menu_item_nolink', ''),
(4064, 504, '_menu_item_category_post', ''),
(4065, 504, '_menu_item_megamenu', ''),
(4066, 504, '_menu_item_megamenu_auto_width', ''),
(4067, 504, '_menu_item_megamenu_col', ''),
(4068, 504, '_menu_item_megamenu_heading', ''),
(4069, 504, '_menu_item_megamenu_widgetarea', '0'),
(4070, 504, '_menu_item_icon', ''),
(4071, 505, '_menu_item_type', 'post_type'),
(4072, 505, '_menu_item_menu_item_parent', '0'),
(4073, 505, '_menu_item_object_id', '20'),
(4074, 505, '_menu_item_object', 'page'),
(4075, 505, '_menu_item_target', ''),
(4076, 505, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4077, 505, '_menu_item_xfn', ''),
(4078, 505, '_menu_item_url', ''),
(4080, 505, '_menu_item_template', ''),
(4081, 505, '_menu_item_mega_template', '0'),
(4082, 505, '_menu_item_nolink', ''),
(4083, 505, '_menu_item_category_post', ''),
(4084, 505, '_menu_item_megamenu', ''),
(4085, 505, '_menu_item_megamenu_auto_width', ''),
(4086, 505, '_menu_item_megamenu_col', ''),
(4087, 505, '_menu_item_megamenu_heading', ''),
(4088, 505, '_menu_item_megamenu_widgetarea', '0'),
(4089, 505, '_menu_item_icon', ''),
(4090, 506, '_menu_item_type', 'custom'),
(4091, 506, '_menu_item_menu_item_parent', '0'),
(4092, 506, '_menu_item_object_id', '506'),
(4093, 506, '_menu_item_object', 'custom'),
(4094, 506, '_menu_item_target', ''),
(4095, 506, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4096, 506, '_menu_item_xfn', ''),
(4097, 506, '_menu_item_url', '#'),
(4099, 506, '_menu_item_template', ''),
(4100, 506, '_menu_item_mega_template', '0'),
(4101, 506, '_menu_item_nolink', ''),
(4102, 506, '_menu_item_category_post', ''),
(4103, 506, '_menu_item_megamenu', ''),
(4104, 506, '_menu_item_megamenu_auto_width', ''),
(4105, 506, '_menu_item_megamenu_col', ''),
(4106, 506, '_menu_item_megamenu_heading', ''),
(4107, 506, '_menu_item_megamenu_widgetarea', '0'),
(4108, 506, '_menu_item_icon', ''),
(4109, 500, '_wp_page_template', 'default'),
(4110, 500, '_elementor_data', '[{\"id\":\"ffaba9a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":42,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg\",\"id\":502,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bfd389\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9fb226a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c98df39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b2fecd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":81,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1d5c2bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ff88aa\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"21ab9ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c2efba7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91448a4\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"8f89e0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2cf6b2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d115c\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"footer_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(4111, 507, '_elementor_edit_mode', 'builder'),
(4112, 507, '_elementor_template_type', 'footer'),
(4113, 507, '_elementor_version', '3.25.9'),
(4114, 507, '_elementor_pro_version', '3.24.4'),
(4115, 507, '_wp_page_template', 'default'),
(4116, 507, '_elementor_data', '[{\"id\":\"ffaba9a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":42,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg\",\"id\":502,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]}},\"elements\":[{\"id\":\"3bfd389\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9fb226a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c98df39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b2fecd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"1d5c2bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"21ab9ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"8f89e0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4118, 500, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4124, 508, '_menu_item_type', 'taxonomy'),
(4125, 508, '_menu_item_menu_item_parent', '0'),
(4126, 508, '_menu_item_object_id', '15'),
(4127, 508, '_menu_item_object', 'category'),
(4128, 508, '_menu_item_target', ''),
(4129, 508, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4130, 508, '_menu_item_xfn', ''),
(4131, 508, '_menu_item_url', ''),
(4133, 508, '_menu_item_template', ''),
(4134, 508, '_menu_item_mega_template', '0'),
(4135, 508, '_menu_item_nolink', ''),
(4136, 508, '_menu_item_category_post', ''),
(4137, 508, '_menu_item_megamenu', ''),
(4138, 508, '_menu_item_megamenu_auto_width', ''),
(4139, 508, '_menu_item_megamenu_col', ''),
(4140, 508, '_menu_item_megamenu_heading', ''),
(4141, 508, '_menu_item_megamenu_widgetarea', '0'),
(4142, 508, '_menu_item_icon', ''),
(4143, 509, '_menu_item_type', 'taxonomy'),
(4144, 509, '_menu_item_menu_item_parent', '0'),
(4145, 509, '_menu_item_object_id', '23'),
(4146, 509, '_menu_item_object', 'category'),
(4147, 509, '_menu_item_target', ''),
(4148, 509, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4149, 509, '_menu_item_xfn', ''),
(4150, 509, '_menu_item_url', ''),
(4152, 509, '_menu_item_template', ''),
(4153, 509, '_menu_item_mega_template', '0'),
(4154, 509, '_menu_item_nolink', ''),
(4155, 509, '_menu_item_category_post', ''),
(4156, 509, '_menu_item_megamenu', ''),
(4157, 509, '_menu_item_megamenu_auto_width', ''),
(4158, 509, '_menu_item_megamenu_col', ''),
(4159, 509, '_menu_item_megamenu_heading', ''),
(4160, 509, '_menu_item_megamenu_widgetarea', '0'),
(4161, 509, '_menu_item_icon', ''),
(4162, 510, '_menu_item_type', 'taxonomy'),
(4163, 510, '_menu_item_menu_item_parent', '0'),
(4164, 510, '_menu_item_object_id', '24'),
(4165, 510, '_menu_item_object', 'category'),
(4166, 510, '_menu_item_target', ''),
(4167, 510, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4168, 510, '_menu_item_xfn', ''),
(4169, 510, '_menu_item_url', ''),
(4171, 510, '_menu_item_template', ''),
(4172, 510, '_menu_item_mega_template', '0'),
(4173, 510, '_menu_item_nolink', ''),
(4174, 510, '_menu_item_category_post', ''),
(4175, 510, '_menu_item_megamenu', ''),
(4176, 510, '_menu_item_megamenu_auto_width', ''),
(4177, 510, '_menu_item_megamenu_col', ''),
(4178, 510, '_menu_item_megamenu_heading', ''),
(4179, 510, '_menu_item_megamenu_widgetarea', '0'),
(4180, 510, '_menu_item_icon', ''),
(4181, 511, '_menu_item_type', 'taxonomy'),
(4182, 511, '_menu_item_menu_item_parent', '0'),
(4183, 511, '_menu_item_object_id', '26'),
(4184, 511, '_menu_item_object', 'category'),
(4185, 511, '_menu_item_target', ''),
(4186, 511, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4187, 511, '_menu_item_xfn', ''),
(4188, 511, '_menu_item_url', ''),
(4190, 511, '_menu_item_template', ''),
(4191, 511, '_menu_item_mega_template', '0'),
(4192, 511, '_menu_item_nolink', ''),
(4193, 511, '_menu_item_category_post', ''),
(4194, 511, '_menu_item_megamenu', ''),
(4195, 511, '_menu_item_megamenu_auto_width', ''),
(4196, 511, '_menu_item_megamenu_col', ''),
(4197, 511, '_menu_item_megamenu_heading', ''),
(4198, 511, '_menu_item_megamenu_widgetarea', '0'),
(4199, 511, '_menu_item_icon', ''),
(4200, 512, '_menu_item_type', 'taxonomy'),
(4201, 512, '_menu_item_menu_item_parent', '0'),
(4202, 512, '_menu_item_object_id', '20'),
(4203, 512, '_menu_item_object', 'category'),
(4204, 512, '_menu_item_target', ''),
(4205, 512, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4206, 512, '_menu_item_xfn', ''),
(4207, 512, '_menu_item_url', ''),
(4209, 512, '_menu_item_template', ''),
(4210, 512, '_menu_item_mega_template', '0'),
(4211, 512, '_menu_item_nolink', ''),
(4212, 512, '_menu_item_category_post', ''),
(4213, 512, '_menu_item_megamenu', ''),
(4214, 512, '_menu_item_megamenu_auto_width', ''),
(4215, 512, '_menu_item_megamenu_col', ''),
(4216, 512, '_menu_item_megamenu_heading', ''),
(4217, 512, '_menu_item_megamenu_widgetarea', '0'),
(4218, 512, '_menu_item_icon', ''),
(4219, 513, '_elementor_edit_mode', 'builder'),
(4220, 513, '_elementor_template_type', 'footer'),
(4221, 513, '_elementor_version', '3.25.9'),
(4222, 513, '_elementor_pro_version', '3.24.4'),
(4223, 513, '_wp_page_template', 'default');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4224, 513, '_elementor_data', '[{\"id\":\"ffaba9a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":42,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg\",\"id\":502,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]}},\"elements\":[{\"id\":\"3bfd389\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9fb226a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c98df39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b2fecd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"1d5c2bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ff88aa\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"quick_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"21ab9ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c2efba7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8f89e0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4226, 513, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4231, 514, '_elementor_edit_mode', 'builder'),
(4232, 514, '_elementor_template_type', 'footer'),
(4233, 514, '_elementor_version', '3.25.9'),
(4234, 514, '_elementor_pro_version', '3.24.4'),
(4235, 514, '_wp_page_template', 'default'),
(4236, 514, '_elementor_data', '[{\"id\":\"ffaba9a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":42,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg\",\"id\":502,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]}},\"elements\":[{\"id\":\"3bfd389\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9fb226a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c98df39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b2fecd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"1d5c2bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ff88aa\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"quick_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"21ab9ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"c2efba7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91448a4\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"8f89e0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2cf6b2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4238, 514, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4243, 515, '_wp_page_template', 'elementor_header_footer'),
(4244, 515, '_elementor_edit_mode', 'builder'),
(4245, 515, '_elementor_template_type', 'wp-page'),
(4246, 515, '_elementor_version', '3.25.9'),
(4247, 515, '_elementor_pro_version', '3.24.4'),
(4248, 515, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(4252, 516, '_wp_page_template', 'elementor_header_footer'),
(4253, 516, '_elementor_edit_mode', 'builder'),
(4254, 516, '_elementor_template_type', 'wp-page'),
(4255, 516, '_elementor_version', '3.25.9'),
(4256, 516, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4257, 516, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false}]'),
(4261, 517, '_wp_page_template', 'elementor_header_footer'),
(4262, 517, '_elementor_edit_mode', 'builder'),
(4263, 517, '_elementor_template_type', 'wp-page'),
(4264, 517, '_elementor_version', '3.25.9'),
(4265, 517, '_elementor_pro_version', '3.24.4'),
(4266, 517, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4272, 518, '_elementor_edit_mode', 'builder'),
(4273, 518, '_elementor_template_type', 'loop-item'),
(4274, 519, '_elementor_edit_mode', 'builder'),
(4275, 519, '_elementor_template_type', 'loop-item'),
(4276, 518, '_elementor_version', '3.25.9'),
(4277, 518, '_elementor_pro_version', '3.24.4'),
(4278, 518, '_elementor_source', 'post'),
(4279, 518, '_wp_page_template', 'default'),
(4280, 518, '_elementor_page_settings', 'a:1:{s:6:\"source\";s:4:\"post\";}'),
(4283, 520, '_wp_page_template', 'elementor_header_footer'),
(4284, 520, '_elementor_edit_mode', 'builder'),
(4285, 520, '_elementor_template_type', 'wp-page'),
(4286, 520, '_elementor_version', '3.25.9'),
(4287, 520, '_elementor_pro_version', '3.24.4'),
(4288, 520, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4292, 521, '_wp_page_template', 'elementor_header_footer'),
(4293, 521, '_elementor_edit_mode', 'builder'),
(4294, 521, '_elementor_template_type', 'wp-page'),
(4295, 521, '_elementor_version', '3.25.9'),
(4296, 521, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4297, 521, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4301, 522, '_wp_page_template', 'elementor_header_footer'),
(4302, 522, '_elementor_edit_mode', 'builder'),
(4303, 522, '_elementor_template_type', 'wp-page'),
(4304, 522, '_elementor_version', '3.25.9'),
(4305, 522, '_elementor_pro_version', '3.24.4'),
(4306, 522, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fffbae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn More By Playing Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":518,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"60bca2c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4310, 518, '_edit_lock', '1733815138:1'),
(4312, 524, '_elementor_source', 'post'),
(4313, 524, '_elementor_edit_mode', 'builder'),
(4314, 524, '_elementor_template_type', 'loop-item'),
(4315, 524, '_elementor_version', '3.25.11'),
(4316, 524, '_elementor_pro_version', '3.25.5'),
(4317, 524, '_edit_lock', '1734455569:1'),
(4325, 525, '_elementor_source', 'post'),
(4326, 525, '_elementor_edit_mode', 'builder'),
(4327, 525, '_elementor_template_type', 'loop-item'),
(4328, 525, '_elementor_version', '3.25.9'),
(4329, 525, '_elementor_pro_version', '3.24.4'),
(4330, 524, '_wp_page_template', 'default'),
(4331, 524, '_elementor_data', '[{\"id\":\"cf6180f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=89cc257\"}},\"elements\":[{\"id\":\"451f261\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[{\"id\":\"251e810\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":true},{\"id\":\"780cdc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ee35c2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"138f782\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"17\",\"bottom\":\"6\",\"left\":\"17\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"021d66d\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(4332, 526, '_elementor_source', 'post'),
(4333, 526, '_elementor_edit_mode', 'builder'),
(4334, 526, '_elementor_template_type', 'loop-item'),
(4335, 526, '_elementor_version', '3.25.9'),
(4336, 526, '_elementor_pro_version', '3.24.4'),
(4337, 526, '_wp_page_template', 'default'),
(4338, 526, '_elementor_data', '[{\"id\":\"cf6180f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=89cc257\"}},\"elements\":[{\"id\":\"451f261\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[{\"id\":\"251e810\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":true},{\"id\":\"780cdc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ee35c2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"138f782\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"17\",\"bottom\":\"6\",\"left\":\"17\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(4341, 527, '_wp_page_template', 'elementor_header_footer'),
(4342, 527, '_elementor_edit_mode', 'builder'),
(4343, 527, '_elementor_template_type', 'wp-page'),
(4344, 527, '_elementor_version', '3.25.9'),
(4345, 527, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4346, 527, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fffbae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn More By Playing Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":518,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"60bca2c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4348, 528, '_wp_page_template', 'elementor_header_footer'),
(4349, 528, '_elementor_edit_mode', 'builder'),
(4350, 528, '_elementor_template_type', 'wp-page'),
(4351, 528, '_elementor_version', '3.25.9'),
(4352, 528, '_elementor_pro_version', '3.24.4'),
(4353, 528, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fffbae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn More By Playing Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":518,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"60bca2c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4355, 529, '_wp_page_template', 'elementor_header_footer'),
(4356, 529, '_elementor_edit_mode', 'builder'),
(4357, 529, '_elementor_template_type', 'wp-page'),
(4358, 529, '_elementor_version', '3.25.9'),
(4359, 529, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4360, 529, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]}},\"elements\":[{\"id\":\"7fffbae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn More By Playing Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"60bca2c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4362, 530, '_elementor_source', 'post'),
(4363, 530, '_elementor_edit_mode', 'builder'),
(4364, 530, '_elementor_template_type', 'loop-item'),
(4365, 530, '_elementor_version', '3.25.9'),
(4366, 530, '_elementor_pro_version', '3.24.4'),
(4367, 530, '_wp_page_template', 'default'),
(4368, 530, '_elementor_data', '[{\"id\":\"cf6180f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=89cc257\"}},\"elements\":[{\"id\":\"451f261\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[{\"id\":\"251e810\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":true},{\"id\":\"780cdc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ee35c2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"138f782\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"17\",\"bottom\":\"6\",\"left\":\"17\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(4371, 413, '_elementor_template_type', 'wp-post'),
(4372, 413, '_elementor_version', '3.25.11'),
(4373, 413, '_elementor_pro_version', '3.25.5'),
(4375, 531, '_wp_page_template', 'elementor_header_footer'),
(4376, 531, '_elementor_edit_mode', 'builder'),
(4377, 531, '_elementor_template_type', 'wp-page'),
(4378, 531, '_elementor_version', '3.25.9'),
(4379, 531, '_elementor_pro_version', '3.24.4'),
(4380, 531, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]}},\"elements\":[{\"id\":\"7fffbae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn More By Playing Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"60bca2c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4382, 532, '_wp_page_template', 'elementor_header_footer'),
(4383, 532, '_elementor_edit_mode', 'builder'),
(4384, 532, '_elementor_template_type', 'wp-page'),
(4385, 532, '_elementor_version', '3.25.9'),
(4386, 532, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4387, 532, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]}},\"elements\":[{\"id\":\"7fffbae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn More By Playing Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"60bca2c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4389, 533, '_wp_page_template', 'elementor_header_footer'),
(4390, 533, '_elementor_edit_mode', 'builder'),
(4391, 533, '_elementor_template_type', 'wp-page'),
(4392, 533, '_elementor_version', '3.25.9'),
(4393, 533, '_elementor_pro_version', '3.24.4'),
(4394, 533, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4396, 534, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg'),
(4397, 534, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\";s:8:\"filesize\";i:112117;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23091-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12374;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__23091-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23091-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23091-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51673;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23091-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52206;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__23091-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59936;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__23091-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110747;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4405, 536, '_wp_page_template', 'elementor_header_footer'),
(4406, 536, '_elementor_edit_mode', 'builder'),
(4407, 536, '_elementor_template_type', 'wp-page'),
(4408, 536, '_elementor_version', '3.25.9'),
(4409, 536, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4410, 536, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4412, 537, '_wp_page_template', 'elementor_header_footer'),
(4413, 537, '_elementor_edit_mode', 'builder'),
(4414, 537, '_elementor_template_type', 'wp-page'),
(4415, 537, '_elementor_version', '3.25.9'),
(4416, 537, '_elementor_pro_version', '3.24.4'),
(4417, 537, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ec7d6e2\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"3872e44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(4419, 538, '_wp_page_template', 'elementor_header_footer'),
(4420, 538, '_elementor_edit_mode', 'builder'),
(4421, 538, '_elementor_template_type', 'wp-page'),
(4422, 538, '_elementor_version', '3.25.9'),
(4423, 538, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4424, 538, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4429, 539, '_wp_page_template', 'elementor_header_footer'),
(4430, 539, '_elementor_edit_mode', 'builder'),
(4431, 539, '_elementor_template_type', 'wp-page'),
(4432, 539, '_elementor_version', '3.25.9'),
(4433, 539, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4434, 539, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4438, 540, '_wp_page_template', 'elementor_header_footer'),
(4439, 540, '_elementor_edit_mode', 'builder'),
(4440, 540, '_elementor_template_type', 'wp-page'),
(4441, 540, '_elementor_version', '3.25.9'),
(4442, 540, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4443, 540, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4447, 541, '_wp_page_template', 'elementor_header_footer'),
(4448, 541, '_elementor_edit_mode', 'builder'),
(4449, 541, '_elementor_template_type', 'wp-page'),
(4450, 541, '_elementor_version', '3.25.9'),
(4451, 541, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4452, 541, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}]'),
(4456, 542, '_wp_page_template', 'elementor_header_footer'),
(4457, 542, '_elementor_edit_mode', 'builder'),
(4458, 542, '_elementor_template_type', 'wp-page'),
(4459, 542, '_elementor_version', '3.25.9'),
(4460, 542, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4461, 542, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}]'),
(4463, 543, '_wp_page_template', 'elementor_header_footer'),
(4464, 543, '_elementor_edit_mode', 'builder'),
(4465, 543, '_elementor_template_type', 'wp-page'),
(4466, 543, '_elementor_version', '3.25.9'),
(4467, 543, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4468, 543, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}]'),
(4470, 544, '_wp_page_template', 'elementor_header_footer'),
(4471, 544, '_elementor_edit_mode', 'builder'),
(4472, 544, '_elementor_template_type', 'wp-page'),
(4473, 544, '_elementor_version', '3.25.9'),
(4474, 544, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4475, 544, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}]'),
(4479, 545, '_wp_attached_file', '2024/12/file-11.png'),
(4480, 545, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:832;s:6:\"height\";i:1216;s:4:\"file\";s:19:\"2024/12/file-11.png\";s:8:\"filesize\";i:207446;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"file-11-205x300.png\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62824;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"file-11-701x1024.png\";s:5:\"width\";i:701;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:619620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"file-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27858;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"file-11-768x1122.png\";s:5:\"width\";i:768;s:6:\"height\";i:1122;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:738251;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:19:\"file-11-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:348571;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:19:\"file-11-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:356574;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:19:\"file-11-832x700.png\";s:5:\"width\";i:832;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:458111;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4481, 546, '_wp_page_template', 'elementor_header_footer'),
(4482, 546, '_elementor_edit_mode', 'builder'),
(4483, 546, '_elementor_template_type', 'wp-page'),
(4484, 546, '_elementor_version', '3.25.9'),
(4485, 546, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4486, 546, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}]'),
(4490, 547, '_wp_page_template', 'elementor_header_footer'),
(4491, 547, '_elementor_edit_mode', 'builder'),
(4492, 547, '_elementor_template_type', 'wp-page'),
(4493, 547, '_elementor_version', '3.25.9'),
(4494, 547, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4495, 547, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}]'),
(4499, 548, '_wp_page_template', 'elementor_header_footer'),
(4500, 548, '_elementor_edit_mode', 'builder'),
(4501, 548, '_elementor_template_type', 'wp-page'),
(4502, 548, '_elementor_version', '3.25.9'),
(4503, 548, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4504, 548, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(4510, 549, '_wp_page_template', 'elementor_header_footer'),
(4511, 549, '_elementor_edit_mode', 'builder'),
(4512, 549, '_elementor_template_type', 'wp-page'),
(4513, 549, '_elementor_version', '3.25.9'),
(4514, 549, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4515, 549, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(4519, 550, '_wp_page_template', 'elementor_header_footer'),
(4520, 550, '_elementor_edit_mode', 'builder'),
(4521, 550, '_elementor_template_type', 'wp-page'),
(4522, 550, '_elementor_version', '3.25.9'),
(4523, 550, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4524, 550, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(4528, 551, '_wp_page_template', 'elementor_header_footer'),
(4529, 551, '_elementor_edit_mode', 'builder'),
(4530, 551, '_elementor_template_type', 'wp-page'),
(4531, 551, '_elementor_version', '3.25.9'),
(4532, 551, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4533, 551, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4537, 552, '_wp_page_template', 'elementor_header_footer'),
(4538, 552, '_elementor_edit_mode', 'builder'),
(4539, 552, '_elementor_template_type', 'wp-page'),
(4540, 552, '_elementor_version', '3.25.9'),
(4541, 552, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4542, 552, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4544, 553, '_wp_page_template', 'elementor_header_footer'),
(4545, 553, '_elementor_edit_mode', 'builder'),
(4546, 553, '_elementor_template_type', 'wp-page'),
(4547, 553, '_elementor_version', '3.25.9'),
(4548, 553, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4549, 553, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4551, 554, '_wp_page_template', 'elementor_header_footer'),
(4552, 554, '_elementor_edit_mode', 'builder'),
(4553, 554, '_elementor_template_type', 'wp-page'),
(4554, 554, '_elementor_version', '3.25.9'),
(4555, 554, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4556, 554, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4560, 555, '_wp_page_template', 'elementor_header_footer'),
(4561, 555, '_elementor_edit_mode', 'builder'),
(4562, 555, '_elementor_template_type', 'wp-page'),
(4563, 555, '_elementor_version', '3.25.9'),
(4564, 555, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4565, 555, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4569, 556, '_wp_page_template', 'elementor_header_footer'),
(4570, 556, '_elementor_edit_mode', 'builder'),
(4571, 556, '_elementor_template_type', 'wp-page'),
(4572, 556, '_elementor_version', '3.25.9'),
(4573, 556, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4574, 556, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4578, 557, '_wp_page_template', 'elementor_header_footer'),
(4579, 557, '_elementor_edit_mode', 'builder'),
(4580, 557, '_elementor_template_type', 'wp-page'),
(4581, 557, '_elementor_version', '3.25.9'),
(4582, 557, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4583, 557, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4598, 559, '_wp_attached_file', '2024/12/2.png'),
(4599, 559, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1055;s:6:\"height\";i:1632;s:4:\"file\";s:13:\"2024/12/2.png\";s:8:\"filesize\";i:360258;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87476;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"2-662x1024.png\";s:5:\"width\";i:662;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:808059;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45808;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"2-768x1188.png\";s:5:\"width\";i:768;s:6:\"height\";i:1188;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1082421;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"2-993x1536.png\";s:5:\"width\";i:993;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1760571;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:13:\"2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:540447;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:13:\"2-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:573314;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:14:\"2-1055x700.png\";s:5:\"width\";i:1055;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:702765;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4600, 560, '_wp_page_template', 'elementor_header_footer'),
(4601, 560, '_elementor_edit_mode', 'builder'),
(4602, 560, '_elementor_template_type', 'wp-page'),
(4603, 560, '_elementor_version', '3.25.9'),
(4604, 560, '_elementor_pro_version', '3.24.4'),
(4605, 560, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4608, 561, '_wp_page_template', 'elementor_header_footer'),
(4609, 561, '_elementor_edit_mode', 'builder'),
(4610, 561, '_elementor_template_type', 'wp-page'),
(4611, 561, '_elementor_version', '3.25.9'),
(4612, 561, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4613, 561, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4616, 562, '_wp_page_template', 'elementor_header_footer'),
(4617, 562, '_elementor_edit_mode', 'builder'),
(4618, 562, '_elementor_template_type', 'wp-page'),
(4619, 562, '_elementor_version', '3.25.9'),
(4620, 562, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4621, 562, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4624, 563, '_wp_page_template', 'elementor_header_footer'),
(4625, 563, '_elementor_edit_mode', 'builder'),
(4626, 563, '_elementor_template_type', 'wp-page'),
(4627, 563, '_elementor_version', '3.25.9'),
(4628, 563, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4629, 563, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4631, 564, '_wp_page_template', 'elementor_header_footer'),
(4632, 564, '_elementor_edit_mode', 'builder'),
(4633, 564, '_elementor_template_type', 'wp-page'),
(4634, 564, '_elementor_version', '3.25.9'),
(4635, 564, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4636, 564, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4638, 565, '_wp_page_template', 'elementor_header_footer'),
(4639, 565, '_elementor_edit_mode', 'builder'),
(4640, 565, '_elementor_template_type', 'wp-page'),
(4641, 565, '_elementor_version', '3.25.9'),
(4642, 565, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4643, 565, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4647, 566, '_wp_attached_file', '2024/12/default-point-type.png'),
(4648, 566, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:129;s:6:\"height\";i:129;s:4:\"file\";s:30:\"2024/12/default-point-type.png\";s:8:\"filesize\";i:13728;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4649, 567, 'mycred_rank_min', '0'),
(4650, 567, 'mycred_rank_max', '9999999'),
(4651, 567, 'ctype', 'mycred_default'),
(4653, 567, 'mycred_rank_users', '1'),
(4676, 568, '_edit_last', '1'),
(4677, 568, '_edit_lock', '1733914825:1'),
(4682, 570, 'footnotes', ''),
(4684, 467, 'reward_points', '50'),
(4685, 467, '_reward_points', 'field_67587bbd57173'),
(4686, 570, 'category', ''),
(4687, 570, '_category', 'field_6756da5510b5c'),
(4688, 570, 'popularity', '1,00,507,84'),
(4689, 570, '_popularity', 'field_6756daaf10b5d'),
(4690, 570, 'screenshot_1', '469'),
(4691, 570, '_screenshot_1', 'field_6756db33a9aec'),
(4692, 570, 'screenshot_2', '470'),
(4693, 570, '_screenshot_2', 'field_6756db4ba9aed'),
(4694, 570, 'screenshot_3', '471'),
(4695, 570, '_screenshot_3', 'field_6756db57a9aee'),
(4696, 570, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(4697, 570, '_game_url', 'field_6756db88465ef'),
(4698, 570, 'ratings', '2'),
(4699, 570, '_ratings', 'field_6756db66d1b25'),
(4700, 570, 'reward_points', '50'),
(4701, 570, '_reward_points', 'field_67587bbd57173'),
(4702, 572, '_gamipress_achievement_post', '467'),
(4703, 572, '_gamipress_achievement_post_site_id', '1'),
(4704, 572, '_gamipress_points_condition', 'greater_or_equal'),
(4705, 572, '_gamipress_points_required', '1'),
(4706, 572, '_gamipress_points_type_required', ''),
(4707, 572, '_gamipress_rank_type_required', ''),
(4708, 572, '_gamipress_rank_required', '0'),
(4709, 572, '_gamipress_post_type_required', 'post'),
(4710, 572, '_gamipress_user_role_required', 'administrator'),
(4711, 572, '_gamipress_meta_key_required', ''),
(4712, 572, '_gamipress_meta_value_required', ''),
(4713, 572, '_gamipress_count', '1'),
(4714, 572, '_gamipress_limit', '1'),
(4715, 572, '_gamipress_limit_type', 'daily'),
(4716, 572, '_gamipress_trigger_type', 'gamipress_user_specific_post_visit'),
(4717, 572, '_gamipress_achievement_type', ''),
(4718, 572, '_gamipress_optional', '0'),
(4719, 572, '_gamipress_url', 'https://Your domain.com/2024/12/09/box-crush/'),
(4720, 572, '_gamipress_points', '50'),
(4721, 572, '_gamipress_points_type', 'point'),
(4722, 572, '_gamipress_maximum_earnings', '0'),
(4723, 571, '_edit_last', '1'),
(4724, 571, '_gamipress_plural_name', 'Points'),
(4725, 571, '_gamipress_label_position', 'after'),
(4726, 571, '_edit_lock', '1733859881:1'),
(4739, 574, '_elementor_edit_mode', 'builder'),
(4740, 574, '_elementor_template_type', 'header'),
(4741, 574, '_elementor_version', '3.25.9'),
(4742, 574, '_elementor_pro_version', '3.24.4'),
(4743, 574, '_wp_page_template', 'default'),
(4744, 574, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(4745, 574, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"},\"width_mobile\":{\"unit\":\"px\",\"size\":306.2},\"_flex_size\":\"none\",\"hide_desktop\":\"hidden-desktop\",\"_element_width_mobile\":\"initial\"},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0f573\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"-16\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e387133\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"de135f5\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"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\":true}},\"elements\":[{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":17,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11edc31\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"100\",\"description_text\":\"\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FFB702\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"-44\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"e05a32d\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bgamipress_user_points%20type%3D%5C%22all%5C%22%5D%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(4746, 574, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4770, 578, '_elementor_edit_mode', 'builder'),
(4771, 578, '_elementor_template_type', 'single-post'),
(4772, 578, '_elementor_version', '3.25.9'),
(4773, 578, '_elementor_pro_version', '3.24.4'),
(4774, 578, '_wp_page_template', 'default'),
(4775, 578, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}'),
(4776, 578, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c04f1b\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756db88465ef%3Agame_url%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b720f34\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[rewarded_points]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4777, 578, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(4787, 579, 'footnotes', ''),
(4789, 467, 'time_duration', '60'),
(4790, 467, '_time_duration', 'field_67594d7cab8f4'),
(4791, 579, 'category', ''),
(4792, 579, '_category', 'field_6756da5510b5c'),
(4793, 579, 'popularity', '1,00,507,84'),
(4794, 579, '_popularity', 'field_6756daaf10b5d'),
(4795, 579, 'screenshot_1', '469'),
(4796, 579, '_screenshot_1', 'field_6756db33a9aec'),
(4797, 579, 'screenshot_2', '470'),
(4798, 579, '_screenshot_2', 'field_6756db4ba9aed'),
(4799, 579, 'screenshot_3', '471'),
(4800, 579, '_screenshot_3', 'field_6756db57a9aee'),
(4801, 579, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(4802, 579, '_game_url', 'field_6756db88465ef'),
(4803, 579, 'ratings', '2'),
(4804, 579, '_ratings', 'field_6756db66d1b25'),
(4805, 579, 'reward_points', '50'),
(4806, 579, '_reward_points', 'field_67587bbd57173'),
(4807, 579, 'time_duration', '60'),
(4808, 579, '_time_duration', 'field_time_duration'),
(4821, 577, '_edit_last', '1'),
(4822, 577, '_edit_lock', '1733915804:1'),
(4823, 581, '_wp_page_template', 'elementor_header_footer'),
(4824, 581, '_elementor_edit_mode', 'builder'),
(4825, 581, '_elementor_template_type', 'wp-page'),
(4826, 581, '_elementor_version', '3.25.9'),
(4827, 581, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4828, 581, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4832, 582, '_wp_page_template', 'elementor_header_footer'),
(4833, 582, '_elementor_edit_mode', 'builder'),
(4834, 582, '_elementor_template_type', 'wp-page'),
(4835, 582, '_elementor_version', '3.25.9'),
(4836, 582, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4837, 582, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4841, 583, '_wp_page_template', 'elementor_header_footer'),
(4842, 583, '_elementor_edit_mode', 'builder'),
(4843, 583, '_elementor_template_type', 'wp-page'),
(4844, 583, '_elementor_version', '3.25.9'),
(4845, 583, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4846, 583, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4852, 584, '_wp_page_template', 'elementor_header_footer'),
(4853, 584, '_elementor_edit_mode', 'builder'),
(4854, 584, '_elementor_template_type', 'wp-page'),
(4855, 584, '_elementor_version', '3.25.9'),
(4856, 584, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4857, 584, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4861, 585, '_wp_page_template', 'elementor_header_footer'),
(4862, 585, '_elementor_edit_mode', 'builder'),
(4863, 585, '_elementor_template_type', 'wp-page'),
(4864, 585, '_elementor_version', '3.25.9'),
(4865, 585, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4866, 585, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4870, 586, '_wp_page_template', 'elementor_header_footer'),
(4871, 586, '_elementor_edit_mode', 'builder'),
(4872, 586, '_elementor_template_type', 'wp-page'),
(4873, 586, '_elementor_version', '3.25.9'),
(4874, 586, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4875, 586, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4879, 587, '_wp_page_template', 'elementor_header_footer'),
(4880, 587, '_elementor_edit_mode', 'builder'),
(4881, 587, '_elementor_template_type', 'wp-page'),
(4882, 587, '_elementor_version', '3.25.9'),
(4883, 587, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4884, 587, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4886, 588, '_wp_page_template', 'elementor_header_footer'),
(4887, 588, '_elementor_edit_mode', 'builder'),
(4888, 588, '_elementor_template_type', 'wp-page'),
(4889, 588, '_elementor_version', '3.25.9'),
(4890, 588, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4891, 588, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4893, 589, '_wp_page_template', 'elementor_header_footer'),
(4894, 589, '_elementor_edit_mode', 'builder'),
(4895, 589, '_elementor_template_type', 'wp-page'),
(4896, 589, '_elementor_version', '3.25.9'),
(4897, 589, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4898, 589, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4905, 590, '_elementor_edit_mode', 'builder'),
(4906, 590, '_elementor_template_type', 'header'),
(4907, 590, '_elementor_version', '3.25.9'),
(4908, 590, '_elementor_pro_version', '3.24.4'),
(4909, 590, '_wp_page_template', 'default'),
(4910, 590, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(4911, 590, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"},\"width_mobile\":{\"unit\":\"px\",\"size\":306.2},\"_flex_size\":\"none\",\"hide_desktop\":\"hidden-desktop\",\"_element_width_mobile\":\"initial\"},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0f573\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"-16\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e387133\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"de135f5\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"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\":true}},\"elements\":[{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":17,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11edc31\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"100\",\"description_text\":\"\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FFB702\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"-44\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"e05a32d\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Brewarded_points%5D%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(4912, 590, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4918, 591, '_elementor_edit_mode', 'builder'),
(4919, 591, '_elementor_template_type', 'header'),
(4920, 591, '_elementor_version', '3.25.9'),
(4921, 591, '_elementor_pro_version', '3.24.4'),
(4922, 591, '_wp_page_template', 'default'),
(4923, 591, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(4924, 591, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"},\"width_mobile\":{\"unit\":\"px\",\"size\":306.2},\"_flex_size\":\"none\",\"hide_desktop\":\"hidden-desktop\",\"_element_width_mobile\":\"initial\"},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0f573\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"-16\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e387133\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"de135f5\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"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\":true}},\"elements\":[{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11edc31\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"100\",\"description_text\":\"\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FFB702\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"e05a32d\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Brewarded_points%5D%22%7D\\\"]\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(4925, 591, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4956, 594, '_elementor_edit_mode', 'builder'),
(4957, 594, '_elementor_template_type', 'single-post'),
(4958, 594, '_elementor_version', '3.25.9'),
(4959, 594, '_elementor_pro_version', '3.24.4'),
(4960, 594, '_wp_page_template', 'default'),
(4961, 594, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4962, 594, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c04f1b\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756db88465ef%3Agame_url%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4963, 594, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(4970, 595, 'footnotes', ''),
(4972, 595, 'category', ''),
(4973, 595, '_category', 'field_6756da5510b5c'),
(4974, 595, 'popularity', '1,00,507,84'),
(4975, 595, '_popularity', 'field_6756daaf10b5d'),
(4976, 595, 'screenshot_1', '469'),
(4977, 595, '_screenshot_1', 'field_6756db33a9aec'),
(4978, 595, 'screenshot_2', '470'),
(4979, 595, '_screenshot_2', 'field_6756db4ba9aed'),
(4980, 595, 'screenshot_3', '471'),
(4981, 595, '_screenshot_3', 'field_6756db57a9aee'),
(4982, 595, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(4983, 595, '_game_url', 'field_6756db88465ef'),
(4984, 595, 'ratings', '2'),
(4985, 595, '_ratings', 'field_6756db66d1b25'),
(4986, 595, 'reward_points', '49'),
(4987, 595, '_reward_points', 'field_67587bbd57173'),
(4988, 595, 'time_duration', '60'),
(4989, 595, '_time_duration', 'field_67594d7cab8f4'),
(4994, 596, 'footnotes', ''),
(4996, 596, 'category', ''),
(4997, 596, '_category', 'field_6756da5510b5c'),
(4998, 596, 'popularity', '1,00,507,84'),
(4999, 596, '_popularity', 'field_6756daaf10b5d'),
(5000, 596, 'screenshot_1', '469'),
(5001, 596, '_screenshot_1', 'field_6756db33a9aec'),
(5002, 596, 'screenshot_2', '470'),
(5003, 596, '_screenshot_2', 'field_6756db4ba9aed'),
(5004, 596, 'screenshot_3', '471'),
(5005, 596, '_screenshot_3', 'field_6756db57a9aee'),
(5006, 596, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(5007, 596, '_game_url', 'field_6756db88465ef'),
(5008, 596, 'ratings', '2'),
(5009, 596, '_ratings', 'field_6756db66d1b25'),
(5010, 596, 'reward_points', '50 Points'),
(5011, 596, '_reward_points', 'field_67587bbd57173'),
(5012, 596, 'time_duration', '1 Minute'),
(5013, 596, '_time_duration', 'field_67594d7cab8f4'),
(5020, 597, 'footnotes', ''),
(5022, 597, 'category', ''),
(5023, 597, '_category', 'field_6756da5510b5c'),
(5024, 597, 'popularity', '1,00,507,84'),
(5025, 597, '_popularity', 'field_6756daaf10b5d'),
(5026, 597, 'screenshot_1', '469'),
(5027, 597, '_screenshot_1', 'field_6756db33a9aec'),
(5028, 597, 'screenshot_2', '470'),
(5029, 597, '_screenshot_2', 'field_6756db4ba9aed'),
(5030, 597, 'screenshot_3', '471'),
(5031, 597, '_screenshot_3', 'field_6756db57a9aee'),
(5032, 597, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(5033, 597, '_game_url', 'field_6756db88465ef'),
(5034, 597, 'ratings', '2'),
(5035, 597, '_ratings', 'field_6756db66d1b25'),
(5036, 597, 'reward_points', '49'),
(5037, 597, '_reward_points', 'field_67587bbd57173'),
(5038, 597, 'time_duration', '60'),
(5039, 597, '_time_duration', 'field_67594d7cab8f4'),
(5044, 598, 'footnotes', ''),
(5046, 598, 'category', ''),
(5047, 598, '_category', 'field_6756da5510b5c'),
(5048, 598, 'popularity', '1,00,507,84'),
(5049, 598, '_popularity', 'field_6756daaf10b5d'),
(5050, 598, 'screenshot_1', '469'),
(5051, 598, '_screenshot_1', 'field_6756db33a9aec'),
(5052, 598, 'screenshot_2', '470'),
(5053, 598, '_screenshot_2', 'field_6756db4ba9aed'),
(5054, 598, 'screenshot_3', '471'),
(5055, 598, '_screenshot_3', 'field_6756db57a9aee'),
(5056, 598, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(5057, 598, '_game_url', 'field_6756db88465ef'),
(5058, 598, 'ratings', '2'),
(5059, 598, '_ratings', 'field_6756db66d1b25'),
(5060, 598, 'reward_points', '49'),
(5061, 598, '_reward_points', 'field_67587bbd57173'),
(5062, 598, 'time_duration', '60'),
(5063, 598, '_time_duration', 'field_67594d7cab8f4'),
(5068, 599, 'footnotes', ''),
(5070, 599, 'category', ''),
(5071, 599, '_category', 'field_6756da5510b5c'),
(5072, 599, 'popularity', '1,00,507,84'),
(5073, 599, '_popularity', 'field_6756daaf10b5d'),
(5074, 599, 'screenshot_1', '469'),
(5075, 599, '_screenshot_1', 'field_6756db33a9aec'),
(5076, 599, 'screenshot_2', '470'),
(5077, 599, '_screenshot_2', 'field_6756db4ba9aed'),
(5078, 599, 'screenshot_3', '471'),
(5079, 599, '_screenshot_3', 'field_6756db57a9aee'),
(5080, 599, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(5081, 599, '_game_url', 'field_6756db88465ef'),
(5082, 599, 'ratings', '2'),
(5083, 599, '_ratings', 'field_6756db66d1b25'),
(5084, 599, 'reward_points', '50'),
(5085, 599, '_reward_points', 'field_67587bbd57173'),
(5086, 599, 'time_duration', '60'),
(5087, 599, '_time_duration', 'field_67594d7cab8f4'),
(5088, 600, '_elementor_edit_mode', 'builder'),
(5089, 600, '_elementor_template_type', 'single-post'),
(5090, 600, '_elementor_version', '3.25.9'),
(5091, 600, '_elementor_pro_version', '3.24.4'),
(5092, 600, '_wp_page_template', 'default'),
(5093, 600, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5094, 600, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c04f1b\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756db88465ef%3Agame_url%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5095, 600, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(5101, 601, '_elementor_edit_mode', 'builder'),
(5102, 601, '_elementor_template_type', 'header'),
(5103, 601, '_elementor_version', '3.25.9'),
(5104, 601, '_elementor_pro_version', '3.24.4'),
(5105, 601, '_wp_page_template', 'default'),
(5106, 601, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}'),
(5107, 601, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"},\"width_mobile\":{\"unit\":\"px\",\"size\":306.2},\"_flex_size\":\"none\",\"hide_desktop\":\"hidden-desktop\",\"_element_width_mobile\":\"initial\"},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0f573\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"-16\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e387133\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"de135f5\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"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\":true}},\"elements\":[{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11edc31\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"100\",\"description_text\":\"\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FFB702\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"e05a32d\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Brewarded_points%5D%22%7D\\\"]\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(5108, 601, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(5114, 602, '_wp_page_template', 'elementor_header_footer'),
(5115, 602, '_elementor_edit_mode', 'builder'),
(5116, 602, '_elementor_template_type', 'wp-page'),
(5117, 602, '_elementor_version', '3.25.9'),
(5118, 602, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5119, 602, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5122, 603, '_wp_page_template', 'elementor_header_footer'),
(5123, 603, '_elementor_edit_mode', 'builder'),
(5124, 603, '_elementor_template_type', 'wp-page'),
(5125, 603, '_elementor_version', '3.25.9'),
(5126, 603, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5127, 603, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5130, 604, '_wp_page_template', 'elementor_header_footer'),
(5131, 604, '_elementor_edit_mode', 'builder'),
(5132, 604, '_elementor_template_type', 'wp-page'),
(5133, 604, '_elementor_version', '3.25.9'),
(5134, 604, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5135, 604, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5140, 605, '_elementor_edit_mode', 'builder'),
(5141, 605, '_elementor_template_type', 'loop-item'),
(5142, 605, '_elementor_version', '3.25.9'),
(5143, 605, '_elementor_pro_version', '3.24.4'),
(5144, 605, '_elementor_source', 'post'),
(5145, 605, '_wp_page_template', 'default'),
(5146, 605, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"hang\",\"css_filters_css_filter\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"32fdbf3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5152, 606, '_elementor_edit_mode', 'builder'),
(5153, 606, '_elementor_template_type', 'loop-item'),
(5154, 606, '_elementor_version', '3.25.9'),
(5155, 606, '_elementor_pro_version', '3.24.4'),
(5156, 606, '_elementor_source', 'post'),
(5157, 606, '_wp_page_template', 'default'),
(5158, 606, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"hang\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"cdf9f4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5164, 607, '_elementor_edit_mode', 'builder'),
(5165, 607, '_elementor_template_type', 'loop-item'),
(5166, 607, '_elementor_version', '3.25.9'),
(5167, 607, '_elementor_pro_version', '3.24.4'),
(5168, 607, '_elementor_source', 'post'),
(5169, 607, '_wp_page_template', 'default'),
(5170, 607, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"hang\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"fcf0356\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-76\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdf9f4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f7e4317\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_time_duration%3Atime_duration%22%7D\\\"]\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5186, 609, '_elementor_edit_mode', 'builder'),
(5187, 609, '_elementor_template_type', 'loop-item'),
(5188, 609, '_elementor_version', '3.25.9'),
(5189, 609, '_elementor_pro_version', '3.24.4'),
(5190, 609, '_elementor_source', 'post'),
(5191, 609, '_wp_page_template', 'default'),
(5192, 609, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"hang\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"fcf0356\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-76\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdf9f4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5197, 610, '_elementor_edit_mode', 'builder'),
(5198, 610, '_elementor_template_type', 'loop-item'),
(5199, 610, '_elementor_version', '3.25.9'),
(5200, 610, '_elementor_pro_version', '3.24.4'),
(5201, 610, '_elementor_source', 'post'),
(5202, 610, '_wp_page_template', 'default'),
(5203, 610, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"hang\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"fcf0356\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdf9f4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"84b48b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_time_duration%3Atime_duration%22%2C%22after%22%3A%22%20s%22%7D\\\"]\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5209, 611, '_elementor_edit_mode', 'builder'),
(5210, 611, '_elementor_template_type', 'loop-item'),
(5211, 611, '_elementor_version', '3.25.9'),
(5212, 611, '_elementor_pro_version', '3.24.4'),
(5213, 611, '_elementor_source', 'post'),
(5214, 611, '_wp_page_template', 'default'),
(5215, 611, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"hover_animation\":\"hang\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"fcf0356\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdf9f4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5221, 612, '_elementor_edit_mode', 'builder'),
(5222, 612, '_elementor_template_type', 'loop-item'),
(5223, 612, '_elementor_version', '3.25.9'),
(5224, 612, '_elementor_pro_version', '3.24.4'),
(5225, 612, '_elementor_source', 'post'),
(5226, 612, '_wp_page_template', 'default'),
(5227, 612, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"fcf0356\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdf9f4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5233, 613, '_elementor_edit_mode', 'builder'),
(5234, 613, '_elementor_template_type', 'loop-item'),
(5235, 613, '_elementor_version', '3.25.9'),
(5236, 613, '_elementor_pro_version', '3.24.4'),
(5237, 613, '_elementor_source', 'post'),
(5238, 613, '_wp_page_template', 'default'),
(5239, 613, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"fcf0356\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdf9f4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5245, 614, '_elementor_edit_mode', 'builder'),
(5246, 614, '_elementor_template_type', 'loop-item'),
(5247, 614, '_elementor_version', '3.25.9'),
(5248, 614, '_elementor_pro_version', '3.24.4'),
(5249, 614, '_elementor_source', 'post'),
(5250, 614, '_wp_page_template', 'default'),
(5251, 614, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"fcf0356\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdf9f4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align_mobile\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"auto\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5258, 615, '_elementor_edit_mode', 'builder'),
(5259, 615, '_elementor_template_type', 'loop-item'),
(5260, 615, '_elementor_version', '3.25.9'),
(5261, 615, '_elementor_pro_version', '3.24.4'),
(5262, 615, '_elementor_source', 'post'),
(5263, 615, '_wp_page_template', 'default'),
(5264, 615, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"css_filters_css_filter\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"32fdbf3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e27d179\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align_mobile\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate_tablet\":{\"unit\":\"deg\"},\"rotate_mobile\":{\"unit\":\"deg\"},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5270, 616, '_elementor_edit_mode', 'builder'),
(5271, 616, '_elementor_template_type', 'loop-item'),
(5272, 616, '_elementor_version', '3.25.9'),
(5273, 616, '_elementor_pro_version', '3.24.4'),
(5274, 616, '_elementor_source', 'post'),
(5275, 616, '_wp_page_template', 'default');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5276, 616, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"css_filters_css_filter\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"32fdbf3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=89cc257\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e27d179\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align_mobile\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate_tablet\":{\"unit\":\"deg\"},\"rotate_mobile\":{\"unit\":\"deg\"},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_width_mobile\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5282, 617, '_elementor_edit_mode', 'builder'),
(5283, 617, '_elementor_template_type', 'loop-item'),
(5284, 617, '_elementor_version', '3.25.9'),
(5285, 617, '_elementor_pro_version', '3.24.4'),
(5286, 617, '_elementor_source', 'post'),
(5287, 617, '_wp_page_template', 'default'),
(5288, 617, '_elementor_data', '[{\"id\":\"a4429bc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4615f1c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"65df73a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"16\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align_mobile\":\"left\",\"primary_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"auto\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8eff53f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5303, 619, '_elementor_edit_mode', 'builder'),
(5304, 619, '_elementor_template_type', 'wp-page'),
(5305, 619, '_elementor_version', '3.25.9'),
(5306, 619, '_elementor_pro_version', '3.24.4'),
(5307, 619, '_wp_page_template', 'elementor_header_footer'),
(5308, 619, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(5311, 620, '_elementor_edit_mode', 'builder'),
(5312, 620, '_elementor_template_type', 'wp-page'),
(5313, 620, '_elementor_version', '3.25.9'),
(5314, 620, '_elementor_pro_version', '3.24.4'),
(5315, 620, '_wp_page_template', 'elementor_header_footer'),
(5316, 620, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(5319, 621, '_elementor_edit_mode', 'builder'),
(5320, 621, '_elementor_template_type', 'wp-page'),
(5321, 621, '_elementor_version', '3.25.9'),
(5322, 621, '_elementor_pro_version', '3.24.4'),
(5323, 621, '_wp_page_template', 'elementor_header_footer'),
(5324, 621, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a807fc4\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"current_query\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(5329, 622, '_elementor_edit_mode', 'builder'),
(5330, 622, '_elementor_template_type', 'loop-item'),
(5331, 622, '_elementor_version', '3.25.9'),
(5332, 622, '_elementor_pro_version', '3.24.4'),
(5333, 622, '_elementor_source', 'post'),
(5334, 622, '_wp_page_template', 'default'),
(5335, 622, '_elementor_data', '[{\"id\":\"78dee87\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"209f86e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"5f5007b\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"css_filters_css_filter\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"e27d179\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"16\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"df23d1d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_reward_points%3Areward_points%22%7D\\\"]\"},\"position_mobile\":\"left\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align_mobile\":\"left\",\"primary_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_width_mobile\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"size\":2,\"unit\":\"vw\"},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"size\":41,\"unit\":\"vh\"},\"_offset_y_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a72652\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4a72be7\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}]'),
(5363, 623, '_elementor_edit_mode', 'builder'),
(5364, 623, '_elementor_template_type', 'single-post'),
(5365, 623, '_elementor_version', '3.25.9'),
(5366, 623, '_elementor_pro_version', '3.24.4'),
(5367, 623, '_wp_page_template', 'default'),
(5368, 623, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5369, 623, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5c04f1b\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756db88465ef%3Agame_url%22%7D\\\"]\"},\"_css_classes\":\"play-now-button-elementor\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5370, 623, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(5376, 624, '_elementor_edit_mode', 'builder'),
(5377, 624, '_elementor_template_type', 'single-post'),
(5378, 624, '_elementor_version', '3.25.9'),
(5379, 624, '_elementor_pro_version', '3.24.4'),
(5380, 624, '_wp_page_template', 'default'),
(5381, 624, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5382, 624, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_css_classes\":\"play-now-button-elementor\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5383, 624, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(5389, 625, '_elementor_edit_mode', 'builder'),
(5390, 625, '_elementor_template_type', 'single-post'),
(5391, 625, '_elementor_version', '3.25.9'),
(5392, 625, '_elementor_pro_version', '3.24.4'),
(5393, 625, '_wp_page_template', 'default'),
(5394, 625, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5395, 625, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_css_classes\":\"your-elementor-button-class\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5396, 625, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(5402, 626, '_elementor_edit_mode', 'builder'),
(5403, 626, '_elementor_template_type', 'single-post'),
(5404, 626, '_elementor_version', '3.25.9'),
(5405, 626, '_elementor_pro_version', '3.24.4'),
(5406, 626, '_wp_page_template', 'default'),
(5407, 626, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5408, 626, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_css_classes\":\"elementor-button-link\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5409, 626, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(5418, 627, '_elementor_edit_mode', 'builder'),
(5419, 627, '_elementor_template_type', 'single-post'),
(5420, 627, '_elementor_version', '3.25.9'),
(5421, 627, '_elementor_pro_version', '3.24.4'),
(5422, 627, '_wp_page_template', 'default'),
(5423, 627, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5424, 627, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55a79bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_css_classes\":\"play-button-elementor\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"95f0030\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>to start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5425, 627, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(5456, 628, '_elementor_edit_mode', 'builder'),
(5457, 628, '_elementor_template_type', 'single-post'),
(5458, 628, '_elementor_version', '3.25.9'),
(5459, 628, '_elementor_pro_version', '3.24.4'),
(5460, 628, '_wp_page_template', 'default'),
(5461, 628, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5462, 628, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on \\\"Play Game\\\" Button Below To Start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":68,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5463, 628, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(5492, 629, '_wp_page_template', 'elementor_header_footer'),
(5493, 629, '_elementor_edit_mode', 'builder'),
(5494, 629, '_elementor_template_type', 'wp-page'),
(5495, 629, '_elementor_version', '3.25.9'),
(5496, 629, '_elementor_pro_version', '3.24.4'),
(5497, 629, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(5498, 630, '_wp_page_template', 'elementor_header_footer'),
(5499, 630, '_elementor_edit_mode', 'builder'),
(5500, 630, '_elementor_template_type', 'wp-page'),
(5501, 630, '_elementor_version', '3.25.9'),
(5502, 630, '_elementor_pro_version', '3.24.4'),
(5503, 630, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(5504, 631, '_wp_page_template', 'elementor_header_footer'),
(5505, 631, '_elementor_edit_mode', 'builder'),
(5506, 631, '_elementor_template_type', 'wp-page'),
(5507, 631, '_elementor_version', '3.25.9'),
(5508, 631, '_elementor_pro_version', '3.24.4'),
(5509, 631, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bb64e34\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f60a18b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9267535\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_points_history]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5513, 632, '_edit_last', '1'),
(5514, 632, '_edit_lock', '1733938938:1'),
(5519, 634, 'footnotes', ''),
(5521, 467, 'game_name', 'Box Crush'),
(5522, 467, '_game_name', 'field_6759cf975561e'),
(5523, 634, 'category', ''),
(5524, 634, '_category', 'field_6756da5510b5c'),
(5525, 634, 'popularity', '1,00,507,84'),
(5526, 634, '_popularity', 'field_6756daaf10b5d'),
(5527, 634, 'screenshot_1', '469'),
(5528, 634, '_screenshot_1', 'field_6756db33a9aec'),
(5529, 634, 'screenshot_2', '470'),
(5530, 634, '_screenshot_2', 'field_6756db4ba9aed'),
(5531, 634, 'screenshot_3', '471'),
(5532, 634, '_screenshot_3', 'field_6756db57a9aee'),
(5533, 634, 'game_url', 'https://9782.play.gamezop.com/g/S1Wrpf1v5ym'),
(5534, 634, '_game_url', 'field_6756db88465ef'),
(5535, 634, 'ratings', '2'),
(5536, 634, '_ratings', 'field_6756db66d1b25'),
(5537, 634, 'reward_points', '50'),
(5538, 634, '_reward_points', 'field_67587bbd57173'),
(5539, 634, 'time_duration', '60'),
(5540, 634, '_time_duration', 'field_67594d7cab8f4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5541, 634, 'game_name', 'Box Crush'),
(5542, 634, '_game_name', 'field_6759cf975561e'),
(5590, 638, '_wp_page_template', 'elementor_header_footer'),
(5591, 638, '_elementor_edit_mode', 'builder'),
(5592, 638, '_elementor_template_type', 'wp-page'),
(5593, 638, '_elementor_version', '3.25.9'),
(5594, 638, '_elementor_pro_version', '3.24.4'),
(5595, 638, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bb64e34\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f60a18b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9267535\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_points_history]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5596, 639, '_wp_page_template', 'elementor_header_footer'),
(5597, 639, '_elementor_edit_mode', 'builder'),
(5598, 639, '_elementor_template_type', 'wp-page'),
(5599, 639, '_elementor_version', '3.25.9'),
(5600, 639, '_elementor_pro_version', '3.24.4'),
(5601, 639, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bb64e34\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f60a18b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9267535\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_points_history]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5602, 640, '_wp_page_template', 'elementor_header_footer'),
(5603, 640, '_elementor_edit_mode', 'builder'),
(5604, 640, '_elementor_template_type', 'wp-page'),
(5605, 640, '_elementor_version', '3.25.9'),
(5606, 640, '_elementor_pro_version', '3.24.4'),
(5607, 640, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5625, 642, '_wp_page_template', 'elementor_header_footer'),
(5626, 642, '_elementor_edit_mode', 'builder'),
(5627, 642, '_elementor_template_type', 'wp-page'),
(5628, 642, '_elementor_version', '3.25.9'),
(5629, 642, '_elementor_pro_version', '3.24.4'),
(5630, 642, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5631, 643, '_wp_page_template', 'elementor_header_footer'),
(5632, 643, '_elementor_edit_mode', 'builder'),
(5633, 643, '_elementor_template_type', 'wp-page'),
(5634, 643, '_elementor_version', '3.25.9'),
(5635, 643, '_elementor_pro_version', '3.24.4'),
(5636, 643, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5637, 644, '_wp_page_template', 'elementor_header_footer'),
(5638, 644, '_elementor_edit_mode', 'builder'),
(5639, 644, '_elementor_template_type', 'wp-page'),
(5640, 644, '_elementor_version', '3.25.9'),
(5641, 644, '_elementor_pro_version', '3.24.4'),
(5642, 644, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5653, 645, '_wp_attached_file', '2024/12/file-11-2.png');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5654, 645, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:832;s:6:\"height\";i:1216;s:4:\"file\";s:21:\"2024/12/file-11-2.png\";s:8:\"filesize\";i:572654;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"file-11-2-205x300.png\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43810;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"file-11-2-701x1024.png\";s:5:\"width\";i:701;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352378;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"file-11-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25570;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"file-11-2-768x1122.png\";s:5:\"width\";i:768;s:6:\"height\";i:1122;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:411105;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:21:\"file-11-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:268533;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:21:\"file-11-2-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:316531;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:21:\"file-11-2-832x700.png\";s:5:\"width\";i:832;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:474239;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:19:\"file-11-2-34x50.png\";s:5:\"width\";i:34;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2262;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:20:\"file-11-2-68x100.png\";s:5:\"width\";i:68;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6867;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:20:\"file-11-2-68x100.png\";s:5:\"width\";i:68;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6867;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5686, 647, '_wp_page_template', 'elementor_header_footer'),
(5687, 647, '_elementor_edit_mode', 'builder'),
(5688, 647, '_elementor_template_type', 'wp-page'),
(5689, 647, '_elementor_version', '3.25.9'),
(5690, 647, '_elementor_pro_version', '3.24.4'),
(5691, 647, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5695, 648, '_wp_page_template', 'elementor_header_footer'),
(5696, 648, '_elementor_edit_mode', 'builder'),
(5697, 648, '_elementor_template_type', 'wp-page'),
(5698, 648, '_elementor_version', '3.25.9'),
(5699, 648, '_elementor_pro_version', '3.24.4'),
(5700, 648, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5704, 649, '_wp_page_template', 'elementor_header_footer'),
(5705, 649, '_elementor_edit_mode', 'builder'),
(5706, 649, '_elementor_template_type', 'wp-page'),
(5707, 649, '_elementor_version', '3.25.9'),
(5708, 649, '_elementor_pro_version', '3.24.4'),
(5709, 649, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5715, 650, '_wp_page_template', 'elementor_header_footer'),
(5716, 650, '_elementor_edit_mode', 'builder'),
(5717, 650, '_elementor_template_type', 'wp-page'),
(5718, 650, '_elementor_version', '3.25.9'),
(5719, 650, '_elementor_pro_version', '3.24.4'),
(5720, 650, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5724, 651, '_wp_page_template', 'elementor_header_footer'),
(5725, 651, '_elementor_edit_mode', 'builder'),
(5726, 651, '_elementor_template_type', 'wp-page'),
(5727, 651, '_elementor_version', '3.25.9'),
(5728, 651, '_elementor_pro_version', '3.24.4'),
(5729, 651, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5733, 652, '_wp_page_template', 'elementor_header_footer'),
(5734, 652, '_elementor_edit_mode', 'builder'),
(5735, 652, '_elementor_template_type', 'wp-page'),
(5736, 652, '_elementor_version', '3.25.9'),
(5737, 652, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5738, 652, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94ca546\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_switch\":\"yes\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0b97239\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5744, 653, '_wp_attached_file', '2024/12/processed-image.png'),
(5745, 653, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:27:\"2024/12/processed-image.png\";s:8:\"filesize\";i:29125;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"processed-image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"processed-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7136;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:27:\"processed-image-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33755;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:27:\"processed-image-688x450.png\";s:5:\"width\";i:688;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25684;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:25:\"processed-image-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2238;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:27:\"processed-image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:27:\"processed-image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5746, 654, '_wp_attached_file', '2024/12/processed-image-1.png'),
(5747, 654, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:29:\"2024/12/processed-image-1.png\";s:8:\"filesize\";i:29125;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"processed-image-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"processed-image-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:7136;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:29:\"processed-image-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33755;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:29:\"processed-image-1-688x450.png\";s:5:\"width\";i:688;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25684;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:27:\"processed-image-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2238;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:29:\"processed-image-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:29:\"processed-image-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5748, 655, '_wp_attached_file', '2024/12/processed-image-2.png'),
(5749, 655, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:29:\"2024/12/processed-image-2.png\";s:8:\"filesize\";i:29125;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"processed-image-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"processed-image-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7136;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:29:\"processed-image-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33755;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:29:\"processed-image-2-688x450.png\";s:5:\"width\";i:688;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25684;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:27:\"processed-image-2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2238;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:29:\"processed-image-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:29:\"processed-image-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5750, 656, '_wp_attached_file', '2024/12/processed-image-3.png'),
(5751, 656, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:29:\"2024/12/processed-image-3.png\";s:8:\"filesize\";i:29125;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"processed-image-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"processed-image-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7136;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:29:\"processed-image-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33755;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:29:\"processed-image-3-688x450.png\";s:5:\"width\";i:688;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25684;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:27:\"processed-image-3-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2238;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:29:\"processed-image-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:29:\"processed-image-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5752, 657, '_wp_attached_file', '2024/12/processed-image-4.png'),
(5753, 657, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:29:\"2024/12/processed-image-4.png\";s:8:\"filesize\";i:29125;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"processed-image-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"processed-image-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7136;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:29:\"processed-image-4-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33755;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:29:\"processed-image-4-688x450.png\";s:5:\"width\";i:688;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25684;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:27:\"processed-image-4-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2238;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:29:\"processed-image-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:29:\"processed-image-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5763, 659, '_wp_page_template', 'elementor_header_footer'),
(5764, 659, '_elementor_edit_mode', 'builder'),
(5765, 659, '_elementor_template_type', 'wp-page'),
(5766, 659, '_elementor_version', '3.25.9'),
(5767, 659, '_elementor_pro_version', '3.24.4'),
(5768, 659, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94ca546\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_switch\":\"yes\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0b97239\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5771, 660, '_wp_page_template', 'elementor_header_footer'),
(5772, 660, '_elementor_edit_mode', 'builder'),
(5773, 660, '_elementor_template_type', 'wp-page'),
(5774, 660, '_elementor_version', '3.25.9'),
(5775, 660, '_elementor_pro_version', '3.24.4'),
(5776, 660, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94ca546\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_switch\":\"yes\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0b97239\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2742f6c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"-5\",\"bottom\":\"-5\",\"left\":\"-5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5779, 661, '_wp_page_template', 'elementor_header_footer'),
(5780, 661, '_elementor_edit_mode', 'builder'),
(5781, 661, '_elementor_template_type', 'wp-page'),
(5782, 661, '_elementor_version', '3.25.9'),
(5783, 661, '_elementor_pro_version', '3.24.4'),
(5784, 661, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94ca546\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_switch\":\"yes\",\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5796, 663, '_wp_page_template', 'elementor_header_footer'),
(5797, 663, '_elementor_edit_mode', 'builder'),
(5798, 663, '_elementor_template_type', 'wp-page'),
(5799, 663, '_elementor_version', '3.25.9'),
(5800, 663, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5801, 663, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94ca546\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_switch\":\"yes\",\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5802, 664, '_wp_page_template', 'elementor_header_footer'),
(5803, 664, '_elementor_edit_mode', 'builder'),
(5804, 664, '_elementor_template_type', 'wp-page'),
(5805, 664, '_elementor_version', '3.25.9'),
(5806, 664, '_elementor_pro_version', '3.24.4'),
(5807, 664, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94ca546\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_switch\":\"yes\",\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5808, 665, '_wp_page_template', 'elementor_header_footer'),
(5809, 665, '_elementor_edit_mode', 'builder'),
(5810, 665, '_elementor_template_type', 'wp-page'),
(5811, 665, '_elementor_version', '3.25.9'),
(5812, 665, '_elementor_pro_version', '3.24.4'),
(5813, 665, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94ca546\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_switch\":\"yes\",\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_pic]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5815, 666, '_wp_page_template', 'elementor_header_footer'),
(5816, 666, '_elementor_edit_mode', 'builder'),
(5817, 666, '_elementor_template_type', 'wp-page'),
(5818, 666, '_elementor_version', '3.25.9'),
(5819, 666, '_elementor_pro_version', '3.24.4'),
(5820, 666, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94ca546\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_switch\":\"yes\",\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_pic]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5822, 667, '_wp_page_template', 'elementor_header_footer'),
(5823, 667, '_elementor_edit_mode', 'builder'),
(5824, 667, '_elementor_template_type', 'wp-page'),
(5825, 667, '_elementor_version', '3.25.9'),
(5826, 667, '_elementor_pro_version', '3.24.4'),
(5827, 667, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"94ca546\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_switch\":\"yes\",\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_pic]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5829, 668, '_wp_page_template', 'elementor_header_footer'),
(5830, 668, '_elementor_edit_mode', 'builder'),
(5831, 668, '_elementor_template_type', 'wp-page'),
(5832, 668, '_elementor_version', '3.25.9'),
(5833, 668, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5834, 668, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_pic]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5845, 669, '_wp_page_template', 'elementor_header_footer'),
(5846, 669, '_elementor_edit_mode', 'builder'),
(5847, 669, '_elementor_template_type', 'wp-page'),
(5848, 669, '_elementor_version', '3.25.9'),
(5849, 669, '_elementor_pro_version', '3.24.4'),
(5850, 669, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_pic]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5854, 670, '_wp_page_template', 'elementor_header_footer'),
(5855, 670, '_elementor_edit_mode', 'builder'),
(5856, 670, '_elementor_template_type', 'wp-page'),
(5857, 670, '_elementor_version', '3.25.9'),
(5858, 670, '_elementor_pro_version', '3.24.4'),
(5859, 670, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_pic]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5863, 671, '_wp_page_template', 'elementor_header_footer'),
(5864, 671, '_elementor_edit_mode', 'builder'),
(5865, 671, '_elementor_template_type', 'wp-page'),
(5866, 671, '_elementor_version', '3.25.9'),
(5867, 671, '_elementor_pro_version', '3.24.4'),
(5868, 671, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5875, 672, '_wp_page_template', 'elementor_header_footer'),
(5876, 672, '_elementor_edit_mode', 'builder'),
(5877, 672, '_elementor_template_type', 'wp-page'),
(5878, 672, '_elementor_version', '3.25.9'),
(5879, 672, '_elementor_pro_version', '3.24.4'),
(5880, 672, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5882, 673, '_wp_page_template', 'elementor_header_footer'),
(5883, 673, '_elementor_edit_mode', 'builder'),
(5884, 673, '_elementor_template_type', 'wp-page'),
(5885, 673, '_elementor_version', '3.25.9'),
(5886, 673, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5887, 673, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5889, 674, '_wp_page_template', 'elementor_header_footer'),
(5890, 674, '_elementor_edit_mode', 'builder'),
(5891, 674, '_elementor_template_type', 'wp-page'),
(5892, 674, '_elementor_version', '3.25.9'),
(5893, 674, '_elementor_pro_version', '3.24.4'),
(5894, 674, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[profile_picture_upload]\\n\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5913, 675, '_wp_page_template', 'elementor_header_footer'),
(5914, 675, '_elementor_edit_mode', 'builder'),
(5915, 675, '_elementor_template_type', 'wp-page'),
(5916, 675, '_elementor_version', '3.25.9'),
(5917, 675, '_elementor_pro_version', '3.24.4'),
(5918, 675, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[profile_picture_upload]\\n\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5922, 676, '_wp_page_template', 'elementor_header_footer'),
(5923, 676, '_elementor_edit_mode', 'builder'),
(5924, 676, '_elementor_template_type', 'wp-page'),
(5925, 676, '_elementor_version', '3.25.9'),
(5926, 676, '_elementor_pro_version', '3.24.4'),
(5927, 676, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[profile_picture_upload]\\n\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5931, 677, '_wp_page_template', 'elementor_header_footer'),
(5932, 677, '_elementor_edit_mode', 'builder'),
(5933, 677, '_elementor_template_type', 'wp-page'),
(5934, 677, '_elementor_version', '3.25.9'),
(5935, 677, '_elementor_pro_version', '3.24.4'),
(5936, 677, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5940, 678, '_wp_page_template', 'elementor_header_footer'),
(5941, 678, '_elementor_edit_mode', 'builder'),
(5942, 678, '_elementor_template_type', 'wp-page'),
(5943, 678, '_elementor_version', '3.25.9'),
(5944, 678, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5945, 678, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5947, 679, '_wp_page_template', 'elementor_header_footer'),
(5948, 679, '_elementor_edit_mode', 'builder'),
(5949, 679, '_elementor_template_type', 'wp-page'),
(5950, 679, '_elementor_version', '3.25.9'),
(5951, 679, '_elementor_pro_version', '3.24.4'),
(5952, 679, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5954, 680, '_wp_page_template', 'elementor_header_footer'),
(5955, 680, '_elementor_edit_mode', 'builder'),
(5956, 680, '_elementor_template_type', 'wp-page'),
(5957, 680, '_elementor_version', '3.25.9'),
(5958, 680, '_elementor_pro_version', '3.24.4'),
(5959, 680, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[profile_picture_upload]\\n\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5963, 681, '_wp_page_template', 'elementor_header_footer'),
(5964, 681, '_elementor_edit_mode', 'builder'),
(5965, 681, '_elementor_template_type', 'wp-page'),
(5966, 681, '_elementor_version', '3.25.9'),
(5967, 681, '_elementor_pro_version', '3.24.4'),
(5968, 681, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[profile_picture_upload]\\n\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5972, 682, '_wp_page_template', 'elementor_header_footer'),
(5973, 682, '_elementor_edit_mode', 'builder'),
(5974, 682, '_elementor_template_type', 'wp-page'),
(5975, 682, '_elementor_version', '3.25.9'),
(5976, 682, '_elementor_pro_version', '3.24.4'),
(5977, 682, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c18c834\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[profile_picture_upload]\\n\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5981, 683, '_wp_page_template', 'elementor_header_footer'),
(5982, 683, '_elementor_edit_mode', 'builder'),
(5983, 683, '_elementor_template_type', 'wp-page'),
(5984, 683, '_elementor_version', '3.25.9'),
(5985, 683, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5986, 683, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6001, 685, '_wp_page_template', 'elementor_header_footer'),
(6002, 685, '_elementor_edit_mode', 'builder'),
(6003, 685, '_elementor_template_type', 'wp-page'),
(6004, 685, '_elementor_version', '3.25.9'),
(6005, 685, '_elementor_pro_version', '3.24.4'),
(6006, 685, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6009, 686, '_wp_page_template', 'elementor_header_footer'),
(6010, 686, '_elementor_edit_mode', 'builder'),
(6011, 686, '_elementor_template_type', 'wp-page'),
(6012, 686, '_elementor_version', '3.25.9'),
(6013, 686, '_elementor_pro_version', '3.24.4'),
(6014, 686, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"27e3ebf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wppb-edit-profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6017, 687, '_wp_page_template', 'elementor_header_footer'),
(6018, 687, '_elementor_edit_mode', 'builder'),
(6019, 687, '_elementor_template_type', 'wp-page'),
(6020, 687, '_elementor_version', '3.25.9'),
(6021, 687, '_elementor_pro_version', '3.24.4'),
(6022, 687, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e74a908\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wppb-edit-profile\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6028, 688, '_edit_lock', '1734032081:1'),
(6029, 688, '_wp_page_template', 'elementor_header_footer'),
(6030, 688, '_edit_last', '1'),
(6031, 688, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(6032, 688, '_elementor_edit_mode', 'builder'),
(6033, 688, '_elementor_template_type', 'wp-page'),
(6034, 688, '_elementor_version', '3.25.9'),
(6035, 688, '_elementor_pro_version', '3.24.4'),
(6036, 324, '_elementor_screenshot_failed', '2024-12-12 18:59:51'),
(6037, 477, '_elementor_screenshot_failed', '2024-12-12 19:00:08'),
(6042, 690, '_elementor_edit_mode', 'builder'),
(6043, 690, '_elementor_template_type', 'single-post'),
(6044, 690, '_elementor_version', '3.25.9'),
(6045, 690, '_elementor_pro_version', '3.24.4'),
(6046, 690, '_wp_page_template', 'default'),
(6047, 690, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6048, 690, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on \\\"Play Game\\\" Button Below To Start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":66,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6049, 690, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(6050, 690, '_elementor_screenshot_failed', '2024-12-11 17:32:48'),
(6054, 518, '_elementor_screenshot_failed', '2024-12-12 19:00:42'),
(6057, 691, '_elementor_edit_mode', 'builder'),
(6058, 691, '_elementor_template_type', 'single-post'),
(6059, 691, '_elementor_version', '3.25.9'),
(6060, 691, '_elementor_pro_version', '3.24.4'),
(6061, 691, '_wp_page_template', 'default'),
(6062, 691, '_elementor_page_settings', 'a:1:{s:13:\"page_template\";s:23:\"elementor_header_footer\";}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6063, 691, '_elementor_data', '[{\"id\":\"8bdbe10\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"min_height_tablet\":{\"unit\":\"vh\",\"size\":65,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0d3d6fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c1b98a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"56a5073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"4e5f2db\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"85f84d3\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7a8156c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"a0e92e3\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8de919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4485478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click on \\\"Play Game\\\" Button Below To Start Game<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15be49a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f0c451\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d76b433\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"title_text\":\"Duration(s)\",\"description_text\":\"1 Minute\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"5f2d51d\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67594d7cab8f4%3Atime_duration%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5da4fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"Points\",\"description_text\":\"50\",\"position\":\"left\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"description_text\":\"[elementor-tag id=\\\"e1dd9a5\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_67587bbd57173%3Areward_points%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7a7718c\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Earn ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a9ea3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ad38c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1cce21e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000C9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"position\":\"absolute\",\"_offset_x\":{\"unit\":\"vw\",\"size\":66,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"vw\",\"size\":52,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":19,\"sizes\":[]},\"_offset_y\":{\"unit\":\"vh\",\"size\":-6,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"9db5e5f\",\"elType\":\"widget\",\"settings\":{\"icon_alignment\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"__dynamic__\":{\"rating_value\":\"[elementor-tag id=\\\"a3d0710\\\" name=\\\"acf-number\\\" settings=\\\"%7B%22key%22%3A%22field_6756db66d1b25%3Aratings%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"rating\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4999bef\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":62,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"32919e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Details\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"795b2a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e9b7c94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edeefef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ffd98df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"240aac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Title :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56a7291\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d766674\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chess Grandmaster\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5865a46\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3cfe9d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d778287\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"8c1e4cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category : \",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"062662b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c70b9a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Logic & Puzzle\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3893668\\\" name=\\\"acf-url\\\" settings=\\\"%7B%22key%22%3A%22field_6756da5510b5c%3Acategory%22%7D\\\"]\",\"title\":\"[elementor-tag id=\\\"fedcac5\\\" name=\\\"post-terms\\\" settings=\\\"%7B%22taxonomy%22%3A%22category%22%2C%22separator%22%3A%22%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e141904\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"-41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a775630\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[{\"id\":\"517f41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popularity :\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13c3ce1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-26\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0118788\",\"elType\":\"widget\",\"settings\":{\"title\":\"2,00,000\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7dd0423\\\" name=\\\"acf-text\\\" settings=\\\"%7B%22key%22%3A%22field_6756daaf10b5d%3Apopularity%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37c7e03\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8fa7b42\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_direction_mobile\":\"column\"},\"elements\":[{\"id\":\"e9bcbb4\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d86e8d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":64,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f865ef2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f304e67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Screenshots\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0eaeef\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"0ae346a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4eac241\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db33a9aec%3Ascreenshot_1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"107abf8\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"07649c6\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db4ba9aed%3Ascreenshot_2%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95bfb77\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"7537687\\\" name=\\\"acf-image\\\" settings=\\\"%7B%22key%22%3A%22field_6756db57a9aee%3Ascreenshot_3%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6064, 691, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(6069, 692, '_elementor_edit_mode', 'builder'),
(6070, 692, '_elementor_template_type', 'archive'),
(6071, 693, '_elementor_edit_mode', 'builder'),
(6072, 693, '_elementor_template_type', 'archive'),
(6073, 692, '_elementor_version', '3.25.9'),
(6074, 692, '_elementor_pro_version', '3.24.4'),
(6075, 692, '_edit_lock', '1734032090:1'),
(6085, 692, '_wp_page_template', 'default'),
(6086, 692, '_elementor_data', '[{\"id\":\"f40a800\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4135a74\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"0d35c97\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"7d04586\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"b964439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba0e70f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0169e20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a3a1383\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7c3495b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1739dc5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"48045e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"d49c611\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fd5234\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e9d415c\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true},{\"id\":\"0289b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"f2787ec\",\"elType\":\"widget\",\"settings\":{\"archive_classic_columns\":\"6\",\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_item_ratio\":{\"unit\":\"px\",\"size\":0.86,\"sizes\":[]},\"archive_classic_show_excerpt\":\"\",\"archive_classic_meta_data\":[],\"archive_classic_meta_separator\":\"\\/\\/\\/\",\"archive_classic_show_read_more\":\"\",\"archive_classic_read_more_text\":\"Read More \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"archive_classic_row_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"archive_classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"archive_classic_title_typography_typography\":\"custom\",\"archive_classic_title_typography_font_family\":\"Roboto\",\"archive_classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"archive_classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"button_hover_transition_duration\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"nothing_found_message\":\"It seems we can&#039;t find what you&#039;re looking for.\",\"__globals__\":{\"archive_classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6088, 695, '_elementor_edit_mode', 'builder'),
(6089, 695, '_elementor_template_type', 'wp-page'),
(6090, 695, '_elementor_version', '3.25.9'),
(6091, 695, '_elementor_pro_version', '3.24.4'),
(6092, 695, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6093, 695, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a807fc4\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"current_query\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6096, 696, '_elementor_edit_mode', 'builder'),
(6097, 696, '_elementor_template_type', 'wp-page'),
(6098, 696, '_elementor_version', '3.25.9'),
(6099, 696, '_elementor_pro_version', '3.24.4'),
(6100, 696, '_wp_page_template', 'elementor_header_footer'),
(6101, 696, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a807fc4\",\"elType\":\"widget\",\"settings\":{\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"current_query\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6104, 697, '_elementor_edit_mode', 'builder'),
(6105, 697, '_elementor_template_type', 'wp-page'),
(6106, 697, '_elementor_version', '3.25.9'),
(6107, 697, '_elementor_pro_version', '3.24.4'),
(6108, 697, '_wp_page_template', 'elementor_header_footer'),
(6109, 697, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6112, 698, '_elementor_edit_mode', 'builder'),
(6113, 698, '_elementor_template_type', 'archive'),
(6114, 698, '_elementor_version', '3.25.9'),
(6115, 698, '_elementor_pro_version', '3.24.4'),
(6116, 698, '_wp_page_template', 'default'),
(6117, 698, '_elementor_data', '[{\"id\":\"f40a800\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4135a74\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"0d35c97\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"7d04586\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"b964439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba0e70f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0169e20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a3a1383\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7c3495b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1739dc5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"48045e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"d49c611\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fd5234\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0289b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"f2787ec\",\"elType\":\"widget\",\"settings\":{\"archive_classic_columns\":\"6\",\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_item_ratio\":{\"unit\":\"px\",\"size\":0.86,\"sizes\":[]},\"archive_classic_show_excerpt\":\"\",\"archive_classic_meta_data\":[],\"archive_classic_meta_separator\":\"\\/\\/\\/\",\"archive_classic_show_read_more\":\"\",\"archive_classic_read_more_text\":\"Read More \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"archive_classic_row_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"archive_classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"archive_classic_title_typography_typography\":\"custom\",\"archive_classic_title_typography_font_family\":\"Roboto\",\"archive_classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"archive_classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"button_hover_transition_duration\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"nothing_found_message\":\"It seems we can&#039;t find what you&#039;re looking for.\",\"__globals__\":{\"archive_classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6119, 692, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/archive\";}'),
(6124, 699, '_elementor_edit_mode', 'builder'),
(6125, 699, '_elementor_template_type', 'archive'),
(6126, 699, '_elementor_version', '3.25.9'),
(6127, 699, '_elementor_pro_version', '3.24.4'),
(6128, 699, '_wp_page_template', 'default');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6129, 699, '_elementor_data', '[{\"id\":\"f40a800\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4135a74\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"0d35c97\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"7d04586\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"b964439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba0e70f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0169e20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a3a1383\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7c3495b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1739dc5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"48045e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"d49c611\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fd5234\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e9d415c\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true},{\"id\":\"0289b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"f2787ec\",\"elType\":\"widget\",\"settings\":{\"archive_classic_columns\":\"6\",\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_item_ratio\":{\"unit\":\"px\",\"size\":0.86,\"sizes\":[]},\"archive_classic_show_excerpt\":\"\",\"archive_classic_meta_data\":[],\"archive_classic_meta_separator\":\"\\/\\/\\/\",\"archive_classic_show_read_more\":\"\",\"archive_classic_read_more_text\":\"Read More \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"archive_classic_row_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"archive_classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"archive_classic_title_typography_typography\":\"custom\",\"archive_classic_title_typography_font_family\":\"Roboto\",\"archive_classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"archive_classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"button_hover_transition_duration\":{\"unit\":\"s\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"grow\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"nothing_found_message\":\"It seems we can&#039;t find what you&#039;re looking for.\",\"__globals__\":{\"archive_classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6131, 699, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/archive\";}'),
(6162, 701, '_elementor_edit_mode', 'builder'),
(6163, 701, '_elementor_template_type', 'wp-page'),
(6164, 701, '_elementor_version', '3.25.9'),
(6165, 701, '_elementor_pro_version', '3.24.4'),
(6166, 701, '_wp_page_template', 'elementor_header_footer'),
(6167, 701, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6168, 702, '_elementor_edit_mode', 'builder'),
(6169, 702, '_elementor_template_type', 'wp-page'),
(6170, 702, '_elementor_version', '3.25.9'),
(6171, 702, '_elementor_pro_version', '3.24.4'),
(6172, 702, '_wp_page_template', 'elementor_header_footer'),
(6173, 702, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6174, 703, '_elementor_edit_mode', 'builder'),
(6175, 703, '_elementor_template_type', 'wp-page'),
(6176, 703, '_elementor_version', '3.25.9'),
(6177, 703, '_elementor_pro_version', '3.24.4'),
(6178, 703, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6179, 703, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"07c0d05\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6189, 705, 'footnotes', ''),
(6191, 461, 'game_name', '1212!'),
(6192, 461, '_game_name', 'field_6759cf975561e'),
(6193, 461, 'reward_points', '30'),
(6194, 461, '_reward_points', 'field_67587bbd57173'),
(6195, 461, 'time_duration', '300'),
(6196, 461, '_time_duration', 'field_67594d7cab8f4'),
(6197, 705, 'category', ''),
(6198, 705, '_category', 'field_6756da5510b5c'),
(6199, 705, 'popularity', '4,07,689,3'),
(6200, 705, '_popularity', 'field_6756daaf10b5d'),
(6201, 705, 'screenshot_1', '463'),
(6202, 705, '_screenshot_1', 'field_6756db33a9aec'),
(6203, 705, 'screenshot_2', '464'),
(6204, 705, '_screenshot_2', 'field_6756db4ba9aed'),
(6205, 705, 'screenshot_3', '465'),
(6206, 705, '_screenshot_3', 'field_6756db57a9aee'),
(6207, 705, 'game_url', 'https://9782.play.gamezop.com/g/41FZfdyG-5x'),
(6208, 705, '_game_url', 'field_6756db88465ef'),
(6209, 705, 'ratings', '3'),
(6210, 705, '_ratings', 'field_6756db66d1b25'),
(6211, 705, 'game_name', '1212!'),
(6212, 705, '_game_name', 'field_6759cf975561e'),
(6213, 705, 'reward_points', '29'),
(6214, 705, '_reward_points', 'field_67587bbd57173'),
(6215, 705, 'time_duration', '5'),
(6216, 705, '_time_duration', 'field_67594d7cab8f4'),
(6221, 706, 'footnotes', ''),
(6223, 455, 'game_name', 'Animal Connection'),
(6224, 455, '_game_name', 'field_6759cf975561e'),
(6225, 455, 'reward_points', '50'),
(6226, 455, '_reward_points', 'field_67587bbd57173'),
(6227, 455, 'time_duration', '240'),
(6228, 455, '_time_duration', 'field_67594d7cab8f4'),
(6229, 706, 'category', ''),
(6230, 706, '_category', 'field_6756da5510b5c'),
(6231, 706, 'popularity', '4,97,21'),
(6232, 706, '_popularity', 'field_6756daaf10b5d'),
(6233, 706, 'screenshot_1', '457'),
(6234, 706, '_screenshot_1', 'field_6756db33a9aec'),
(6235, 706, 'screenshot_2', '458'),
(6236, 706, '_screenshot_2', 'field_6756db4ba9aed'),
(6237, 706, 'screenshot_3', '459'),
(6238, 706, '_screenshot_3', 'field_6756db57a9aee'),
(6239, 706, 'game_url', 'https://9782.play.gamezop.com/g/on1jVCbBn'),
(6240, 706, '_game_url', 'field_6756db88465ef'),
(6241, 706, 'ratings', '2'),
(6242, 706, '_ratings', 'field_6756db66d1b25'),
(6243, 706, 'game_name', 'Animal Connection'),
(6244, 706, '_game_name', 'field_6759cf975561e'),
(6245, 706, 'reward_points', '50'),
(6246, 706, '_reward_points', 'field_67587bbd57173'),
(6247, 706, 'time_duration', '5'),
(6248, 706, '_time_duration', 'field_67594d7cab8f4'),
(6253, 707, 'footnotes', ''),
(6255, 707, 'category', ''),
(6256, 707, '_category', 'field_6756da5510b5c'),
(6257, 707, 'popularity', '4,97,21'),
(6258, 707, '_popularity', 'field_6756daaf10b5d'),
(6259, 707, 'screenshot_1', '457'),
(6260, 707, '_screenshot_1', 'field_6756db33a9aec'),
(6261, 707, 'screenshot_2', '458'),
(6262, 707, '_screenshot_2', 'field_6756db4ba9aed'),
(6263, 707, 'screenshot_3', '459'),
(6264, 707, '_screenshot_3', 'field_6756db57a9aee'),
(6265, 707, 'game_url', 'https://9782.play.gamezop.com/g/on1jVCbBn'),
(6266, 707, '_game_url', 'field_6756db88465ef'),
(6267, 707, 'ratings', '2'),
(6268, 707, '_ratings', 'field_6756db66d1b25'),
(6269, 707, 'game_name', 'Animal Connection'),
(6270, 707, '_game_name', 'field_6759cf975561e'),
(6271, 707, 'reward_points', '50'),
(6272, 707, '_reward_points', 'field_67587bbd57173'),
(6273, 707, 'time_duration', '240'),
(6274, 707, '_time_duration', 'field_67594d7cab8f4'),
(6279, 708, 'footnotes', ''),
(6281, 708, 'category', ''),
(6282, 708, '_category', 'field_6756da5510b5c'),
(6283, 708, 'popularity', '4,07,689,3'),
(6284, 708, '_popularity', 'field_6756daaf10b5d'),
(6285, 708, 'screenshot_1', '463'),
(6286, 708, '_screenshot_1', 'field_6756db33a9aec'),
(6287, 708, 'screenshot_2', '464'),
(6288, 708, '_screenshot_2', 'field_6756db4ba9aed'),
(6289, 708, 'screenshot_3', '465'),
(6290, 708, '_screenshot_3', 'field_6756db57a9aee'),
(6291, 708, 'game_url', 'https://9782.play.gamezop.com/g/41FZfdyG-5x'),
(6292, 708, '_game_url', 'field_6756db88465ef'),
(6293, 708, 'ratings', '3'),
(6294, 708, '_ratings', 'field_6756db66d1b25'),
(6295, 708, 'game_name', '1212!'),
(6296, 708, '_game_name', 'field_6759cf975561e'),
(6297, 708, 'reward_points', '30'),
(6298, 708, '_reward_points', 'field_67587bbd57173'),
(6299, 708, 'time_duration', '300'),
(6300, 708, '_time_duration', 'field_67594d7cab8f4'),
(6305, 709, 'footnotes', ''),
(6307, 449, 'game_name', 'Jelly Slice'),
(6308, 449, '_game_name', 'field_6759cf975561e'),
(6309, 449, 'reward_points', '60'),
(6310, 449, '_reward_points', 'field_67587bbd57173'),
(6311, 449, 'time_duration', '180'),
(6312, 449, '_time_duration', 'field_67594d7cab8f4'),
(6313, 709, 'category', ''),
(6314, 709, '_category', 'field_6756da5510b5c'),
(6315, 709, 'popularity', '1,08,138,20'),
(6316, 709, '_popularity', 'field_6756daaf10b5d'),
(6317, 709, 'screenshot_1', '451'),
(6318, 709, '_screenshot_1', 'field_6756db33a9aec'),
(6319, 709, 'screenshot_2', '452'),
(6320, 709, '_screenshot_2', 'field_6756db4ba9aed'),
(6321, 709, 'screenshot_3', '453'),
(6322, 709, '_screenshot_3', 'field_6756db57a9aee'),
(6323, 709, 'game_url', 'https://9782.play.gamezop.com/g/SJ3-ELT8p-x'),
(6324, 709, '_game_url', 'field_6756db88465ef'),
(6325, 709, 'ratings', '3.7'),
(6326, 709, '_ratings', 'field_6756db66d1b25'),
(6327, 709, 'game_name', 'Jelly Slice'),
(6328, 709, '_game_name', 'field_6759cf975561e'),
(6329, 709, 'reward_points', '60'),
(6330, 709, '_reward_points', 'field_67587bbd57173'),
(6331, 709, 'time_duration', '180'),
(6332, 709, '_time_duration', 'field_67594d7cab8f4'),
(6337, 710, 'footnotes', ''),
(6339, 443, 'game_name', 'Rampage Racer'),
(6340, 443, '_game_name', 'field_6759cf975561e'),
(6341, 443, 'reward_points', '40'),
(6342, 443, '_reward_points', 'field_67587bbd57173'),
(6343, 443, 'time_duration', '300'),
(6344, 443, '_time_duration', 'field_67594d7cab8f4'),
(6345, 710, 'category', ''),
(6346, 710, '_category', 'field_6756da5510b5c'),
(6347, 710, 'popularity', '4,30,981,97'),
(6348, 710, '_popularity', 'field_6756daaf10b5d'),
(6349, 710, 'screenshot_1', '445'),
(6350, 710, '_screenshot_1', 'field_6756db33a9aec'),
(6351, 710, 'screenshot_2', '446'),
(6352, 710, '_screenshot_2', 'field_6756db4ba9aed'),
(6353, 710, 'screenshot_3', '447'),
(6354, 710, '_screenshot_3', 'field_6756db57a9aee'),
(6355, 710, 'game_url', 'https://9782.play.gamezop.com/g/p7HOjYF4O'),
(6356, 710, '_game_url', 'field_6756db88465ef'),
(6357, 710, 'ratings', '4.3'),
(6358, 710, '_ratings', 'field_6756db66d1b25'),
(6359, 710, 'game_name', 'Rampage Racer'),
(6360, 710, '_game_name', 'field_6759cf975561e'),
(6361, 710, 'reward_points', '40'),
(6362, 710, '_reward_points', 'field_67587bbd57173'),
(6363, 710, 'time_duration', '300'),
(6364, 710, '_time_duration', 'field_67594d7cab8f4'),
(6369, 711, 'footnotes', ''),
(6371, 437, 'game_name', 'Quack Hunt'),
(6372, 437, '_game_name', 'field_6759cf975561e'),
(6373, 437, 'reward_points', '50'),
(6374, 437, '_reward_points', 'field_67587bbd57173'),
(6375, 437, 'time_duration', '300'),
(6376, 437, '_time_duration', 'field_67594d7cab8f4'),
(6377, 711, 'category', ''),
(6378, 711, '_category', 'field_6756da5510b5c'),
(6379, 711, 'popularity', '3,64,704,0'),
(6380, 711, '_popularity', 'field_6756daaf10b5d'),
(6381, 711, 'screenshot_1', '439'),
(6382, 711, '_screenshot_1', 'field_6756db33a9aec'),
(6383, 711, 'screenshot_2', '440'),
(6384, 711, '_screenshot_2', 'field_6756db4ba9aed'),
(6385, 711, 'screenshot_3', '441'),
(6386, 711, '_screenshot_3', 'field_6756db57a9aee'),
(6387, 711, 'game_url', 'https://9782.play.gamezop.com/g/SJXbW8smUUx'),
(6388, 711, '_game_url', 'field_6756db88465ef'),
(6389, 711, 'ratings', '4.5'),
(6390, 711, '_ratings', 'field_6756db66d1b25'),
(6391, 711, 'game_name', 'Quack Hunt'),
(6392, 711, '_game_name', 'field_6759cf975561e'),
(6393, 711, 'reward_points', '50'),
(6394, 711, '_reward_points', 'field_67587bbd57173'),
(6395, 711, 'time_duration', '300'),
(6396, 711, '_time_duration', 'field_67594d7cab8f4'),
(6401, 712, 'footnotes', ''),
(6403, 431, 'game_name', ''),
(6404, 431, '_game_name', 'field_6759cf975561e'),
(6405, 431, 'reward_points', '20'),
(6406, 431, '_reward_points', 'field_67587bbd57173'),
(6407, 431, 'time_duration', '180'),
(6408, 431, '_time_duration', 'field_67594d7cab8f4'),
(6409, 712, 'category', ''),
(6410, 712, '_category', 'field_6756da5510b5c'),
(6411, 712, 'popularity', '5,45,340,6'),
(6412, 712, '_popularity', 'field_6756daaf10b5d'),
(6413, 712, 'screenshot_1', '433'),
(6414, 712, '_screenshot_1', 'field_6756db33a9aec'),
(6415, 712, 'screenshot_2', '434'),
(6416, 712, '_screenshot_2', 'field_6756db4ba9aed'),
(6417, 712, 'screenshot_3', '435'),
(6418, 712, '_screenshot_3', 'field_6756db57a9aee'),
(6419, 712, 'game_url', 'https://9782.play.gamezop.com/g/SyO94GA7p'),
(6420, 712, '_game_url', 'field_6756db88465ef'),
(6421, 712, 'ratings', '3'),
(6422, 712, '_ratings', 'field_6756db66d1b25'),
(6423, 712, 'game_name', ''),
(6424, 712, '_game_name', 'field_6759cf975561e'),
(6425, 712, 'reward_points', '20'),
(6426, 712, '_reward_points', 'field_67587bbd57173'),
(6427, 712, 'time_duration', '180'),
(6428, 712, '_time_duration', 'field_67594d7cab8f4'),
(6433, 713, 'footnotes', ''),
(6435, 425, 'game_name', 'Blaze Rider'),
(6436, 425, '_game_name', 'field_6759cf975561e'),
(6437, 425, 'reward_points', '30'),
(6438, 425, '_reward_points', 'field_67587bbd57173'),
(6439, 425, 'time_duration', '60'),
(6440, 425, '_time_duration', 'field_67594d7cab8f4'),
(6441, 713, 'category', ''),
(6442, 713, '_category', 'field_6756da5510b5c'),
(6443, 713, 'popularity', '1,85,372,4'),
(6444, 713, '_popularity', 'field_6756daaf10b5d'),
(6445, 713, 'screenshot_1', '427'),
(6446, 713, '_screenshot_1', 'field_6756db33a9aec'),
(6447, 713, 'screenshot_2', '428'),
(6448, 713, '_screenshot_2', 'field_6756db4ba9aed'),
(6449, 713, 'screenshot_3', '429'),
(6450, 713, '_screenshot_3', 'field_6756db57a9aee'),
(6451, 713, 'game_url', 'https://9782.play.gamezop.com/g/yr4TqJhLr'),
(6452, 713, '_game_url', 'field_6756db88465ef'),
(6453, 713, 'ratings', '4'),
(6454, 713, '_ratings', 'field_6756db66d1b25'),
(6455, 713, 'game_name', 'Blaze Rider'),
(6456, 713, '_game_name', 'field_6759cf975561e'),
(6457, 713, 'reward_points', '30'),
(6458, 713, '_reward_points', 'field_67587bbd57173'),
(6459, 713, 'time_duration', '59'),
(6460, 713, '_time_duration', 'field_67594d7cab8f4'),
(6465, 714, 'footnotes', ''),
(6467, 714, 'category', ''),
(6468, 714, '_category', 'field_6756da5510b5c'),
(6469, 714, 'popularity', '1,85,372,4'),
(6470, 714, '_popularity', 'field_6756daaf10b5d'),
(6471, 714, 'screenshot_1', '427'),
(6472, 714, '_screenshot_1', 'field_6756db33a9aec'),
(6473, 714, 'screenshot_2', '428'),
(6474, 714, '_screenshot_2', 'field_6756db4ba9aed'),
(6475, 714, 'screenshot_3', '429'),
(6476, 714, '_screenshot_3', 'field_6756db57a9aee'),
(6477, 714, 'game_url', 'https://9782.play.gamezop.com/g/yr4TqJhLr'),
(6478, 714, '_game_url', 'field_6756db88465ef'),
(6479, 714, 'ratings', '4'),
(6480, 714, '_ratings', 'field_6756db66d1b25'),
(6481, 714, 'game_name', 'Blaze Rider'),
(6482, 714, '_game_name', 'field_6759cf975561e'),
(6483, 714, 'reward_points', '30'),
(6484, 714, '_reward_points', 'field_67587bbd57173'),
(6485, 714, 'time_duration', '60'),
(6486, 714, '_time_duration', 'field_67594d7cab8f4'),
(6491, 715, 'footnotes', ''),
(6493, 419, 'game_name', 'Catch-a-pult'),
(6494, 419, '_game_name', 'field_6759cf975561e'),
(6495, 419, 'reward_points', '100'),
(6496, 419, '_reward_points', 'field_67587bbd57173'),
(6497, 419, 'time_duration', '360'),
(6498, 419, '_time_duration', 'field_67594d7cab8f4'),
(6499, 715, 'category', ''),
(6500, 715, '_category', 'field_6756da5510b5c'),
(6501, 715, 'popularity', '1,49,551,69'),
(6502, 715, '_popularity', 'field_6756daaf10b5d'),
(6503, 715, 'screenshot_1', '421'),
(6504, 715, '_screenshot_1', 'field_6756db33a9aec'),
(6505, 715, 'screenshot_2', '422'),
(6506, 715, '_screenshot_2', 'field_6756db4ba9aed'),
(6507, 715, 'screenshot_3', '423'),
(6508, 715, '_screenshot_3', 'field_6756db57a9aee'),
(6509, 715, 'game_url', 'https://9782.play.gamezop.com/g/SkRWoanGOx'),
(6510, 715, '_game_url', 'field_6756db88465ef'),
(6511, 715, 'ratings', '4'),
(6512, 715, '_ratings', 'field_6756db66d1b25'),
(6513, 715, 'game_name', 'Catch-a-pult'),
(6514, 715, '_game_name', 'field_6759cf975561e'),
(6515, 715, 'reward_points', '100'),
(6516, 715, '_reward_points', 'field_67587bbd57173'),
(6517, 715, 'time_duration', '360'),
(6518, 715, '_time_duration', 'field_67594d7cab8f4'),
(6523, 716, 'footnotes', ''),
(6525, 413, 'game_name', 'Terra Infirma'),
(6526, 413, '_game_name', 'field_6759cf975561e'),
(6527, 413, 'reward_points', '50'),
(6528, 413, '_reward_points', 'field_67587bbd57173'),
(6529, 413, 'time_duration', '180'),
(6530, 413, '_time_duration', 'field_67594d7cab8f4'),
(6531, 716, 'category', ''),
(6532, 716, '_category', 'field_6756da5510b5c'),
(6533, 716, 'popularity', '8,01,915,7'),
(6534, 716, '_popularity', 'field_6756daaf10b5d'),
(6535, 716, 'screenshot_1', '415'),
(6536, 716, '_screenshot_1', 'field_6756db33a9aec'),
(6537, 716, 'screenshot_2', '416'),
(6538, 716, '_screenshot_2', 'field_6756db4ba9aed'),
(6539, 716, 'screenshot_3', '417'),
(6540, 716, '_screenshot_3', 'field_6756db57a9aee'),
(6541, 716, 'game_url', 'https://9782.play.gamezop.com/g/HkBWwMUFOye'),
(6542, 716, '_game_url', 'field_6756db88465ef'),
(6543, 716, 'ratings', '4'),
(6544, 716, '_ratings', 'field_6756db66d1b25'),
(6545, 716, 'game_name', 'Terra Infirma'),
(6546, 716, '_game_name', 'field_6759cf975561e'),
(6547, 716, 'reward_points', '50'),
(6548, 716, '_reward_points', 'field_67587bbd57173'),
(6549, 716, 'time_duration', '180'),
(6550, 716, '_time_duration', 'field_67594d7cab8f4'),
(6555, 717, 'footnotes', ''),
(6557, 407, 'game_name', 'The Sea Lion Act'),
(6558, 407, '_game_name', 'field_6759cf975561e'),
(6559, 407, 'reward_points', '60'),
(6560, 407, '_reward_points', 'field_67587bbd57173'),
(6561, 407, 'time_duration', '240'),
(6562, 407, '_time_duration', 'field_67594d7cab8f4'),
(6563, 717, 'category', ''),
(6564, 717, '_category', 'field_6756da5510b5c'),
(6565, 717, 'popularity', '7,07,251,5'),
(6566, 717, '_popularity', 'field_6756daaf10b5d'),
(6567, 717, 'screenshot_1', '409'),
(6568, 717, '_screenshot_1', 'field_6756db33a9aec'),
(6569, 717, 'screenshot_2', '410'),
(6570, 717, '_screenshot_2', 'field_6756db4ba9aed'),
(6571, 717, 'screenshot_3', '411'),
(6572, 717, '_screenshot_3', 'field_6756db57a9aee'),
(6573, 717, 'game_url', 'https://9782.play.gamezop.com/g/SyQZs6nzueW'),
(6574, 717, '_game_url', 'field_6756db88465ef'),
(6575, 717, 'ratings', '4'),
(6576, 717, '_ratings', 'field_6756db66d1b25'),
(6577, 717, 'game_name', 'The Sea Lion Act'),
(6578, 717, '_game_name', 'field_6759cf975561e'),
(6579, 717, 'reward_points', '60'),
(6580, 717, '_reward_points', 'field_67587bbd57173'),
(6581, 717, 'time_duration', '240'),
(6582, 717, '_time_duration', 'field_67594d7cab8f4'),
(6587, 718, 'footnotes', ''),
(6589, 401, 'game_name', 'Astro Knot'),
(6590, 401, '_game_name', 'field_6759cf975561e'),
(6591, 401, 'reward_points', '70'),
(6592, 401, '_reward_points', 'field_67587bbd57173'),
(6593, 401, 'time_duration', '300'),
(6594, 401, '_time_duration', 'field_67594d7cab8f4'),
(6595, 718, 'category', ''),
(6596, 718, '_category', 'field_6756da5510b5c'),
(6597, 718, 'popularity', '3,02,445,01'),
(6598, 718, '_popularity', 'field_6756daaf10b5d'),
(6599, 718, 'screenshot_1', '403'),
(6600, 718, '_screenshot_1', 'field_6756db33a9aec'),
(6601, 718, 'screenshot_2', '404'),
(6602, 718, '_screenshot_2', 'field_6756db4ba9aed'),
(6603, 718, 'screenshot_3', '405'),
(6604, 718, '_screenshot_3', 'field_6756db57a9aee'),
(6605, 718, 'game_url', 'https://9782.play.gamezop.com/g/HJD9VMRQa'),
(6606, 718, '_game_url', 'field_6756db88465ef'),
(6607, 718, 'ratings', '3'),
(6608, 718, '_ratings', 'field_6756db66d1b25'),
(6609, 718, 'game_name', 'Astro Knot'),
(6610, 718, '_game_name', 'field_6759cf975561e'),
(6611, 718, 'reward_points', '70'),
(6612, 718, '_reward_points', 'field_67587bbd57173'),
(6613, 718, 'time_duration', '300'),
(6614, 718, '_time_duration', 'field_67594d7cab8f4'),
(6619, 719, 'footnotes', ''),
(6621, 394, 'game_name', 'Rope Ninja'),
(6622, 394, '_game_name', 'field_6759cf975561e'),
(6623, 394, 'reward_points', '39'),
(6624, 394, '_reward_points', 'field_67587bbd57173'),
(6625, 394, 'time_duration', '240'),
(6626, 394, '_time_duration', 'field_67594d7cab8f4'),
(6627, 719, 'category', ''),
(6628, 719, '_category', 'field_6756da5510b5c'),
(6629, 719, 'popularity', '2,95,610,04'),
(6630, 719, '_popularity', 'field_6756daaf10b5d'),
(6631, 719, 'screenshot_1', '396'),
(6632, 719, '_screenshot_1', 'field_6756db33a9aec'),
(6633, 719, 'screenshot_2', '397'),
(6634, 719, '_screenshot_2', 'field_6756db4ba9aed'),
(6635, 719, 'screenshot_3', '398'),
(6636, 719, '_screenshot_3', 'field_6756db57a9aee'),
(6637, 719, 'game_url', 'https://9782.play.gamezop.com/g/r10-NLT86bx'),
(6638, 719, '_game_url', 'field_6756db88465ef'),
(6639, 719, 'ratings', '4'),
(6640, 719, '_ratings', 'field_6756db66d1b25'),
(6641, 719, 'game_name', 'Rope Ninja'),
(6642, 719, '_game_name', 'field_6759cf975561e'),
(6643, 719, 'reward_points', '39'),
(6644, 719, '_reward_points', 'field_67587bbd57173'),
(6645, 719, 'time_duration', '240'),
(6646, 719, '_time_duration', 'field_67594d7cab8f4'),
(6651, 720, 'footnotes', ''),
(6653, 388, 'game_name', 'Falling Through'),
(6654, 388, '_game_name', 'field_6759cf975561e'),
(6655, 388, 'reward_points', '100'),
(6656, 388, '_reward_points', 'field_67587bbd57173'),
(6657, 388, 'time_duration', '360'),
(6658, 388, '_time_duration', 'field_67594d7cab8f4'),
(6659, 720, 'category', ''),
(6660, 720, '_category', 'field_6756da5510b5c'),
(6661, 720, 'popularity', '2,30,358,26'),
(6662, 720, '_popularity', 'field_6756daaf10b5d'),
(6663, 720, 'screenshot_1', '390'),
(6664, 720, '_screenshot_1', 'field_6756db33a9aec'),
(6665, 720, 'screenshot_2', '391'),
(6666, 720, '_screenshot_2', 'field_6756db4ba9aed'),
(6667, 720, 'screenshot_3', '392'),
(6668, 720, '_screenshot_3', 'field_6756db57a9aee'),
(6669, 720, 'game_url', 'https://9782.play.gamezop.com/g/ByGqEfCXa'),
(6670, 720, '_game_url', 'field_6756db88465ef'),
(6671, 720, 'ratings', '4'),
(6672, 720, '_ratings', 'field_6756db66d1b25'),
(6673, 720, 'game_name', 'Falling Through'),
(6674, 720, '_game_name', 'field_6759cf975561e'),
(6675, 720, 'reward_points', '100'),
(6676, 720, '_reward_points', 'field_67587bbd57173'),
(6677, 720, 'time_duration', '360'),
(6678, 720, '_time_duration', 'field_67594d7cab8f4'),
(6683, 721, 'footnotes', ''),
(6685, 382, 'game_name', 'Zoo Pinball'),
(6686, 382, '_game_name', 'field_6759cf975561e'),
(6687, 382, 'reward_points', '50'),
(6688, 382, '_reward_points', 'field_67587bbd57173'),
(6689, 382, 'time_duration', '180'),
(6690, 382, '_time_duration', 'field_67594d7cab8f4'),
(6691, 721, 'category', ''),
(6692, 721, '_category', 'field_6756da5510b5c'),
(6693, 721, 'popularity', '2,33,540,9'),
(6694, 721, '_popularity', 'field_6756daaf10b5d'),
(6695, 721, 'screenshot_1', '384'),
(6696, 721, '_screenshot_1', 'field_6756db33a9aec'),
(6697, 721, 'screenshot_2', '385'),
(6698, 721, '_screenshot_2', 'field_6756db4ba9aed'),
(6699, 721, 'screenshot_3', '386'),
(6700, 721, '_screenshot_3', 'field_6756db57a9aee'),
(6701, 721, 'game_url', 'https://9782.play.gamezop.com/g/Ske-CtBbdV'),
(6702, 721, '_game_url', 'field_6756db88465ef'),
(6703, 721, 'ratings', '4'),
(6704, 721, '_ratings', 'field_6756db66d1b25'),
(6705, 721, 'game_name', 'Zoo Pinball'),
(6706, 721, '_game_name', 'field_6759cf975561e'),
(6707, 721, 'reward_points', '50'),
(6708, 721, '_reward_points', 'field_67587bbd57173'),
(6709, 721, 'time_duration', '180'),
(6710, 721, '_time_duration', 'field_67594d7cab8f4'),
(6715, 722, 'footnotes', ''),
(6717, 375, 'game_name', 'Bouncy'),
(6718, 375, '_game_name', 'field_6759cf975561e'),
(6719, 375, 'reward_points', '40'),
(6720, 375, '_reward_points', 'field_67587bbd57173'),
(6721, 375, 'time_duration', '120'),
(6722, 375, '_time_duration', 'field_67594d7cab8f4'),
(6723, 722, 'category', ''),
(6724, 722, '_category', 'field_6756da5510b5c'),
(6725, 722, 'popularity', '7,11,239,67'),
(6726, 722, '_popularity', 'field_6756daaf10b5d'),
(6727, 722, 'screenshot_1', '378'),
(6728, 722, '_screenshot_1', 'field_6756db33a9aec'),
(6729, 722, 'screenshot_2', '379'),
(6730, 722, '_screenshot_2', 'field_6756db4ba9aed'),
(6731, 722, 'screenshot_3', '380'),
(6732, 722, '_screenshot_3', 'field_6756db57a9aee'),
(6733, 722, 'game_url', 'https://9782.play.gamezop.com/g/H1Tz6z1Dqym'),
(6734, 722, '_game_url', 'field_6756db88465ef'),
(6735, 722, 'ratings', '4'),
(6736, 722, '_ratings', 'field_6756db66d1b25'),
(6737, 722, 'game_name', 'Bouncy'),
(6738, 722, '_game_name', 'field_6759cf975561e'),
(6739, 722, 'reward_points', '40'),
(6740, 722, '_reward_points', 'field_67587bbd57173'),
(6741, 722, 'time_duration', '120'),
(6742, 722, '_time_duration', 'field_67594d7cab8f4'),
(6747, 723, 'footnotes', ''),
(6749, 368, 'game_name', 'Spinning Shooter'),
(6750, 368, '_game_name', 'field_6759cf975561e'),
(6751, 368, 'reward_points', '80'),
(6752, 368, '_reward_points', 'field_67587bbd57173'),
(6753, 368, 'time_duration', '241'),
(6754, 368, '_time_duration', 'field_67594d7cab8f4'),
(6755, 723, 'category', ''),
(6756, 723, '_category', 'field_6756da5510b5c'),
(6757, 723, 'popularity', '6,15,054,0'),
(6758, 723, '_popularity', 'field_6756daaf10b5d'),
(6759, 723, 'screenshot_1', '370'),
(6760, 723, '_screenshot_1', 'field_6756db33a9aec'),
(6761, 723, 'screenshot_2', '371'),
(6762, 723, '_screenshot_2', 'field_6756db4ba9aed'),
(6763, 723, 'screenshot_3', '372'),
(6764, 723, '_screenshot_3', 'field_6756db57a9aee'),
(6765, 723, 'game_url', 'https://9782.play.gamezop.com/g/B19EafJP9JX'),
(6766, 723, '_game_url', 'field_6756db88465ef'),
(6767, 723, 'ratings', '3'),
(6768, 723, '_ratings', 'field_6756db66d1b25'),
(6769, 723, 'game_name', 'Spinning Shooter'),
(6770, 723, '_game_name', 'field_6759cf975561e'),
(6771, 723, 'reward_points', '80'),
(6772, 723, '_reward_points', 'field_67587bbd57173'),
(6773, 723, 'time_duration', '241'),
(6774, 723, '_time_duration', 'field_67594d7cab8f4'),
(6781, 725, 'footnotes', ''),
(6783, 361, 'game_name', 'Bouncing Beasts'),
(6784, 361, '_game_name', 'field_6759cf975561e'),
(6785, 361, 'reward_points', '50'),
(6786, 361, '_reward_points', 'field_67587bbd57173'),
(6787, 361, 'time_duration', '300'),
(6788, 361, '_time_duration', 'field_67594d7cab8f4'),
(6789, 725, 'category', ''),
(6790, 725, '_category', 'field_6756da5510b5c'),
(6791, 725, 'popularity', '4,25,0167,9'),
(6792, 725, '_popularity', 'field_6756daaf10b5d'),
(6793, 725, 'screenshot_1', '363'),
(6794, 725, '_screenshot_1', 'field_6756db33a9aec'),
(6795, 725, 'screenshot_2', '364'),
(6796, 725, '_screenshot_2', 'field_6756db4ba9aed'),
(6797, 725, 'screenshot_3', '365'),
(6798, 725, '_screenshot_3', 'field_6756db57a9aee'),
(6799, 725, 'game_url', 'https://9782.play.gamezop.com/g/4y6efOyf-5g'),
(6800, 725, '_game_url', 'field_6756db88465ef'),
(6801, 725, 'ratings', '4'),
(6802, 725, '_ratings', 'field_6756db66d1b25'),
(6803, 725, 'game_name', 'Bouncing Beasts'),
(6804, 725, '_game_name', 'field_6759cf975561e'),
(6805, 725, 'reward_points', '50'),
(6806, 725, '_reward_points', 'field_67587bbd57173'),
(6807, 725, 'time_duration', '300'),
(6808, 725, '_time_duration', 'field_67594d7cab8f4'),
(6813, 726, 'footnotes', ''),
(6815, 355, 'game_name', 'Valley of Terror'),
(6816, 355, '_game_name', 'field_6759cf975561e'),
(6817, 355, 'reward_points', '59'),
(6818, 355, '_reward_points', 'field_67587bbd57173'),
(6819, 355, 'time_duration', '240'),
(6820, 355, '_time_duration', 'field_67594d7cab8f4'),
(6821, 726, 'category', ''),
(6822, 726, '_category', 'field_6756da5510b5c'),
(6823, 726, 'popularity', '4,18,395,3'),
(6824, 726, '_popularity', 'field_6756daaf10b5d'),
(6825, 726, 'screenshot_1', '357'),
(6826, 726, '_screenshot_1', 'field_6756db33a9aec'),
(6827, 726, 'screenshot_2', '358'),
(6828, 726, '_screenshot_2', 'field_6756db4ba9aed'),
(6829, 726, 'screenshot_3', '359'),
(6830, 726, '_screenshot_3', 'field_6756db57a9aee'),
(6831, 726, 'game_url', 'https://9782.play.gamezop.com/g/B1jZWUoXUIe'),
(6832, 726, '_game_url', 'field_6756db88465ef'),
(6833, 726, 'ratings', '3'),
(6834, 726, '_ratings', 'field_6756db66d1b25'),
(6835, 726, 'game_name', 'Valley of Terror'),
(6836, 726, '_game_name', 'field_6759cf975561e'),
(6837, 726, 'reward_points', '59'),
(6838, 726, '_reward_points', 'field_67587bbd57173'),
(6839, 726, 'time_duration', '240'),
(6840, 726, '_time_duration', 'field_67594d7cab8f4'),
(6845, 727, 'footnotes', ''),
(6847, 349, 'game_name', 'Gerbil Jump'),
(6848, 349, '_game_name', 'field_6759cf975561e'),
(6849, 349, 'reward_points', '71'),
(6850, 349, '_reward_points', 'field_67587bbd57173'),
(6851, 349, 'time_duration', '360'),
(6852, 349, '_time_duration', 'field_67594d7cab8f4'),
(6853, 727, 'category', ''),
(6854, 727, '_category', 'field_6756da5510b5c'),
(6855, 727, 'popularity', '5,98,793,1'),
(6856, 727, '_popularity', 'field_6756daaf10b5d'),
(6857, 727, 'screenshot_1', '351'),
(6858, 727, '_screenshot_1', 'field_6756db33a9aec'),
(6859, 727, 'screenshot_2', '352'),
(6860, 727, '_screenshot_2', 'field_6756db4ba9aed'),
(6861, 727, 'screenshot_3', '353'),
(6862, 727, '_screenshot_3', 'field_6756db57a9aee'),
(6863, 727, 'game_url', 'https://9782.play.gamezop.com/g/BJzGTMJv91Q'),
(6864, 727, '_game_url', 'field_6756db88465ef'),
(6865, 727, 'ratings', '4'),
(6866, 727, '_ratings', 'field_6756db66d1b25'),
(6867, 727, 'game_name', 'Gerbil Jump'),
(6868, 727, '_game_name', 'field_6759cf975561e'),
(6869, 727, 'reward_points', '71'),
(6870, 727, '_reward_points', 'field_67587bbd57173'),
(6871, 727, 'time_duration', '360'),
(6872, 727, '_time_duration', 'field_67594d7cab8f4'),
(6877, 728, 'footnotes', ''),
(6879, 343, 'game_name', 'Slap Fest'),
(6880, 343, '_game_name', 'field_6759cf975561e'),
(6881, 343, 'reward_points', '39'),
(6882, 343, '_reward_points', 'field_67587bbd57173'),
(6883, 343, 'time_duration', '180'),
(6884, 343, '_time_duration', 'field_67594d7cab8f4'),
(6885, 728, 'category', ''),
(6886, 728, '_category', 'field_6756da5510b5c'),
(6887, 728, 'popularity', '2,83,440,32'),
(6888, 728, '_popularity', 'field_6756daaf10b5d'),
(6889, 728, 'screenshot_1', '345'),
(6890, 728, '_screenshot_1', 'field_6756db33a9aec'),
(6891, 728, 'screenshot_2', '346'),
(6892, 728, '_screenshot_2', 'field_6756db4ba9aed'),
(6893, 728, 'screenshot_3', '347'),
(6894, 728, '_screenshot_3', 'field_6756db57a9aee'),
(6895, 728, 'game_url', 'https://9782.play.gamezop.com/g/ryN9EGAQa'),
(6896, 728, '_game_url', 'field_6756db88465ef'),
(6897, 728, 'ratings', '4'),
(6898, 728, '_ratings', 'field_6756db66d1b25'),
(6899, 728, 'game_name', 'Slap Fest'),
(6900, 728, '_game_name', 'field_6759cf975561e'),
(6901, 728, 'reward_points', '39'),
(6902, 728, '_reward_points', 'field_67587bbd57173'),
(6903, 728, 'time_duration', '180'),
(6904, 728, '_time_duration', 'field_67594d7cab8f4'),
(6909, 729, 'footnotes', ''),
(6911, 337, 'game_name', 'Pumpkin Smashe'),
(6912, 337, '_game_name', 'field_6759cf975561e'),
(6913, 337, 'reward_points', '30'),
(6914, 337, '_reward_points', 'field_67587bbd57173'),
(6915, 337, 'time_duration', '180'),
(6916, 337, '_time_duration', 'field_67594d7cab8f4'),
(6917, 729, 'category', ''),
(6918, 729, '_category', 'field_6756da5510b5c'),
(6919, 729, 'popularity', '2,45,243,30'),
(6920, 729, '_popularity', 'field_6756daaf10b5d'),
(6921, 729, 'screenshot_1', '339'),
(6922, 729, '_screenshot_1', 'field_6756db33a9aec'),
(6923, 729, 'screenshot_2', '340'),
(6924, 729, '_screenshot_2', 'field_6756db4ba9aed'),
(6925, 729, 'screenshot_3', '341'),
(6926, 729, '_screenshot_3', 'field_6756db57a9aee'),
(6927, 729, 'game_url', 'https://9782.play.gamezop.com/g/rJXlRtBWd4'),
(6928, 729, '_game_url', 'field_6756db88465ef'),
(6929, 729, 'ratings', '2'),
(6930, 729, '_ratings', 'field_6756db66d1b25'),
(6931, 729, 'game_name', 'Pumpkin Smashe'),
(6932, 729, '_game_name', 'field_6759cf975561e'),
(6933, 729, 'reward_points', '30'),
(6934, 729, '_reward_points', 'field_67587bbd57173'),
(6935, 729, 'time_duration', '180'),
(6936, 729, '_time_duration', 'field_67594d7cab8f4'),
(6941, 730, 'footnotes', ''),
(6943, 259, 'game_name', 'Blazing Blades'),
(6944, 259, '_game_name', 'field_6759cf975561e'),
(6945, 259, 'reward_points', '50'),
(6946, 259, '_reward_points', 'field_67587bbd57173'),
(6947, 259, 'time_duration', '300'),
(6948, 259, '_time_duration', 'field_67594d7cab8f4'),
(6949, 730, 'category', ''),
(6950, 730, '_category', 'field_6756da5510b5c'),
(6951, 730, 'popularity', '1,82,369,545'),
(6952, 730, '_popularity', 'field_6756daaf10b5d'),
(6953, 730, 'screenshot_1', '278'),
(6954, 730, '_screenshot_1', 'field_6756db33a9aec'),
(6955, 730, 'screenshot_2', '279'),
(6956, 730, '_screenshot_2', 'field_6756db4ba9aed'),
(6957, 730, 'screenshot_3', '281'),
(6958, 730, '_screenshot_3', 'field_6756db57a9aee'),
(6959, 730, 'game_url', 'https://9782.play.gamezop.com/g/UYiznUAya'),
(6960, 730, '_game_url', 'field_6756db88465ef'),
(6961, 730, 'ratings', '4'),
(6962, 730, '_ratings', 'field_6756db66d1b25'),
(6963, 730, 'game_name', 'Blazing Blades'),
(6964, 730, '_game_name', 'field_6759cf975561e'),
(6965, 730, 'reward_points', '50'),
(6966, 730, '_reward_points', 'field_67587bbd57173'),
(6967, 730, 'time_duration', '300'),
(6968, 730, '_time_duration', 'field_67594d7cab8f4'),
(6969, 732, '_edit_last', '1'),
(6970, 732, 'wpc_filter_set_post_type', 'post'),
(6971, 732, 'wpc_filter_set_query_vars', NULL),
(6972, 732, '_edit_lock', '1734086197:1'),
(6973, 734, '_elementor_edit_mode', 'builder'),
(6974, 734, '_elementor_template_type', 'wp-page'),
(6975, 734, '_elementor_version', '3.25.9'),
(6976, 734, '_elementor_pro_version', '3.24.4'),
(6977, 734, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6978, 734, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"07c0d05\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6982, 735, '_elementor_edit_mode', 'builder'),
(6983, 735, '_elementor_template_type', 'wp-page'),
(6984, 735, '_elementor_version', '3.25.9'),
(6985, 735, '_elementor_pro_version', '3.24.4'),
(6986, 735, '_wp_page_template', 'elementor_header_footer'),
(6987, 735, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"07c0d05\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(6991, 736, '_elementor_edit_mode', 'builder'),
(6992, 736, '_elementor_template_type', 'wp-page'),
(6993, 736, '_elementor_version', '3.25.9'),
(6994, 736, '_elementor_pro_version', '3.24.4'),
(6995, 736, '_wp_page_template', 'elementor_header_footer'),
(6996, 736, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"07c0d05\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7015, 737, '_elementor_edit_mode', 'builder'),
(7016, 737, '_elementor_template_type', 'wp-page'),
(7017, 737, '_elementor_version', '3.25.9'),
(7018, 737, '_elementor_pro_version', '3.24.4'),
(7019, 737, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7020, 737, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"07c0d05\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7021, 738, '_elementor_edit_mode', 'builder'),
(7022, 738, '_elementor_template_type', 'wp-page'),
(7023, 738, '_elementor_version', '3.25.9'),
(7024, 738, '_elementor_pro_version', '3.24.4'),
(7025, 738, '_wp_page_template', 'elementor_header_footer'),
(7026, 738, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"07c0d05\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7027, 739, '_elementor_edit_mode', 'builder'),
(7028, 739, '_elementor_template_type', 'wp-page'),
(7029, 739, '_elementor_version', '3.25.9'),
(7030, 739, '_elementor_pro_version', '3.24.4'),
(7031, 739, '_wp_page_template', 'elementor_header_footer'),
(7032, 739, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"910566c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[acf_post_filter]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7037, 692, '_elementor_screenshot_failed', '2024-12-13 10:38:58'),
(7038, 740, '_elementor_edit_mode', 'builder'),
(7039, 740, '_elementor_template_type', 'wp-page'),
(7040, 740, '_elementor_version', '3.25.9'),
(7041, 740, '_elementor_pro_version', '3.24.4'),
(7042, 740, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7043, 740, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"910566c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[acf_post_filter]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7044, 741, '_elementor_edit_mode', 'builder'),
(7045, 741, '_elementor_template_type', 'wp-page'),
(7046, 741, '_elementor_version', '3.25.9'),
(7047, 741, '_elementor_pro_version', '3.24.4'),
(7048, 741, '_wp_page_template', 'elementor_header_footer'),
(7049, 741, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"910566c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[acf_post_filter]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7050, 742, '_elementor_edit_mode', 'builder'),
(7051, 742, '_elementor_template_type', 'wp-page'),
(7052, 742, '_elementor_version', '3.25.9'),
(7053, 742, '_elementor_pro_version', '3.24.4'),
(7054, 742, '_wp_page_template', 'elementor_header_footer'),
(7055, 742, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"910566c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[acf_post_filter]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7097, 743, '_elementor_edit_mode', 'builder'),
(7098, 743, '_elementor_template_type', 'wp-page'),
(7099, 743, '_elementor_version', '3.25.9'),
(7100, 743, '_elementor_pro_version', '3.24.4'),
(7101, 743, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7102, 743, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"910566c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[acf_post_filter]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7103, 744, '_elementor_edit_mode', 'builder'),
(7104, 744, '_elementor_template_type', 'wp-page'),
(7105, 744, '_elementor_version', '3.25.9'),
(7106, 744, '_elementor_pro_version', '3.24.4'),
(7107, 744, '_wp_page_template', 'elementor_header_footer'),
(7108, 744, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"910566c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[acf_post_filter]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7109, 745, '_elementor_edit_mode', 'builder'),
(7110, 745, '_elementor_template_type', 'wp-page'),
(7111, 745, '_elementor_version', '3.25.9'),
(7112, 745, '_elementor_pro_version', '3.24.4'),
(7113, 745, '_wp_page_template', 'elementor_header_footer'),
(7114, 745, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7157, 748, '_elementor_edit_mode', 'builder'),
(7158, 748, '_elementor_template_type', 'wp-page'),
(7159, 748, '_elementor_version', '3.25.9'),
(7160, 748, '_elementor_pro_version', '3.24.4'),
(7161, 748, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7162, 748, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7163, 749, '_elementor_edit_mode', 'builder'),
(7164, 749, '_elementor_template_type', 'wp-page'),
(7165, 749, '_elementor_version', '3.25.9'),
(7166, 749, '_elementor_pro_version', '3.24.4'),
(7167, 749, '_wp_page_template', 'elementor_header_footer'),
(7168, 749, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc1ec3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7169, 750, '_elementor_edit_mode', 'builder'),
(7170, 750, '_elementor_template_type', 'wp-page'),
(7171, 750, '_elementor_version', '3.25.9'),
(7172, 750, '_elementor_pro_version', '3.24.4'),
(7173, 750, '_wp_page_template', 'elementor_header_footer'),
(7174, 750, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(7204, 751, '_wp_page_template', 'elementor_header_footer'),
(7205, 751, '_elementor_edit_mode', 'builder'),
(7206, 751, '_elementor_template_type', 'wp-page'),
(7207, 751, '_elementor_version', '3.25.9'),
(7208, 751, '_elementor_pro_version', '3.24.4'),
(7209, 751, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e74a908\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wppb-edit-profile\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7210, 752, '_wp_page_template', 'elementor_header_footer'),
(7211, 752, '_elementor_edit_mode', 'builder'),
(7212, 752, '_elementor_template_type', 'wp-page'),
(7213, 752, '_elementor_version', '3.25.9'),
(7214, 752, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7215, 752, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e74a908\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wppb-edit-profile\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7216, 753, '_wp_page_template', 'elementor_header_footer'),
(7217, 753, '_elementor_edit_mode', 'builder'),
(7218, 753, '_elementor_template_type', 'wp-page'),
(7219, 753, '_elementor_version', '3.25.9'),
(7220, 753, '_elementor_pro_version', '3.24.4'),
(7221, 753, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"8796474\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_info]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7249, 754, '_wp_page_template', 'elementor_header_footer'),
(7250, 754, '_elementor_edit_mode', 'builder'),
(7251, 754, '_elementor_template_type', 'wp-page'),
(7252, 754, '_elementor_version', '3.25.11'),
(7253, 754, '_elementor_pro_version', '3.25.5'),
(7254, 754, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"8796474\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_info]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7258, 755, '_wp_page_template', 'elementor_header_footer'),
(7259, 755, '_elementor_edit_mode', 'builder'),
(7260, 755, '_elementor_template_type', 'wp-page'),
(7261, 755, '_elementor_version', '3.25.11'),
(7262, 755, '_elementor_pro_version', '3.25.5'),
(7263, 755, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"8796474\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_info]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7267, 756, '_wp_page_template', 'elementor_header_footer'),
(7268, 756, '_elementor_edit_mode', 'builder'),
(7269, 756, '_elementor_template_type', 'wp-page'),
(7270, 756, '_elementor_version', '3.25.11'),
(7271, 756, '_elementor_pro_version', '3.25.5'),
(7272, 756, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"1f9a88c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wppb-edit-profile\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7291, 757, '_wp_page_template', 'elementor_header_footer'),
(7292, 757, '_elementor_edit_mode', 'builder'),
(7293, 757, '_elementor_template_type', 'wp-page'),
(7294, 757, '_elementor_version', '3.25.11'),
(7295, 757, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7296, 757, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"1f9a88c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wppb-edit-profile\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7297, 758, '_wp_page_template', 'elementor_header_footer'),
(7298, 758, '_elementor_edit_mode', 'builder'),
(7299, 758, '_elementor_template_type', 'wp-page'),
(7300, 758, '_elementor_version', '3.25.11'),
(7301, 758, '_elementor_pro_version', '3.25.5'),
(7302, 758, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"1f9a88c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wppb-edit-profile\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7303, 759, '_wp_page_template', 'elementor_header_footer'),
(7304, 759, '_elementor_edit_mode', 'builder'),
(7305, 759, '_elementor_template_type', 'wp-page'),
(7306, 759, '_elementor_version', '3.25.11'),
(7307, 759, '_elementor_pro_version', '3.25.5'),
(7308, 759, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7312, 760, '_wp_page_template', 'elementor_header_footer'),
(7313, 760, '_elementor_edit_mode', 'builder'),
(7314, 760, '_elementor_template_type', 'wp-page'),
(7315, 760, '_elementor_version', '3.25.11'),
(7316, 760, '_elementor_pro_version', '3.25.5'),
(7317, 760, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7321, 761, '_wp_page_template', 'elementor_header_footer'),
(7322, 761, '_elementor_edit_mode', 'builder'),
(7323, 761, '_elementor_template_type', 'wp-page'),
(7324, 761, '_elementor_version', '3.25.11'),
(7325, 761, '_elementor_pro_version', '3.25.5'),
(7326, 761, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7330, 762, '_wp_page_template', 'elementor_header_footer'),
(7331, 762, '_elementor_edit_mode', 'builder'),
(7332, 762, '_elementor_template_type', 'wp-page'),
(7333, 762, '_elementor_version', '3.25.11'),
(7334, 762, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7335, 762, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0cbe286\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7394, 763, '_wp_page_template', 'elementor_header_footer'),
(7395, 763, '_elementor_edit_mode', 'builder'),
(7396, 763, '_elementor_template_type', 'wp-page'),
(7397, 763, '_elementor_version', '3.25.9'),
(7398, 763, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7399, 763, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7403, 764, '_wp_page_template', 'elementor_header_footer'),
(7404, 764, '_elementor_edit_mode', 'builder'),
(7405, 764, '_elementor_template_type', 'wp-page'),
(7406, 764, '_elementor_version', '3.25.9'),
(7407, 764, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7408, 764, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7412, 765, '_wp_page_template', 'elementor_header_footer'),
(7413, 765, '_elementor_edit_mode', 'builder'),
(7414, 765, '_elementor_template_type', 'wp-page'),
(7415, 765, '_elementor_version', '3.25.9'),
(7416, 765, '_elementor_pro_version', '3.24.4');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7417, 765, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7421, 766, '_elementor_source', 'post'),
(7422, 766, '_elementor_edit_mode', 'builder'),
(7423, 766, '_elementor_template_type', 'loop-item'),
(7424, 766, '_elementor_version', '3.25.9'),
(7425, 766, '_elementor_pro_version', '3.24.4'),
(7426, 766, '_wp_page_template', 'default'),
(7427, 766, '_elementor_data', '[{\"id\":\"cf6180f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=89cc257\"}},\"elements\":[{\"id\":\"451f261\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[{\"id\":\"251e810\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":true},{\"id\":\"780cdc1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ee35c2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"138f782\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"17\",\"bottom\":\"6\",\"left\":\"17\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"021d66d\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(7428, 766, '_elementor_screenshot_failed', '2024-12-12 19:00:59'),
(7433, 767, '_wp_page_template', 'elementor_header_footer'),
(7434, 767, '_elementor_edit_mode', 'builder'),
(7435, 767, '_elementor_template_type', 'wp-page'),
(7436, 767, '_elementor_version', '3.25.11'),
(7437, 767, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7438, 767, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7440, 768, '_wp_page_template', 'elementor_header_footer'),
(7441, 768, '_elementor_edit_mode', 'builder'),
(7442, 768, '_elementor_template_type', 'wp-page'),
(7443, 768, '_elementor_version', '3.25.11'),
(7444, 768, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7445, 768, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7447, 769, '_wp_page_template', 'elementor_header_footer'),
(7448, 769, '_elementor_edit_mode', 'builder'),
(7449, 769, '_elementor_template_type', 'wp-page'),
(7450, 769, '_elementor_version', '3.25.11'),
(7451, 769, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7452, 769, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7454, 770, '_wp_page_template', 'elementor_header_footer'),
(7455, 770, '_elementor_edit_mode', 'builder'),
(7456, 770, '_elementor_template_type', 'wp-page'),
(7457, 770, '_elementor_version', '3.25.11'),
(7458, 770, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7459, 770, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7461, 771, '_wp_page_template', 'elementor_header_footer'),
(7462, 771, '_elementor_edit_mode', 'builder'),
(7463, 771, '_elementor_template_type', 'wp-page'),
(7464, 771, '_elementor_version', '3.25.11'),
(7465, 771, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7466, 771, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7468, 772, '_wp_page_template', 'elementor_header_footer'),
(7469, 772, '_elementor_edit_mode', 'builder'),
(7470, 772, '_elementor_template_type', 'wp-page'),
(7471, 772, '_elementor_version', '3.25.11'),
(7472, 772, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7473, 772, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7494, 774, '_wp_page_template', 'elementor_header_footer'),
(7495, 774, '_elementor_edit_mode', 'builder'),
(7496, 774, '_elementor_template_type', 'wp-page'),
(7497, 774, '_elementor_version', '3.25.11'),
(7498, 774, '_elementor_pro_version', '3.25.5'),
(7499, 774, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0cbe286\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7500, 775, '_wp_page_template', 'elementor_header_footer'),
(7501, 775, '_elementor_edit_mode', 'builder'),
(7502, 775, '_elementor_template_type', 'wp-page'),
(7503, 775, '_elementor_version', '3.25.11'),
(7504, 775, '_elementor_pro_version', '3.25.5'),
(7505, 775, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0cbe286\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[custom_user_profile]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7506, 776, '_wp_page_template', 'elementor_header_footer'),
(7507, 776, '_elementor_edit_mode', 'builder'),
(7508, 776, '_elementor_template_type', 'wp-page'),
(7509, 776, '_elementor_version', '3.25.11'),
(7510, 776, '_elementor_pro_version', '3.25.5'),
(7511, 776, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0cbe286\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7545, 779, '_wp_page_template', 'elementor_header_footer'),
(7546, 779, '_elementor_edit_mode', 'builder'),
(7547, 779, '_elementor_template_type', 'wp-page'),
(7548, 779, '_elementor_version', '3.25.11'),
(7549, 779, '_elementor_pro_version', '3.25.5'),
(7550, 779, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0cbe286\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7554, 780, '_wp_page_template', 'elementor_header_footer'),
(7555, 780, '_elementor_edit_mode', 'builder'),
(7556, 780, '_elementor_template_type', 'wp-page'),
(7557, 780, '_elementor_version', '3.25.11'),
(7558, 780, '_elementor_pro_version', '3.25.5'),
(7559, 780, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0cbe286\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7563, 781, '_wp_page_template', 'elementor_header_footer'),
(7564, 781, '_elementor_edit_mode', 'builder'),
(7565, 781, '_elementor_template_type', 'wp-page'),
(7566, 781, '_elementor_version', '3.25.11'),
(7567, 781, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7568, 781, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"48d2b5b\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7582, 782, '_wp_attached_file', '2024/12/pngegg-1-2.png'),
(7583, 782, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:788;s:6:\"height\";i:1013;s:4:\"file\";s:22:\"2024/12/pngegg-1-2.png\";s:8:\"filesize\";i:673277;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pngegg-1-2-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pngegg-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"pngegg-1-2-768x987.png\";s:5:\"width\";i:768;s:6:\"height\";i:987;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:578570;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:22:\"pngegg-1-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321353;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:22:\"pngegg-1-2-788x450.png\";s:5:\"width\";i:788;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:368631;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"pngegg-1-2-788x700.png\";s:5:\"width\";i:788;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:531293;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:20:\"pngegg-1-2-39x50.png\";s:5:\"width\";i:39;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3979;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:21:\"pngegg-1-2-78x100.png\";s:5:\"width\";i:78;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11780;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:21:\"pngegg-1-2-78x100.png\";s:5:\"width\";i:78;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11780;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7586, 783, '_wp_attached_file', '2024/12/pngegg-1-3.png'),
(7587, 783, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:788;s:6:\"height\";i:1013;s:4:\"file\";s:22:\"2024/12/pngegg-1-3.png\";s:8:\"filesize\";i:673277;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pngegg-1-3-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pngegg-1-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"pngegg-1-3-768x987.png\";s:5:\"width\";i:768;s:6:\"height\";i:987;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:578570;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:22:\"pngegg-1-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321353;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:22:\"pngegg-1-3-788x450.png\";s:5:\"width\";i:788;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:368631;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"pngegg-1-3-788x700.png\";s:5:\"width\";i:788;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:531293;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:20:\"pngegg-1-3-39x50.png\";s:5:\"width\";i:39;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3979;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:21:\"pngegg-1-3-78x100.png\";s:5:\"width\";i:78;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11780;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:21:\"pngegg-1-3-78x100.png\";s:5:\"width\";i:78;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11780;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7588, 784, '_wp_page_template', 'elementor_header_footer'),
(7589, 784, '_elementor_edit_mode', 'builder'),
(7590, 784, '_elementor_template_type', 'wp-page'),
(7591, 784, '_elementor_version', '3.25.11'),
(7592, 784, '_elementor_pro_version', '3.25.5'),
(7593, 784, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"48d2b5b\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7597, 785, '_wp_page_template', 'elementor_header_footer'),
(7598, 785, '_elementor_edit_mode', 'builder'),
(7599, 785, '_elementor_template_type', 'wp-page'),
(7600, 785, '_elementor_version', '3.25.11'),
(7601, 785, '_elementor_pro_version', '3.25.5'),
(7602, 785, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"48d2b5b\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7606, 786, '_wp_page_template', 'elementor_header_footer'),
(7607, 786, '_elementor_edit_mode', 'builder'),
(7608, 786, '_elementor_template_type', 'wp-page'),
(7609, 786, '_elementor_version', '3.25.11'),
(7610, 786, '_elementor_pro_version', '3.25.5'),
(7611, 786, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"48d2b5b\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ff4ab52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7617, 787, '_wp_attached_file', '2024/12/pngegg-1-4.png'),
(7618, 787, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:788;s:6:\"height\";i:1013;s:4:\"file\";s:22:\"2024/12/pngegg-1-4.png\";s:8:\"filesize\";i:673277;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pngegg-1-4-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pngegg-1-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"pngegg-1-4-768x987.png\";s:5:\"width\";i:768;s:6:\"height\";i:987;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:578570;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:22:\"pngegg-1-4-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321353;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:22:\"pngegg-1-4-788x450.png\";s:5:\"width\";i:788;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:368631;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"pngegg-1-4-788x700.png\";s:5:\"width\";i:788;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:531293;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:20:\"pngegg-1-4-39x50.png\";s:5:\"width\";i:39;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3979;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:21:\"pngegg-1-4-78x100.png\";s:5:\"width\";i:78;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11780;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:21:\"pngegg-1-4-78x100.png\";s:5:\"width\";i:78;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11780;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7631, 788, '_wp_attached_file', '2024/12/pngegg-1-5.png'),
(7632, 788, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:788;s:6:\"height\";i:1013;s:4:\"file\";s:22:\"2024/12/pngegg-1-5.png\";s:8:\"filesize\";i:673277;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pngegg-1-5-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pngegg-1-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"pngegg-1-5-768x987.png\";s:5:\"width\";i:768;s:6:\"height\";i:987;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:578570;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:22:\"pngegg-1-5-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321353;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:22:\"pngegg-1-5-788x450.png\";s:5:\"width\";i:788;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:368631;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:22:\"pngegg-1-5-788x700.png\";s:5:\"width\";i:788;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:531293;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:20:\"pngegg-1-5-39x50.png\";s:5:\"width\";i:39;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3979;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:21:\"pngegg-1-5-78x100.png\";s:5:\"width\";i:78;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11780;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:21:\"pngegg-1-5-78x100.png\";s:5:\"width\";i:78;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11780;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7642, 790, '_wp_page_template', 'elementor_header_footer'),
(7643, 790, '_elementor_edit_mode', 'builder'),
(7644, 790, '_elementor_template_type', 'wp-page'),
(7645, 790, '_elementor_version', '3.25.11'),
(7646, 790, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7647, 790, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"48d2b5b\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ff4ab52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7650, 791, '_wp_page_template', 'elementor_header_footer'),
(7651, 791, '_elementor_edit_mode', 'builder'),
(7652, 791, '_elementor_template_type', 'wp-page'),
(7653, 791, '_elementor_version', '3.25.11'),
(7654, 791, '_elementor_pro_version', '3.25.5'),
(7655, 791, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f89946\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"48d2b5b\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ff4ab52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7658, 792, '_wp_page_template', 'elementor_header_footer'),
(7659, 792, '_elementor_edit_mode', 'builder'),
(7660, 792, '_elementor_template_type', 'wp-page'),
(7661, 792, '_elementor_version', '3.25.11'),
(7662, 792, '_elementor_pro_version', '3.25.5'),
(7663, 792, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ff4ab52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7668, 793, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg'),
(7669, 793, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:77:\"freepik__candid-image-photography-natural-textures-highly-r__82689-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:78:\"freepik__candid-image-photography-natural-textures-highly-r__82689-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:78:\"freepik__candid-image-photography-natural-textures-highly-r__82689-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7670, 794, '_wp_page_template', 'elementor_header_footer'),
(7671, 794, '_elementor_edit_mode', 'builder'),
(7672, 794, '_elementor_template_type', 'wp-page'),
(7673, 794, '_elementor_version', '3.25.11'),
(7674, 794, '_elementor_pro_version', '3.25.5'),
(7675, 794, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ff4ab52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7679, 795, '_wp_page_template', 'elementor_header_footer'),
(7680, 795, '_elementor_edit_mode', 'builder'),
(7681, 795, '_elementor_template_type', 'wp-page'),
(7682, 795, '_elementor_version', '3.25.11'),
(7683, 795, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7684, 795, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ff4ab52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7688, 796, '_wp_page_template', 'elementor_header_footer'),
(7689, 796, '_elementor_edit_mode', 'builder'),
(7690, 796, '_elementor_template_type', 'wp-page'),
(7691, 796, '_elementor_version', '3.25.11'),
(7692, 796, '_elementor_pro_version', '3.25.5'),
(7693, 796, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7699, 797, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-1.jpeg'),
(7700, 797, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-1.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-1-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7701, 798, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-2.jpeg'),
(7702, 798, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-2.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-2-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7703, 799, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-3.jpeg'),
(7704, 799, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-3.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-3-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7705, 800, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-4.jpeg'),
(7706, 800, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-4.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-4-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7707, 801, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-5.jpeg'),
(7708, 801, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-5.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-5-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7709, 802, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-6.jpeg'),
(7710, 802, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-6.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-6-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7711, 803, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-7.jpeg'),
(7712, 803, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-7.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-7-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7713, 804, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-8.jpeg'),
(7714, 804, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-8.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-8-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7724, 805, '_wp_page_template', 'elementor_header_footer'),
(7725, 805, '_elementor_edit_mode', 'builder'),
(7726, 805, '_elementor_template_type', 'wp-page'),
(7727, 805, '_elementor_version', '3.25.11'),
(7728, 805, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7729, 805, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7733, 806, '_wp_page_template', 'elementor_header_footer'),
(7734, 806, '_elementor_edit_mode', 'builder'),
(7735, 806, '_elementor_template_type', 'wp-page'),
(7736, 806, '_elementor_version', '3.25.11'),
(7737, 806, '_elementor_pro_version', '3.25.5'),
(7738, 806, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7742, 807, '_wp_page_template', 'elementor_header_footer'),
(7743, 807, '_elementor_edit_mode', 'builder'),
(7744, 807, '_elementor_template_type', 'wp-page'),
(7745, 807, '_elementor_version', '3.25.11'),
(7746, 807, '_elementor_pro_version', '3.25.5'),
(7747, 807, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7753, 808, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-9.jpeg'),
(7754, 808, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:896;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__82689-9.jpeg\";s:8:\"filesize\";i:110768;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15963;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66916;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52952;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60014;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-1152x700.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116052;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1232;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__82689-9-100x78.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7755, 809, '_wp_attached_file', '2024/12/processed-image-5.png'),
(7756, 809, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:29:\"2024/12/processed-image-5.png\";s:8:\"filesize\";i:29125;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"processed-image-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"processed-image-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7136;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:29:\"processed-image-5-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33755;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:29:\"processed-image-5-688x450.png\";s:5:\"width\";i:688;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25684;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:27:\"processed-image-5-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2238;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:29:\"processed-image-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:29:\"processed-image-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7757, 810, '_wp_attached_file', '2024/12/processed-image-6.png'),
(7758, 810, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:29:\"2024/12/processed-image-6.png\";s:8:\"filesize\";i:29125;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"processed-image-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"processed-image-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7136;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:29:\"processed-image-6-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33755;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:29:\"processed-image-6-688x450.png\";s:5:\"width\";i:688;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25684;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:27:\"processed-image-6-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2238;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:29:\"processed-image-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:29:\"processed-image-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7759, 811, '_wp_attached_file', '2024/12/processed-image-7.png'),
(7760, 811, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:29:\"2024/12/processed-image-7.png\";s:8:\"filesize\";i:29125;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"processed-image-7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"processed-image-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7136;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:29:\"processed-image-7-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33755;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:29:\"processed-image-7-688x450.png\";s:5:\"width\";i:688;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25684;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:27:\"processed-image-7-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2238;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:29:\"processed-image-7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:29:\"processed-image-7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7761, 812, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577.jpeg'),
(7762, 812, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577.jpeg\";s:8:\"filesize\";i:140901;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__38577-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12024;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__38577-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__38577-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58031;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__38577-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68845;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__38577-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70324;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139641;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:77:\"freepik__candid-image-photography-natural-textures-highly-r__38577-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:874;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:78:\"freepik__candid-image-photography-natural-textures-highly-r__38577-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:78:\"freepik__candid-image-photography-natural-textures-highly-r__38577-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7763, 813, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577-1.jpeg'),
(7764, 813, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577-1.jpeg\";s:8:\"filesize\";i:140901;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12024;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58031;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68845;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70324;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139641;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:874;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-1-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7765, 814, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577-2.jpeg'),
(7766, 814, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577-2.jpeg\";s:8:\"filesize\";i:140901;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12024;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58031;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68845;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70324;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139641;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:874;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-2-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7767, 815, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577-3.jpeg');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7768, 815, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577-3.jpeg\";s:8:\"filesize\";i:140901;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12024;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58031;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68845;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70324;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139641;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:874;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-3-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7769, 816, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577-4.jpeg'),
(7770, 816, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__38577-4.jpeg\";s:8:\"filesize\";i:140901;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12024;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58031;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68845;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70324;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139641;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:874;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__38577-4-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2148;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7771, 817, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__97115.jpeg'),
(7772, 817, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__97115.jpeg\";s:8:\"filesize\";i:72833;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__97115-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9636;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__97115-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5991;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__97115-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35491;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__97115-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41114;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__97115-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42291;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78102;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:77:\"freepik__candid-image-photography-natural-textures-highly-r__97115-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:937;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:78:\"freepik__candid-image-photography-natural-textures-highly-r__97115-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2287;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:78:\"freepik__candid-image-photography-natural-textures-highly-r__97115-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2287;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7773, 818, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__97115-1.jpeg'),
(7774, 818, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__97115-1.jpeg\";s:8:\"filesize\";i:72833;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9636;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5991;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35491;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41114;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42291;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78102;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:937;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2287;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__97115-1-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2287;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7775, 819, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394.jpeg'),
(7776, 819, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:79:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394.jpeg\";s:8:\"filesize\";i:58252;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__96394-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__96394-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__96394-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26057;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__96394-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25856;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__96394-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30041;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56382;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:77:\"freepik__candid-image-photography-natural-textures-highly-r__96394-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:763;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:78:\"freepik__candid-image-photography-natural-textures-highly-r__96394-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:78:\"freepik__candid-image-photography-natural-textures-highly-r__96394-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7779, 821, '_wp_page_template', 'elementor_header_footer'),
(7780, 821, '_elementor_edit_mode', 'builder'),
(7781, 821, '_elementor_template_type', 'wp-page'),
(7782, 821, '_elementor_version', '3.25.11'),
(7783, 821, '_elementor_pro_version', '3.25.5'),
(7784, 821, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7788, 822, '_wp_page_template', 'elementor_header_footer'),
(7789, 822, '_elementor_edit_mode', 'builder'),
(7790, 822, '_elementor_template_type', 'wp-page'),
(7791, 822, '_elementor_version', '3.25.11'),
(7792, 822, '_elementor_pro_version', '3.25.5'),
(7793, 822, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7797, 823, '_wp_page_template', 'elementor_header_footer'),
(7798, 823, '_elementor_edit_mode', 'builder'),
(7799, 823, '_elementor_template_type', 'wp-page'),
(7800, 823, '_elementor_version', '3.25.11'),
(7801, 823, '_elementor_pro_version', '3.25.5'),
(7802, 823, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7814, 827, '_wp_page_template', 'elementor_header_footer'),
(7815, 827, '_elementor_edit_mode', 'builder'),
(7816, 827, '_elementor_template_type', 'wp-page'),
(7817, 827, '_elementor_version', '3.25.11'),
(7818, 827, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7819, 827, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7823, 828, '_wp_page_template', 'elementor_header_footer'),
(7824, 828, '_elementor_edit_mode', 'builder'),
(7825, 828, '_elementor_template_type', 'wp-page'),
(7826, 828, '_elementor_version', '3.25.11'),
(7827, 828, '_elementor_pro_version', '3.25.5'),
(7828, 828, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7832, 829, '_wp_page_template', 'elementor_header_footer'),
(7833, 829, '_elementor_edit_mode', 'builder'),
(7834, 829, '_elementor_template_type', 'wp-page'),
(7835, 829, '_elementor_version', '3.25.11'),
(7836, 829, '_elementor_pro_version', '3.25.5'),
(7837, 829, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7843, 830, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394-1.jpeg'),
(7844, 830, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394-1.jpeg\";s:8:\"filesize\";i:58252;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26057;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25856;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30041;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56382;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:763;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-1-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7857, 832, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394-3.jpeg'),
(7858, 832, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394-3.jpeg\";s:8:\"filesize\";i:58252;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26057;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25856;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30041;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56382;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:763;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-3-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7859, 833, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394-2.jpeg'),
(7860, 833, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394-2.jpeg\";s:8:\"filesize\";i:58252;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26057;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25856;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30041;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56382;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:763;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-2-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7861, 834, '_wp_attached_file', '2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394-4.jpeg'),
(7862, 834, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1408;s:6:\"height\";i:704;s:4:\"file\";s:81:\"2024/12/freepik__candid-image-photography-natural-textures-highly-r__96394-4.jpeg\";s:8:\"filesize\";i:58252;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-300x150.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-1024x512.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-768x384.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26057;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25856;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:81:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-800x450.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30041;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:82:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-1200x700.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56382;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:79:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-50x25.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:763;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:80:\"freepik__candid-image-photography-natural-textures-highly-r__96394-4-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7881, 835, '_wp_page_template', 'elementor_header_footer'),
(7882, 835, '_elementor_edit_mode', 'builder'),
(7883, 835, '_elementor_template_type', 'wp-page'),
(7884, 835, '_elementor_version', '3.25.11'),
(7885, 835, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7886, 835, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7890, 836, '_wp_page_template', 'elementor_header_footer'),
(7891, 836, '_elementor_edit_mode', 'builder'),
(7892, 836, '_elementor_template_type', 'wp-page'),
(7893, 836, '_elementor_version', '3.25.11'),
(7894, 836, '_elementor_pro_version', '3.25.5'),
(7895, 836, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7899, 837, '_wp_page_template', 'elementor_header_footer'),
(7900, 837, '_elementor_edit_mode', 'builder'),
(7901, 837, '_elementor_template_type', 'wp-page'),
(7902, 837, '_elementor_version', '3.25.11'),
(7903, 837, '_elementor_pro_version', '3.25.5'),
(7904, 837, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"c3150e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f244eca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5e4ed4e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7d7cf65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f62a82f\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"cee1a5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cec44de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c4112b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"8e58783\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7910, 838, '_wp_page_template', 'elementor_header_footer'),
(7911, 838, '_elementor_edit_mode', 'builder'),
(7912, 838, '_elementor_template_type', 'wp-page'),
(7913, 838, '_elementor_version', '3.25.11'),
(7914, 838, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7915, 838, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"c3150e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f244eca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5e4ed4e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7d7cf65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f62a82f\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"cee1a5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cec44de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c4112b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"8e58783\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7919, 839, '_wp_page_template', 'elementor_header_footer'),
(7920, 839, '_elementor_edit_mode', 'builder'),
(7921, 839, '_elementor_template_type', 'wp-page'),
(7922, 839, '_elementor_version', '3.25.11'),
(7923, 839, '_elementor_pro_version', '3.25.5'),
(7924, 839, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"c3150e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f244eca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5e4ed4e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7d7cf65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f62a82f\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"cee1a5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cec44de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c4112b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"8e58783\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7928, 840, '_wp_page_template', 'elementor_header_footer'),
(7929, 840, '_elementor_edit_mode', 'builder'),
(7930, 840, '_elementor_template_type', 'wp-page'),
(7931, 840, '_elementor_version', '3.25.11'),
(7932, 840, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7933, 840, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"c3150e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f244eca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2bf24c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7c2cd19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5e4ed4e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7d7cf65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"99fa282\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"935391f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(7945, 841, '_wp_page_template', 'elementor_header_footer'),
(7946, 841, '_elementor_edit_mode', 'builder'),
(7947, 841, '_elementor_template_type', 'wp-page'),
(7948, 841, '_elementor_version', '3.25.11'),
(7949, 841, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7950, 841, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7954, 842, '_wp_page_template', 'elementor_header_footer'),
(7955, 842, '_elementor_edit_mode', 'builder'),
(7956, 842, '_elementor_template_type', 'wp-page'),
(7957, 842, '_elementor_version', '3.25.11'),
(7958, 842, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7959, 842, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7963, 843, '_wp_page_template', 'elementor_header_footer'),
(7964, 843, '_elementor_edit_mode', 'builder'),
(7965, 843, '_elementor_template_type', 'wp-page'),
(7966, 843, '_elementor_version', '3.25.11'),
(7967, 843, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7968, 843, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7977, 9, '_wp_trash_meta_status', 'publish'),
(7978, 9, '_wp_trash_meta_time', '1734524008'),
(7979, 9, '_wp_desired_post_slug', 'default-profile'),
(7980, 844, '_wp_attached_file', '2024/12/gamipress.png'),
(7981, 844, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:21:\"2024/12/gamipress.png\";s:8:\"filesize\";i:7047;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gamipress-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3525;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:19:\"gamipress-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1059;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:21:\"gamipress-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2234;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:21:\"gamipress-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2234;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7982, 845, '_wp_attached_file', '2024/12/gamipress-1.png'),
(7983, 845, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2024/12/gamipress-1.png\";s:8:\"filesize\";i:7047;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"gamipress-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:3525;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:21:\"gamipress-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1059;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:23:\"gamipress-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2234;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:23:\"gamipress-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2234;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7984, 846, '_wp_page_template', 'elementor_header_footer'),
(7985, 846, '_elementor_edit_mode', 'builder'),
(7986, 846, '_elementor_template_type', 'wp-page'),
(7987, 846, '_elementor_version', '3.25.11'),
(7988, 846, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7989, 846, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7990, 847, '_wp_page_template', 'elementor_header_footer'),
(7991, 847, '_elementor_edit_mode', 'builder'),
(7992, 847, '_elementor_template_type', 'wp-page'),
(7993, 847, '_elementor_version', '3.25.11'),
(7994, 847, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7995, 847, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7996, 848, '_wp_page_template', 'elementor_header_footer'),
(7997, 848, '_elementor_edit_mode', 'builder'),
(7998, 848, '_elementor_template_type', 'wp-page'),
(7999, 848, '_elementor_version', '3.25.11'),
(8000, 848, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8001, 848, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52ecc37\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_users limit=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8028, 850, '_wp_page_template', 'elementor_header_footer'),
(8029, 850, '_elementor_edit_mode', 'builder'),
(8030, 850, '_elementor_template_type', 'wp-page'),
(8031, 850, '_elementor_version', '3.26.0'),
(8032, 850, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8033, 850, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52ecc37\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_users limit=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8034, 851, '_wp_page_template', 'elementor_header_footer'),
(8035, 851, '_elementor_edit_mode', 'builder'),
(8036, 851, '_elementor_template_type', 'wp-page'),
(8037, 851, '_elementor_version', '3.26.0'),
(8038, 851, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8039, 851, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52ecc37\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_users limit=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8040, 852, '_wp_page_template', 'elementor_header_footer'),
(8041, 852, '_elementor_edit_mode', 'builder'),
(8042, 852, '_elementor_template_type', 'wp-page'),
(8043, 852, '_elementor_version', '3.26.0'),
(8044, 852, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8045, 852, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_display]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8087, 853, '_wp_page_template', 'elementor_header_footer'),
(8088, 853, '_elementor_edit_mode', 'builder'),
(8089, 853, '_elementor_template_type', 'wp-page'),
(8090, 853, '_elementor_version', '3.26.0'),
(8091, 853, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8092, 853, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_display]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8096, 854, '_wp_page_template', 'elementor_header_footer'),
(8097, 854, '_elementor_edit_mode', 'builder'),
(8098, 854, '_elementor_template_type', 'wp-page'),
(8099, 854, '_elementor_version', '3.26.0'),
(8100, 854, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8101, 854, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_display]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8105, 855, '_wp_page_template', 'elementor_header_footer'),
(8106, 855, '_elementor_edit_mode', 'builder'),
(8107, 855, '_elementor_template_type', 'wp-page'),
(8108, 855, '_elementor_version', '3.26.0'),
(8109, 855, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8110, 855, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[all_users_display limit=\\\"1\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8144, 856, '_wp_page_template', 'elementor_header_footer'),
(8145, 856, '_elementor_edit_mode', 'builder'),
(8146, 856, '_elementor_template_type', 'wp-page'),
(8147, 856, '_elementor_version', '3.26.0'),
(8148, 856, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8149, 856, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[all_users_display limit=\\\"1\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8153, 857, '_wp_page_template', 'elementor_header_footer'),
(8154, 857, '_elementor_edit_mode', 'builder'),
(8155, 857, '_elementor_template_type', 'wp-page'),
(8156, 857, '_elementor_version', '3.26.0'),
(8157, 857, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8158, 857, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[all_users_display limit=\\\"1\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8162, 858, '_wp_page_template', 'elementor_header_footer'),
(8163, 858, '_elementor_edit_mode', 'builder'),
(8164, 858, '_elementor_template_type', 'wp-page'),
(8165, 858, '_elementor_version', '3.26.0'),
(8166, 858, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8167, 858, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_display]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8176, 859, '_wp_page_template', 'elementor_header_footer'),
(8177, 859, '_elementor_edit_mode', 'builder'),
(8178, 859, '_elementor_template_type', 'wp-page'),
(8179, 859, '_elementor_version', '3.25.9'),
(8180, 859, '_elementor_pro_version', '3.24.4'),
(8181, 859, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(8185, 860, '_wp_page_template', 'elementor_header_footer'),
(8186, 860, '_elementor_edit_mode', 'builder'),
(8187, 860, '_elementor_template_type', 'wp-page'),
(8188, 860, '_elementor_version', '3.25.9'),
(8189, 860, '_elementor_pro_version', '3.24.4'),
(8190, 860, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(8194, 861, '_wp_page_template', 'elementor_header_footer'),
(8195, 861, '_elementor_edit_mode', 'builder'),
(8196, 861, '_elementor_template_type', 'wp-page'),
(8197, 861, '_elementor_version', '3.25.9'),
(8198, 861, '_elementor_pro_version', '3.24.4'),
(8199, 861, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(8220, 863, '_wp_page_template', 'elementor_header_footer'),
(8221, 863, '_elementor_edit_mode', 'builder'),
(8222, 863, '_elementor_template_type', 'wp-page'),
(8223, 863, '_elementor_version', '3.26.0'),
(8224, 863, '_elementor_pro_version', '3.25.5'),
(8225, 863, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(8226, 864, '_wp_page_template', 'elementor_header_footer'),
(8227, 864, '_elementor_edit_mode', 'builder'),
(8228, 864, '_elementor_template_type', 'wp-page'),
(8229, 864, '_elementor_version', '3.26.0'),
(8230, 864, '_elementor_pro_version', '3.25.5'),
(8231, 864, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(8232, 865, '_wp_page_template', 'elementor_header_footer'),
(8233, 865, '_elementor_edit_mode', 'builder'),
(8234, 865, '_elementor_template_type', 'wp-page'),
(8235, 865, '_elementor_version', '3.26.0'),
(8236, 865, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8237, 865, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(8275, 867, '_wp_page_template', 'elementor_header_footer'),
(8276, 867, '_elementor_edit_mode', 'builder'),
(8277, 867, '_elementor_template_type', 'wp-page'),
(8278, 867, '_elementor_version', '3.26.0'),
(8279, 867, '_elementor_pro_version', '3.25.5'),
(8280, 867, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(8283, 868, '_wp_page_template', 'elementor_header_footer'),
(8284, 868, '_elementor_edit_mode', 'builder'),
(8285, 868, '_elementor_template_type', 'wp-page'),
(8286, 868, '_elementor_version', '3.26.0'),
(8287, 868, '_elementor_pro_version', '3.25.5'),
(8288, 868, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(8291, 869, '_wp_page_template', 'elementor_header_footer'),
(8292, 869, '_elementor_edit_mode', 'builder'),
(8293, 869, '_elementor_template_type', 'wp-page'),
(8294, 869, '_elementor_version', '3.26.0'),
(8295, 869, '_elementor_pro_version', '3.25.5'),
(8296, 869, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8304, 870, '_elementor_source', 'post'),
(8305, 870, '_elementor_edit_mode', 'builder'),
(8306, 870, '_elementor_template_type', 'popup'),
(8307, 870, '_elementor_version', '3.26.0'),
(8308, 870, '_elementor_pro_version', '3.25.5'),
(8309, 870, '_edit_lock', '1735122285:1'),
(8310, 871, '_form', '<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),
(8311, 871, '_mail', 'a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:40:\"[_site_title] <wordpress@webcrowd.co.in>\";s:4:\"body\";s:191:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8312, 871, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:40:\"[_site_title] <wordpress@webcrowd.co.in>\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8313, 871, '_messages', 'a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),
(8314, 871, '_additional_settings', ''),
(8315, 871, '_locale', 'en_US'),
(8316, 871, '_hash', '24bf18cd71b28e20cfd3e22bb018d15ef9f1669f'),
(8317, 870, '_wp_page_template', 'default'),
(8318, 870, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.2;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:58;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:86;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:16:\"background_color\";s:25:\"globals/colors?id=8406570\";s:18:\"close_button_color\";s:25:\"globals/colors?id=6f6b6dc\";}}'),
(8319, 870, '_elementor_data', '[{\"id\":\"b9011fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":44,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c42f7a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b1bfe3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Withdrawal Request Form\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0d5322\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_8a8451c\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Withdrawal Amount\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"_id\":\"8a8451c\"},{\"custom_id\":\"field_89947db\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Withdrawal Method\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"89947db\"},{\"custom_id\":\"field_b0deaf6\",\"required\":\"true\",\"field_label\":\"Account Details\",\"placeholder\":\"Enter Paypal \\/ UPI ID\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"b0deaf6\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(8321, 870, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(8322, 872, '_form', '<div class=\"withdrawal-request-form\">\n    [text* withdrawal-amount min:10 max:5000 placeholder \"Enter Withdrawal Amount\"]\n    \n    <div class=\"withdrawal-method-container\">\n        <label>Select Withdrawal Method</label>\n        [select* withdrawal-method \"PayPal\" \"UPI\"]\n    </div>\n    \n    <div class=\"payment-details-container\">\n        <!-- PayPal Fields (Default) -->\n        <div class=\"paypal-details\" style=\"display:block;\">\n            [email* paypal-email placeholder \"Enter PayPal Email Address\"]\n        </div>\n        \n        <!-- UPI Fields (Initially Hidden) -->\n        <div class=\"upi-details\" style=\"display:none;\">\n            [text* upi-id placeholder \"Enter UPI ID\"]\n            [text* bank-name placeholder \"Enter Bank Name\"]\n            [text* account-number placeholder \"Enter Bank Account Number\"]\n            [text* ifsc-code placeholder \"Enter IFSC Code\"]\n        </div>\n    </div>\n    \n    [textarea* additional-notes placeholder \"Additional Notes (Optional)\"]\n    \n    [submit \"Submit Withdrawal Request\"]\n</div>');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8323, 872, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:40:\"[_site_title] <wordpress@webcrowd.co.in>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:191:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(8324, 872, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:40:\"[_site_title] <wordpress@webcrowd.co.in>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(8325, 872, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),
(8326, 872, '_additional_settings', '<script>\ndocument.addEventListener(\'DOMContentLoaded\', function() {\n    const withdrawalMethodSelect = document.querySelector(\'.withdrawal-method-container select\');\n    const paypalDetailsContainer = document.querySelector(\'.paypal-details\');\n    const upiDetailsContainer = document.querySelector(\'.upi-details\');\n    \n    withdrawalMethodSelect.addEventListener(\'change\', function() {\n        if (this.value === \'PayPal\') {\n            paypalDetailsContainer.style.display = \'block\';\n            upiDetailsContainer.style.display = \'none\';\n        } else if (this.value === \'UPI\') {\n            paypalDetailsContainer.style.display = \'none\';\n            upiDetailsContainer.style.display = \'block\';\n        }\n    });\n});\n</script>\n\n<style>\n.withdrawal-request-form input,\n.withdrawal-request-form select,\n.withdrawal-request-form textarea {\n    width: 100%;\n    margin-bottom: 15px;\n    padding: 10px;\n    border: 1px solid #ddd;\n    border-radius: 4px;\n}\n\n.withdrawal-method-container,\n.payment-details-container {\n    margin-bottom: 15px;\n}\n\n.withdrawal-request-form .wpcf7-submit {\n    background-color: #6A1E55;\n    color: white;\n    border: none;\n    padding: 12px 30px;\n    border-radius: 50px;\n    cursor: pointer;\n    transition: background-color 0.3s ease;\n}\n\n.withdrawal-request-form .wpcf7-submit:hover {\n    background-color: #4a1439;\n}\n</style>'),
(8327, 872, '_locale', 'en_US'),
(8328, 872, '_hash', '592e5ac42928d7a26026174089f9426361e27b49'),
(8329, 872, '_config_validation', 'a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:51:\"Invalid mailbox syntax is used in the %name% field.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),
(8340, 873, '_elementor_source', 'post'),
(8341, 873, '_elementor_edit_mode', 'builder'),
(8342, 873, '_elementor_template_type', 'popup'),
(8343, 873, '_elementor_version', '3.26.0'),
(8344, 873, '_elementor_pro_version', '3.25.5'),
(8345, 873, '_wp_page_template', 'default'),
(8346, 873, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.6;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=8406570\";}}'),
(8347, 873, '_elementor_data', '[{\"id\":\"b9011fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":44,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c42f7a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b1bfe3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Withdrawal Request Form\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0d5322\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_8a8451c\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Withdrawal Amount\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"_id\":\"8a8451c\"},{\"custom_id\":\"field_89947db\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Withdrawal Method\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"89947db\"},{\"custom_id\":\"field_b0deaf6\",\"required\":\"true\",\"field_label\":\"Account Details\",\"placeholder\":\"Enter Paypal \\/ UPI ID\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"b0deaf6\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"382bc31\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(8349, 873, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(8350, 874, '_elementor_source', 'post'),
(8351, 874, '_elementor_edit_mode', 'builder'),
(8352, 874, '_elementor_template_type', 'popup'),
(8353, 874, '_elementor_version', '3.26.0'),
(8354, 874, '_elementor_pro_version', '3.25.5'),
(8355, 874, '_wp_page_template', 'default'),
(8356, 874, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.6;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:58;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:86;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=8406570\";}}'),
(8357, 874, '_elementor_data', '[{\"id\":\"b9011fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":44,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c42f7a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b1bfe3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Withdrawal Request Form\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0d5322\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_8a8451c\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Withdrawal Amount\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"_id\":\"8a8451c\"},{\"custom_id\":\"field_89947db\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Withdrawal Method\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"89947db\"},{\"custom_id\":\"field_b0deaf6\",\"required\":\"true\",\"field_label\":\"Account Details\",\"placeholder\":\"Enter Paypal \\/ UPI ID\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"b0deaf6\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(8359, 874, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(8363, 875, '_wp_page_template', 'elementor_header_footer'),
(8364, 875, '_elementor_edit_mode', 'builder'),
(8365, 875, '_elementor_template_type', 'wp-page'),
(8366, 875, '_elementor_version', '3.26.0'),
(8367, 875, '_elementor_pro_version', '3.25.5'),
(8368, 875, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8372, 876, '_wp_page_template', 'elementor_header_footer'),
(8373, 876, '_elementor_edit_mode', 'builder'),
(8374, 876, '_elementor_template_type', 'wp-page'),
(8375, 876, '_elementor_version', '3.26.0'),
(8376, 876, '_elementor_pro_version', '3.25.5'),
(8377, 876, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8381, 877, '_wp_page_template', 'elementor_header_footer'),
(8382, 877, '_elementor_edit_mode', 'builder'),
(8383, 877, '_elementor_template_type', 'wp-page'),
(8384, 877, '_elementor_version', '3.26.0'),
(8385, 877, '_elementor_pro_version', '3.25.5'),
(8386, 877, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8435, 879, '_wp_page_template', 'elementor_header_footer'),
(8436, 879, '_elementor_edit_mode', 'builder'),
(8437, 879, '_elementor_template_type', 'wp-page'),
(8438, 879, '_elementor_version', '3.26.0'),
(8439, 879, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8440, 879, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8444, 880, '_wp_page_template', 'elementor_header_footer'),
(8445, 880, '_elementor_edit_mode', 'builder'),
(8446, 880, '_elementor_template_type', 'wp-page'),
(8447, 880, '_elementor_version', '3.26.0'),
(8448, 880, '_elementor_pro_version', '3.25.5'),
(8449, 880, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8453, 881, '_wp_page_template', 'elementor_header_footer'),
(8454, 881, '_elementor_edit_mode', 'builder'),
(8455, 881, '_elementor_template_type', 'wp-page'),
(8456, 881, '_elementor_version', '3.26.0'),
(8457, 881, '_elementor_pro_version', '3.25.5'),
(8458, 881, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4f94de\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[reward_points_earnings]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8491, 883, '_wp_page_template', 'elementor_header_footer'),
(8492, 883, '_elementor_edit_mode', 'builder'),
(8493, 883, '_elementor_template_type', 'wp-page'),
(8494, 883, '_elementor_version', '3.26.0'),
(8495, 883, '_elementor_pro_version', '3.25.5'),
(8496, 883, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4f94de\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[reward_points_earnings]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8500, 884, '_wp_page_template', 'elementor_header_footer'),
(8501, 884, '_elementor_edit_mode', 'builder'),
(8502, 884, '_elementor_template_type', 'wp-page'),
(8503, 884, '_elementor_version', '3.26.0'),
(8504, 884, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8505, 884, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4f94de\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[reward_points_earnings]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8509, 885, '_wp_page_template', 'elementor_header_footer'),
(8510, 885, '_elementor_edit_mode', 'builder'),
(8511, 885, '_elementor_template_type', 'wp-page'),
(8512, 885, '_elementor_version', '3.26.0'),
(8513, 885, '_elementor_pro_version', '3.25.5'),
(8514, 885, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8521, 886, '_wp_page_template', 'elementor_header_footer'),
(8522, 886, '_elementor_edit_mode', 'builder'),
(8523, 886, '_elementor_template_type', 'wp-page'),
(8524, 886, '_elementor_version', '3.26.0'),
(8525, 886, '_elementor_pro_version', '3.25.5'),
(8526, 886, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8530, 887, '_wp_page_template', 'elementor_header_footer'),
(8531, 887, '_elementor_edit_mode', 'builder'),
(8532, 887, '_elementor_template_type', 'wp-page'),
(8533, 887, '_elementor_version', '3.26.0'),
(8534, 887, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8535, 887, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8539, 888, '_wp_page_template', 'elementor_header_footer'),
(8540, 888, '_elementor_edit_mode', 'builder'),
(8541, 888, '_elementor_template_type', 'wp-page'),
(8542, 888, '_elementor_version', '3.26.0'),
(8543, 888, '_elementor_pro_version', '3.25.5'),
(8544, 888, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8550, 889, '_wp_page_template', 'elementor_header_footer'),
(8551, 889, '_elementor_edit_mode', 'builder'),
(8552, 889, '_elementor_template_type', 'wp-page'),
(8553, 889, '_elementor_version', '3.26.0'),
(8554, 889, '_elementor_pro_version', '3.25.5'),
(8555, 889, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8559, 890, '_wp_page_template', 'elementor_header_footer'),
(8560, 890, '_elementor_edit_mode', 'builder'),
(8561, 890, '_elementor_template_type', 'wp-page'),
(8562, 890, '_elementor_version', '3.26.0'),
(8563, 890, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8564, 890, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"809061a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8568, 891, '_wp_page_template', 'elementor_header_footer'),
(8569, 891, '_elementor_edit_mode', 'builder'),
(8570, 891, '_elementor_template_type', 'wp-page'),
(8571, 891, '_elementor_version', '3.26.0'),
(8572, 891, '_elementor_pro_version', '3.25.5'),
(8573, 891, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8581, 892, '_wp_page_template', 'elementor_header_footer'),
(8582, 892, '_elementor_edit_mode', 'builder'),
(8583, 892, '_elementor_template_type', 'wp-page'),
(8584, 892, '_elementor_version', '3.26.0'),
(8585, 892, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8586, 892, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_display]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8589, 893, '_wp_page_template', 'elementor_header_footer'),
(8590, 893, '_elementor_edit_mode', 'builder'),
(8591, 893, '_elementor_template_type', 'wp-page'),
(8592, 893, '_elementor_version', '3.26.0'),
(8593, 893, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8594, 893, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_display]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c6890a\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"087623f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"9da5c3f\\\" name=\\\"user-profile-picture\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8597, 894, '_wp_page_template', 'elementor_header_footer'),
(8598, 894, '_elementor_edit_mode', 'builder'),
(8599, 894, '_elementor_template_type', 'wp-page'),
(8600, 894, '_elementor_version', '3.26.0'),
(8601, 894, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8602, 894, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8607, 895, '_wp_page_template', 'elementor_header_footer'),
(8608, 895, '_elementor_edit_mode', 'builder'),
(8609, 895, '_elementor_template_type', 'wp-page'),
(8610, 895, '_elementor_version', '3.26.0'),
(8611, 895, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8612, 895, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8616, 896, '_wp_page_template', 'elementor_header_footer'),
(8617, 896, '_elementor_edit_mode', 'builder'),
(8618, 896, '_elementor_template_type', 'wp-page'),
(8619, 896, '_elementor_version', '3.26.0'),
(8620, 896, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8621, 896, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8625, 897, '_wp_page_template', 'elementor_header_footer'),
(8626, 897, '_elementor_edit_mode', 'builder'),
(8627, 897, '_elementor_template_type', 'wp-page'),
(8628, 897, '_elementor_version', '3.26.0'),
(8629, 897, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8630, 897, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8636, 898, '_wp_page_template', 'elementor_header_footer'),
(8637, 898, '_elementor_edit_mode', 'builder'),
(8638, 898, '_elementor_template_type', 'wp-page'),
(8639, 898, '_elementor_version', '3.26.0'),
(8640, 898, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8641, 898, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8645, 899, '_wp_page_template', 'elementor_header_footer'),
(8646, 899, '_elementor_edit_mode', 'builder'),
(8647, 899, '_elementor_template_type', 'wp-page'),
(8648, 899, '_elementor_version', '3.26.0'),
(8649, 899, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8650, 899, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8654, 900, '_wp_page_template', 'elementor_header_footer'),
(8655, 900, '_elementor_edit_mode', 'builder'),
(8656, 900, '_elementor_template_type', 'wp-page'),
(8657, 900, '_elementor_version', '3.26.0'),
(8658, 900, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8659, 900, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8665, 901, '_wp_page_template', 'elementor_header_footer'),
(8666, 901, '_elementor_edit_mode', 'builder'),
(8667, 901, '_elementor_template_type', 'wp-page'),
(8668, 901, '_elementor_version', '3.26.0'),
(8669, 901, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8670, 901, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8674, 902, '_wp_page_template', 'elementor_header_footer'),
(8675, 902, '_elementor_edit_mode', 'builder'),
(8676, 902, '_elementor_template_type', 'wp-page'),
(8677, 902, '_elementor_version', '3.26.0'),
(8678, 902, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8679, 902, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8683, 903, '_wp_page_template', 'elementor_header_footer'),
(8684, 903, '_elementor_edit_mode', 'builder'),
(8685, 903, '_elementor_template_type', 'wp-page'),
(8686, 903, '_elementor_version', '3.26.0'),
(8687, 903, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8688, 903, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8694, 904, '_wp_page_template', 'elementor_header_footer'),
(8695, 904, '_elementor_edit_mode', 'builder'),
(8696, 904, '_elementor_template_type', 'wp-page'),
(8697, 904, '_elementor_version', '3.26.0'),
(8698, 904, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8699, 904, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8703, 905, '_wp_page_template', 'elementor_header_footer'),
(8704, 905, '_elementor_edit_mode', 'builder'),
(8705, 905, '_elementor_template_type', 'wp-page'),
(8706, 905, '_elementor_version', '3.26.0'),
(8707, 905, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8708, 905, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8712, 906, '_wp_page_template', 'elementor_header_footer'),
(8713, 906, '_elementor_edit_mode', 'builder'),
(8714, 906, '_elementor_template_type', 'wp-page'),
(8715, 906, '_elementor_version', '3.26.0'),
(8716, 906, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8717, 906, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8732, 908, '_wp_page_template', 'elementor_header_footer'),
(8733, 908, '_elementor_edit_mode', 'builder'),
(8734, 908, '_elementor_template_type', 'wp-page'),
(8735, 908, '_elementor_version', '3.25.11'),
(8736, 908, '_elementor_pro_version', '3.25.5'),
(8737, 908, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"c3150e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f244eca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2bf24c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7c2cd19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5e4ed4e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7d7cf65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"99fa282\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"935391f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8738, 909, '_wp_page_template', 'elementor_header_footer'),
(8739, 909, '_elementor_edit_mode', 'builder'),
(8740, 909, '_elementor_template_type', 'wp-page'),
(8741, 909, '_elementor_version', '3.25.11'),
(8742, 909, '_elementor_pro_version', '3.25.5'),
(8743, 909, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"dd97f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gameplay Status\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea23569\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"c3150e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f244eca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2bf24c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7c2cd19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Games Played\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5e4ed4e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"7d7cf65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"99fa282\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"935391f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Total Points\",\"description_text\":\"1,000\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"description_color\":\"#A64D79\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=45f9cee\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8744, 910, '_wp_page_template', 'elementor_header_footer'),
(8745, 910, '_elementor_edit_mode', 'builder'),
(8746, 910, '_elementor_template_type', 'wp-page'),
(8747, 910, '_elementor_version', '3.25.11'),
(8748, 910, '_elementor_pro_version', '3.25.5'),
(8749, 910, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[social_links]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8826, 912, '_wp_page_template', 'elementor_header_footer'),
(8827, 912, '_elementor_edit_mode', 'builder'),
(8828, 912, '_elementor_template_type', 'wp-page'),
(8829, 912, '_elementor_version', '3.26.0'),
(8830, 912, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8831, 912, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[social_links]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8835, 913, '_wp_page_template', 'elementor_header_footer'),
(8836, 913, '_elementor_edit_mode', 'builder'),
(8837, 913, '_elementor_template_type', 'wp-page'),
(8838, 913, '_elementor_version', '3.26.0'),
(8839, 913, '_elementor_pro_version', '3.25.5'),
(8840, 913, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[social_links]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8844, 914, '_wp_page_template', 'elementor_header_footer'),
(8845, 914, '_elementor_edit_mode', 'builder'),
(8846, 914, '_elementor_template_type', 'wp-page'),
(8847, 914, '_elementor_version', '3.26.0'),
(8848, 914, '_elementor_pro_version', '3.25.5'),
(8849, 914, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8855, 915, '_wp_page_template', 'elementor_header_footer'),
(8856, 915, '_elementor_edit_mode', 'builder'),
(8857, 915, '_elementor_template_type', 'wp-page'),
(8858, 915, '_elementor_version', '3.26.0'),
(8859, 915, '_elementor_pro_version', '3.25.5'),
(8860, 915, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8864, 916, '_wp_page_template', 'elementor_header_footer'),
(8865, 916, '_elementor_edit_mode', 'builder'),
(8866, 916, '_elementor_template_type', 'wp-page'),
(8867, 916, '_elementor_version', '3.26.0'),
(8868, 916, '_elementor_pro_version', '3.25.5'),
(8869, 916, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8873, 917, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8874, 917, '_elementor_edit_mode', 'builder'),
(8875, 917, '_elementor_template_type', 'wp-page'),
(8876, 917, '_elementor_version', '3.26.0'),
(8877, 917, '_elementor_pro_version', '3.25.5'),
(8878, 917, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8927, 870, '__elementor_forms_snapshot', '[{\"id\":\"a0d5322\",\"name\":\"New Form\",\"fields\":[{\"id\":\"email\",\"type\":\"email\",\"label\":\"Enter Email\"},{\"id\":\"field_8a8451c\",\"type\":\"number\",\"label\":\"Withdrawal Amount\"},{\"id\":\"field_89947db\",\"type\":\"select\",\"label\":\"Withdrawal Method\",\"options\":[\"Paypal | UPI\"],\"is_multiple\":false},{\"id\":\"field_b0deaf6\",\"type\":\"text\",\"label\":\"Account Details\"}]}]'),
(8928, 919, '_elementor_source', 'post'),
(8929, 919, '_elementor_edit_mode', 'builder'),
(8930, 919, '_elementor_template_type', 'popup'),
(8931, 919, '_elementor_version', '3.26.0'),
(8932, 919, '_elementor_pro_version', '3.25.5'),
(8933, 919, '_wp_page_template', 'default'),
(8934, 919, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.2;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:58;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:86;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:16:\"background_color\";s:25:\"globals/colors?id=8406570\";s:18:\"close_button_color\";s:25:\"globals/colors?id=6f6b6dc\";}}'),
(8935, 919, '_elementor_data', '[{\"id\":\"b9011fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":44,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c42f7a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b1bfe3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Withdrawal Request Form\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0d5322\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_8a8451c\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Withdrawal Amount\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"_id\":\"8a8451c\"},{\"custom_id\":\"field_89947db\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Withdrawal Method\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"89947db\"},{\"custom_id\":\"field_b0deaf6\",\"required\":\"true\",\"field_label\":\"Account Details\",\"placeholder\":\"Enter Paypal \\/ UPI ID\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"b0deaf6\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(8936, 919, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(8937, 920, '_elementor_source', 'post'),
(8938, 920, '_elementor_edit_mode', 'builder'),
(8939, 920, '_elementor_template_type', 'popup'),
(8940, 920, '_elementor_version', '3.26.0'),
(8941, 920, '_elementor_pro_version', '3.25.5'),
(8942, 920, '_wp_page_template', 'default'),
(8943, 920, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.2;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:58;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:86;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:16:\"background_color\";s:25:\"globals/colors?id=8406570\";s:18:\"close_button_color\";s:25:\"globals/colors?id=6f6b6dc\";}}'),
(8944, 920, '_elementor_data', '[{\"id\":\"b9011fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":44,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c42f7a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b1bfe3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Withdrawal Request Form\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0d5322\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_8a8451c\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Withdrawal Amount\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"_id\":\"8a8451c\"},{\"custom_id\":\"field_89947db\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Withdrawal Method\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"89947db\"},{\"custom_id\":\"field_b0deaf6\",\"required\":\"true\",\"field_label\":\"Account Details\",\"placeholder\":\"Enter Paypal \\/ UPI ID\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"b0deaf6\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(8945, 920, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(8947, 921, '_form', '[text user_name placeholder \"Your Name\"]\n[email user_email placeholder \"Your Email\"]\n[number withdrawal_amount placeholder \"Enter Withdrawal Amount\"]\n[select withdrawal_method \"Bank Transfer\" \"PayPal\" \"Other\"]\n[textarea additional_notes placeholder \"Additional Notes\"]\n[submit \"Submit Request\"]'),
(8948, 921, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:40:\"[_site_title] <wordpress@webcrowd.co.in>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:191:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(8949, 921, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:40:\"[_site_title] <wordpress@webcrowd.co.in>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(8950, 921, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),
(8951, 921, '_additional_settings', ''),
(8952, 921, '_locale', 'en_US'),
(8953, 921, '_hash', '4a9e6db21abd6ab2f903479af5f4e29e79a3a05a'),
(8954, 922, '_elementor_source', 'post'),
(8955, 922, '_elementor_edit_mode', 'builder'),
(8956, 922, '_elementor_template_type', 'popup'),
(8957, 922, '_elementor_version', '3.26.0'),
(8958, 922, '_elementor_pro_version', '3.25.5'),
(8959, 922, '_wp_page_template', 'default'),
(8960, 922, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.2;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:58;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:86;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:16:\"background_color\";s:25:\"globals/colors?id=8406570\";s:18:\"close_button_color\";s:25:\"globals/colors?id=6f6b6dc\";}}'),
(8961, 922, '_elementor_data', '[{\"id\":\"b9011fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":44,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c42f7a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b1bfe3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Withdrawal Request Form\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0d5322\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_8a8451c\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Withdrawal Amount\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"_id\":\"8a8451c\"},{\"custom_id\":\"field_89947db\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Withdrawal Method\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"89947db\"},{\"custom_id\":\"field_b0deaf6\",\"required\":\"true\",\"field_label\":\"Account Details\",\"placeholder\":\"Enter Paypal \\/ UPI ID\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"b0deaf6\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"629d7b1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[withdrawal_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(8962, 922, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(9010, 923, '_elementor_source', 'post'),
(9011, 923, '_elementor_edit_mode', 'builder'),
(9012, 923, '_elementor_template_type', 'popup'),
(9013, 923, '_elementor_version', '3.26.0'),
(9014, 923, '_elementor_pro_version', '3.25.5'),
(9015, 923, '_wp_page_template', 'default'),
(9016, 923, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.2;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:58;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:86;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:16:\"background_color\";s:25:\"globals/colors?id=8406570\";s:18:\"close_button_color\";s:25:\"globals/colors?id=6f6b6dc\";}}'),
(9017, 923, '_elementor_data', '[{\"id\":\"b9011fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":44,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c42f7a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b1bfe3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Withdrawal Request Form\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0d5322\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_8a8451c\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Withdrawal Amount\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"_id\":\"8a8451c\"},{\"custom_id\":\"field_89947db\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Withdrawal Method\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"89947db\"},{\"custom_id\":\"field_b0deaf6\",\"required\":\"true\",\"field_label\":\"Account Details\",\"placeholder\":\"Enter Paypal \\/ UPI ID\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"b0deaf6\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"629d7b1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[cfw_withdrawal_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9018, 923, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(9024, 924, '_elementor_source', 'post'),
(9025, 924, '_elementor_edit_mode', 'builder'),
(9026, 924, '_elementor_template_type', 'popup'),
(9027, 924, '_elementor_version', '3.26.0'),
(9028, 924, '_elementor_pro_version', '3.25.5'),
(9029, 924, '_wp_page_template', 'default'),
(9030, 924, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.2;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:58;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:86;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:2:{s:16:\"background_color\";s:25:\"globals/colors?id=8406570\";s:18:\"close_button_color\";s:25:\"globals/colors?id=6f6b6dc\";}}'),
(9031, 924, '_elementor_data', '[{\"id\":\"b9011fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":44,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c42f7a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b1bfe3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Withdrawal Request Form\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0d5322\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_8a8451c\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Withdrawal Amount\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"_id\":\"8a8451c\"},{\"custom_id\":\"field_89947db\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Withdrawal Method\",\"placeholder\":\"Enter Amount (min 5$)\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"89947db\"},{\"custom_id\":\"field_b0deaf6\",\"required\":\"true\",\"field_label\":\"Account Details\",\"placeholder\":\"Enter Paypal \\/ UPI ID\",\"field_min\":5,\"field_max\":50,\"field_options\":\"Paypal | UPI\",\"_id\":\"b0deaf6\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false}]'),
(9032, 924, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(9038, 925, '_edit_lock', '1734955116:1'),
(9039, 925, '_wp_page_template', 'elementor_header_footer'),
(9040, 925, '_edit_last', '1'),
(9041, 925, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(9042, 925, '_elementor_edit_mode', 'builder'),
(9043, 925, '_elementor_template_type', 'wp-page'),
(9044, 925, '_elementor_version', '3.26.0'),
(9045, 925, '_elementor_pro_version', '3.25.5'),
(9053, 921, '_config_validation', 'a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:51:\"Invalid mailbox syntax is used in the %name% field.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),
(9054, 928, '_form', '!-- Contact Form 7 Form Template -->\n<div class=\"payment-request-form\">\n    <div class=\"form-group\">\n        <label for=\"email\">Email Address *</label>\n        [email* email id:email class:form-control placeholder \"Enter your email address\"]\n    </div>\n\n    <div class=\"form-group\">\n        <label for=\"withdraw-amount\">Withdrawal Amount (Minimum $5) *</label>\n        [number* withdraw-amount id:withdraw-amount class:form-control min:5 step:0.01 placeholder \"Enter amount (min $5)\"]\n    </div>\n\n    <div class=\"form-group\">\n        <label for=\"withdrawal-method\">Withdrawal Method *</label>\n        [select* withdrawal-method id:withdrawal-method class:form-control \"Select payment method\" \"PayPal\" \"UPI\"]\n    </div>\n\n    <div class=\"form-group payment-details\" id=\"paypal-details\" style=\"display: none;\">\n        <label for=\"paypal-email\">PayPal Email *</label>\n        [email* paypal-email id:paypal-email class:form-control placeholder \"Enter your PayPal email\"]\n    </div>\n\n    <div class=\"form-group payment-details\" id=\"upi-details\" style=\"display: none;\">\n        <label for=\"upi-id\">UPI ID *</label>\n        [text* upi-id id:upi-id class:form-control placeholder \"Enter your UPI ID\"]\n    </div>\n\n    <div class=\"form-submit\">\n        [submit class:submit-button \"Submit Withdrawal Request\"]\n    </div>\n</div>'),
(9055, 928, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:40:\"[_site_title] <wordpress@webcrowd.co.in>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:191:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9056, 928, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:40:\"[_site_title] <wordpress@webcrowd.co.in>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(9057, 928, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),
(9058, 928, '_additional_settings', ''),
(9059, 928, '_locale', 'en_US'),
(9060, 928, '_hash', 'e391e8767124948c666f5b2d2e2873793b2a7bc5'),
(9061, 928, '_config_validation', 'a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:51:\"Invalid mailbox syntax is used in the %name% field.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),
(9096, 929, '_wp_page_template', 'elementor_header_footer'),
(9097, 929, '_elementor_edit_mode', 'builder'),
(9098, 929, '_elementor_template_type', 'wp-page'),
(9099, 929, '_elementor_version', '3.26.0'),
(9100, 929, '_elementor_pro_version', '3.25.5'),
(9101, 930, '_wp_page_template', 'elementor_header_footer'),
(9102, 930, '_elementor_edit_mode', 'builder'),
(9103, 930, '_elementor_template_type', 'wp-page'),
(9104, 930, '_elementor_version', '3.26.0'),
(9105, 930, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9106, 925, '_elementor_data', '[{\"id\":\"73ec550\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"f95c378\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"6c2811c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"0ee0bb3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"5d0dca7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"93f84d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment History\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"167905b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>See Your All Transactions Here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3d77277\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a48f491\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c759f6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ff44c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9107, 931, '_wp_page_template', 'elementor_header_footer'),
(9108, 931, '_elementor_edit_mode', 'builder'),
(9109, 931, '_elementor_template_type', 'wp-page'),
(9110, 931, '_elementor_version', '3.26.0'),
(9111, 931, '_elementor_pro_version', '3.25.5'),
(9112, 931, '_elementor_data', '[{\"id\":\"73ec550\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"f95c378\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"6c2811c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"0ee0bb3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"5d0dca7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"93f84d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment History\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"167905b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>See Your All Transactions Here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3d77277\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a48f491\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c759f6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ff44c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9124, 932, '_menu_item_type', 'post_type'),
(9125, 932, '_menu_item_menu_item_parent', '0'),
(9126, 932, '_menu_item_object_id', '925'),
(9127, 932, '_menu_item_object', 'page'),
(9128, 932, '_menu_item_target', ''),
(9129, 932, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9130, 932, '_menu_item_xfn', ''),
(9131, 932, '_menu_item_url', ''),
(9133, 932, '_menu_item_template', ''),
(9134, 932, '_menu_item_mega_template', '0'),
(9135, 932, '_menu_item_nolink', ''),
(9136, 932, '_menu_item_category_post', ''),
(9137, 932, '_menu_item_megamenu', ''),
(9138, 932, '_menu_item_megamenu_auto_width', ''),
(9139, 932, '_menu_item_megamenu_col', ''),
(9140, 932, '_menu_item_megamenu_heading', ''),
(9141, 932, '_menu_item_megamenu_widgetarea', '0'),
(9142, 932, '_menu_item_icon', ''),
(9143, 28, '_wp_old_date', '2024-12-09'),
(9144, 238, '_wp_old_date', '2024-12-09'),
(9145, 26, '_wp_old_date', '2024-12-09'),
(9146, 27, '_wp_old_date', '2024-12-09'),
(9149, 296, '_wp_old_date', '2024-12-09'),
(9176, 933, '_wp_page_template', 'elementor_header_footer'),
(9177, 933, '_elementor_edit_mode', 'builder'),
(9178, 933, '_elementor_template_type', 'wp-page'),
(9179, 933, '_elementor_version', '3.26.0'),
(9180, 933, '_elementor_pro_version', '3.25.5'),
(9181, 933, '_elementor_data', '[{\"id\":\"73ec550\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"f95c378\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"6c2811c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"0ee0bb3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"5d0dca7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"93f84d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment History\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"167905b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>See Your All Transactions Here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3d77277\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a48f491\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c759f6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ff44c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9185, 934, '_wp_page_template', 'elementor_header_footer'),
(9186, 934, '_elementor_edit_mode', 'builder'),
(9187, 934, '_elementor_template_type', 'wp-page'),
(9188, 934, '_elementor_version', '3.26.0'),
(9189, 934, '_elementor_pro_version', '3.25.5'),
(9190, 934, '_elementor_data', '[{\"id\":\"73ec550\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"f95c378\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"6c2811c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"0ee0bb3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"5d0dca7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"93f84d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment History\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"167905b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>See Your All Transactions Here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3d77277\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a48f491\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c759f6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ff44c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9194, 935, '_wp_page_template', 'elementor_header_footer'),
(9195, 935, '_elementor_edit_mode', 'builder'),
(9196, 935, '_elementor_template_type', 'wp-page'),
(9197, 935, '_elementor_version', '3.26.0'),
(9198, 935, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9199, 935, '_elementor_data', '[{\"id\":\"73ec550\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"f95c378\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"6c2811c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"0ee0bb3\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"5d0dca7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"93f84d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment History\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"167905b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>See Your All Transactions Here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3d77277\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a48f491\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c759f6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ff44c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(9203, 936, '_elementor_edit_mode', 'builder'),
(9204, 936, '_elementor_template_type', 'wp-page'),
(9205, 936, '_elementor_version', '3.25.9'),
(9206, 936, '_elementor_pro_version', '3.24.4'),
(9207, 936, '_wp_page_template', 'elementor_header_footer'),
(9208, 936, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9212, 937, '_elementor_edit_mode', 'builder'),
(9213, 937, '_elementor_template_type', 'wp-page'),
(9214, 937, '_elementor_version', '3.25.9'),
(9215, 937, '_elementor_pro_version', '3.24.4'),
(9216, 937, '_wp_page_template', 'elementor_header_footer'),
(9217, 937, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9221, 938, '_elementor_edit_mode', 'builder'),
(9222, 938, '_elementor_template_type', 'wp-page'),
(9223, 938, '_elementor_version', '3.25.9'),
(9224, 938, '_elementor_pro_version', '3.24.4'),
(9225, 938, '_wp_page_template', 'elementor_header_footer'),
(9226, 938, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9234, 939, '_wp_page_template', 'elementor_header_footer'),
(9235, 939, '_elementor_edit_mode', 'builder'),
(9236, 939, '_elementor_template_type', 'wp-page'),
(9237, 939, '_elementor_version', '3.26.0'),
(9238, 939, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9239, 939, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9243, 940, '_wp_page_template', 'elementor_header_footer'),
(9244, 940, '_elementor_edit_mode', 'builder'),
(9245, 940, '_elementor_template_type', 'wp-page'),
(9246, 940, '_elementor_version', '3.26.0'),
(9247, 940, '_elementor_pro_version', '3.25.5'),
(9248, 940, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9252, 941, '_wp_page_template', 'elementor_header_footer'),
(9253, 941, '_elementor_edit_mode', 'builder'),
(9254, 941, '_elementor_template_type', 'wp-page'),
(9255, 941, '_elementor_version', '3.26.0'),
(9256, 941, '_elementor_pro_version', '3.25.5'),
(9257, 941, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9261, 942, '_wp_page_template', 'elementor_header_footer'),
(9262, 942, '_elementor_edit_mode', 'builder'),
(9263, 942, '_elementor_template_type', 'wp-page'),
(9264, 942, '_elementor_version', '3.26.0'),
(9265, 942, '_elementor_pro_version', '3.25.5'),
(9266, 942, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(9270, 943, '_wp_page_template', 'elementor_header_footer'),
(9271, 943, '_elementor_edit_mode', 'builder'),
(9272, 943, '_elementor_template_type', 'wp-page'),
(9273, 943, '_elementor_version', '3.26.0'),
(9274, 943, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9275, 943, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(9279, 944, '_wp_page_template', 'elementor_header_footer'),
(9280, 944, '_elementor_edit_mode', 'builder'),
(9281, 944, '_elementor_template_type', 'wp-page'),
(9282, 944, '_elementor_version', '3.26.0'),
(9283, 944, '_elementor_pro_version', '3.25.5'),
(9284, 944, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(9290, 945, '_wp_page_template', 'elementor_header_footer'),
(9291, 945, '_elementor_edit_mode', 'builder'),
(9292, 945, '_elementor_template_type', 'wp-page'),
(9293, 945, '_elementor_version', '3.26.0'),
(9294, 945, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9295, 945, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9299, 946, '_wp_page_template', 'elementor_header_footer'),
(9300, 946, '_elementor_edit_mode', 'builder'),
(9301, 946, '_elementor_template_type', 'wp-page'),
(9302, 946, '_elementor_version', '3.26.0'),
(9303, 946, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9304, 946, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"2\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9308, 947, '_wp_page_template', 'elementor_header_footer'),
(9309, 947, '_elementor_edit_mode', 'builder'),
(9310, 947, '_elementor_template_type', 'wp-page'),
(9311, 947, '_elementor_version', '3.26.0'),
(9312, 947, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9313, 947, '_elementor_data', '[{\"id\":\"8b2409a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"be1d8e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e11f0a8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"591460e\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"1d39c1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[]},\"elements\":[{\"id\":\"9b1ca9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play, Spend Time & \\nGet Rewarded\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.6,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c59cff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6697719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d15b0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ab0f40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e423392\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#222222\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b35b266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299419c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1391bdd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7851393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aaa9d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"9a21d1f\",\"elType\":\"widget\",\"settings\":{\"template_id\":324,\"slides_to_show\":\"6\",\"posts_per_page\":10,\"navigation_previous_icon\":{\"value\":\"fas fa-chevron-circle-left\",\"library\":\"fa-solid\"},\"navigation_next_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_position\":\"outside\",\"__globals__\":{\"arrow_normal_color\":\"globals\\/colors?id=45f9cee\"},\"slides_to_show_tablet\":\"4\"},\"elements\":[],\"widgetType\":\"loop-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d5ce6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51705d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a99be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d1f7e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ec5b98f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac66fa3\",\"elType\":\"widget\",\"settings\":{\"first_item_title\":\"All\",\"selected_element\":\"c55ee5a\",\"taxonomy\":\"category\",\"item_alignment_horizontal\":\"end\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"yes\",\"taxonomy_filter_normal_border_border\":\"solid\",\"taxonomy_filter_normal_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_hover_background_background\":\"classic\",\"taxonomy_filter_hover_border_border\":\"solid\",\"taxonomy_filter_hover_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_active_background_background\":\"classic\",\"taxonomy_filter_active_border_border\":\"solid\",\"taxonomy_filter_active_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"taxonomy_filter_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"taxonomy_filter_normal_border_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_background_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_active_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_normal_text_color\":\"globals\\/colors?id=6f6b6dc\",\"taxonomy_filter_hover_border_color\":\"globals\\/colors?id=45f9cee\",\"taxonomy_filter_hover_text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e6c6a7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c55ee5a\",\"elType\":\"widget\",\"settings\":{\"template_id\":477,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"f32c86b\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":7,\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"posts_per_page\":21,\"columns_tablet\":4,\"columns_mobile\":2,\"row_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a07ee21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"6062d33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3fbcefe\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"524\",\"alternate_templates\":[{\"template_id\":null,\"_id\":\"08a28d7\"}],\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"columns\":1,\"posts_per_page\":4,\"row_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"columns_tablet\":1,\"post_query_include\":[\"terms\"],\"post_query_include_term_ids\":[\"24\"]},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":true},{\"id\":\"86682c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg\",\"id\":534,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"__dynamic__\":[],\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d3dfd4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Play Now\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"link\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"445bc8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spend More Time On Racing Games\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7876cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"861a3c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"8b1a88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"a3b6029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rewards and Points System\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"140ba1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"209e8af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"503e087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"461989f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Earn Points While You Play\",\"description_text\":\"Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d67cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"67f9d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"Redeem Points for Money\",\"description_text\":\"Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"73ef236\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb8a09\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"title_text\":\"More Play, More Rewards\",\"description_text\":\"The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_size\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"500\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41aa53a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"width_tablet\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1a16c90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"d891510\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"3dbebcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"abb50c0\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"55e83c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f5ef2e8\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"a22e1a9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"},\"border_color\":\"#A64D79\"},\"elements\":[{\"id\":\"f9bc728\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6eb587\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"50bae45\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1250000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Revenue Distributed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"2e32143\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5000,\"suffix\":\"+\",\"title\":\"Games Played\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"29e4e92\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":10000,\"suffix\":\"+\",\"title\":\"Active Players\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"d529119\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":2750000,\"prefix\":\"$\",\"suffix\":\"+\",\"title\":\"Rewards Redeemed\",\"title_position\":\"after\",\"title_horizontal_alignment\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto\",\"typography_title_font_weight\":\"400\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=45f9cee\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"title_horizontal_alignment_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"168332d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65c1b92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"44e08e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Users Say !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c5ba905\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a7884c2\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"dfa6788\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"a9ac875\"},{\"content\":\"This platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\",\"name\":\"Arjun Patel\",\"title\":\"20,000 Points\",\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"7a380a1\"}],\"layout\":\"image_above\",\"alignment\":\"left\",\"slides_per_view\":\"5\",\"lazyload\":\"yes\",\"space_between\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto Slab\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=8406570\",\"slide_border_color\":\"globals\\/colors?id=45f9cee\",\"content_color\":\"globals\\/colors?id=6f6b6dc\",\"title_color\":\"globals\\/colors?id=45f9cee\",\"pagination_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false},{\"id\":\"6164b0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"vw\",\"size\":91,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f96eede\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"344711c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\",\"id\":545,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28a26cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"af46a6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbfe59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe For More Updates<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c65faa6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"55a0b5c\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Subscribe\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"vw\",\"size\":36,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"vw\",\"size\":54,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=45f9cee\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e8d0ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":45,\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"vw\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"02e3a05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#A64D79\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"8cf8de3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1027b39\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"How can I earn points while playing games?\",\"_id\":\"e1f3636\"},{\"item_title\":\"How can I withdraw the points I\\u2019ve earned?\",\"_id\":\"de5bf05\"},{\"item_title\":\"Can I play games on both desktop and mobile devices?\",\"_id\":\"425670c\"},{\"item_title\":\"What types of games are available on the website?\",\"_id\":\"16790e2\"},{\"item_title\":\"Is there a leaderboard or ranking system?\",\"_id\":\"0b2eb4d\"}],\"faq_schema\":\"\",\"accordion_background_normal_background\":\"classic\",\"accordion_background_normal_color\":\"#222222\",\"accordion_border_normal_border\":\"none\",\"accordion_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"accordion_background_normal_color\":\"globals\\/colors?id=89cc257\",\"normal_title_color\":\"globals\\/colors?id=6f6b6dc\",\"hover_title_color\":\"globals\\/colors?id=6f6b6dc\",\"active_title_color\":\"globals\\/colors?id=6f6b6dc\"},\"accordion_item_title_space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"accordion_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[{\"id\":\"62255d8\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2554982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3e99054\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1dbd04c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \\\"Wallet\\\" page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2234a08\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2670a44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4e500ff\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2902ef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"b2d79a2\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"363a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9324, 948, '_wp_attached_file', '2024/12/webcrowd-logo.png'),
(9325, 948, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2084;s:6:\"height\";i:2084;s:4:\"file\";s:25:\"2024/12/webcrowd-logo.png\";s:8:\"filesize\";i:35146;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"webcrowd-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5064;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"webcrowd-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"webcrowd-logo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12988;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31299;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44935;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:25:\"webcrowd-logo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10044;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:25:\"webcrowd-logo-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9190;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:26:\"webcrowd-logo-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16624;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:23:\"webcrowd-logo-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1177;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:25:\"webcrowd-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2079;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:25:\"webcrowd-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2079;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9326, 949, '_wp_attached_file', '2024/12/webcrowd-logo-1.png'),
(9327, 949, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2084;s:6:\"height\";i:2084;s:4:\"file\";s:27:\"2024/12/webcrowd-logo-1.png\";s:8:\"filesize\";i:35146;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5064;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"webcrowd-logo-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-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:2954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12988;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"webcrowd-logo-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31299;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"webcrowd-logo-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44935;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10044;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-1-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9190;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:28:\"webcrowd-logo-1-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16624;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:25:\"webcrowd-logo-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1177;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2079;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:27:\"webcrowd-logo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2079;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9338, 951, '_wp_page_template', 'elementor_header_footer'),
(9339, 951, '_elementor_edit_mode', 'builder'),
(9340, 951, '_elementor_template_type', 'wp-page'),
(9341, 951, '_elementor_version', '3.26.0'),
(9342, 951, '_elementor_pro_version', '3.25.5'),
(9343, 951, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9346, 952, '_wp_page_template', 'elementor_header_footer'),
(9347, 952, '_elementor_edit_mode', 'builder'),
(9348, 952, '_elementor_template_type', 'wp-page'),
(9349, 952, '_elementor_version', '3.26.0'),
(9350, 952, '_elementor_pro_version', '3.25.5'),
(9351, 952, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"04f6041\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"width_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_switch\":\"yes\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9354, 953, '_wp_page_template', 'elementor_header_footer'),
(9355, 953, '_elementor_edit_mode', 'builder'),
(9356, 953, '_elementor_template_type', 'wp-page'),
(9357, 953, '_elementor_version', '3.26.0'),
(9358, 953, '_elementor_pro_version', '3.25.5'),
(9359, 953, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9366, 954, '_wp_page_template', 'elementor_header_footer'),
(9367, 954, '_elementor_edit_mode', 'builder'),
(9368, 954, '_elementor_template_type', 'wp-page'),
(9369, 954, '_elementor_version', '3.26.0'),
(9370, 954, '_elementor_pro_version', '3.25.5'),
(9371, 954, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9375, 955, '_wp_page_template', 'elementor_header_footer'),
(9376, 955, '_elementor_edit_mode', 'builder'),
(9377, 955, '_elementor_template_type', 'wp-page'),
(9378, 955, '_elementor_version', '3.26.0'),
(9379, 955, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9380, 955, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9384, 956, '_wp_page_template', 'elementor_header_footer'),
(9385, 956, '_elementor_edit_mode', 'builder'),
(9386, 956, '_elementor_template_type', 'wp-page'),
(9387, 956, '_elementor_version', '3.26.0'),
(9388, 956, '_elementor_pro_version', '3.25.5'),
(9389, 956, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"def985a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9395, 957, '_elementor_edit_mode', 'builder'),
(9396, 957, '_elementor_template_type', 'wp-page'),
(9397, 957, '_elementor_version', '3.26.0'),
(9398, 957, '_elementor_pro_version', '3.25.5'),
(9399, 957, '_wp_page_template', 'elementor_header_footer'),
(9400, 957, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9404, 958, '_elementor_edit_mode', 'builder'),
(9405, 958, '_elementor_template_type', 'wp-page'),
(9406, 958, '_elementor_version', '3.26.0'),
(9407, 958, '_elementor_pro_version', '3.25.5'),
(9408, 958, '_wp_page_template', 'elementor_header_footer'),
(9409, 958, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9413, 959, '_elementor_edit_mode', 'builder'),
(9414, 959, '_elementor_template_type', 'wp-page'),
(9415, 959, '_elementor_version', '3.26.0'),
(9416, 959, '_elementor_pro_version', '3.25.5'),
(9417, 959, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9418, 959, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9422, 22, '_wp_trash_meta_status', 'publish'),
(9423, 22, '_wp_trash_meta_time', '1734958490'),
(9424, 22, '_wp_desired_post_slug', 'blog'),
(9425, 960, '_edit_lock', '1734959239:1'),
(9426, 960, '_wp_page_template', 'elementor_header_footer'),
(9427, 960, '_edit_last', '1'),
(9428, 960, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(9429, 960, '_elementor_edit_mode', 'builder'),
(9430, 960, '_elementor_template_type', 'wp-page'),
(9431, 960, '_elementor_version', '3.26.0'),
(9432, 960, '_elementor_pro_version', '3.25.5'),
(9433, 962, '_menu_item_type', 'post_type'),
(9434, 962, '_menu_item_menu_item_parent', '0'),
(9435, 962, '_menu_item_object_id', '960'),
(9436, 962, '_menu_item_object', 'page'),
(9437, 962, '_menu_item_target', ''),
(9438, 962, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9439, 962, '_menu_item_xfn', ''),
(9440, 962, '_menu_item_url', ''),
(9442, 962, '_menu_item_template', ''),
(9443, 962, '_menu_item_mega_template', '0'),
(9444, 962, '_menu_item_nolink', ''),
(9445, 962, '_menu_item_category_post', ''),
(9446, 962, '_menu_item_megamenu', ''),
(9447, 962, '_menu_item_megamenu_auto_width', ''),
(9448, 962, '_menu_item_megamenu_col', ''),
(9449, 962, '_menu_item_megamenu_heading', ''),
(9450, 962, '_menu_item_megamenu_widgetarea', '0'),
(9451, 962, '_menu_item_icon', ''),
(9453, 963, '_wp_page_template', 'elementor_header_footer'),
(9454, 963, '_elementor_edit_mode', 'builder'),
(9455, 963, '_elementor_template_type', 'wp-page'),
(9456, 963, '_elementor_version', '3.26.0'),
(9457, 963, '_elementor_pro_version', '3.25.5'),
(9459, 964, '_wp_page_template', 'elementor_header_footer'),
(9460, 964, '_elementor_edit_mode', 'builder'),
(9461, 964, '_elementor_template_type', 'wp-page'),
(9462, 964, '_elementor_version', '3.26.0'),
(9463, 964, '_elementor_pro_version', '3.25.5'),
(9465, 960, '_elementor_data', '[{\"id\":\"d7c7afe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"86857df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"9b1ae79\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"5fc0948\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"e7a7444\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"00e2c37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7623132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore and Read News insights and Articles<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"03bf2ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ba40019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51699dd\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9466, 965, '_wp_page_template', 'elementor_header_footer'),
(9467, 965, '_elementor_edit_mode', 'builder'),
(9468, 965, '_elementor_template_type', 'wp-page'),
(9469, 965, '_elementor_version', '3.26.0'),
(9470, 965, '_elementor_pro_version', '3.25.5'),
(9472, 965, '_elementor_data', '[{\"id\":\"d7c7afe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"86857df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"9b1ae79\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"5fc0948\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"e7a7444\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"00e2c37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7623132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore and Read News insights and Articles<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"03bf2ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"ba40019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51699dd\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9491, 967, '_elementor_edit_mode', 'builder'),
(9492, 967, '_elementor_template_type', 'header'),
(9493, 967, '_elementor_version', '3.25.9'),
(9494, 967, '_elementor_pro_version', '3.24.4'),
(9495, 967, '_wp_page_template', 'default'),
(9496, 967, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9497, 967, '_elementor_data', '[{\"id\":\"8a695fb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa277a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_justify_content_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"05c47f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"dc8e856\",\"elType\":\"widget\",\"widgetType\":\"off-canvas\",\"settings\":{\"off_canvas_name\":\"Off-Canvas\",\"horizontal_position_tablet\":\"flex-start\",\"horizontal_position_mobile\":\"flex-start\",\"vertical_position_mobile\":\"flex-start\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":324,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"entrance_animation_mobile\":\"slideInLeft\",\"exit_animation_mobile\":\"slideInLeft\",\"editing_mode\":\"\",\"height_mobile\":\"custom\"},\"elements\":[{\"id\":\"1432919\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"},\"width_mobile\":{\"unit\":\"px\",\"size\":306.2},\"_flex_size\":\"none\",\"hide_desktop\":\"hidden-desktop\",\"_element_width_mobile\":\"initial\"},\"elements\":[{\"id\":\"b3635aa\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[{\"id\":\"7270dc9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"18\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0f573\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"-16\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"e387133\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"de135f5\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca06201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"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\":true}},\"elements\":[{\"id\":\"33f9159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=6f6b6dc\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"588baab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"20,000\",\"description_text\":\"\",\"position\":\"left\",\"position_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"content_vertical_alignment_mobile\":\"middle\",\"text_align\":\"left\",\"text_align_mobile\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FDB400\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"48331ce\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Brewarded_points%5D%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e16deb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"a04c4c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcdf593\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"6e04922\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2e7df\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"menu_space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"278d500\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"eef2b19\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"67110b1\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"3b6afd6\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d50f6dc\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]},{\"id\":\"5d79d24\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-18\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6248c1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[{\"id\":\"d3e5b68\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Search...\",\"icon_search\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"submit_trigger\":\"key_enter\",\"submit_button_text\":\"Search\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"search_field_background_normal_background\":\"classic\",\"search_field_input_text_color_normal\":\"#7A7A7A\",\"search_field_border_normal_border\":\"none\",\"search_field_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"search_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"search_field_icon_label_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"search_field_icon_gap\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"search_field_submit_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"search_field_background_normal_color\":\"globals\\/colors?id=fbfbcda\"},\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\"},\"elements\":[],\"widgetType\":\"search\"}],\"isInner\":true},{\"id\":\"6d2cce9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\"},\"elements\":[{\"id\":\"77f7289\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":82,\"sizes\":[]},\"flex_justify_content_mobile\":\"center\",\"flex_align_items\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"020\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=45f9cee\"},\"hide_mobile\":\"hidden-mobile\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11edc31\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-trophy\",\"library\":\"fa-solid\"},\"title_text\":\"100\",\"description_text\":\"\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"primary_color\":\"#FFB702\",\"icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jersey 10\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title_text\":\"[elementor-tag id=\\\"e05a32d\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Brewarded_points%5D%22%7D\\\"]\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6e00824\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3bd85e9\\\" name=\\\"off-canvas\\\" settings=\\\"%7B%22off_canvas%22%3A%22dc8e856%22%7D\\\"]\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"93b7e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-end\",\"margin_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c915ffd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"login_menu\",\"pointer\":\"text\",\"animation_text\":\"none\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=45f9cee\",\"color_dropdown_item_hover\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(9498, 967, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(9499, 967, '_elementor_screenshot_failed', '2024-12-11 12:07:13'),
(9506, 968, '_wp_page_template', 'elementor_header_footer'),
(9507, 968, '_elementor_edit_mode', 'builder'),
(9508, 968, '_elementor_template_type', 'wp-page'),
(9509, 968, '_elementor_version', '3.26.0'),
(9510, 968, '_elementor_pro_version', '3.25.5'),
(9511, 968, '_elementor_data', '[{\"id\":\"d7c7afe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"86857df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"9b1ae79\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"5fc0948\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"e7a7444\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"00e2c37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7623132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore and Read News insights and Articles<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"03bf2ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"ba40019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51699dd\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9515, 969, '_wp_page_template', 'elementor_header_footer'),
(9516, 969, '_elementor_edit_mode', 'builder'),
(9517, 969, '_elementor_template_type', 'wp-page'),
(9518, 969, '_elementor_version', '3.26.0'),
(9519, 969, '_elementor_pro_version', '3.25.5'),
(9520, 969, '_elementor_data', '[{\"id\":\"d7c7afe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"86857df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"9b1ae79\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"5fc0948\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"e7a7444\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"00e2c37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7623132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore and Read News insights and Articles<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"03bf2ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"ba40019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51699dd\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9524, 970, '_wp_page_template', 'elementor_header_footer'),
(9525, 970, '_elementor_edit_mode', 'builder'),
(9526, 970, '_elementor_template_type', 'wp-page'),
(9527, 970, '_elementor_version', '3.26.0'),
(9528, 970, '_elementor_pro_version', '3.25.5'),
(9529, 970, '_elementor_data', '[{\"id\":\"d7c7afe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"86857df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"9b1ae79\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"5fc0948\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"e7a7444\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"00e2c37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7623132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore and Read News insights and Articles<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"03bf2ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ba40019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51699dd\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(9545, 972, '_elementor_source', 'post'),
(9546, 972, '_elementor_edit_mode', 'builder'),
(9547, 972, '_elementor_template_type', 'popup'),
(9548, 972, '_elementor_version', '3.26.3'),
(9549, 972, '_elementor_pro_version', '3.26.1'),
(9550, 972, '_edit_lock', '1734979628:1'),
(9551, 973, '_elementor_source', 'post'),
(9552, 973, '_elementor_edit_mode', 'builder'),
(9553, 973, '_elementor_template_type', 'popup'),
(9554, 973, '_elementor_version', '3.26.0'),
(9555, 973, '_elementor_pro_version', '3.25.5'),
(9556, 972, '_wp_page_template', 'default'),
(9557, 972, '_elementor_page_settings', 'a:10:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:4:\"left\";s:25:\"entrance_animation_mobile\";s:8:\"fadeInUp\";s:21:\"exit_animation_mobile\";s:16:\"rotateInDownLeft\";s:21:\"background_background\";s:7:\"classic\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:69;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}s:14:\"prevent_scroll\";s:3:\"yes\";}'),
(9558, 972, '_elementor_data', '[{\"id\":\"c345c11\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"5d98182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4fc4fc\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),
(9559, 974, '_elementor_source', 'post'),
(9560, 974, '_elementor_edit_mode', 'builder'),
(9561, 974, '_elementor_template_type', 'popup'),
(9562, 974, '_elementor_version', '3.26.0'),
(9563, 974, '_elementor_pro_version', '3.25.5'),
(9564, 974, '_wp_page_template', 'default'),
(9565, 974, '_elementor_page_settings', 'a:9:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:4:\"left\";s:25:\"entrance_animation_mobile\";s:11:\"slideInLeft\";s:21:\"exit_animation_mobile\";s:12:\"slideInRight\";s:21:\"background_background\";s:7:\"classic\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:69;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9566, 974, '_elementor_data', '[{\"id\":\"c345c11\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d98182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4fc4fc\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),
(9568, 972, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(9582, 975, '_elementor_source', 'post'),
(9583, 975, '_elementor_edit_mode', 'builder'),
(9584, 975, '_elementor_template_type', 'popup'),
(9585, 975, '_elementor_version', '3.26.0'),
(9586, 975, '_elementor_pro_version', '3.25.5'),
(9587, 975, '_wp_page_template', 'default'),
(9588, 975, '_elementor_page_settings', 'a:10:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:13:\"fit_to_screen\";s:19:\"horizontal_position\";s:4:\"left\";s:25:\"entrance_animation_mobile\";s:11:\"slideInLeft\";s:21:\"exit_animation_mobile\";s:12:\"slideInRight\";s:21:\"background_background\";s:7:\"classic\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"vw\";s:4:\"size\";i:69;s:5:\"sizes\";a:0:{}}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=5a7b17c\";}s:14:\"prevent_scroll\";s:3:\"yes\";}'),
(9589, 975, '_elementor_data', '[{\"id\":\"c345c11\",\"elType\":\"container\",\"settings\":{\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"5d98182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4fc4fc\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),
(9590, 975, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),
(9592, 976, '_elementor_edit_mode', 'builder'),
(9593, 976, '_elementor_template_type', 'wp-page'),
(9594, 976, '_elementor_version', '3.26.0'),
(9595, 976, '_elementor_pro_version', '3.25.5'),
(9596, 976, '_wp_page_template', 'elementor_header_footer'),
(9597, 976, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9598, 977, '_elementor_edit_mode', 'builder'),
(9599, 977, '_elementor_template_type', 'wp-page'),
(9600, 977, '_elementor_version', '3.26.0'),
(9601, 977, '_elementor_pro_version', '3.25.5'),
(9602, 977, '_wp_page_template', 'elementor_header_footer'),
(9603, 977, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9604, 978, '_elementor_edit_mode', 'builder'),
(9605, 978, '_elementor_template_type', 'wp-page'),
(9606, 978, '_elementor_version', '3.26.0'),
(9607, 978, '_elementor_pro_version', '3.25.5'),
(9608, 978, '_wp_page_template', 'elementor_header_footer'),
(9609, 978, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_position\":\"absolute\",\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9613, 979, '_elementor_edit_mode', 'builder'),
(9614, 979, '_elementor_template_type', 'wp-page'),
(9615, 979, '_elementor_version', '3.26.3'),
(9616, 979, '_elementor_pro_version', '3.26.1'),
(9617, 979, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9618, 979, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_position\":\"absolute\",\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9622, 980, '_elementor_edit_mode', 'builder'),
(9623, 980, '_elementor_template_type', 'wp-page'),
(9624, 980, '_elementor_version', '3.26.3'),
(9625, 980, '_elementor_pro_version', '3.26.1'),
(9626, 980, '_wp_page_template', 'elementor_header_footer'),
(9627, 980, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_position\":\"absolute\",\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9631, 981, '_elementor_edit_mode', 'builder'),
(9632, 981, '_elementor_template_type', 'wp-page'),
(9633, 981, '_elementor_version', '3.26.3'),
(9634, 981, '_elementor_pro_version', '3.26.1'),
(9635, 981, '_wp_page_template', 'elementor_header_footer'),
(9636, 981, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9642, 982, '_elementor_edit_mode', 'builder'),
(9643, 982, '_elementor_template_type', 'wp-page'),
(9644, 982, '_elementor_version', '3.26.3'),
(9645, 982, '_elementor_pro_version', '3.26.1'),
(9646, 982, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9647, 982, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9651, 983, '_elementor_edit_mode', 'builder'),
(9652, 983, '_elementor_template_type', 'wp-page'),
(9653, 983, '_elementor_version', '3.26.3'),
(9654, 983, '_elementor_pro_version', '3.26.1'),
(9655, 983, '_wp_page_template', 'elementor_header_footer'),
(9656, 983, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9660, 984, '_elementor_edit_mode', 'builder'),
(9661, 984, '_elementor_template_type', 'wp-page'),
(9662, 984, '_elementor_version', '3.26.3'),
(9663, 984, '_elementor_pro_version', '3.26.1'),
(9664, 984, '_wp_page_template', 'elementor_header_footer'),
(9665, 984, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9671, 985, '_elementor_edit_mode', 'builder'),
(9672, 985, '_elementor_template_type', 'wp-page'),
(9673, 985, '_elementor_version', '3.26.3'),
(9674, 985, '_elementor_pro_version', '3.26.1'),
(9675, 985, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9676, 985, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9680, 986, '_elementor_edit_mode', 'builder'),
(9681, 986, '_elementor_template_type', 'wp-page'),
(9682, 986, '_elementor_version', '3.26.3'),
(9683, 986, '_elementor_pro_version', '3.26.1'),
(9684, 986, '_wp_page_template', 'elementor_header_footer'),
(9685, 986, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9689, 987, '_elementor_edit_mode', 'builder'),
(9690, 987, '_elementor_template_type', 'wp-page'),
(9691, 987, '_elementor_version', '3.26.3'),
(9692, 987, '_elementor_pro_version', '3.26.1'),
(9693, 987, '_wp_page_template', 'elementor_header_footer'),
(9694, 987, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9700, 988, '_elementor_edit_mode', 'builder'),
(9701, 988, '_elementor_template_type', 'wp-page'),
(9702, 988, '_elementor_version', '3.26.3'),
(9703, 988, '_elementor_pro_version', '3.26.1'),
(9704, 988, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9705, 988, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9709, 989, '_elementor_edit_mode', 'builder'),
(9710, 989, '_elementor_template_type', 'wp-page'),
(9711, 989, '_elementor_version', '3.26.3'),
(9712, 989, '_elementor_pro_version', '3.26.1'),
(9713, 989, '_wp_page_template', 'elementor_header_footer'),
(9714, 989, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9718, 990, '_elementor_edit_mode', 'builder'),
(9719, 990, '_elementor_template_type', 'wp-page'),
(9720, 990, '_elementor_version', '3.26.3'),
(9721, 990, '_elementor_pro_version', '3.26.1'),
(9722, 990, '_wp_page_template', 'elementor_header_footer'),
(9723, 990, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\",\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9756, 991, '_menu_item_type', 'post_type'),
(9757, 991, '_menu_item_menu_item_parent', '0'),
(9758, 991, '_menu_item_object_id', '960'),
(9759, 991, '_menu_item_object', 'page'),
(9760, 991, '_menu_item_target', ''),
(9761, 991, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9762, 991, '_menu_item_xfn', ''),
(9763, 991, '_menu_item_url', ''),
(9765, 991, '_menu_item_template', ''),
(9766, 991, '_menu_item_mega_template', '0'),
(9767, 991, '_menu_item_nolink', ''),
(9768, 991, '_menu_item_category_post', ''),
(9769, 991, '_menu_item_megamenu', ''),
(9770, 991, '_menu_item_megamenu_auto_width', ''),
(9771, 991, '_menu_item_megamenu_col', ''),
(9772, 991, '_menu_item_megamenu_heading', ''),
(9773, 991, '_menu_item_megamenu_widgetarea', '0'),
(9774, 991, '_menu_item_icon', ''),
(9775, 992, '_menu_item_type', 'post_type'),
(9776, 992, '_menu_item_menu_item_parent', '0'),
(9777, 992, '_menu_item_object_id', '236'),
(9778, 992, '_menu_item_object', 'page'),
(9779, 992, '_menu_item_target', ''),
(9780, 992, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9781, 992, '_menu_item_xfn', ''),
(9782, 992, '_menu_item_url', ''),
(9784, 992, '_menu_item_template', ''),
(9785, 992, '_menu_item_mega_template', '0'),
(9786, 992, '_menu_item_nolink', ''),
(9787, 992, '_menu_item_category_post', ''),
(9788, 992, '_menu_item_megamenu', ''),
(9789, 992, '_menu_item_megamenu_auto_width', ''),
(9790, 992, '_menu_item_megamenu_col', ''),
(9791, 992, '_menu_item_megamenu_heading', ''),
(9792, 992, '_menu_item_megamenu_widgetarea', '0'),
(9793, 992, '_menu_item_icon', ''),
(9794, 993, '_menu_item_type', 'post_type'),
(9795, 993, '_menu_item_menu_item_parent', '0'),
(9796, 993, '_menu_item_object_id', '18'),
(9797, 993, '_menu_item_object', 'page'),
(9798, 993, '_menu_item_target', ''),
(9799, 993, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9800, 993, '_menu_item_xfn', ''),
(9801, 993, '_menu_item_url', ''),
(9803, 993, '_menu_item_template', ''),
(9804, 993, '_menu_item_mega_template', '0'),
(9805, 993, '_menu_item_nolink', ''),
(9806, 993, '_menu_item_category_post', ''),
(9807, 993, '_menu_item_megamenu', ''),
(9808, 993, '_menu_item_megamenu_auto_width', ''),
(9809, 993, '_menu_item_megamenu_col', ''),
(9810, 993, '_menu_item_megamenu_heading', ''),
(9811, 993, '_menu_item_megamenu_widgetarea', '0'),
(9812, 993, '_menu_item_icon', ''),
(9813, 994, '_menu_item_type', 'post_type'),
(9814, 994, '_menu_item_menu_item_parent', '0'),
(9815, 994, '_menu_item_object_id', '16'),
(9816, 994, '_menu_item_object', 'page'),
(9817, 994, '_menu_item_target', ''),
(9818, 994, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9819, 994, '_menu_item_xfn', ''),
(9820, 994, '_menu_item_url', ''),
(9822, 994, '_menu_item_template', ''),
(9823, 994, '_menu_item_mega_template', '0'),
(9824, 994, '_menu_item_nolink', ''),
(9825, 994, '_menu_item_category_post', ''),
(9826, 994, '_menu_item_megamenu', ''),
(9827, 994, '_menu_item_megamenu_auto_width', ''),
(9828, 994, '_menu_item_megamenu_col', ''),
(9829, 994, '_menu_item_megamenu_heading', ''),
(9830, 994, '_menu_item_megamenu_widgetarea', '0'),
(9831, 994, '_menu_item_icon', ''),
(9832, 30, '_elementor_screenshot_failed', '2024-12-23 15:14:55'),
(9833, 271, '_elementor_screenshot_failed', '2024-12-23 15:15:13'),
(9834, 524, '_elementor_screenshot_failed', '2024-12-23 15:15:31'),
(9835, 995, '_elementor_edit_mode', 'builder'),
(9836, 995, '_elementor_template_type', 'footer'),
(9837, 995, '_elementor_version', '3.25.9'),
(9838, 995, '_elementor_pro_version', '3.24.4'),
(9839, 995, '_wp_page_template', 'default');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9840, 995, '_elementor_data', '[{\"id\":\"ffaba9a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":42,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg\",\"id\":502,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]}},\"elements\":[{\"id\":\"3bfd389\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9fb226a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c98df39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b2fecd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":81,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1d5c2bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ff88aa\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"quick_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"21ab9ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c2efba7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91448a4\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"8f89e0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2cf6b2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d115c\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"footer_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(9841, 995, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(9842, 995, '_elementor_screenshot_failed', '2024-12-12 19:00:25'),
(9848, 996, '_elementor_edit_mode', 'builder'),
(9849, 996, '_elementor_template_type', 'footer'),
(9850, 996, '_elementor_version', '3.26.3'),
(9851, 996, '_elementor_pro_version', '3.26.1'),
(9852, 996, '_wp_page_template', 'default'),
(9853, 996, '_elementor_data', '[{\"id\":\"ffaba9a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":42,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg\",\"id\":502,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bfd389\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9fb226a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c98df39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b2fecd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":81,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1d5c2bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ff88aa\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"quick_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"21ab9ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c2efba7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91448a4\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"8f89e0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2cf6b2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d115c\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"footer_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(9854, 996, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(9860, 997, '_elementor_edit_mode', 'builder'),
(9861, 997, '_elementor_template_type', 'wp-page'),
(9862, 997, '_elementor_version', '3.26.3'),
(9863, 997, '_elementor_pro_version', '3.26.1'),
(9864, 997, '_wp_page_template', 'elementor_header_footer'),
(9865, 997, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\",\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9869, 998, '_elementor_edit_mode', 'builder'),
(9870, 998, '_elementor_template_type', 'wp-page'),
(9871, 998, '_elementor_version', '3.26.3'),
(9872, 998, '_elementor_pro_version', '3.26.1'),
(9873, 998, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9874, 998, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\",\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9878, 999, '_elementor_edit_mode', 'builder'),
(9879, 999, '_elementor_template_type', 'wp-page'),
(9880, 999, '_elementor_version', '3.26.3'),
(9881, 999, '_elementor_pro_version', '3.26.1'),
(9882, 999, '_wp_page_template', 'elementor_header_footer'),
(9883, 999, '_elementor_data', '[{\"id\":\"5f49285\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"30f5ef8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"94c10bf\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"3b11073\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"c61efad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce735a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Game Library\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"930e1b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bf9b59a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ae7c5b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a4ba05c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aca055d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f5965c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aed01c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"width_tablet\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f65521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27d357a\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"vertical\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f310c27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"e8970b5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"6\",\"classic_posts_per_page\":18,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.92,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_data\":[],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Roboto\",\"classic_title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"pagination_type\":\"load_more_on_click\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=6f6b6dc\",\"background_color\":\"globals\\/colors?id=d9321e2\"},\"classic_columns_tablet\":\"3\",\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(9899, 1001, '_elementor_edit_mode', 'builder'),
(9900, 1001, '_elementor_template_type', 'footer'),
(9901, 1001, '_elementor_version', '3.26.3'),
(9902, 1001, '_elementor_pro_version', '3.26.1'),
(9903, 1001, '_wp_page_template', 'default'),
(9904, 1001, '_elementor_data', '[{\"id\":\"ffaba9a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":42,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg\",\"id\":502,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bfd389\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"9fb226a\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c98df39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b2fecd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":81,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"1d5c2bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Links\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ff88aa\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"policy_links\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"21ab9ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c2efba7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91448a4\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"category_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"8f89e0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"vw\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2cf6b2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d115c\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"footer_menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\",\"color_menu_item_hover\":\"globals\\/colors?id=45f9cee\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=45f9cee\"},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(9905, 1001, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(9908, 1002, '_edit_lock', '1735122201:1'),
(9909, 1002, '_wp_page_template', 'elementor_header_footer'),
(9910, 1002, '_edit_last', '1'),
(9911, 1002, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(9912, 1002, '_elementor_edit_mode', 'builder'),
(9913, 1002, '_elementor_template_type', 'wp-page'),
(9914, 1002, '_elementor_version', '3.26.3'),
(9915, 1002, '_elementor_pro_version', '3.26.1'),
(9926, 1005, '_wp_page_template', 'elementor_header_footer'),
(9927, 1005, '_elementor_edit_mode', 'builder'),
(9928, 1005, '_elementor_template_type', 'wp-page'),
(9929, 1005, '_elementor_version', '3.26.3'),
(9930, 1005, '_elementor_pro_version', '3.26.1'),
(9931, 1006, '_wp_page_template', 'elementor_header_footer'),
(9932, 1006, '_elementor_edit_mode', 'builder'),
(9933, 1006, '_elementor_template_type', 'wp-page'),
(9934, 1006, '_elementor_version', '3.26.3'),
(9935, 1006, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9936, 1002, '_elementor_data', '[{\"id\":\"800eeeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"134509e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b349f44\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"fcafbeb\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"566b5e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab0c16\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b48e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best Gaming Platform<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"35fb5c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"354bc83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a7d9714\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2196b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32fedf8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"497b320\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"742dd76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to <strong>GameOn<\\/strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we\\u2019re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you\\u2019re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a998fe3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"33d1c66\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a7f311\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"d542043\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"4baf91a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play & Earn\",\"description_text\":\"GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"769bd3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cd8ff64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"HTML5 Games\",\"description_text\":\"Enjoy seamless gaming with GameOn\\u2019s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0d51071\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e049094\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mix Genres\",\"description_text\":\"Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"35665f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"efcf893\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play Anywhere\",\"description_text\":\"With GameOn, gaming is not confined to a single device. Whether you\\u2019re on a smartphone, tablet, or desktop\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ffbee8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file13-ezgif.com-apng-to-avif-converter.avif\",\"id\":1009,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d5cde38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf40c2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At <em>GameOn<\\/em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f3ba722\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e659228\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"304710b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-10.png\",\"id\":1011,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Alex Carter\",\"description_text\":\"Game Developer Extraordinaire\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"dcce18a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f1bf729\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-11.png\",\"id\":1012,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Mia Thompson\",\"description_text\":\"UX\\/UI Designer\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"051ab20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"361fb31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-12.png\",\"id\":1013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ethan Patel\",\"description_text\":\"Marketing Strategist\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9937, 1007, '_wp_page_template', 'elementor_header_footer'),
(9938, 1007, '_elementor_edit_mode', 'builder'),
(9939, 1007, '_elementor_template_type', 'wp-page'),
(9940, 1007, '_elementor_version', '3.26.3'),
(9941, 1007, '_elementor_pro_version', '3.26.1'),
(9942, 1007, '_elementor_data', '[{\"id\":\"800eeeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"134509e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b349f44\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"fcafbeb\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"566b5e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab0c16\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b48e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best Gaming Platform<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"35fb5c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"354bc83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a7d9714\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2196b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32fedf8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"497b320\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"742dd76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to <strong>GameOn<\\/strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we\\u2019re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you\\u2019re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(9944, 1008, '_menu_item_type', 'post_type'),
(9945, 1008, '_menu_item_menu_item_parent', '0'),
(9946, 1008, '_menu_item_object_id', '1002'),
(9947, 1008, '_menu_item_object', 'page'),
(9948, 1008, '_menu_item_target', ''),
(9949, 1008, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9950, 1008, '_menu_item_xfn', ''),
(9951, 1008, '_menu_item_url', ''),
(9953, 1008, '_menu_item_template', ''),
(9954, 1008, '_menu_item_mega_template', '0'),
(9955, 1008, '_menu_item_nolink', ''),
(9956, 1008, '_menu_item_category_post', ''),
(9957, 1008, '_menu_item_megamenu', ''),
(9958, 1008, '_menu_item_megamenu_auto_width', ''),
(9959, 1008, '_menu_item_megamenu_col', ''),
(9960, 1008, '_menu_item_megamenu_heading', ''),
(9961, 1008, '_menu_item_megamenu_widgetarea', '0'),
(9962, 1008, '_menu_item_icon', ''),
(9963, 43, '_wp_old_date', '2024-11-28'),
(9964, 44, '_wp_old_date', '2024-11-28'),
(9965, 45, '_wp_old_date', '2024-11-28'),
(9971, 1009, '_wp_attached_file', '2024/12/file13-ezgif.com-apng-to-avif-converter.avif'),
(9972, 1009, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:704;s:6:\"height\";i:1408;s:4:\"file\";s:52:\"2024/12/file13-ezgif.com-apng-to-avif-converter.avif\";s:8:\"filesize\";i:40094;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"file13-ezgif.com-apng-to-avif-converter-150x300.avif\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11944;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"file13-ezgif.com-apng-to-avif-converter-512x1024.avif\";s:5:\"width\";i:512;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:50959;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"file13-ezgif.com-apng-to-avif-converter-150x150.avif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:7412;}s:13:\"ocean-thumb-m\";a:5:{s:4:\"file\";s:52:\"file13-ezgif.com-apng-to-avif-converter-600x600.avif\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:38951;}s:14:\"ocean-thumb-ml\";a:5:{s:4:\"file\";s:52:\"file13-ezgif.com-apng-to-avif-converter-704x450.avif\";s:5:\"width\";i:704;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:36456;}s:13:\"ocean-thumb-l\";a:5:{s:4:\"file\";s:52:\"file13-ezgif.com-apng-to-avif-converter-704x700.avif\";s:5:\"width\";i:704;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:55505;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:50:\"file13-ezgif.com-apng-to-avif-converter-25x50.avif\";s:5:\"width\";i:25;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:1697;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:51:\"file13-ezgif.com-apng-to-avif-converter-50x100.avif\";s:5:\"width\";i:50;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:3086;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:51:\"file13-ezgif.com-apng-to-avif-converter-50x100.avif\";s:5:\"width\";i:50;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:3086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9982, 1011, '_wp_attached_file', '2024/12/Ellipse-10.png'),
(9983, 1011, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:408;s:6:\"height\";i:408;s:4:\"file\";s:22:\"2024/12/Ellipse-10.png\";s:8:\"filesize\";i:212681;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Ellipse-10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Ellipse-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35957;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:20:\"Ellipse-10-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5912;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:22:\"Ellipse-10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18509;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:22:\"Ellipse-10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18509;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9984, 1012, '_wp_attached_file', '2024/12/Ellipse-11.png'),
(9985, 1012, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:408;s:6:\"height\";i:408;s:4:\"file\";s:22:\"2024/12/Ellipse-11.png\";s:8:\"filesize\";i:198551;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Ellipse-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107820;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Ellipse-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33107;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:20:\"Ellipse-11-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5496;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:22:\"Ellipse-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16880;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:22:\"Ellipse-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16880;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9986, 1013, '_wp_attached_file', '2024/12/Ellipse-12.png'),
(9987, 1013, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:408;s:6:\"height\";i:408;s:4:\"file\";s:22:\"2024/12/Ellipse-12.png\";s:8:\"filesize\";i:204343;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Ellipse-12-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Ellipse-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35982;}s:16:\"gamipress-points\";a:5:{s:4:\"file\";s:20:\"Ellipse-12-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5844;}s:21:\"gamipress-achievement\";a:5:{s:4:\"file\";s:22:\"Ellipse-12-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18442;}s:14:\"gamipress-rank\";a:5:{s:4:\"file\";s:22:\"Ellipse-12-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18442;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9988, 1014, '_wp_page_template', 'elementor_header_footer'),
(9989, 1014, '_elementor_edit_mode', 'builder'),
(9990, 1014, '_elementor_template_type', 'wp-page'),
(9991, 1014, '_elementor_version', '3.26.3'),
(9992, 1014, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9993, 1014, '_elementor_data', '[{\"id\":\"800eeeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"134509e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b349f44\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"fcafbeb\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"566b5e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab0c16\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b48e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best Gaming Platform<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"35fb5c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"354bc83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a7d9714\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2196b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32fedf8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"497b320\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"742dd76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to <strong>GameOn<\\/strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we\\u2019re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you\\u2019re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(9996, 1015, '_wp_page_template', 'elementor_header_footer'),
(9997, 1015, '_elementor_edit_mode', 'builder'),
(9998, 1015, '_elementor_template_type', 'wp-page'),
(9999, 1015, '_elementor_version', '3.26.3'),
(10000, 1015, '_elementor_pro_version', '3.26.1'),
(10001, 1015, '_elementor_data', '[{\"id\":\"800eeeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"134509e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b349f44\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"fcafbeb\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"566b5e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab0c16\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b48e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best Gaming Platform<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"35fb5c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"354bc83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a7d9714\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2196b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32fedf8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"497b320\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"742dd76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to <strong>GameOn<\\/strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we\\u2019re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you\\u2019re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(10004, 1016, '_wp_page_template', 'elementor_header_footer'),
(10005, 1016, '_elementor_edit_mode', 'builder'),
(10006, 1016, '_elementor_template_type', 'wp-page'),
(10007, 1016, '_elementor_version', '3.26.3'),
(10008, 1016, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10009, 1016, '_elementor_data', '[{\"id\":\"800eeeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"134509e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b349f44\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"fcafbeb\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"566b5e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab0c16\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b48e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best Gaming Platform<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"35fb5c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"354bc83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a7d9714\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2196b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32fedf8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"497b320\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"742dd76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to <strong>GameOn<\\/strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we\\u2019re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you\\u2019re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a998fe3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"33d1c66\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a7f311\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"d542043\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"4baf91a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play & Earn\",\"description_text\":\"GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"769bd3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cd8ff64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"HTML5 Games\",\"description_text\":\"Enjoy seamless gaming with GameOn\\u2019s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0d51071\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e049094\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mix Genres\",\"description_text\":\"Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"35665f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"efcf893\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play Anywhere\",\"description_text\":\"With GameOn, gaming is not confined to a single device. Whether you\\u2019re on a smartphone, tablet, or desktop\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ffbee8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file13-ezgif.com-apng-to-avif-converter.avif\",\"id\":1009,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d5cde38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf40c2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At <em>GameOn<\\/em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f3ba722\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e659228\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"304710b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-10.png\",\"id\":1011,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Alex Carter\",\"description_text\":\"Game Developer Extraordinaire\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"dcce18a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f1bf729\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-11.png\",\"id\":1012,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Mia Thompson\",\"description_text\":\"UX\\/UI Designer\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"051ab20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"361fb31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-12.png\",\"id\":1013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ethan Patel\",\"description_text\":\"Marketing Strategist\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(10012, 1017, '_wp_page_template', 'elementor_header_footer'),
(10013, 1017, '_elementor_edit_mode', 'builder'),
(10014, 1017, '_elementor_template_type', 'wp-page'),
(10015, 1017, '_elementor_version', '3.26.3'),
(10016, 1017, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10017, 1017, '_elementor_data', '[{\"id\":\"800eeeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"134509e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b349f44\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"fcafbeb\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"566b5e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab0c16\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b48e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best Gaming Platform<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"35fb5c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"354bc83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a7d9714\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2196b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32fedf8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"497b320\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"742dd76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to <strong>GameOn<\\/strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we\\u2019re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you\\u2019re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a998fe3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"33d1c66\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a7f311\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"d542043\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"4baf91a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play & Earn\",\"description_text\":\"GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"769bd3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cd8ff64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"HTML5 Games\",\"description_text\":\"Enjoy seamless gaming with GameOn\\u2019s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0d51071\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e049094\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mix Genres\",\"description_text\":\"Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"35665f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"efcf893\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play Anywhere\",\"description_text\":\"With GameOn, gaming is not confined to a single device. Whether you\\u2019re on a smartphone, tablet, or desktop\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ffbee8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file13-ezgif.com-apng-to-avif-converter.avif\",\"id\":1009,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d5cde38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf40c2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At <em>GameOn<\\/em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f3ba722\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e659228\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"304710b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-10.png\",\"id\":1011,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Alex Carter\",\"description_text\":\"Game Developer Extraordinaire\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"dcce18a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f1bf729\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-11.png\",\"id\":1012,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Mia Thompson\",\"description_text\":\"UX\\/UI Designer\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"051ab20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"361fb31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-12.png\",\"id\":1013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ethan Patel\",\"description_text\":\"Marketing Strategist\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(10019, 1018, '_wp_page_template', 'elementor_header_footer'),
(10020, 1018, '_elementor_edit_mode', 'builder'),
(10021, 1018, '_elementor_template_type', 'wp-page'),
(10022, 1018, '_elementor_version', '3.26.3'),
(10023, 1018, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10024, 1018, '_elementor_data', '[{\"id\":\"800eeeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"134509e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b349f44\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"fcafbeb\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"566b5e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab0c16\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b48e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best Gaming Platform<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"35fb5c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"354bc83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a7d9714\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2196b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32fedf8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"497b320\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"742dd76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to <strong>GameOn<\\/strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we\\u2019re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you\\u2019re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a998fe3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"33d1c66\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a7f311\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"d542043\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"4baf91a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play & Earn\",\"description_text\":\"GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"769bd3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cd8ff64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"HTML5 Games\",\"description_text\":\"Enjoy seamless gaming with GameOn\\u2019s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0d51071\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e049094\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mix Genres\",\"description_text\":\"Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"35665f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"efcf893\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play Anywhere\",\"description_text\":\"With GameOn, gaming is not confined to a single device. Whether you\\u2019re on a smartphone, tablet, or desktop\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ffbee8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file13-ezgif.com-apng-to-avif-converter.avif\",\"id\":1009,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d5cde38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf40c2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At <em>GameOn<\\/em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f3ba722\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e659228\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"304710b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-10.png\",\"id\":1011,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Alex Carter\",\"description_text\":\"Game Developer Extraordinaire\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"dcce18a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f1bf729\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-11.png\",\"id\":1012,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Mia Thompson\",\"description_text\":\"UX\\/UI Designer\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"051ab20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"361fb31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-12.png\",\"id\":1013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ethan Patel\",\"description_text\":\"Marketing Strategist\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(10026, 1019, '_wp_page_template', 'elementor_header_footer'),
(10027, 1019, '_elementor_edit_mode', 'builder'),
(10028, 1019, '_elementor_template_type', 'wp-page'),
(10029, 1019, '_elementor_version', '3.26.3'),
(10030, 1019, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10031, 1019, '_elementor_data', '[{\"id\":\"800eeeb\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"134509e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b349f44\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"fcafbeb\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"566b5e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab0c16\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b48e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best Gaming Platform<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"35fb5c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"354bc83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a7d9714\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2196b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32fedf8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"497b320\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"742dd76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to <strong>GameOn<\\/strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we\\u2019re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you\\u2019re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a998fe3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"33d1c66\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a7f311\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"d542043\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"4baf91a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play & Earn\",\"description_text\":\"GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"769bd3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"cd8ff64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"HTML5 Games\",\"description_text\":\"Enjoy seamless gaming with GameOn\\u2019s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0d51071\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"e049094\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mix Genres\",\"description_text\":\"Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"35665f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"efcf893\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Play Anywhere\",\"description_text\":\"With GameOn, gaming is not confined to a single device. Whether you\\u2019re on a smartphone, tablet, or desktop\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ffbee8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file13-ezgif.com-apng-to-avif-converter.avif\",\"id\":1009,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d5cde38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf40c2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At <em>GameOn<\\/em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f3ba722\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e659228\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"304710b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-10.png\",\"id\":1011,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Alex Carter\",\"description_text\":\"Game Developer Extraordinaire\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"dcce18a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"f1bf729\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-11.png\",\"id\":1012,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Mia Thompson\",\"description_text\":\"UX\\/UI Designer\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"051ab20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"361fb31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/Ellipse-12.png\",\"id\":1013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ethan Patel\",\"description_text\":\"Marketing Strategist\",\"text_align\":\"center\",\"image_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=45f9cee\",\"description_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(10112, 1021, '_wp_page_template', 'elementor_header_footer'),
(10113, 1021, '_elementor_edit_mode', 'builder'),
(10114, 1021, '_elementor_template_type', 'wp-page'),
(10115, 1021, '_elementor_version', '3.26.0'),
(10116, 1021, '_elementor_pro_version', '3.25.5'),
(10117, 1021, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(10118, 1022, '_wp_page_template', 'elementor_header_footer'),
(10119, 1022, '_elementor_edit_mode', 'builder'),
(10120, 1022, '_elementor_template_type', 'wp-page'),
(10121, 1022, '_elementor_version', '3.26.0'),
(10122, 1022, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10123, 1022, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100}},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(10124, 1023, '_wp_page_template', 'elementor_header_footer'),
(10125, 1023, '_elementor_edit_mode', 'builder'),
(10126, 1023, '_elementor_template_type', 'wp-page'),
(10127, 1023, '_elementor_version', '3.26.0'),
(10128, 1023, '_elementor_pro_version', '3.25.5'),
(10129, 1023, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_condition_type\":\"one\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8f4364d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"d2153f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"4d0cfea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a6c4d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10139, 1024, '_wp_page_template', 'elementor_header_footer'),
(10140, 1024, '_elementor_edit_mode', 'builder'),
(10141, 1024, '_elementor_template_type', 'wp-page'),
(10142, 1024, '_elementor_version', '3.26.3'),
(10143, 1024, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10144, 1024, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_condition_type\":\"one\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8f4364d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"d2153f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"4d0cfea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a6c4d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10148, 1025, '_wp_page_template', 'elementor_header_footer'),
(10149, 1025, '_elementor_edit_mode', 'builder'),
(10150, 1025, '_elementor_template_type', 'wp-page'),
(10151, 1025, '_elementor_version', '3.26.3'),
(10152, 1025, '_elementor_pro_version', '3.26.1'),
(10153, 1025, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_condition_type\":\"one\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8f4364d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"d2153f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"4d0cfea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a6c4d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10157, 1026, '_wp_page_template', 'elementor_header_footer'),
(10158, 1026, '_elementor_edit_mode', 'builder'),
(10159, 1026, '_elementor_template_type', 'wp-page'),
(10160, 1026, '_elementor_version', '3.26.3'),
(10161, 1026, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10162, 1026, '_elementor_data', '[{\"id\":\"ccdcc5d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9b824c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"b82fa7d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30ae4e2\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f32878f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"92f9f2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wallet\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5963527\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Withdraw, Mange, Track Your Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ceb5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"flex_justify_content\":\"center\",\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"cae868b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balance:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16faef0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7856ec8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Withdraw\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f49f62d\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%22870%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b67eb3c\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"100\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":100},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_condition_type\":\"one\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"e0dc6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"fa2c6d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reward Progress:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffd53e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[threshold_progress_bar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"f08c26d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b189fdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earnings:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8399f47\",\"elType\":\"widget\",\"settings\":{\"title\":\"$100\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"ffd6479\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Buser_earnings%5D%22%2C%22before%22%3A%22%24%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a9c4097\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8f4364d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"d2153f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"4d0cfea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a6c4d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10171, 1027, '_wp_page_template', 'elementor_header_footer'),
(10172, 1027, '_elementor_edit_mode', 'builder'),
(10173, 1027, '_elementor_template_type', 'wp-page'),
(10174, 1027, '_elementor_version', '3.26.0'),
(10175, 1027, '_elementor_pro_version', '3.25.5'),
(10176, 1027, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"def985a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(10180, 1028, '_wp_page_template', 'elementor_header_footer'),
(10181, 1028, '_elementor_edit_mode', 'builder'),
(10182, 1028, '_elementor_template_type', 'wp-page'),
(10183, 1028, '_elementor_version', '3.26.0'),
(10184, 1028, '_elementor_pro_version', '3.25.5'),
(10185, 1028, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"def985a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(10189, 1029, '_wp_page_template', 'elementor_header_footer'),
(10190, 1029, '_elementor_edit_mode', 'builder'),
(10191, 1029, '_elementor_template_type', 'wp-page'),
(10192, 1029, '_elementor_version', '3.26.0'),
(10193, 1029, '_elementor_pro_version', '3.25.5');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10194, 1029, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"def985a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"18f6349\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"0f99604\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"0698362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dae210\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10200, 1030, '_wp_page_template', 'elementor_header_footer'),
(10201, 1030, '_elementor_edit_mode', 'builder'),
(10202, 1030, '_elementor_template_type', 'wp-page'),
(10203, 1030, '_elementor_version', '3.26.3'),
(10204, 1030, '_elementor_pro_version', '3.26.1'),
(10205, 1030, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"def985a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"18f6349\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"0f99604\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"0698362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dae210\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10209, 1031, '_wp_page_template', 'elementor_header_footer'),
(10210, 1031, '_elementor_edit_mode', 'builder'),
(10211, 1031, '_elementor_template_type', 'wp-page'),
(10212, 1031, '_elementor_version', '3.26.3'),
(10213, 1031, '_elementor_pro_version', '3.26.1'),
(10214, 1031, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"def985a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"18f6349\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"0f99604\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"0698362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dae210\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10218, 1032, '_wp_page_template', 'elementor_header_footer'),
(10219, 1032, '_elementor_edit_mode', 'builder'),
(10220, 1032, '_elementor_template_type', 'wp-page'),
(10221, 1032, '_elementor_version', '3.26.3'),
(10222, 1032, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10223, 1032, '_elementor_data', '[{\"id\":\"5a8faf1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"083b6dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f6c74b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"a5bd90b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"fb35735\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1198f32\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[show_profile_picture]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_mask_size\":\"cover\",\"__globals__\":{\"_background_color\":\"\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"99458d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Yogesh\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"e9620e1\\\" name=\\\"user-info\\\" settings=\\\"%7B%22type%22%3A%22login%22%2C%22before%22%3A%22Welcome%2C%20%22%7D\\\"]\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38fe026\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome, Guest\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"__dynamic__\":[],\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_show_hide\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6890ce1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is Your Profile. You can edit everything here<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9a7778d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7f14871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"def985a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9d38ef0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-guest\"]},\"elements\":[{\"id\":\"ddb500f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"df3be64\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[user_profile_editor]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"8bf3279\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"88134ac\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[fse_social_links_form]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"18f6349\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"stax_visibility_enabled\":\"yes\",\"stax_visibility_user_role_enabled\":\"yes\",\"stax_visibility_user_role_conditions\":[\"ecl-user\"]},\"elements\":[{\"id\":\"0f99604\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"0698362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please Login\\/ Register\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dae210\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login \\/ Register\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"custom_css\":\"\\/* Enhanced Glowing Button Hover Effect *\\/\\r\\n.elementor-button {\\r\\n    position: relative;\\r\\n    background-color: #A64D79; \\/* Button background *\\/\\r\\n    color: white;\\r\\n    border: none;\\r\\n    padding: 12px 24px;\\r\\n    font-size: 16px;\\r\\n    border-radius: 8px;\\r\\n    cursor: pointer;\\r\\n    transition: 0.3s;\\r\\n    overflow: hidden;\\r\\n    z-index: 1;\\r\\n}\\r\\n\\r\\n.elementor-button::before {\\r\\n    content: \'\';\\r\\n    position: absolute;\\r\\n    top: 0;\\r\\n    left: 0;\\r\\n    right: 0;\\r\\n    bottom: 0;\\r\\n    background: rgba(166, 77, 121, 0.8); \\/* Stronger glow overlay *\\/\\r\\n    box-shadow: 0 0 30px rgba(166, 77, 121, 1), \\r\\n                0 0 60px rgba(166, 77, 121, 0.9), \\r\\n                0 0 90px rgba(166, 77, 121, 0.8);\\r\\n    opacity: 0;\\r\\n    z-index: -1;\\r\\n    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;\\r\\n}\\r\\n\\r\\n.elementor-button:hover::before {\\r\\n    opacity: 1;\\r\\n    transform: scale(1.2); \\/* Increased zoom effect *\\/\\r\\n}\\r\\n\\r\\n.elementor-button:hover {\\r\\n    color: white;\\r\\n    transform: scale(1.1); \\/* Slight scaling *\\/\\r\\n}\\r\\n\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=45f9cee\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dae004b\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%2298%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10232, 1033, '_edit_lock', '1735122296:1'),
(10233, 1033, '_wp_page_template', 'elementor_header_footer'),
(10234, 1033, '_edit_last', '1'),
(10235, 1033, 'um_content_restriction', 'a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}'),
(10236, 1033, '_elementor_edit_mode', 'builder'),
(10237, 1033, '_elementor_template_type', 'wp-page'),
(10238, 1033, '_elementor_version', '3.26.3'),
(10239, 1033, '_elementor_pro_version', '3.26.1'),
(10253, 1036, '_wp_page_template', 'elementor_header_footer'),
(10254, 1036, '_elementor_edit_mode', 'builder'),
(10255, 1036, '_elementor_template_type', 'wp-page'),
(10256, 1036, '_elementor_version', '3.26.3'),
(10257, 1036, '_elementor_pro_version', '3.26.1'),
(10258, 1037, '_wp_page_template', 'elementor_header_footer'),
(10259, 1037, '_elementor_edit_mode', 'builder'),
(10260, 1037, '_elementor_template_type', 'wp-page'),
(10261, 1037, '_elementor_version', '3.26.3'),
(10262, 1037, '_elementor_pro_version', '3.26.1'),
(10263, 1033, '_elementor_data', '[{\"id\":\"4b7801e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ad7ea34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ebf0ce1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"9bc115b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0be322f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6a0d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Help & Support\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d5153\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact Our Support Team<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d81b515\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7b942be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f72f77\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"70dd1b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":89,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"58b3c70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"aaaf999\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_6d63711\",\"field_type\":\"textarea\",\"required\":\"true\",\"field_label\":\"Describe Issue\",\"_id\":\"6d63711\"},{\"custom_id\":\"field_0364ac0\",\"field_type\":\"upload\",\"field_label\":\"Attach a file\",\"_id\":\"0364ac0\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"42de13f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"cc8ac56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8bdb2ba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"support@gameon.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"4b7c1aa\",\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"342-13123-123\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a60de73\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=45f9cee\",\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(10264, 1038, '_wp_page_template', 'elementor_header_footer'),
(10265, 1038, '_elementor_edit_mode', 'builder'),
(10266, 1038, '_elementor_template_type', 'wp-page'),
(10267, 1038, '_elementor_version', '3.26.3'),
(10268, 1038, '_elementor_pro_version', '3.26.1'),
(10269, 1038, '_elementor_data', '[{\"id\":\"4b7801e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ad7ea34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ebf0ce1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"9bc115b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0be322f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6a0d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Help & Support\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d5153\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact Our Support Team<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57a66d8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d81b515\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7b942be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f72f77\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"70dd1b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"58b3c70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"aaaf999\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_6d63711\",\"field_type\":\"textarea\",\"required\":\"true\",\"field_label\":\"Describe Issue\",\"_id\":\"6d63711\"},{\"custom_id\":\"field_0364ac0\",\"field_type\":\"upload\",\"field_label\":\"Attach a file\",\"_id\":\"0364ac0\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"42de13f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"cc8ac56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(10271, 1039, '_wp_page_template', 'elementor_header_footer'),
(10272, 1039, '_elementor_edit_mode', 'builder'),
(10273, 1039, '_elementor_template_type', 'wp-page'),
(10274, 1039, '_elementor_version', '3.26.3'),
(10275, 1039, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10276, 1039, '_elementor_data', '[{\"id\":\"4b7801e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ad7ea34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ebf0ce1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"9bc115b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0be322f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6a0d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Help & Support\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d5153\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact Our Support Team<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57a66d8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d81b515\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7b942be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f72f77\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"70dd1b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"58b3c70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"aaaf999\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_6d63711\",\"field_type\":\"textarea\",\"required\":\"true\",\"field_label\":\"Describe Issue\",\"_id\":\"6d63711\"},{\"custom_id\":\"field_0364ac0\",\"field_type\":\"upload\",\"field_label\":\"Attach a file\",\"_id\":\"0364ac0\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"42de13f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"cc8ac56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(10278, 1040, '_wp_page_template', 'elementor_header_footer'),
(10279, 1040, '_elementor_edit_mode', 'builder'),
(10280, 1040, '_elementor_template_type', 'wp-page'),
(10281, 1040, '_elementor_version', '3.26.3'),
(10282, 1040, '_elementor_pro_version', '3.26.1'),
(10283, 1040, '_elementor_data', '[{\"id\":\"4b7801e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ad7ea34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ebf0ce1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"9bc115b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0be322f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6a0d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Help & Support\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d5153\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact Our Support Team<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57a66d8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d81b515\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7b942be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f72f77\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"70dd1b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"58b3c70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"aaaf999\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_6d63711\",\"field_type\":\"textarea\",\"required\":\"true\",\"field_label\":\"Describe Issue\",\"_id\":\"6d63711\"},{\"custom_id\":\"field_0364ac0\",\"field_type\":\"upload\",\"field_label\":\"Attach a file\",\"_id\":\"0364ac0\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"42de13f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"cc8ac56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(10285, 1041, '_wp_page_template', 'elementor_header_footer'),
(10286, 1041, '_elementor_edit_mode', 'builder'),
(10287, 1041, '_elementor_template_type', 'wp-page'),
(10288, 1041, '_elementor_version', '3.26.3'),
(10289, 1041, '_elementor_pro_version', '3.26.1'),
(10290, 1041, '_elementor_data', '[{\"id\":\"4b7801e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ad7ea34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ebf0ce1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"9bc115b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0be322f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6a0d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Help & Support\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d5153\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact Our Support Team<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57a66d8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d81b515\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7b942be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f72f77\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"70dd1b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":89,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"58b3c70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"aaaf999\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_6d63711\",\"field_type\":\"textarea\",\"required\":\"true\",\"field_label\":\"Describe Issue\",\"_id\":\"6d63711\"},{\"custom_id\":\"field_0364ac0\",\"field_type\":\"upload\",\"field_label\":\"Attach a file\",\"_id\":\"0364ac0\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"42de13f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"cc8ac56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8bdb2ba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"support@gameon.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"4b7c1aa\",\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"342-13123-123\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a60de73\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=45f9cee\",\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(10292, 1042, '_wp_page_template', 'elementor_header_footer'),
(10293, 1042, '_elementor_edit_mode', 'builder'),
(10294, 1042, '_elementor_template_type', 'wp-page'),
(10295, 1042, '_elementor_version', '3.26.3'),
(10296, 1042, '_elementor_pro_version', '3.26.1');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10297, 1042, '_elementor_data', '[{\"id\":\"4b7801e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ad7ea34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ebf0ce1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"9bc115b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0be322f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6a0d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Help & Support\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d5153\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact Our Support Team<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57a66d8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d81b515\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7b942be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f72f77\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"70dd1b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":89,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"58b3c70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"aaaf999\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_6d63711\",\"field_type\":\"textarea\",\"required\":\"true\",\"field_label\":\"Describe Issue\",\"_id\":\"6d63711\"},{\"custom_id\":\"field_0364ac0\",\"field_type\":\"upload\",\"field_label\":\"Attach a file\",\"_id\":\"0364ac0\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"42de13f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"cc8ac56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8bdb2ba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"support@gameon.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"4b7c1aa\",\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"342-13123-123\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a60de73\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=45f9cee\",\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(10299, 1043, '_wp_page_template', 'elementor_header_footer'),
(10300, 1043, '_elementor_edit_mode', 'builder'),
(10301, 1043, '_elementor_template_type', 'wp-page'),
(10302, 1043, '_elementor_version', '3.26.3'),
(10303, 1043, '_elementor_pro_version', '3.26.1'),
(10304, 1043, '_elementor_data', '[{\"id\":\"4b7801e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ad7ea34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ebf0ce1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"9bc115b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0be322f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6a0d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Help & Support\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d5153\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact Our Support Team<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57a66d8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-filter\",\"library\":\"fa-solid\"},\"size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_offset_x_mobile\":{\"unit\":\"vw\",\"size\":5,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_mobile\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"_background_background\":\"classic\",\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=6f6b6dc\",\"_background_color\":\"globals\\/colors?id=fbfbcda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d81b515\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7b942be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f72f77\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"70dd1b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":89,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"58b3c70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"aaaf999\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_6d63711\",\"field_type\":\"textarea\",\"required\":\"true\",\"field_label\":\"Describe Issue\",\"_id\":\"6d63711\"},{\"custom_id\":\"field_0364ac0\",\"field_type\":\"upload\",\"field_label\":\"Attach a file\",\"_id\":\"0364ac0\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"42de13f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"cc8ac56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8bdb2ba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"support@gameon.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"4b7c1aa\",\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"342-13123-123\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a60de73\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=45f9cee\",\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(10306, 1044, '_wp_page_template', 'elementor_header_footer'),
(10307, 1044, '_elementor_edit_mode', 'builder'),
(10308, 1044, '_elementor_template_type', 'wp-page'),
(10309, 1044, '_elementor_version', '3.26.3'),
(10310, 1044, '_elementor_pro_version', '3.26.1'),
(10311, 1044, '_elementor_data', '[{\"id\":\"4b7801e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ad7ea34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"ebf0ce1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"9bc115b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"layout\":\"vertical\",\"pointer\":\"background\",\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jersey 10\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius_menu_item\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"pointer_color_menu_item_hover\":\"globals\\/colors?id=ee6a6b6\",\"color_menu_item\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0be322f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-end\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":64,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg\"},{\"id\":68,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg\"},{\"id\":70,\"url\":\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg\"}],\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6a0d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Help & Support\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":4.1,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3.9,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d5153\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact Our Support Team<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d81b515\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"min_height\":{\"unit\":\"vh\",\"size\":72,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_duration\":\"fast\",\"animation_delay\":500,\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7b942be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Earners\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jersey 10\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f72f77\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[top_earners_display number=\\\"3\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"-27\",\"bottom\":\"-27\",\"left\":\"-27\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"70dd1b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":89,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"58b3c70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=8406570\"}},\"elements\":[{\"id\":\"aaaf999\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Enter Email\",\"placeholder\":\"Email\",\"_id\":\"d6182d9\"},{\"custom_id\":\"field_6d63711\",\"field_type\":\"textarea\",\"required\":\"true\",\"field_label\":\"Describe Issue\",\"_id\":\"6d63711\"},{\"custom_id\":\"field_0364ac0\",\"field_type\":\"upload\",\"field_label\":\"Attach a file\",\"_id\":\"0364ac0\"}],\"button_width\":\"40\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_to\":\"yneware7@gmail.com\",\"email_subject\":\"New message from &quot;My Blog&quot;\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@webcrowd.co.in\",\"email_from_name\":\"My Blog\",\"email_to_2\":\"yneware7@gmail.com\",\"email_subject_2\":\"New message from &quot;My Blog&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@webcrowd.co.in\",\"email_from_name_2\":\"My Blog\",\"email_reply_to_2\":\"yneware7@gmail.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.\",\"row_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.1,\"sizes\":[]},\"button_hover_animation\":\"grow\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"label_color\":\"globals\\/colors?id=6f6b6dc\",\"field_background_color\":\"globals\\/colors?id=fbfbcda\",\"field_text_color\":\"globals\\/colors?id=6f6b6dc\",\"button_background_color\":\"globals\\/colors?id=45f9cee\"},\"_css_classes\":\"payment-request-form\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"42de13f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"cc8ac56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=6f6b6dc\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8bdb2ba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"support@gameon.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"4b7c1aa\",\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"342-13123-123\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"support@gameon.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a60de73\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=45f9cee\",\"text_color\":\"globals\\/colors?id=6f6b6dc\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(10313, 1045, '_menu_item_type', 'post_type'),
(10314, 1045, '_menu_item_menu_item_parent', '0'),
(10315, 1045, '_menu_item_object_id', '1033'),
(10316, 1045, '_menu_item_object', 'page'),
(10317, 1045, '_menu_item_target', ''),
(10318, 1045, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(10319, 1045, '_menu_item_xfn', ''),
(10320, 1045, '_menu_item_url', ''),
(10321, 1045, '_menu_item_orphaned', '1735119269'),
(10322, 1045, '_menu_item_template', ''),
(10323, 1045, '_menu_item_mega_template', ''),
(10324, 1045, '_menu_item_nolink', ''),
(10325, 1045, '_menu_item_category_post', ''),
(10326, 1045, '_menu_item_megamenu', ''),
(10327, 1045, '_menu_item_megamenu_auto_width', ''),
(10328, 1045, '_menu_item_megamenu_col', '');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10329, 1045, '_menu_item_megamenu_heading', ''),
(10330, 1045, '_menu_item_megamenu_widgetarea', ''),
(10331, 1045, '_menu_item_icon', ''),
(10332, 1046, '_menu_item_type', 'post_type'),
(10333, 1046, '_menu_item_menu_item_parent', '0'),
(10334, 1046, '_menu_item_object_id', '1033'),
(10335, 1046, '_menu_item_object', 'page'),
(10336, 1046, '_menu_item_target', ''),
(10337, 1046, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(10338, 1046, '_menu_item_xfn', ''),
(10339, 1046, '_menu_item_url', ''),
(10341, 1046, '_menu_item_template', ''),
(10342, 1046, '_menu_item_mega_template', '0'),
(10343, 1046, '_menu_item_nolink', ''),
(10344, 1046, '_menu_item_category_post', ''),
(10345, 1046, '_menu_item_megamenu', ''),
(10346, 1046, '_menu_item_megamenu_auto_width', ''),
(10347, 1046, '_menu_item_megamenu_col', ''),
(10348, 1046, '_menu_item_megamenu_heading', ''),
(10349, 1046, '_menu_item_megamenu_widgetarea', '0'),
(10350, 1046, '_menu_item_icon', ''),
(10351, 28, '_wp_old_date', '2024-12-23'),
(10352, 238, '_wp_old_date', '2024-12-23'),
(10353, 26, '_wp_old_date', '2024-12-23'),
(10354, 27, '_wp_old_date', '2024-12-23'),
(10355, 932, '_wp_old_date', '2024-12-23'),
(10356, 962, '_wp_old_date', '2024-12-23'),
(10357, 296, '_wp_old_date', '2024-12-23'),
(10360, 1033, '_wp_trash_meta_status', 'publish'),
(10361, 1033, '_wp_trash_meta_time', '1735123404'),
(10362, 1033, '_wp_desired_post_slug', 'help-support'),
(10363, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1735125732;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10364, 14, '_elementor_css', 'a:6:{s:4:\"time\";i:1735125732;s:5:\"fonts\";a:3:{i:0;s:9:\"Jersey 10\";i:2;s:6:\"Roboto\";i:34;s:11:\"Roboto Slab\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"e11f0a8\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10365, 30, '_elementor_css', 'a:6:{s:4:\"time\";i:1735125732;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:9:\"fa-brands\";i:4;s:8:\"fa-solid\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:5:{i:0;s:7:\"e387133\";i:1;s:7:\"588baab\";i:2;s:7:\"5d79d24\";i:3;s:7:\"11edc31\";i:4;s:7:\"6e00824\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10366, 500, '_elementor_css', 'a:6:{s:4:\"time\";i:1735125733;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10367, 30, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:9:{i:0;s:19:\"widget-social-icons\";i:1;s:14:\"e-apple-webkit\";i:2;s:15:\"widget-nav-menu\";i:3;s:14:\"widget-heading\";i:4;s:15:\"widget-icon-box\";i:5;s:23:\"e-animation-slideInLeft\";i:6;s:17:\"widget-off-canvas\";i:7;s:12:\"widget-image\";i:8;s:13:\"widget-search\";}s:7:\"scripts\";a:1:{i:0;s:10:\"smartmenus\";}}'),
(10368, 30, '_elementor_element_cache', '{\"timeout\":1735212133,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-8a695fb e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"8a695fb\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-aa277a3 e-con-full e-flex e-con e-child\\\" data-id=\\\"aa277a3\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-05c47f7 e-grid-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\\\" data-id=\\\"05c47f7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-eef2b19\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-facebook\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-67110b1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-3b6afd6\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-d50f6dc\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dc8e856 elementor-widget elementor-widget-off-canvas\\\" data-id=\\\"dc8e856\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;entrance_animation_mobile&quot;:&quot;slideInLeft&quot;,&quot;exit_animation_mobile&quot;:&quot;slideInLeft&quot;}\\\" data-widget_type=\\\"off-canvas.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div id=\\\"off-canvas-dc8e856\\\" class=\\\"e-off-canvas\\\" role=\\\"dialog\\\" aria-hidden=\\\"true\\\" aria-label=\\\"Off-Canvas\\\" aria-modal=\\\"true\\\" inert=\\\"\\\" data-delay-child-handlers=\\\"true\\\">\\n\\t\\t\\t<div class=\\\"e-off-canvas__overlay\\\"><\\/div>\\n\\t\\t\\t<div class=\\\"e-off-canvas__main\\\">\\n\\t\\t\\t\\t<div class=\\\"e-off-canvas__content\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1432919 e-con-full elementor-hidden-desktop e-flex e-con e-child\\\" data-id=\\\"1432919\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-b3635aa e-flex e-con-boxed e-con e-child\\\" data-id=\\\"b3635aa\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-7270dc9 e-con-full e-flex e-con e-child\\\" data-id=\\\"7270dc9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImFhMGY1NzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6ImxvZ2luX21lbnUiLCJwb2ludGVyIjoidGV4dCIsImFuaW1hdGlvbl90ZXh0Ijoibm9uZSIsImRyb3Bkb3duIjoibm9uZSIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSmVyc2V5IDEwIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicmVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJyZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1IiwicmlnaHQiOiI1IiwiYm90dG9tIjoiNSIsImxlZnQiOiI1IiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTE1IiwibGVmdCI6Ii0xNiIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJfX2dsb2JhbHNfXyI6eyJjb2xvcl9tZW51X2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIiwicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NDVmOWNlZSIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00NWY5Y2VlIiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"][elementor-element data=\\\"eyJpZCI6ImUzODcxMzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkFkZCBZb3VyIEhlYWRpbmcgVGV4dCBIZXJlIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiItOSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6Ii0yMyIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn0sIl9fZHluYW1pY19fIjp7InRpdGxlIjoiW2VsZW1lbnRvci10YWcgaWQ9XCJkZTEzNWY1XCIgbmFtZT1cInVzZXItaW5mb1wiIHNldHRpbmdzPVwiJTdCJTIydHlwZSUyMiUzQSUyMmxvZ2luJTIyJTdEXCJdIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0=\\\"]<div class=\\\"elementor-element elementor-element-ca06201 e-con-full e-flex e-con e-child\\\" data-id=\\\"ca06201\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-33f9159 e-con-full e-flex e-con e-child\\\" data-id=\\\"33f9159\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjU4OGJhYWIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFzIGZhLXRyb3BoeSIsImxpYnJhcnkiOiJmYS1zb2xpZCJ9LCJ0aXRsZV90ZXh0IjoiMjAsMDAwIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsInBvc2l0aW9uIjoibGVmdCIsInBvc2l0aW9uX21vYmlsZSI6ImxlZnQiLCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50X21vYmlsZSI6Im1pZGRsZSIsInRleHRfYWxpZ24iOiJsZWZ0IiwidGV4dF9hbGlnbl9tb2JpbGUiOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiaWNvbl9zcGFjZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0aXRsZV9ib3R0b21fc3BhY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInByaW1hcnlfY29sb3IiOiIjRkRCNDAwIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJpY29uX3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSmVyc2V5IDEwIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjcsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMiwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMifSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInRpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIl9fZHluYW1pY19fIjp7InRpdGxlX3RleHQiOiJbZWxlbWVudG9yLXRhZyBpZD1cIjQ4MzMxY2VcIiBuYW1lPVwic2hvcnRjb2RlXCIgc2V0dGluZ3M9XCIlN0IlMjJzaG9ydGNvZGUlMjIlM0ElMjIlNUJyZXdhcmRlZF9wb2ludHMlNUQlMjIlN0RcIl0ifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In0=\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e16deb1 e-con-full elementor-hidden-desktop e-flex e-con e-child\\\" data-id=\\\"e16deb1\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a04c4c3 elementor-widget elementor-widget-heading\\\" data-id=\\\"a04c4c3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">My Account<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImRjZGY1OTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6Im1haW4tbWVudSIsImxheW91dCI6InZlcnRpY2FsIiwicG9pbnRlciI6ImJhY2tncm91bmQiLCJkcm9wZG93biI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjo5LCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6Ii04IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiItMTciLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJjb2xvcl9tZW51X2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWZiZmJjZGEifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-6e04922 elementor-widget elementor-widget-heading\\\" data-id=\\\"6e04922\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Other Links<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjRjMmU3ZGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6InBvbGljeV9saW5rcyIsImxheW91dCI6InZlcnRpY2FsIiwicG9pbnRlciI6ImJhY2tncm91bmQiLCJkcm9wZG93biI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjo5LCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6Ii04IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiItMTciLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJjb2xvcl9tZW51X2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWZiZmJjZGEifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-278d500 e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\\\" data-id=\\\"278d500\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-eef2b19\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-facebook\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-67110b1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-3b6afd6\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-d50f6dc\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjVkNzlkMjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduX3RhYmxldCI6ImxlZnQiLCJ3aWR0aF90YWJsZXQiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6Ii0xNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiLTE4IiwiaXNMaW5rZWQiOmZhbHNlfSwiaGlkZV9kZXNrdG9wIjoiaGlkZGVuLWRlc2t0b3AiLCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiItMTkiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGhlbWUtc2l0ZS1sb2dvIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6248c1b e-con-full elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"6248c1b\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImQzZTViNjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWFyY2hfaW5wdXRfcGxhY2Vob2xkZXJfdGV4dCI6IlNlYXJjaC4uLiIsImljb25fc2VhcmNoIjp7InZhbHVlIjoiZmFzIGZhLXNlYXJjaCIsImxpYnJhcnkiOiJmYS1zb2xpZCJ9LCJzdWJtaXRfdHJpZ2dlciI6ImtleV9lbnRlciIsInN1Ym1pdF9idXR0b25fdGV4dCI6IlNlYXJjaCIsIm5vdGhpbmdfZm91bmRfbWVzc2FnZV90ZXh0IjoiSXQgc2VlbXMgd2UgY2FuXHUyMDE5dCBmaW5kIHdoYXQgeW91XHUyMDE5cmUgbG9va2luZyBmb3IuIiwic2VhcmNoX2ZpZWxkX2JhY2tncm91bmRfbm9ybWFsX2JhY2tncm91bmQiOiJjbGFzc2ljIiwic2VhcmNoX2ZpZWxkX2lucHV0X3RleHRfY29sb3Jfbm9ybWFsIjoiIzdBN0E3QSIsInNlYXJjaF9maWVsZF9ib3JkZXJfbm9ybWFsX2JvcmRlciI6Im5vbmUiLCJzZWFyY2hfZmllbGRfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMDAiLCJyaWdodCI6IjEwMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIxMDAiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlYXJjaF9maWVsZF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIxMDAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIyMCIsImlzTGlua2VkIjpmYWxzZX0sInNlYXJjaF9maWVsZF9pY29uX2xhYmVsX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sInNlYXJjaF9maWVsZF9pY29uX2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjozNywic2l6ZXMiOltdfSwic2VhcmNoX2ZpZWxkX3N1Ym1pdF9nYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsic2VhcmNoX2ZpZWxkX2JhY2tncm91bmRfbm9ybWFsX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWZiZmJjZGEifSwicGFnaW5hdGlvbl9wcmV2X2xhYmVsIjoiUHJldmlvdXMiLCJwYWdpbmF0aW9uX25leHRfbGFiZWwiOiJOZXh0In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNlYXJjaCJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6d2cce9 e-con-full e-flex e-con e-child\\\" data-id=\\\"6d2cce9\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-77f7289 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"77f7289\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjExZWRjMzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFzIGZhLXRyb3BoeSIsImxpYnJhcnkiOiJmYS1zb2xpZCJ9LCJ0aXRsZV90ZXh0IjoiMTAwIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsInBvc2l0aW9uIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50IjoibWlkZGxlIiwidGV4dF9hbGlnbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjksInNpemVzIjpbXX0sInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwcmltYXJ5X2NvbG9yIjoiI0ZGQjcwMiIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyOSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkplcnNleSAxMCIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjIuNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjUxLCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItNyIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii03IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJwcmltYXJ5X2NvbG9yIjoiIiwidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyJ9LCJfX2R5bmFtaWNfXyI6eyJ0aXRsZV90ZXh0IjoiW2VsZW1lbnRvci10YWcgaWQ9XCJlMDVhMzJkXCIgbmFtZT1cInNob3J0Y29kZVwiIHNldHRpbmdzPVwiJTdCJTIyc2hvcnRjb2RlJTIyJTNBJTIyJTVCcmV3YXJkZWRfcG9pbnRzJTVEJTIyJTdEXCJdIn0sInRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6My41LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1ib3gifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjZlMDA4MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFzIGZhLWFsaWduLWp1c3RpZnkiLCJsaWJyYXJ5IjoiZmEtc29saWQifSwic2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjMsInNpemVzIjpbXX0sImhpZGVfZGVza3RvcCI6ImhpZGRlbi1kZXNrdG9wIiwiX19nbG9iYWxzX18iOnsicHJpbWFyeV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn0sIl9fZHluYW1pY19fIjp7ImxpbmsiOiJbZWxlbWVudG9yLXRhZyBpZD1cIjNiZDg1ZTlcIiBuYW1lPVwib2ZmLWNhbnZhc1wiIHNldHRpbmdzPVwiJTdCJTIyb2ZmX2NhbnZhcyUyMiUzQSUyMmRjOGU4NTYlMjIlN0RcIl0ifSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiLTMyIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwic2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNywic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTciLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-93b7e93 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"93b7e93\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImM5MTVmZmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6ImxvZ2luX21lbnUiLCJwb2ludGVyIjoidGV4dCIsImFuaW1hdGlvbl90ZXh0Ijoibm9uZSIsImRyb3Bkb3duIjoibm9uZSIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSmVyc2V5IDEwIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicmVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJyZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1IiwicmlnaHQiOiI1IiwiYm90dG9tIjoiNSIsImxlZnQiOiI1IiwiaXNMaW5rZWQiOnRydWV9LCJfX2dsb2JhbHNfXyI6eyJjb2xvcl9tZW51X2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00NWY5Y2VlIiwicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NDVmOWNlZSIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00NWY5Y2VlIiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[\"smartmenus\"],\"styles\":[\"widget-social-icons\",\"e-apple-webkit\",\"widget-nav-menu\",\"widget-heading\",\"widget-icon-box\",\"e-animation-slideInLeft\",\"widget-off-canvas\",\"widget-image\",\"widget-search\"]}}'),
(10369, 14, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:22:\"e-animation-fadeInLeft\";i:3;s:14:\"widget-heading\";i:4;s:18:\"widget-text-editor\";i:5;s:23:\"e-animation-fadeInRight\";i:6;s:18:\"e-animation-fadeIn\";i:7;s:20:\"widget-loop-carousel\";i:8;s:18:\"widget-loop-filter\";i:9;s:16:\"widget-loop-grid\";i:10;s:15:\"widget-icon-box\";i:11;s:14:\"widget-counter\";i:12;s:8:\"e-swiper\";i:13;s:27:\"widget-testimonial-carousel\";i:14;s:27:\"widget-carousel-module-base\";i:15;s:11:\"widget-form\";i:16;s:23:\"widget-nested-accordion\";}s:7:\"scripts\";a:3:{i:0;s:10:\"smartmenus\";i:1;s:12:\"imagesloaded\";i:2;s:16:\"jquery-numerator\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10370, 14, '_elementor_element_cache', '{\"timeout\":1735212133,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-8b2409a e-flex e-con-boxed elementor-invisible e-con e-parent\\\" data-id=\\\"8b2409a\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-be1d8e9 e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"be1d8e9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImUxMWYwYTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NzQsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01IiwibGVmdCI6Ii0xNSIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1zaXRlLWxvZ28ifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjU5MTQ2MGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6Im1haW4tbWVudSIsImxheW91dCI6InZlcnRpY2FsIiwicG9pbnRlciI6ImJhY2tncm91bmQiLCJkcm9wZG93biI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkplcnNleSAxMCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjExLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm9yZGVyX3JhZGl1c19tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9ZWU2YTZiNiIsImNvbG9yX21lbnVfaXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1d39c1c e-con-full e-flex e-con e-child\\\" data-id=\\\"1d39c1c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9b1ca9d elementor-widget elementor-widget-heading\\\" data-id=\\\"9b1ca9d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Play, Spend Time &amp; \\nGet Rewarded<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9c59cff elementor-widget elementor-widget-text-editor\\\" data-id=\\\"9c59cff\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Play and earn points with every game. The more you play, the more <br \\/>earn points<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6697719 e-con-full e-flex e-con e-child\\\" data-id=\\\"6697719\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d15b0de elementor-widget elementor-widget-button\\\" data-id=\\\"d15b0de\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Play Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4ab0f40 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"4ab0f40\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-play-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e423392 e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"e423392\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:500}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b35b266 elementor-widget elementor-widget-heading\\\" data-id=\\\"b35b266\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Top Earners<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjI5OTQxOWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbdG9wX2Vhcm5lcnNfZGlzcGxheSBudW1iZXI9XCIzXCJdIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItMjciLCJyaWdodCI6Ii0yNyIsImJvdHRvbSI6Ii0yNyIsImxlZnQiOiItMjciLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzaG9ydGNvZGUifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1391bdd e-con-full e-flex e-con e-parent\\\" data-id=\\\"1391bdd\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7851393 elementor-widget elementor-widget-heading\\\" data-id=\\\"7851393\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Featured Games<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-aaa9d22 e-con-full e-flex e-con e-child\\\" data-id=\\\"aaa9d22\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjlhMjFkMWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZW1wbGF0ZV9pZCI6MzI0LCJzbGlkZXNfdG9fc2hvdyI6IjYiLCJwb3N0c19wZXJfcGFnZSI6MTAsIm5hdmlnYXRpb25fcHJldmlvdXNfaWNvbiI6eyJ2YWx1ZSI6ImZhcyBmYS1jaGV2cm9uLWNpcmNsZS1sZWZ0IiwibGlicmFyeSI6ImZhLXNvbGlkIn0sIm5hdmlnYXRpb25fbmV4dF9pY29uIjp7InZhbHVlIjoiZmFzIGZhLWNoZXZyb24tY2lyY2xlLXJpZ2h0IiwibGlicmFyeSI6ImZhLXNvbGlkIn0sImltYWdlX3NwYWNpbmdfY3VzdG9tIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImFycm93c19wb3NpdGlvbiI6Im91dHNpZGUiLCJfX2dsb2JhbHNfXyI6eyJhcnJvd19ub3JtYWxfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NDVmOWNlZSJ9LCJzbGlkZXNfdG9fc2hvd190YWJsZXQiOiI0In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imxvb3AtY2Fyb3VzZWwifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1d5ce6e e-con-full e-flex e-con e-parent\\\" data-id=\\\"1d5ce6e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-51705d2 e-con-full e-flex e-con e-child\\\" data-id=\\\"51705d2\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5a99be3 e-con-full e-flex e-con e-child\\\" data-id=\\\"5a99be3\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1d1f7e8 elementor-widget elementor-widget-heading\\\" data-id=\\\"1d1f7e8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Browse Games<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-ec5b98f e-con-full e-flex e-con e-child\\\" data-id=\\\"ec5b98f\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImFjNjZmYTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmaXJzdF9pdGVtX3RpdGxlIjoiQWxsIiwic2VsZWN0ZWRfZWxlbWVudCI6ImM1NWVlNWEiLCJ0YXhvbm9teSI6ImNhdGVnb3J5IiwiaXRlbV9hbGlnbm1lbnRfaG9yaXpvbnRhbCI6ImVuZCIsIm11bHRpcGxlX3NlbGVjdGlvbiI6IiIsInNob3dfY2hpbGRfdGF4b25vbXkiOiJ5ZXMiLCJ0YXhvbm9teV9maWx0ZXJfbm9ybWFsX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsInRheG9ub215X2ZpbHRlcl9ub3JtYWxfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjIiLCJyaWdodCI6IjIiLCJib3R0b20iOiIyIiwibGVmdCI6IjIiLCJpc0xpbmtlZCI6dHJ1ZX0sInRheG9ub215X2ZpbHRlcl9ob3Zlcl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwidGF4b25vbXlfZmlsdGVyX2hvdmVyX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsInRheG9ub215X2ZpbHRlcl9ob3Zlcl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMiIsInJpZ2h0IjoiMiIsImJvdHRvbSI6IjIiLCJsZWZ0IjoiMiIsImlzTGlua2VkIjp0cnVlfSwidGF4b25vbXlfZmlsdGVyX2FjdGl2ZV9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwidGF4b25vbXlfZmlsdGVyX2FjdGl2ZV9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJ0YXhvbm9teV9maWx0ZXJfYWN0aXZlX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJ0YXhvbm9teV9maWx0ZXJfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMDAiLCJyaWdodCI6IjEwMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIxMDAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9fZ2xvYmFsc19fIjp7InRheG9ub215X2ZpbHRlcl9ub3JtYWxfYm9yZGVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMiLCJ0YXhvbm9teV9maWx0ZXJfaG92ZXJfYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00NWY5Y2VlIiwidGF4b25vbXlfZmlsdGVyX2FjdGl2ZV9iYWNrZ3JvdW5kX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQ1ZjljZWUiLCJ0YXhvbm9teV9maWx0ZXJfYWN0aXZlX2JvcmRlcl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00NWY5Y2VlIiwidGF4b25vbXlfZmlsdGVyX2FjdGl2ZV90ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMiLCJ0YXhvbm9teV9maWx0ZXJfbm9ybWFsX3RleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsInRheG9ub215X2ZpbHRlcl9ob3Zlcl9ib3JkZXJfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NDVmOWNlZSIsInRheG9ub215X2ZpbHRlcl9ob3Zlcl90ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRheG9ub215LWZpbHRlciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e6c6a7c e-con-full e-flex e-con e-child\\\" data-id=\\\"e6c6a7c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImM1NWVlNWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZW1wbGF0ZV9pZCI6NDc3LCJhbHRlcm5hdGVfdGVtcGxhdGVzIjpbeyJ0ZW1wbGF0ZV9pZCI6bnVsbCwiX2lkIjoiZjMyYzg2YiJ9XSwicGFnaW5hdGlvbl9wYWdlX2xpbWl0IjoiNSIsInBhZ2luYXRpb25fcHJldl9sYWJlbCI6IlByZXZpb3VzIiwicGFnaW5hdGlvbl9uZXh0X2xhYmVsIjoiTmV4dCIsInRleHQiOiJMb2FkIE1vcmUiLCJsb2FkX21vcmVfbm9fcG9zdHNfY3VzdG9tX21lc3NhZ2UiOiJObyBtb3JlIHBvc3RzIHRvIHNob3ciLCJub3RoaW5nX2ZvdW5kX21lc3NhZ2VfdGV4dCI6Ikl0IHNlZW1zIHdlIGNhblx1MjAxOXQgZmluZCB3aGF0IHlvdVx1MjAxOXJlIGxvb2tpbmcgZm9yLiIsImNvbHVtbnMiOjcsImNvbHVtbl9nYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwicG9zdHNfcGVyX3BhZ2UiOjIxLCJjb2x1bW5zX3RhYmxldCI6NCwiY29sdW1uc19tb2JpbGUiOjIsInJvd19nYXBfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJsb29wLWdyaWQifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a07ee21 e-con-full e-flex e-con e-parent\\\" data-id=\\\"a07ee21\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6062d33 e-con-full elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"6062d33\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjNmYmNlZmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZW1wbGF0ZV9pZCI6IjUyNCIsImFsdGVybmF0ZV90ZW1wbGF0ZXMiOlt7InRlbXBsYXRlX2lkIjpudWxsLCJfaWQiOiIwOGEyOGQ3In1dLCJwYWdpbmF0aW9uX3BhZ2VfbGltaXQiOiI1IiwicGFnaW5hdGlvbl9wcmV2X2xhYmVsIjoiUHJldmlvdXMiLCJwYWdpbmF0aW9uX25leHRfbGFiZWwiOiJOZXh0IiwidGV4dCI6IkxvYWQgTW9yZSIsImxvYWRfbW9yZV9ub19wb3N0c19jdXN0b21fbWVzc2FnZSI6Ik5vIG1vcmUgcG9zdHMgdG8gc2hvdyIsIm5vdGhpbmdfZm91bmRfbWVzc2FnZV90ZXh0IjoiSXQgc2VlbXMgd2UgY2FuXHUyMDE5dCBmaW5kIHdoYXQgeW91XHUyMDE5cmUgbG9va2luZyBmb3IuIiwiY29sdW1ucyI6MSwicG9zdHNfcGVyX3BhZ2UiOjQsInJvd19nYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sImNvbHVtbnNfdGFibGV0IjoxLCJwb3N0X3F1ZXJ5X2luY2x1ZGUiOlsidGVybXMiXSwicG9zdF9xdWVyeV9pbmNsdWRlX3Rlcm1faWRzIjpbIjI0Il19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJsb29wLWdyaWQifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-86682c6 e-con-full e-flex e-con e-child\\\" data-id=\\\"86682c6\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d3dfd4d elementor-widget elementor-widget-button\\\" data-id=\\\"d3dfd4d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/category\\/games\\/sports-racing\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Play Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-445bc8f elementor-widget elementor-widget-heading\\\" data-id=\\\"445bc8f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Spend More Time On Racing Games<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a7876cc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a7876cc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Play and earn points with every game. The more you play, the more earn points<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-861a3c3 e-con-full e-flex e-con e-parent\\\" data-id=\\\"861a3c3\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8b1a88c e-con-full e-flex e-con e-child\\\" data-id=\\\"8b1a88c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a3b6029 elementor-widget elementor-widget-heading\\\" data-id=\\\"a3b6029\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Rewards and Points System<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-140ba1d elementor-widget__width-initial elementor-widget elementor-widget-text-editor\\\" data-id=\\\"140ba1d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here&#8217;s how it works:<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-209e8af e-con-full e-flex e-con e-child\\\" data-id=\\\"209e8af\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-503e087 e-con-full e-flex e-con e-child\\\" data-id=\\\"503e087\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-461989f elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"461989f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon elementor-animation-\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tEarn Points While You Play\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tSpend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7d67cca e-con-full e-flex e-con e-child\\\" data-id=\\\"7d67cca\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-67f9d95 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"67f9d95\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon elementor-animation-\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tRedeem Points for Money\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOnce your points reach a threshold of 500, you can convert them into real money and withdraw it directly.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-73ef236 e-con-full e-flex e-con e-child\\\" data-id=\\\"73ef236\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7eb8a09 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"7eb8a09\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon elementor-animation-\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tMore Play, More Rewards\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tThe longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-41aa53a e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\\\" data-id=\\\"41aa53a\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1a16c90 e-con-full e-flex e-con e-child\\\" data-id=\\\"1a16c90\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d891510 elementor-widget elementor-widget-counter\\\" data-id=\\\"d891510\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">Revenue Distributed<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\">$<\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"1250000\\\" data-from-value=\\\"\\\" data-delimiter=\\\",\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3dbebcb e-con-full e-flex e-con e-child\\\" data-id=\\\"3dbebcb\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-abb50c0 elementor-widget elementor-widget-counter\\\" data-id=\\\"abb50c0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">Games Played<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"5000\\\" data-from-value=\\\"\\\" data-delimiter=\\\",\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-55e83c9 e-con-full e-flex e-con e-child\\\" data-id=\\\"55e83c9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f5ef2e8 elementor-widget elementor-widget-counter\\\" data-id=\\\"f5ef2e8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">Active Players<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"10000\\\" data-from-value=\\\"\\\" data-delimiter=\\\",\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a22e1a9 e-con-full e-flex e-con e-child\\\" data-id=\\\"a22e1a9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f9bc728 elementor-widget elementor-widget-counter\\\" data-id=\\\"f9bc728\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">Rewards Redeemed<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\">$<\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"2750000\\\" data-from-value=\\\"\\\" data-delimiter=\\\",\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f6eb587 e-grid elementor-hidden-desktop e-con-boxed e-con e-parent\\\" data-id=\\\"f6eb587\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-50bae45 elementor-widget elementor-widget-counter\\\" data-id=\\\"50bae45\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">Revenue Distributed<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\">$<\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"1250000\\\" data-from-value=\\\"\\\" data-delimiter=\\\",\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e32143 elementor-widget elementor-widget-counter\\\" data-id=\\\"2e32143\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">Games Played<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"5000\\\" data-from-value=\\\"\\\" data-delimiter=\\\",\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-29e4e92 elementor-widget elementor-widget-counter\\\" data-id=\\\"29e4e92\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">Active Players<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"10000\\\" data-from-value=\\\"\\\" data-delimiter=\\\",\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d529119 elementor-widget elementor-widget-counter\\\" data-id=\\\"d529119\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">Rewards Redeemed<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\">$<\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"2750000\\\" data-from-value=\\\"\\\" data-delimiter=\\\",\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-168332d e-con-full e-flex e-con e-parent\\\" data-id=\\\"168332d\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-65c1b92 e-con-full e-flex e-con e-child\\\" data-id=\\\"65c1b92\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-44e08e6 elementor-widget elementor-widget-heading\\\" data-id=\\\"44e08e6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">What Users Say !<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c5ba905 elementor-testimonial--layout-image_above elementor-testimonial--align-left elementor-testimonial--skin-default elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\\\" data-id=\\\"c5ba905\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;slides_per_view&quot;:&quot;5&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\\" data-widget_type=\\\"testimonial-carousel.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-swiper\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-main-swiper swiper\\\" role=\\\"region\\\" aria-roledescription=\\\"carousel\\\" aria-label=\\\"Slides\\\">\\n\\t\\t\\t\\t<div class=\\\"swiper-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__content\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__text\\\">\\n\\t\\t\\t\\t\\t\\tThis platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\\"elementor-testimonial__cite\\\"><span class=\\\"elementor-testimonial__name\\\">Arjun Patel<\\/span><span class=\\\"elementor-testimonial__title\\\">20,000 Points<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__footer\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__image\\\">\\n\\t\\t\\t\\t\\t\\t<img class=\\\"swiper-lazy\\\" data-src=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\\\" alt=\\\"Arjun Patel\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-lazy-preloader\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__content\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__text\\\">\\n\\t\\t\\t\\t\\t\\tThis platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\\"elementor-testimonial__cite\\\"><span class=\\\"elementor-testimonial__name\\\">Arjun Patel<\\/span><span class=\\\"elementor-testimonial__title\\\">20,000 Points<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__footer\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__image\\\">\\n\\t\\t\\t\\t\\t\\t<img class=\\\"swiper-lazy\\\" data-src=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\\\" alt=\\\"Arjun Patel\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-lazy-preloader\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__content\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__text\\\">\\n\\t\\t\\t\\t\\t\\tThis platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\\"elementor-testimonial__cite\\\"><span class=\\\"elementor-testimonial__name\\\">Arjun Patel<\\/span><span class=\\\"elementor-testimonial__title\\\">20,000 Points<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__footer\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__image\\\">\\n\\t\\t\\t\\t\\t\\t<img class=\\\"swiper-lazy\\\" data-src=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\\\" alt=\\\"Arjun Patel\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-lazy-preloader\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__content\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__text\\\">\\n\\t\\t\\t\\t\\t\\tThis platform is amazing! I\\u2019ve been playing for just a few weeks and already redeemed my points for cash. It\\u2019s fun and rewarding at the same time\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\\"elementor-testimonial__cite\\\"><span class=\\\"elementor-testimonial__name\\\">Arjun Patel<\\/span><span class=\\\"elementor-testimonial__title\\\">20,000 Points<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__footer\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial__image\\\">\\n\\t\\t\\t\\t\\t\\t<img class=\\\"swiper-lazy\\\" data-src=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\\\" alt=\\\"Arjun Patel\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-lazy-preloader\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-pagination\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-swiper-button elementor-swiper-button-prev\\\" role=\\\"button\\\" tabindex=\\\"0\\\" aria-label=\\\"Previous\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-chevron-left\\\" viewBox=\\\"0 0 1000 1000\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-swiper-button elementor-swiper-button-next\\\" role=\\\"button\\\" tabindex=\\\"0\\\" aria-label=\\\"Next\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-chevron-right\\\" viewBox=\\\"0 0 1000 1000\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6164b0e e-con-full e-flex e-con e-parent\\\" data-id=\\\"6164b0e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-f96eede e-con-full e-flex e-con e-child\\\" data-id=\\\"f96eede\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-344711c elementor-widget elementor-widget-image\\\" data-id=\\\"344711c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"832\\\" height=\\\"1216\\\" src=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png\\\" class=\\\"attachment-full size-full wp-image-545\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11.png 832w, https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11-205x300.png 205w, https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11-701x1024.png 701w, https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/wp-content\\/uploads\\/2024\\/12\\/file-11-768x1122.png 768w\\\" sizes=\\\"(max-width: 832px) 100vw, 832px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-28a26cd e-con-full e-flex e-con e-child\\\" data-id=\\\"28a26cd\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-af46a6b elementor-widget elementor-widget-heading\\\" data-id=\\\"af46a6b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">So Why Just Play ? \\nEarn Some Penny To Refill Your Pockets !<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8fbfe59 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"8fbfe59\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Subscribe For More Updates<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c65faa6 elementor-widget__width-initial elementor-button-align-stretch elementor-widget elementor-widget-form\\\" data-id=\\\"c65faa6\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;button_width&quot;:&quot;30&quot;,&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\\\" data-widget_type=\\\"form.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<form class=\\\"elementor-form\\\" method=\\\"post\\\" name=\\\"New Form\\\">\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"post_id\\\" value=\\\"14\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"form_id\\\" value=\\\"c65faa6\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"referer_title\\\" value=\\\"\\\" \\/>\\n\\n\\t\\t\\t\\t\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"queried_id\\\" value=\\\"14\\\"\\/>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-form-fields-wrapper elementor-labels-\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-email\\\" class=\\\"elementor-field-label elementor-screen-only\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tEmail\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"email\\\" name=\\\"form_fields[email]\\\" id=\\\"form-field-email\\\" class=\\\"elementor-field elementor-size-sm  elementor-field-textual\\\" placeholder=\\\"Email\\\" required=\\\"required\\\" aria-required=\\\"true\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-30 e-form__buttons\\\">\\n\\t\\t\\t\\t\\t<button class=\\\"elementor-button elementor-size-sm\\\" type=\\\"submit\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Subscribe<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/button>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/form>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5e8d0ef e-con-full e-flex e-con e-parent\\\" data-id=\\\"5e8d0ef\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-02e3a05 e-con-full e-flex e-con e-child\\\" data-id=\\\"02e3a05\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8cf8de3 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cf8de3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Frequently Asked Questions<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1027b39 elementor-widget elementor-widget-n-accordion\\\" data-id=\\\"1027b39\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\\\" data-widget_type=\\\"nested-accordion.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-n-accordion\\\" aria-label=\\\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\\\">\\n\\t\\t\\t\\t\\t\\t<details id=\\\"e-n-accordion-item-1690\\\" class=\\\"e-n-accordion-item\\\" open>\\n\\t\\t\\t\\t<summary class=\\\"e-n-accordion-item-title\\\" data-accordion-index=\\\"1\\\" tabindex=\\\"0\\\" aria-expanded=\\\"true\\\" aria-controls=\\\"e-n-accordion-item-1690\\\" >\\n\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-header\'><div class=\\\"e-n-accordion-item-title-text\\\"> How can I earn points while playing games? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-icon\'>\\n\\t\\t\\t<span class=\'e-opened\' ><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"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\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=\'e-closed\'><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\\"region\\\" aria-labelledby=\\\"e-n-accordion-item-1690\\\" class=\\\"elementor-element elementor-element-62255d8 e-con-full e-flex e-con e-child\\\" data-id=\\\"62255d8\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2554982 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"2554982\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>You earn points by playing games for a specific duration. Each game displays a reward duration\\u2014spend the required time, and points will be added to your account automatically.<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\\"e-n-accordion-item-1691\\\" class=\\\"e-n-accordion-item\\\" >\\n\\t\\t\\t\\t<summary class=\\\"e-n-accordion-item-title\\\" data-accordion-index=\\\"2\\\" tabindex=\\\"-1\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"e-n-accordion-item-1691\\\" >\\n\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-header\'><div class=\\\"e-n-accordion-item-title-text\\\"> How can I withdraw the points I\\u2019ve earned? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-icon\'>\\n\\t\\t\\t<span class=\'e-opened\' ><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"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\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=\'e-closed\'><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\\"region\\\" aria-labelledby=\\\"e-n-accordion-item-1691\\\" class=\\\"elementor-element elementor-element-3e99054 e-con-full e-flex e-con e-child\\\" data-id=\\\"3e99054\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1dbd04c elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1dbd04c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\\"e-n-accordion-item-1692\\\" class=\\\"e-n-accordion-item\\\" >\\n\\t\\t\\t\\t<summary class=\\\"e-n-accordion-item-title\\\" data-accordion-index=\\\"3\\\" tabindex=\\\"-1\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"e-n-accordion-item-1692\\\" >\\n\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-header\'><div class=\\\"e-n-accordion-item-title-text\\\"> Can I play games on both desktop and mobile devices? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-icon\'>\\n\\t\\t\\t<span class=\'e-opened\' ><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"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\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=\'e-closed\'><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\\"region\\\" aria-labelledby=\\\"e-n-accordion-item-1692\\\" class=\\\"elementor-element elementor-element-2234a08 e-con-full e-flex e-con e-child\\\" data-id=\\\"2234a08\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2670a44 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"2670a44\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\\"e-n-accordion-item-1693\\\" class=\\\"e-n-accordion-item\\\" >\\n\\t\\t\\t\\t<summary class=\\\"e-n-accordion-item-title\\\" data-accordion-index=\\\"4\\\" tabindex=\\\"-1\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"e-n-accordion-item-1693\\\" >\\n\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-header\'><div class=\\\"e-n-accordion-item-title-text\\\"> What types of games are available on the website? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-icon\'>\\n\\t\\t\\t<span class=\'e-opened\' ><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"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\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=\'e-closed\'><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\\"region\\\" aria-labelledby=\\\"e-n-accordion-item-1693\\\" class=\\\"elementor-element elementor-element-4e500ff e-con-full e-flex e-con e-child\\\" data-id=\\\"4e500ff\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2902ef8 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"2902ef8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\\"e-n-accordion-item-1694\\\" class=\\\"e-n-accordion-item\\\" >\\n\\t\\t\\t\\t<summary class=\\\"e-n-accordion-item-title\\\" data-accordion-index=\\\"5\\\" tabindex=\\\"-1\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"e-n-accordion-item-1694\\\" >\\n\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-header\'><div class=\\\"e-n-accordion-item-title-text\\\"> Is there a leaderboard or ranking system? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\'e-n-accordion-item-title-icon\'>\\n\\t\\t\\t<span class=\'e-opened\' ><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"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\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=\'e-closed\'><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\\"region\\\" aria-labelledby=\\\"e-n-accordion-item-1694\\\" class=\\\"elementor-element elementor-element-b2d79a2 e-con-full e-flex e-con e-child\\\" data-id=\\\"b2d79a2\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-363a885 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"363a885\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[\"jquery-numerator\"],\"styles\":[\"e-animation-fadeInLeft\",\"widget-text-editor\",\"e-animation-fadeInRight\",\"e-animation-fadeIn\",\"widget-loop-carousel\",\"widget-loop-filter\",\"widget-loop-grid\",\"widget-counter\",\"e-swiper\",\"widget-testimonial-carousel\",\"widget-carousel-module-base\",\"widget-form\",\"widget-nested-accordion\"]}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10371, 324, '_elementor_css', 'a:6:{s:4:\"time\";i:1735125733;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:4:{i:0;s:7:\"209f86e\";i:1;s:7:\"e27d179\";i:2;s:7:\"1a72652\";i:3;s:7:\"1a72652\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10372, 324, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-icon-box\";i:2;s:14:\"widget-heading\";}}'),
(10373, 324, '_elementor_element_cache', '{\"timeout\":1735212133,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-78dee87 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"78dee87\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjIwOWY4NmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBvc3QtZmVhdHVyZWQtaW1hZ2VcIiBzZXR0aW5ncz1cIiU3QiUyMmZhbGxiYWNrJTIyJTNBJTdCJTIydXJsJTIyJTNBJTIyJTIyJTJDJTIyaWQlMjIlM0ElMjIlMjIlMkMlMjJzaXplJTIyJTNBJTIyJTIyJTdEJTdEXCJdIiwibGluayI6IltlbGVtZW50b3ItdGFnIGlkPVwiNWY1MDA3YlwiIG5hbWU9XCJwb3N0LXVybFwiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImltYWdlX3NpemUiOiJmdWxsIiwiaW1hZ2VfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjp0cnVlfSwibGlua190byI6ImN1c3RvbSIsImNzc19maWx0ZXJzX2hvdmVyX2JyaWdodG5lc3MiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAzLCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6NjAwLCJzaXplcyI6W119LCJjc3NfZmlsdGVyc19jc3NfZmlsdGVyIjoiY3VzdG9tIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXBvc3QtZmVhdHVyZWQtaW1hZ2UifQ==\\\"][elementor-element data=\\\"eyJpZCI6ImUyN2QxNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFzIGZhLXRyb3BoeSIsImxpYnJhcnkiOiJmYS1zb2xpZCJ9LCJ0aXRsZV90ZXh0IjoiUG9pbnRzIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsInBvc2l0aW9uIjoibGVmdCIsInRleHRfYWxpZ24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo5LCJzaXplcyI6W119LCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEzLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1IiwicmlnaHQiOiIxNiIsImJvdHRvbSI6IjUiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiNiIsInJpZ2h0IjoiNiIsImJvdHRvbSI6IjYiLCJsZWZ0IjoiNiIsImlzTGlua2VkIjp0cnVlfSwiX19nbG9iYWxzX18iOnsicHJpbWFyeV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIiwidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsIl9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyJ9LCJfX2R5bmFtaWNfXyI6eyJ0aXRsZV90ZXh0IjoiW2VsZW1lbnRvci10YWcgaWQ9XCJkZjIzZDFkXCIgbmFtZT1cImFjZi10ZXh0XCIgc2V0dGluZ3M9XCIlN0IlMjJrZXklMjIlM0ElMjJmaWVsZF9yZXdhcmRfcG9pbnRzJTNBcmV3YXJkX3BvaW50cyUyMiU3RFwiXSJ9LCJwb3NpdGlvbl9tb2JpbGUiOiJsZWZ0IiwiY29udGVudF92ZXJ0aWNhbF9hbGlnbm1lbnRfbW9iaWxlIjoibWlkZGxlIiwidGV4dF9hbGlnbl9tb2JpbGUiOiJsZWZ0IiwicHJpbWFyeV9jb2xvciI6IiNGRkZGRkYiLCJ0aXRsZV9jb2xvciI6IiNGRkZGRkYiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MC45LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsImRlc2NyaXB0aW9uX2NvbG9yIjoiI0ZGRkZGRiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiLTEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI3IiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiYXV0byIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjo4MCwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoidnciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoidnciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94Ijp7InNpemUiOjIsInVuaXQiOiJ2dyJ9LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InVuaXQiOiJ2dyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3hfbW9iaWxlIjp7InVuaXQiOiJ2dyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3kiOnsic2l6ZSI6NDEsInVuaXQiOiJ2aCJ9LCJfb2Zmc2V0X3lfdGFibGV0Ijp7InVuaXQiOiJ2aCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfb2Zmc2V0X3lfbW9iaWxlIjp7InVuaXQiOiJ2aCIsInNpemUiOiIiLCJzaXplcyI6W119LCJjb250ZW50X3ZlcnRpY2FsX2FsaWdubWVudCI6Im1pZGRsZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9\\\"][elementor-element data=\\\"eyJpZCI6IjFhNzI2NTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJ0aXRsZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBvc3QtdGl0bGVcIiBzZXR0aW5ncz1cIiU3QiUyMmJlZm9yZSUyMiUzQSUyMiUyMiUyQyUyMmFmdGVyJTIyJTNBJTIyJTIyJTJDJTIyZmFsbGJhY2slMjIlM0ElMjIlMjIlN0RcIl0iLCJsaW5rIjoiW2VsZW1lbnRvci10YWcgaWQ9XCI0YTcyYmU3XCIgbmFtZT1cInBvc3QtdXJsXCIgc2V0dGluZ3M9XCIlN0IlN0RcIl0ifSwidGl0bGUiOiJBZGQgWW91ciBIZWFkaW5nIFRleHQgSGVyZSIsImhlYWRlcl9zaXplIjoiaDQiLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItOSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjciLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGhlbWUtcG9zdC10aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(10374, 477, '_elementor_css', 'a:6:{s:4:\"time\";i:1735125733;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:4:{i:0;s:7:\"4615f1c\";i:1;s:7:\"65df73a\";i:2;s:7:\"8eff53f\";i:3;s:7:\"8eff53f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10375, 477, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-icon-box\";i:2;s:14:\"widget-heading\";}}'),
(10376, 477, '_elementor_element_cache', '{\"timeout\":1735212133,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-a4429bc e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"a4429bc\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjQ2MTVmMWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBvc3QtZmVhdHVyZWQtaW1hZ2VcIiBzZXR0aW5ncz1cIiU3QiUyMmZhbGxiYWNrJTIyJTNBJTdCJTIydXJsJTIyJTNBJTIyJTIyJTJDJTIyaWQlMjIlM0ElMjIlMjIlMkMlMjJzaXplJTIyJTNBJTIyJTIyJTdEJTdEXCJdIiwibGluayI6IltlbGVtZW50b3ItdGFnIGlkPVwiNWY1MDA3YlwiIG5hbWU9XCJwb3N0LXVybFwiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImltYWdlX3NpemUiOiJmdWxsIiwiaW1hZ2VfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjp0cnVlfSwibGlua190byI6ImN1c3RvbSIsImNzc19maWx0ZXJzX2hvdmVyX2Nzc19maWx0ZXIiOiJjdXN0b20iLCJjc3NfZmlsdGVyc19ob3Zlcl9icmlnaHRuZXNzIjp7InVuaXQiOiJweCIsInNpemUiOjc4LCJzaXplcyI6W119LCJiYWNrZ3JvdW5kX2hvdmVyX3RyYW5zaXRpb24iOnsidW5pdCI6InB4Iiwic2l6ZSI6NjAwLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGhlbWUtcG9zdC1mZWF0dXJlZC1pbWFnZSJ9\\\"][elementor-element data=\\\"eyJpZCI6IjY1ZGY3M2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFzIGZhLXRyb3BoeSIsImxpYnJhcnkiOiJmYS1zb2xpZCJ9LCJ0aXRsZV90ZXh0IjoiUG9pbnRzIiwiZGVzY3JpcHRpb25fdGV4dCI6IiIsInBvc2l0aW9uIjoibGVmdCIsInRleHRfYWxpZ24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo5LCJzaXplcyI6W119LCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEzLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1IiwicmlnaHQiOiIxNiIsImJvdHRvbSI6IjUiLCJsZWZ0IjoiMTYiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsIl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjYiLCJyaWdodCI6IjYiLCJib3R0b20iOiI2IiwibGVmdCI6IjYiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9fZ2xvYmFsc19fIjp7InByaW1hcnlfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsInRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMiLCJfYmFja2dyb3VuZF9jb2xvciI6IiIsImRlc2NyaXB0aW9uX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMifSwiX19keW5hbWljX18iOnsidGl0bGVfdGV4dCI6IltlbGVtZW50b3ItdGFnIGlkPVwiZGYyM2QxZFwiIG5hbWU9XCJhY2YtdGV4dFwiIHNldHRpbmdzPVwiJTdCJTIya2V5JTIyJTNBJTIyZmllbGRfcmV3YXJkX3BvaW50cyUzQXJld2FyZF9wb2ludHMlMjIlN0RcIl0ifSwicG9zaXRpb25fbW9iaWxlIjoibGVmdCIsImNvbnRlbnRfdmVydGljYWxfYWxpZ25tZW50X21vYmlsZSI6Im1pZGRsZSIsInRleHRfYWxpZ25fbW9iaWxlIjoibGVmdCIsInByaW1hcnlfY29sb3IiOiIjRkZGRkZGIiwidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjAuOSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJkZXNjcmlwdGlvbl9jb2xvciI6IiNGRkZGRkYiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii0xMSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiItMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6ImF1dG8iLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6InZ3Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6InZ3Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6InZ3Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeCI6eyJzaXplIjoyLCJ1bml0IjoidncifSwiX29mZnNldF94X3RhYmxldCI6eyJ1bml0IjoidnciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X21vYmlsZSI6eyJ1bml0IjoidnciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95Ijp7InNpemUiOjQxLCJ1bml0IjoidmgifSwiX29mZnNldF95X3RhYmxldCI6eyJ1bml0IjoidmgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF95X21vYmlsZSI6eyJ1bml0IjoidmgiLCJzaXplIjoiIiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In0=\\\"][elementor-element data=\\\"eyJpZCI6IjhlZmY1M2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJ0aXRsZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBvc3QtdGl0bGVcIiBzZXR0aW5ncz1cIiU3QiUyMmJlZm9yZSUyMiUzQSUyMiUyMiUyQyUyMmFmdGVyJTIyJTNBJTIyJTIyJTJDJTIyZmFsbGJhY2slMjIlM0ElMjIlMjIlN0RcIl0iLCJsaW5rIjoiW2VsZW1lbnRvci10YWcgaWQ9XCI0YTcyYmU3XCIgbmFtZT1cInBvc3QtdXJsXCIgc2V0dGluZ3M9XCIlN0IlN0RcIl0ifSwidGl0bGUiOiJBZGQgWW91ciBIZWFkaW5nIFRleHQgSGVyZSIsImhlYWRlcl9zaXplIjoiaDQiLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItOSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjE2IiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXBvc3QtdGl0bGUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(10377, 524, '_elementor_css', 'a:6:{s:4:\"time\";i:1735125733;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:3:{i:0;s:7:\"251e810\";i:1;s:7:\"3ee35c2\";i:2;s:7:\"138f782\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10378, 524, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:14:\"widget-heading\";}}'),
(10379, 524, '_elementor_element_cache', '{\"timeout\":1735212133,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-cf6180f e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"cf6180f\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-451f261 e-con-full e-flex e-con e-child\\\" data-id=\\\"451f261\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjI1MWU4MTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBvc3QtZmVhdHVyZWQtaW1hZ2VcIiBzZXR0aW5ncz1cIiU3QiUyMmZhbGxiYWNrJTIyJTNBJTdCJTIydXJsJTIyJTNBJTIyJTIyJTJDJTIyaWQlMjIlM0ElMjIlMjIlMkMlMjJzaXplJTIyJTNBJTIyJTIyJTdEJTdEXCJdIn0sImltYWdlX3NpemUiOiJmdWxsIiwiaW1hZ2VfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI3IiwicmlnaHQiOiI3IiwiYm90dG9tIjoiNyIsImxlZnQiOiI3IiwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGhlbWUtcG9zdC1mZWF0dXJlZC1pbWFnZSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-780cdc1 e-con-full e-flex e-con e-child\\\" data-id=\\\"780cdc1\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjNlZTM1YzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJ0aXRsZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBvc3QtdGl0bGVcIiBzZXR0aW5ncz1cIiU3QiUyMmJlZm9yZSUyMiUzQSUyMiUyMiUyQyUyMmFmdGVyJTIyJTNBJTIyJTIyJTJDJTIyZmFsbGJhY2slMjIlM0ElMjIlMjIlN0RcIl0ifSwidGl0bGUiOiJBZGQgWW91ciBIZWFkaW5nIFRleHQgSGVyZSIsImhlYWRlcl9zaXplIjoiaDMiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsIl9fZ2xvYmFsc19fIjp7InRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXBvc3QtdGl0bGUifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjEzOGY3ODIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXh0IjoiUGxheSBOb3ciLCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjEwMCIsInJpZ2h0IjoiMTAwIiwiYm90dG9tIjoiMTAwIiwibGVmdCI6IjEwMCIsImlzTGlua2VkIjp0cnVlfSwidGV4dF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjYiLCJyaWdodCI6IjE3IiwiYm90dG9tIjoiNiIsImxlZnQiOiIxNyIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii03IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjdXN0b21fY3NzIjoiXC8qIEVuaGFuY2VkIEdsb3dpbmcgQnV0dG9uIEhvdmVyIEVmZmVjdCAqXC9cclxuLmVsZW1lbnRvci1idXR0b24ge1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0E2NEQ3OTsgXC8qIEJ1dHRvbiBiYWNrZ3JvdW5kICpcL1xyXG4gICAgY29sb3I6IHdoaXRlO1xyXG4gICAgYm9yZGVyOiBub25lO1xyXG4gICAgcGFkZGluZzogMTJweCAyNHB4O1xyXG4gICAgZm9udC1zaXplOiAxNnB4O1xyXG4gICAgYm9yZGVyLXJhZGl1czogOHB4O1xyXG4gICAgY3Vyc29yOiBwb2ludGVyO1xyXG4gICAgdHJhbnNpdGlvbjogMC4zcztcclxuICAgIG92ZXJmbG93OiBoaWRkZW47XHJcbiAgICB6LWluZGV4OiAxO1xyXG59XHJcblxyXG4uZWxlbWVudG9yLWJ1dHRvbjo6YmVmb3JlIHtcclxuICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgdG9wOiAwO1xyXG4gICAgbGVmdDogMDtcclxuICAgIHJpZ2h0OiAwO1xyXG4gICAgYm90dG9tOiAwO1xyXG4gICAgYmFja2dyb3VuZDogcmdiYSgxNjYsIDc3LCAxMjEsIDAuOCk7IFwvKiBTdHJvbmdlciBnbG93IG92ZXJsYXkgKlwvXHJcbiAgICBib3gtc2hhZG93OiAwIDAgMzBweCByZ2JhKDE2NiwgNzcsIDEyMSwgMSksIFxyXG4gICAgICAgICAgICAgICAgMCAwIDYwcHggcmdiYSgxNjYsIDc3LCAxMjEsIDAuOSksIFxyXG4gICAgICAgICAgICAgICAgMCAwIDkwcHggcmdiYSgxNjYsIDc3LCAxMjEsIDAuOCk7XHJcbiAgICBvcGFjaXR5OiAwO1xyXG4gICAgei1pbmRleDogLTE7XHJcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuNHMgZWFzZS1pbi1vdXQsIHRyYW5zZm9ybSAwLjRzIGVhc2UtaW4tb3V0O1xyXG59XHJcblxyXG4uZWxlbWVudG9yLWJ1dHRvbjpob3Zlcjo6YmVmb3JlIHtcclxuICAgIG9wYWNpdHk6IDE7XHJcbiAgICB0cmFuc2Zvcm06IHNjYWxlKDEuMik7IFwvKiBJbmNyZWFzZWQgem9vbSBlZmZlY3QgKlwvXHJcbn1cclxuXHJcbi5lbGVtZW50b3ItYnV0dG9uOmhvdmVyIHtcclxuICAgIGNvbG9yOiB3aGl0ZTtcclxuICAgIHRyYW5zZm9ybTogc2NhbGUoMS4xKTsgXC8qIFNsaWdodCBzY2FsaW5nICpcL1xyXG59XHJcbiIsIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NDVmOWNlZSJ9LCJfX2R5bmFtaWNfXyI6eyJsaW5rIjoiW2VsZW1lbnRvci10YWcgaWQ9XCIwMjFkNjZkXCIgbmFtZT1cInBvc3QtdXJsXCIgc2V0dGluZ3M9XCIlN0IlN0RcIl0ifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(10380, 500, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:18:\"widget-text-editor\";i:2;s:15:\"widget-nav-menu\";}s:7:\"scripts\";a:1:{i:0;s:10:\"smartmenus\";}}'),
(10381, 500, '_elementor_element_cache', '{\"timeout\":1735212133,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-ffaba9a e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"ffaba9a\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-3bfd389 e-con-full e-flex e-con e-child\\\" data-id=\\\"3bfd389\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9fb226a elementor-widget elementor-widget-heading\\\" data-id=\\\"9fb226a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">About Us<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c98df39 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"c98df39\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5b2fecd e-con-full elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"5b2fecd\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1d5c2bd elementor-widget elementor-widget-heading\\\" data-id=\\\"1d5c2bd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Other Links<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjZmZjg4YWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6InBvbGljeV9saW5rcyIsImxheW91dCI6InZlcnRpY2FsIiwicG9pbnRlciI6ImJhY2tncm91bmQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJib3JkZXJfcmFkaXVzX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjo3LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJjb2xvcl9tZW51X2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00NWY5Y2VlIiwicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NDVmOWNlZSJ9LCJkcm9wZG93biI6Im5vbmUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-21ab9ec e-con-full elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"21ab9ec\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c2efba7 elementor-widget elementor-widget-heading\\\" data-id=\\\"c2efba7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Categories<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjkxNDQ4YTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6ImNhdGVnb3J5X21lbnUiLCJsYXlvdXQiOiJ2ZXJ0aWNhbCIsInBvaW50ZXIiOiJiYWNrZ3JvdW5kIiwibWVudV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMiwic2l6ZXMiOltdfSwiYm9yZGVyX3JhZGl1c19tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6Nywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiY29sb3JfbWVudV9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NDVmOWNlZSIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQ1ZjljZWUifSwiZHJvcGRvd24iOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8f89e0e e-con-full elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"8f89e0e\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2cf6b2f elementor-widget elementor-widget-heading\\\" data-id=\\\"2cf6b2f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">My Account<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6Ijk5ZDExNWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6ImZvb3Rlcl9tZW51IiwibGF5b3V0IjoidmVydGljYWwiLCJwb2ludGVyIjoiYmFja2dyb3VuZCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwicGFkZGluZ192ZXJ0aWNhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sImJvcmRlcl9yYWRpdXNfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjcsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7ImNvbG9yX21lbnVfaXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQ1ZjljZWUiLCJwb2ludGVyX2NvbG9yX21lbnVfaXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00NWY5Y2VlIn0sImRyb3Bkb3duIjoibm9uZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(10382, 271, '_elementor_css', 'a:6:{s:4:\"time\";i:1735125754;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:5;s:6:\"eicons\";}s:20:\"dynamic_elements_ids\";a:13:{i:0;s:7:\"c1b98a8\";i:1;s:7:\"4e5f2db\";i:2;s:7:\"7a8156c\";i:3;s:7:\"d76b433\";i:4;s:7:\"b5da4fd\";i:5;s:7:\"9db5e5f\";i:6;s:7:\"d766674\";i:7;s:7:\"c70b9a9\";i:8;s:7:\"c70b9a9\";i:9;s:7:\"0118788\";i:10;s:7:\"0ae346a\";i:11;s:7:\"107abf8\";i:12;s:7:\"95bfb77\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10383, 271, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:22:\"e-animation-fadeInLeft\";i:3;s:14:\"widget-heading\";i:4;s:18:\"widget-text-editor\";i:5;s:15:\"widget-icon-box\";i:6;s:23:\"e-animation-fadeInRight\";i:7;s:18:\"e-animation-fadeIn\";i:8;s:13:\"widget-rating\";}s:7:\"scripts\";a:1:{i:0;s:10:\"smartmenus\";}}'),
(10384, 271, '_elementor_element_cache', '{\"timeout\":1735212154,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-8bdbe10 e-flex e-con-boxed elementor-invisible e-con e-parent\\\" data-id=\\\"8bdbe10\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-0d3d6fd e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"0d3d6fd\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImMxYjk4YTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NzQsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01IiwibGVmdCI6Ii0xNSIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1zaXRlLWxvZ28ifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjU2YTUwNzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6Im1haW4tbWVudSIsImxheW91dCI6InZlcnRpY2FsIiwicG9pbnRlciI6ImJhY2tncm91bmQiLCJkcm9wZG93biI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkplcnNleSAxMCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjExLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm9yZGVyX3JhZGl1c19tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9ZWU2YTZiNiIsImNvbG9yX21lbnVfaXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjRlNWYyZGIiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1lbmQiLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvd2ViY3Jvd2QuY28uaW5cL29ubGluZWdhbWluZ3YyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMlwvZnJlZXBpa19fY2FuZGlkLWltYWdlLXBob3RvZ3JhcGh5LW5hdHVyYWwtdGV4dHVyZXMtaGlnaGx5LXJfXzkzNTEwLmpwZWciLCJpZCI6NjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImJhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiYmFja2dyb3VuZF9yZXBlYXQiOiJuby1yZXBlYXQiLCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOlt7ImlkIjo2NCwidXJsIjoiaHR0cHM6XC9cL3dlYmNyb3dkLmNvLmluXC9vbmxpbmVnYW1pbmd2Mlwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMTJcL2ZyZWVwaWtfX2NhbmRpZC1pbWFnZS1waG90b2dyYXBoeS1uYXR1cmFsLXRleHR1cmVzLWhpZ2hseS1yX185MzUxMC5qcGVnIn0seyJpZCI6NjgsInVybCI6Imh0dHBzOlwvXC93ZWJjcm93ZC5jby5pblwvb25saW5lZ2FtaW5ndjJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzEyXC9mcmVlcGlrX19jYW5kaWQtaW1hZ2UtcGhvdG9ncmFwaHktbmF0dXJhbC10ZXh0dXJlcy1oaWdobHktcl9fMjMwOTIuanBlZyJ9LHsiaWQiOjcwLCJ1cmwiOiJodHRwczpcL1wvd2ViY3Jvd2QuY28uaW5cL29ubGluZWdhbWluZ3YyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMlwvZnJlZXBpa19fY2FuZGlkLWltYWdlLXBob3RvZ3JhcGh5LW5hdHVyYWwtdGV4dHVyZXMtaGlnaGx5LXJfXzkzNTEyLmpwZWcifV0sImJhY2tncm91bmRfc2xpZGVzaG93X2tlbl9idXJucyI6InllcyIsImJhY2tncm91bmRfb3ZlcmxheV9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3IiOiIjMDAwMDAwMDAiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3JfYiI6IiMwMDAwMDAiLCJiYWNrZ3JvdW5kX292ZXJsYXlfb3BhY2l0eSI6eyJ1bml0IjoicHgiLCJzaXplIjowLjkxLCJzaXplcyI6W119LCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIyMCIsImJvdHRvbSI6IjYwIiwibGVmdCI6IjIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19keW5hbWljX18iOnsiYmFja2dyb3VuZF9pbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiODVmODRkM1wiIG5hbWU9XCJwb3N0LWZlYXR1cmVkLWltYWdlXCIgc2V0dGluZ3M9XCIlN0IlN0RcIl0ifSwid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo3OSwic2l6ZXMiOltdfSwid2lkdGhfdGFibGV0Ijp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJ3aWR0aF9tb2JpbGUiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbeyJpZCI6IjdhODE1NmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlBsYXksIFNwZW5kIFRpbWUgJiBcbkdldCBSZXdhcmRlZCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKZXJzZXkgMTAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LjgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjQuMSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6My45LCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn0sIl9fZHluYW1pY19fIjp7InRpdGxlIjoiW2VsZW1lbnRvci10YWcgaWQ9XCJhMGU5MmUzXCIgbmFtZT1cInBvc3QtdGl0bGVcIiBzZXR0aW5ncz1cIiU3QiU3RFwiXSJ9LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLjksInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImY4ZGU5MTkiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6eyJjb250ZW50X3dpZHRoIjoiZnVsbCIsImZsZXhfZGlyZWN0aW9uIjoicm93IiwiZmxleF9hbGlnbl9pdGVtcyI6ImNlbnRlciIsInBhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfX0sImVsZW1lbnRzIjpbeyJpZCI6IjQ0ODU0NzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5DbGljayBvbiBcIlBsYXkgR2FtZVwiIEJ1dHRvbiBCZWxvdyBUbyBTdGFydCBHYW1lPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS42LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii0xOCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9XSwiaXNJbm5lciI6dHJ1ZX1dLCJpc0lubmVyIjp0cnVlfQ==\\\"]<div class=\\\"elementor-element elementor-element-15be49a e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"15be49a\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:500}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0f0c451 elementor-widget elementor-widget-heading\\\" data-id=\\\"0f0c451\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Reward <\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImQ3NmI0MzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFzIGZhLWNsb2NrIiwibGlicmFyeSI6ImZhLXNvbGlkIn0sInRpdGxlX3RleHQiOiJEdXJhdGlvbihzKSIsImRlc2NyaXB0aW9uX3RleHQiOiIxIE1pbnV0ZSIsInBvc2l0aW9uIjoibGVmdCIsInRleHRfYWxpZ24iOiJsZWZ0IiwiaWNvbl9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjo5LCJzaXplcyI6W119LCJ0aXRsZV9ib3R0b21fc3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI0LCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1IiwicmlnaHQiOiI1IiwiYm90dG9tIjoiNSIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiNiIsInJpZ2h0IjoiNiIsImJvdHRvbSI6IjYiLCJsZWZ0IjoiNiIsImlzTGlua2VkIjp0cnVlfSwiX19nbG9iYWxzX18iOnsicHJpbWFyeV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIiwidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsIl9iYWNrZ3JvdW5kX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQ1ZjljZWUiLCJkZXNjcmlwdGlvbl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn0sIl9fZHluYW1pY19fIjp7ImRlc2NyaXB0aW9uX3RleHQiOiJbZWxlbWVudG9yLXRhZyBpZD1cIjVmMmQ1MWRcIiBuYW1lPVwiYWNmLXRleHRcIiBzZXR0aW5ncz1cIiU3QiUyMmtleSUyMiUzQSUyMmZpZWxkXzY3NTk0ZDdjYWI4ZjQlM0F0aW1lX2R1cmF0aW9uJTIyJTdEXCJdIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpY29uLWJveCJ9\\\"][elementor-element data=\\\"eyJpZCI6ImI1ZGE0ZmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjoiZmFzIGZhLXRyb3BoeSIsImxpYnJhcnkiOiJmYS1zb2xpZCJ9LCJ0aXRsZV90ZXh0IjoiUG9pbnRzIiwiZGVzY3JpcHRpb25fdGV4dCI6IjUwIiwicG9zaXRpb24iOiJsZWZ0IiwidGV4dF9hbGlnbiI6ImxlZnQiLCJpY29uX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjksInNpemVzIjpbXX0sInRpdGxlX2JvdHRvbV9zcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjQsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjUiLCJyaWdodCI6IjUiLCJib3R0b20iOiI1IiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI2IiwicmlnaHQiOiI2IiwiYm90dG9tIjoiNiIsImxlZnQiOiI2IiwiaXNMaW5rZWQiOnRydWV9LCJfX2dsb2JhbHNfXyI6eyJwcmltYXJ5X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMiLCJ0aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIiwiX2JhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NDVmOWNlZSIsImRlc2NyaXB0aW9uX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMifSwiX19keW5hbWljX18iOnsiZGVzY3JpcHRpb25fdGV4dCI6IltlbGVtZW50b3ItdGFnIGlkPVwiZTFkZDlhNVwiIG5hbWU9XCJhY2YtdGV4dFwiIHNldHRpbmdzPVwiJTdCJTIya2V5JTIyJTNBJTIyZmllbGRfNjc1ODdiYmQ1NzE3MyUzQXJld2FyZF9wb2ludHMlMjIlN0RcIl0ifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Imljb24tYm94In0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7a7718c elementor-widget elementor-widget-heading\\\" data-id=\\\"7a7718c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">How To Earn ?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-19a9ea3 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"19a9ea3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Simply start game, and as you play, you&#8217;ll accumulate points based on the time spent<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-46ad38c e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"46ad38c\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1cce21e e-con-full e-flex e-con e-child\\\" data-id=\\\"1cce21e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjlkYjVlNWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2FsaWdubWVudCI6ImNlbnRlciIsImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMSwic2l6ZXMiOltdfSwiaWNvbl9nYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6NCwic2l6ZXMiOltdfSwiX19keW5hbWljX18iOnsicmF0aW5nX3ZhbHVlIjoiW2VsZW1lbnRvci10YWcgaWQ9XCJhM2QwNzEwXCIgbmFtZT1cImFjZi1udW1iZXJcIiBzZXR0aW5ncz1cIiU3QiUyMmtleSUyMiUzQSUyMmZpZWxkXzY3NTZkYjY2ZDFiMjUlM0FyYXRpbmdzJTIyJTdEXCJdIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJyYXRpbmcifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4999bef e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"4999bef\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-32919e8 elementor-widget elementor-widget-heading\\\" data-id=\\\"32919e8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Game Details<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-795b2a0 e-con-full e-flex e-con e-child\\\" data-id=\\\"795b2a0\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-e9b7c94 e-con-full e-flex e-con e-child\\\" data-id=\\\"e9b7c94\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-edeefef e-con-full e-flex e-con e-child\\\" data-id=\\\"edeefef\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ffd98df e-con-full e-flex e-con e-child\\\" data-id=\\\"ffd98df\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-240aac6 elementor-widget elementor-widget-heading\\\" data-id=\\\"240aac6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Game Title :<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-56a7291 e-con-full e-flex e-con e-child\\\" data-id=\\\"56a7291\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImQ3NjY2NzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNoZXNzIEdyYW5kbWFzdGVyIiwiaGVhZGVyX3NpemUiOiJoMyIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4zLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn0sIl9fZHluYW1pY19fIjp7InRpdGxlIjoiW2VsZW1lbnRvci10YWcgaWQ9XCI1ODY1YTQ2XCIgbmFtZT1cInBvc3QtdGl0bGVcIiBzZXR0aW5ncz1cIiU3QiU3RFwiXSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3cfe9d7 e-con-full e-flex e-con e-child\\\" data-id=\\\"3cfe9d7\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-d778287 e-con-full e-flex e-con e-child\\\" data-id=\\\"d778287\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8c1e4cc elementor-widget elementor-widget-heading\\\" data-id=\\\"8c1e4cc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Category : <\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-062662b e-con-full e-flex e-con e-child\\\" data-id=\\\"062662b\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImM3MGI5YTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkxvZ2ljICYgUHV6emxlIiwiaGVhZGVyX3NpemUiOiJoMyIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyJ9LCJfX2R5bmFtaWNfXyI6eyJsaW5rIjoiW2VsZW1lbnRvci10YWcgaWQ9XCIzODkzNjY4XCIgbmFtZT1cImFjZi11cmxcIiBzZXR0aW5ncz1cIiU3QiUyMmtleSUyMiUzQSUyMmZpZWxkXzY3NTZkYTU1MTBiNWMlM0FjYXRlZ29yeSUyMiU3RFwiXSIsInRpdGxlIjoiW2VsZW1lbnRvci10YWcgaWQ9XCJmZWRjYWM1XCIgbmFtZT1cInBvc3QtdGVybXNcIiBzZXR0aW5ncz1cIiU3QiUyMnRheG9ub215JTIyJTNBJTIyY2F0ZWdvcnklMjIlMkMlMjJzZXBhcmF0b3IlMjIlM0ElMjIlMkMlMjAlMjIlN0RcIl0ifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e141904 e-con-full e-flex e-con e-child\\\" data-id=\\\"e141904\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-a775630 e-con-full e-flex e-con e-child\\\" data-id=\\\"a775630\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-517f41e elementor-widget elementor-widget-heading\\\" data-id=\\\"517f41e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Popularity :<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-13c3ce1 e-con-full e-flex e-con e-child\\\" data-id=\\\"13c3ce1\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjAxMTg3ODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IjIsMDAsMDAwIiwiaGVhZGVyX3NpemUiOiJoMyIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiX19nbG9iYWxzX18iOnsidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyJ9LCJfX2R5bmFtaWNfXyI6eyJ0aXRsZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiN2RkMDQyM1wiIG5hbWU9XCJhY2YtdGV4dFwiIHNldHRpbmdzPVwiJTdCJTIya2V5JTIyJTNBJTIyZmllbGRfNjc1NmRhYWYxMGI1ZCUzQXBvcHVsYXJpdHklMjIlN0RcIl0ifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-37c7e03 e-con-full e-flex e-con e-child\\\" data-id=\\\"37c7e03\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8fa7b42 e-con-full e-flex e-con e-child\\\" data-id=\\\"8fa7b42\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImU5YmNiYjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4zLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGhlbWUtcG9zdC1jb250ZW50In0=\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3d86e8d e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3d86e8d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-f865ef2 e-con-full e-flex e-con e-child\\\" data-id=\\\"f865ef2\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f304e67 elementor-widget elementor-widget-heading\\\" data-id=\\\"f304e67\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Game Screenshots<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d0eaeef e-grid e-con-full e-con e-child\\\" data-id=\\\"d0eaeef\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjBhZTM0NmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZV9zaXplIjoiZnVsbCIsImltYWdlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9fZHluYW1pY19fIjp7ImltYWdlIjoiW2VsZW1lbnRvci10YWcgaWQ9XCI0ZWFjMjQxXCIgbmFtZT1cImFjZi1pbWFnZVwiIHNldHRpbmdzPVwiJTdCJTIya2V5JTIyJTNBJTIyZmllbGRfNjc1NmRiMzNhOWFlYyUzQXNjcmVlbnNob3RfMSUyMiU3RFwiXSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjEwN2FiZjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZV9zaXplIjoiZnVsbCIsImltYWdlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9fZHluYW1pY19fIjp7ImltYWdlIjoiW2VsZW1lbnRvci10YWcgaWQ9XCIwNzY0OWM2XCIgbmFtZT1cImFjZi1pbWFnZVwiIHNldHRpbmdzPVwiJTdCJTIya2V5JTIyJTNBJTIyZmllbGRfNjc1NmRiNGJhOWFlZCUzQXNjcmVlbnNob3RfMiUyMiU3RFwiXSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifQ==\\\"][elementor-element data=\\\"eyJpZCI6Ijk1YmZiNzciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZV9zaXplIjoiZnVsbCIsImltYWdlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9fZHluYW1pY19fIjp7ImltYWdlIjoiW2VsZW1lbnRvci10YWcgaWQ9XCI3NTM3Njg3XCIgbmFtZT1cImFjZi1pbWFnZVwiIHNldHRpbmdzPVwiJTdCJTIya2V5JTIyJTNBJTIyZmllbGRfNjc1NmRiNTdhOWFlZSUzQXNjcmVlbnNob3RfMyUyMiU3RFwiXSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animation-fadeInLeft\",\"e-animation-fadeInRight\",\"e-animation-fadeIn\",\"widget-rating\"]}}'),
(10385, 236, '_elementor_css', 'a:6:{s:4:\"time\";i:1735126961;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"94c10bf\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10386, 236, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:22:\"e-animation-fadeInLeft\";i:3;s:14:\"widget-heading\";i:4;s:18:\"widget-text-editor\";i:5;s:8:\"e-swiper\";i:6;s:23:\"e-animation-fadeInRight\";i:7;s:18:\"e-animation-fadeIn\";i:8;s:12:\"widget-posts\";}s:7:\"scripts\";a:2:{i:0;s:10:\"smartmenus\";i:1;s:12:\"imagesloaded\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10387, 236, '_elementor_element_cache', '{\"timeout\":1735213361,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-5f49285 e-flex e-con-boxed elementor-invisible e-con e-parent\\\" data-id=\\\"5f49285\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-30f5ef8 e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"30f5ef8\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6Ijk0YzEwYmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NzQsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01IiwibGVmdCI6Ii0xNSIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1zaXRlLWxvZ28ifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjNiMTEwNzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6Im1haW4tbWVudSIsImxheW91dCI6InZlcnRpY2FsIiwicG9pbnRlciI6ImJhY2tncm91bmQiLCJkcm9wZG93biI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkplcnNleSAxMCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjExLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm9yZGVyX3JhZGl1c19tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9ZWU2YTZiNiIsImNvbG9yX21lbnVfaXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c61efad e-con-full e-flex e-con e-child\\\" data-id=\\\"c61efad\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:64,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg&quot;},{&quot;id&quot;:68,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg&quot;},{&quot;id&quot;:70,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg&quot;}],&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;in&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ce735a6 elementor-widget elementor-widget-heading\\\" data-id=\\\"ce735a6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Game Library<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-930e1b3 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"930e1b3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Explore 1000s of Games and Earn as much as you want !<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bf9b59a elementor-hidden-desktop elementor-hidden-tablet elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"bf9b59a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-filter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-ae7c5b3 e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"ae7c5b3\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:500}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a4ba05c elementor-widget elementor-widget-heading\\\" data-id=\\\"a4ba05c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Top Earners<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImFjYTA1NWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbdG9wX2Vhcm5lcnNfZGlzcGxheSBudW1iZXI9XCIzXCJdIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItMjciLCJyaWdodCI6Ii0yNyIsImJvdHRvbSI6Ii0yNyIsImxlZnQiOiItMjciLCJpc0xpbmtlZCI6dHJ1ZX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNob3J0Y29kZSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1f5965c e-flex e-con-boxed elementor-invisible e-con e-parent\\\" data-id=\\\"1f5965c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-aed01c5 e-con-full animated-fast elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"aed01c5\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2f65521 elementor-widget elementor-widget-heading\\\" data-id=\\\"2f65521\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Category<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjI3ZDM1N2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6ImNhdGVnb3J5X21lbnUiLCJwb2ludGVyIjoiYmFja2dyb3VuZCIsImRyb3Bkb3duIjoibm9uZSIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwicGFkZGluZ192ZXJ0aWNhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTEsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJib3JkZXJfcmFkaXVzX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJwb2ludGVyX2NvbG9yX21lbnVfaXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1lZTZhNmI2IiwiY29sb3JfbWVudV9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMifSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItMTIiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJsYXlvdXQiOiJ2ZXJ0aWNhbCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f310c27 e-con-full animated-fast e-flex elementor-invisible e-con e-child\\\" data-id=\\\"f310c27\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImU4OTcwYjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2ljX2NvbHVtbnMiOiI2IiwiY2xhc3NpY19wb3N0c19wZXJfcGFnZSI6MTgsImNsYXNzaWNfdGh1bWJuYWlsX3NpemVfc2l6ZSI6ImZ1bGwiLCJjbGFzc2ljX2l0ZW1fcmF0aW8iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC45Miwic2l6ZXMiOltdfSwiY2xhc3NpY19zaG93X2V4Y2VycHQiOiIiLCJjbGFzc2ljX21ldGFfZGF0YSI6W10sImNsYXNzaWNfbWV0YV9zZXBhcmF0b3IiOiJcL1wvXC8iLCJjbGFzc2ljX3Nob3dfcmVhZF9tb3JlIjoiIiwiY2xhc3NpY19yZWFkX21vcmVfdGV4dCI6IlJlYWQgTW9yZSBcdTAwYmIiLCJjYXJkc19tZXRhX3NlcGFyYXRvciI6Ilx1MjAyMiIsImNhcmRzX3JlYWRfbW9yZV90ZXh0IjoiUmVhZCBNb3JlIFx1MDBiYiIsImZ1bGxfY29udGVudF9tZXRhX3NlcGFyYXRvciI6IlwvXC9cLyIsImNsYXNzaWNfcm93X2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwiY2xhc3NpY19pbWdfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjp0cnVlfSwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwicGFnaW5hdGlvbl90eXBlIjoibG9hZF9tb3JlX29uX2NsaWNrIiwicGFnaW5hdGlvbl9wYWdlX2xpbWl0IjoiNSIsInBhZ2luYXRpb25fcHJldl9sYWJlbCI6IiZsYXF1bzsgUHJldmlvdXMiLCJwYWdpbmF0aW9uX25leHRfbGFiZWwiOiJOZXh0ICZyYXF1bzsiLCJ0ZXh0IjoiTG9hZCBNb3JlIiwibG9hZF9tb3JlX25vX3Bvc3RzX2N1c3RvbV9tZXNzYWdlIjoiTm8gbW9yZSBwb3N0cyB0byBzaG93IiwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMDAiLCJyaWdodCI6IjEwMCIsImJvdHRvbSI6IjEwMCIsImxlZnQiOiIxMDAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9fZ2xvYmFsc19fIjp7ImNsYXNzaWNfdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmY2YjZkYyIsImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9ZDkzMjFlMiJ9LCJjbGFzc2ljX2NvbHVtbnNfdGFibGV0IjoiMyIsIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjEwMTUiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJwb3N0cyJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animation-fadeInLeft\",\"e-swiper\",\"e-animation-fadeInRight\",\"e-animation-fadeIn\",\"widget-posts\"]}}'),
(10388, 18, '_elementor_css', 'a:6:{s:4:\"time\";i:1735127093;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:3:{i:0;s:7:\"f6c74b4\";i:1;s:7:\"99458d8\";i:2;s:7:\"8dae210\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10389, 18, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:8:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:22:\"e-animation-fadeInLeft\";i:3;s:14:\"widget-heading\";i:4;s:18:\"widget-text-editor\";i:5;s:8:\"e-swiper\";i:6;s:23:\"e-animation-fadeInRight\";i:7;s:18:\"e-animation-fadeIn\";}s:7:\"scripts\";a:1:{i:0;s:10:\"smartmenus\";}}'),
(10390, 18, '_elementor_element_cache', '{\"timeout\":1735213494,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-5a8faf1 e-flex e-con-boxed elementor-invisible e-con e-parent\\\" data-id=\\\"5a8faf1\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-083b6dd e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"083b6dd\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImY2Yzc0YjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NzQsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01IiwibGVmdCI6Ii0xNSIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1zaXRlLWxvZ28ifQ==\\\"][elementor-element data=\\\"eyJpZCI6ImE1YmQ5MGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6Im1haW4tbWVudSIsImxheW91dCI6InZlcnRpY2FsIiwicG9pbnRlciI6ImJhY2tncm91bmQiLCJkcm9wZG93biI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkplcnNleSAxMCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjExLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm9yZGVyX3JhZGl1c19tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9ZWU2YTZiNiIsImNvbG9yX21lbnVfaXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-fb35735 e-con-full e-flex e-con e-child\\\" data-id=\\\"fb35735\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:64,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg&quot;},{&quot;id&quot;:68,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg&quot;},{&quot;id&quot;:70,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg&quot;}],&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;in&quot;}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjExOThmMzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbc2hvd19wcm9maWxlX3BpY3R1cmVdIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsIl9tYXNrX3NpemUiOiJjb3ZlciIsIl9fZ2xvYmFsc19fIjp7Il9iYWNrZ3JvdW5kX2NvbG9yIjoiIn0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYm9yZGVyX2JvcmRlciI6InNvbGlkIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNob3J0Y29kZSJ9\\\"][elementor-element data=\\\"eyJpZCI6Ijk5NDU4ZDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IldlbGNvbWUsIFlvZ2VzaCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKZXJzZXkgMTAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjozLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjo1OSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozLjksInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZmNmI2ZGMifSwiX19keW5hbWljX18iOnsidGl0bGUiOiJbZWxlbWVudG9yLXRhZyBpZD1cImU5NjIwZTFcIiBuYW1lPVwidXNlci1pbmZvXCIgc2V0dGluZ3M9XCIlN0IlMjJ0eXBlJTIyJTNBJTIybG9naW4lMjIlMkMlMjJiZWZvcmUlMjIlM0ElMjJXZWxjb21lJTJDJTIwJTIyJTdEXCJdIn0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-38fe026 stax-condition-yes stax-user_role_enabled-yes elementor-widget elementor-widget-heading\\\" data-id=\\\"38fe026\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Welcome, Guest<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6890ce1 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"6890ce1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>This is Your Profile. You can edit everything here<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-9a7778d e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"9a7778d\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:500}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7f14871 elementor-widget elementor-widget-heading\\\" data-id=\\\"7f14871\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Top Earners<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImRlZjk4NWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbdG9wX2Vhcm5lcnNfZGlzcGxheSBudW1iZXI9XCIzXCJdIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItMjciLCJyaWdodCI6Ii0yNyIsImJvdHRvbSI6Ii0yNyIsImxlZnQiOiItMjciLCJpc0xpbmtlZCI6dHJ1ZX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNob3J0Y29kZSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-18f6349 stax-condition-yes stax-user_role_enabled-yes e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"18f6349\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-0f99604 e-con-full e-flex e-con e-child\\\" data-id=\\\"0f99604\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0698362 elementor-widget elementor-widget-heading\\\" data-id=\\\"0698362\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Please Login\\/ Register<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjhkYWUyMTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXh0IjoiTG9naW4gXC8gUmVnaXN0ZXIiLCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjEwMCIsInJpZ2h0IjoiMTAwIiwiYm90dG9tIjoiMTAwIiwibGVmdCI6IjEwMCIsImlzTGlua2VkIjp0cnVlfSwidGV4dF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjE1IiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTciLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImN1c3RvbV9jc3MiOiJcLyogRW5oYW5jZWQgR2xvd2luZyBCdXR0b24gSG92ZXIgRWZmZWN0ICpcL1xyXG4uZWxlbWVudG9yLWJ1dHRvbiB7XHJcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjQTY0RDc5OyBcLyogQnV0dG9uIGJhY2tncm91bmQgKlwvXHJcbiAgICBjb2xvcjogd2hpdGU7XHJcbiAgICBib3JkZXI6IG5vbmU7XHJcbiAgICBwYWRkaW5nOiAxMnB4IDI0cHg7XHJcbiAgICBmb250LXNpemU6IDE2cHg7XHJcbiAgICBib3JkZXItcmFkaXVzOiA4cHg7XHJcbiAgICBjdXJzb3I6IHBvaW50ZXI7XHJcbiAgICB0cmFuc2l0aW9uOiAwLjNzO1xyXG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuICAgIHotaW5kZXg6IDE7XHJcbn1cclxuXHJcbi5lbGVtZW50b3ItYnV0dG9uOjpiZWZvcmUge1xyXG4gICAgY29udGVudDogJyc7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICB0b3A6IDA7XHJcbiAgICBsZWZ0OiAwO1xyXG4gICAgcmlnaHQ6IDA7XHJcbiAgICBib3R0b206IDA7XHJcbiAgICBiYWNrZ3JvdW5kOiByZ2JhKDE2NiwgNzcsIDEyMSwgMC44KTsgXC8qIFN0cm9uZ2VyIGdsb3cgb3ZlcmxheSAqXC9cclxuICAgIGJveC1zaGFkb3c6IDAgMCAzMHB4IHJnYmEoMTY2LCA3NywgMTIxLCAxKSwgXHJcbiAgICAgICAgICAgICAgICAwIDAgNjBweCByZ2JhKDE2NiwgNzcsIDEyMSwgMC45KSwgXHJcbiAgICAgICAgICAgICAgICAwIDAgOTBweCByZ2JhKDE2NiwgNzcsIDEyMSwgMC44KTtcclxuICAgIG9wYWNpdHk6IDA7XHJcbiAgICB6LWluZGV4OiAtMTtcclxuICAgIHRyYW5zaXRpb246IG9wYWNpdHkgMC40cyBlYXNlLWluLW91dCwgdHJhbnNmb3JtIDAuNHMgZWFzZS1pbi1vdXQ7XHJcbn1cclxuXHJcbi5lbGVtZW50b3ItYnV0dG9uOmhvdmVyOjpiZWZvcmUge1xyXG4gICAgb3BhY2l0eTogMTtcclxuICAgIHRyYW5zZm9ybTogc2NhbGUoMS4yKTsgXC8qIEluY3JlYXNlZCB6b29tIGVmZmVjdCAqXC9cclxufVxyXG5cclxuLmVsZW1lbnRvci1idXR0b246aG92ZXIge1xyXG4gICAgY29sb3I6IHdoaXRlO1xyXG4gICAgdHJhbnNmb3JtOiBzY2FsZSgxLjEpOyBcLyogU2xpZ2h0IHNjYWxpbmcgKlwvXHJcbn1cclxuIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00NWY5Y2VlIn0sIl9fZHluYW1pY19fIjp7ImxpbmsiOiJbZWxlbWVudG9yLXRhZyBpZD1cImRhZTAwNGJcIiBuYW1lPVwiaW50ZXJuYWwtdXJsXCIgc2V0dGluZ3M9XCIlN0IlMjJ0eXBlJTIyJTNBJTIycG9zdCUyMiUyQyUyMnBvc3RfaWQlMjIlM0ElMjI5OCUyMiU3RFwiXSJ9LCJhbGlnbiI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJidXR0b24ifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animation-fadeInLeft\",\"e-swiper\",\"e-animation-fadeInRight\",\"e-animation-fadeIn\"]}}'),
(10391, 16, '_elementor_css', 'a:6:{s:4:\"time\";i:1735127097;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:5:{i:0;s:7:\"b82fa7d\";i:1;s:7:\"16faef0\";i:2;s:7:\"7856ec8\";i:3;s:7:\"8399f47\";i:4;s:7:\"2a6c4d5\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10392, 16, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:8:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:22:\"e-animation-fadeInLeft\";i:3;s:14:\"widget-heading\";i:4;s:18:\"widget-text-editor\";i:5;s:8:\"e-swiper\";i:6;s:23:\"e-animation-fadeInRight\";i:7;s:18:\"e-animation-fadeIn\";}s:7:\"scripts\";a:1:{i:0;s:10:\"smartmenus\";}}'),
(10393, 16, '_elementor_element_cache', '{\"timeout\":1735213497,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-ccdcc5d e-flex e-con-boxed elementor-invisible e-con e-parent\\\" data-id=\\\"ccdcc5d\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9b824c7 e-con-full animated-fast e-flex elementor-invisible e-con e-child\\\" data-id=\\\"9b824c7\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImI4MmZhN2QiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NzQsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01IiwibGVmdCI6Ii0xNSIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1zaXRlLWxvZ28ifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjMwYWU0ZTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6Im1haW4tbWVudSIsImxheW91dCI6InZlcnRpY2FsIiwicG9pbnRlciI6ImJhY2tncm91bmQiLCJkcm9wZG93biI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkplcnNleSAxMCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjExLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm9yZGVyX3JhZGl1c19tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9ZWU2YTZiNiIsImNvbG9yX21lbnVfaXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f32878f e-con-full e-flex e-con e-child\\\" data-id=\\\"f32878f\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:64,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg&quot;},{&quot;id&quot;:68,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg&quot;},{&quot;id&quot;:70,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg&quot;}],&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;in&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-92f9f2a elementor-widget elementor-widget-heading\\\" data-id=\\\"92f9f2a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Wallet<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5963527 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"5963527\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Withdraw, Mange, Track Your Points<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8f4364d stax-condition-yes stax-user_role_enabled-yes e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"8f4364d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-d2153f4 e-con-full e-flex e-con e-child\\\" data-id=\\\"d2153f4\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4d0cfea elementor-widget elementor-widget-heading\\\" data-id=\\\"4d0cfea\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Please Login\\/ Register<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjJhNmM0ZDUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXh0IjoiTG9naW4gXC8gUmVnaXN0ZXIiLCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjEwMCIsInJpZ2h0IjoiMTAwIiwiYm90dG9tIjoiMTAwIiwibGVmdCI6IjEwMCIsImlzTGlua2VkIjp0cnVlfSwidGV4dF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjE1IiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTciLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImN1c3RvbV9jc3MiOiJcLyogRW5oYW5jZWQgR2xvd2luZyBCdXR0b24gSG92ZXIgRWZmZWN0ICpcL1xyXG4uZWxlbWVudG9yLWJ1dHRvbiB7XHJcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjQTY0RDc5OyBcLyogQnV0dG9uIGJhY2tncm91bmQgKlwvXHJcbiAgICBjb2xvcjogd2hpdGU7XHJcbiAgICBib3JkZXI6IG5vbmU7XHJcbiAgICBwYWRkaW5nOiAxMnB4IDI0cHg7XHJcbiAgICBmb250LXNpemU6IDE2cHg7XHJcbiAgICBib3JkZXItcmFkaXVzOiA4cHg7XHJcbiAgICBjdXJzb3I6IHBvaW50ZXI7XHJcbiAgICB0cmFuc2l0aW9uOiAwLjNzO1xyXG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuICAgIHotaW5kZXg6IDE7XHJcbn1cclxuXHJcbi5lbGVtZW50b3ItYnV0dG9uOjpiZWZvcmUge1xyXG4gICAgY29udGVudDogJyc7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICB0b3A6IDA7XHJcbiAgICBsZWZ0OiAwO1xyXG4gICAgcmlnaHQ6IDA7XHJcbiAgICBib3R0b206IDA7XHJcbiAgICBiYWNrZ3JvdW5kOiByZ2JhKDE2NiwgNzcsIDEyMSwgMC44KTsgXC8qIFN0cm9uZ2VyIGdsb3cgb3ZlcmxheSAqXC9cclxuICAgIGJveC1zaGFkb3c6IDAgMCAzMHB4IHJnYmEoMTY2LCA3NywgMTIxLCAxKSwgXHJcbiAgICAgICAgICAgICAgICAwIDAgNjBweCByZ2JhKDE2NiwgNzcsIDEyMSwgMC45KSwgXHJcbiAgICAgICAgICAgICAgICAwIDAgOTBweCByZ2JhKDE2NiwgNzcsIDEyMSwgMC44KTtcclxuICAgIG9wYWNpdHk6IDA7XHJcbiAgICB6LWluZGV4OiAtMTtcclxuICAgIHRyYW5zaXRpb246IG9wYWNpdHkgMC40cyBlYXNlLWluLW91dCwgdHJhbnNmb3JtIDAuNHMgZWFzZS1pbi1vdXQ7XHJcbn1cclxuXHJcbi5lbGVtZW50b3ItYnV0dG9uOmhvdmVyOjpiZWZvcmUge1xyXG4gICAgb3BhY2l0eTogMTtcclxuICAgIHRyYW5zZm9ybTogc2NhbGUoMS4yKTsgXC8qIEluY3JlYXNlZCB6b29tIGVmZmVjdCAqXC9cclxufVxyXG5cclxuLmVsZW1lbnRvci1idXR0b246aG92ZXIge1xyXG4gICAgY29sb3I6IHdoaXRlO1xyXG4gICAgdHJhbnNmb3JtOiBzY2FsZSgxLjEpOyBcLyogU2xpZ2h0IHNjYWxpbmcgKlwvXHJcbn1cclxuIiwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00NWY5Y2VlIn0sIl9fZHluYW1pY19fIjp7ImxpbmsiOiJbZWxlbWVudG9yLXRhZyBpZD1cImRhZTAwNGJcIiBuYW1lPVwiaW50ZXJuYWwtdXJsXCIgc2V0dGluZ3M9XCIlN0IlMjJ0eXBlJTIyJTNBJTIycG9zdCUyMiUyQyUyMnBvc3RfaWQlMjIlM0ElMjI5OCUyMiU3RFwiXSJ9LCJhbGlnbiI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJidXR0b24ifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animation-fadeInLeft\",\"e-swiper\",\"e-animation-fadeInRight\",\"e-animation-fadeIn\"]}}'),
(10394, 870, '_elementor_css', 'a:6:{s:4:\"time\";i:1735127097;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10395, 870, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:14:\"widget-heading\";i:1;s:16:\"e-animation-grow\";i:2;s:11:\"widget-form\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:7:\"e-popup\";}}'),
(10396, 870, '_elementor_element_cache', '{\"timeout\":1735213497,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-b9011fb e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"b9011fb\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c42f7a1 e-con-full e-flex e-con e-child\\\" data-id=\\\"c42f7a1\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b1bfe3c elementor-widget elementor-widget-heading\\\" data-id=\\\"b1bfe3c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Withdrawal Request Form<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a0d5322 payment-request-form elementor-button-align-stretch elementor-widget elementor-widget-form\\\" data-id=\\\"a0d5322\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;button_width&quot;:&quot;40&quot;,&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\\\" data-widget_type=\\\"form.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<form class=\\\"elementor-form\\\" method=\\\"post\\\" name=\\\"New Form\\\">\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"post_id\\\" value=\\\"870\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"form_id\\\" value=\\\"a0d5322\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"referer_title\\\" value=\\\"Wallet\\\" \\/>\\n\\n\\t\\t\\t\\t\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"queried_id\\\" value=\\\"16\\\"\\/>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-form-fields-wrapper elementor-labels-above\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-email\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tEnter Email\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"email\\\" name=\\\"form_fields[email]\\\" id=\\\"form-field-email\\\" class=\\\"elementor-field elementor-size-sm  elementor-field-textual\\\" placeholder=\\\"Email\\\" required=\\\"required\\\" aria-required=\\\"true\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-field_8a8451c elementor-col-100 elementor-field-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-field_8a8451c\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tWithdrawal Amount\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<input type=\\\"number\\\" name=\\\"form_fields[field_8a8451c]\\\" id=\\\"form-field-field_8a8451c\\\" class=\\\"elementor-field elementor-size-sm  elementor-field-textual\\\" placeholder=\\\"Enter Amount (min 5$)\\\" required=\\\"required\\\" aria-required=\\\"true\\\" min=\\\"5\\\" max=\\\"50\\\" >\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_89947db elementor-col-100 elementor-field-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-field_89947db\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tWithdrawal Method\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field elementor-select-wrapper remove-before \\\">\\n\\t\\t\\t<div class=\\\"select-caret-down-wrapper\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-caret-down\\\" viewBox=\\\"0 0 571.4 571.4\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t\\t<select name=\\\"form_fields[field_89947db]\\\" id=\\\"form-field-field_89947db\\\" class=\\\"elementor-field-textual elementor-size-sm\\\" required=\\\"required\\\" aria-required=\\\"true\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\" UPI\\\">Paypal <\\/option>\\n\\t\\t\\t\\t\\t\\t\\t<\\/select>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_b0deaf6 elementor-col-100 elementor-field-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-field_b0deaf6\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tAccount Details\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"text\\\" name=\\\"form_fields[field_b0deaf6]\\\" id=\\\"form-field-field_b0deaf6\\\" class=\\\"elementor-field elementor-size-sm  elementor-field-textual\\\" placeholder=\\\"Enter Paypal \\/ UPI ID\\\" required=\\\"required\\\" aria-required=\\\"true\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-40 e-form__buttons\\\">\\n\\t\\t\\t\\t\\t<button class=\\\"elementor-button elementor-size-sm elementor-animation-grow\\\" type=\\\"submit\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Send<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/button>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/form>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animation-grow\",\"widget-form\",\"e-popup\"]}}'),
(10397, 960, '_elementor_css', 'a:6:{s:4:\"time\";i:1735127101;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"9b1ae79\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10398, 960, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:8:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:22:\"e-animation-fadeInLeft\";i:3;s:14:\"widget-heading\";i:4;s:18:\"widget-text-editor\";i:5;s:8:\"e-swiper\";i:6;s:23:\"e-animation-fadeInRight\";i:7;s:18:\"e-animation-fadeIn\";}s:7:\"scripts\";a:1:{i:0;s:10:\"smartmenus\";}}'),
(10399, 960, '_elementor_element_cache', '{\"timeout\":1735213501,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-d7c7afe e-flex e-con-boxed elementor-invisible e-con e-parent\\\" data-id=\\\"d7c7afe\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-86857df e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"86857df\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjliMWFlNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NzQsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii01IiwibGVmdCI6Ii0xNSIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1zaXRlLWxvZ28ifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjVmYzA5NDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6Im1haW4tbWVudSIsImxheW91dCI6InZlcnRpY2FsIiwicG9pbnRlciI6ImJhY2tncm91bmQiLCJkcm9wZG93biI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkplcnNleSAxMCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjExLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYm9yZGVyX3JhZGl1c19tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6Mywic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9ZWU2YTZiNiIsImNvbG9yX21lbnVfaXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD02ZjZiNmRjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e7a7444 e-con-full e-flex e-con e-child\\\" data-id=\\\"e7a7444\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:64,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg&quot;},{&quot;id&quot;:68,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg&quot;},{&quot;id&quot;:70,&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/webcrowd.co.in\\\\\\/onlinegamingv2\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/12\\\\\\/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg&quot;}],&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;in&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-00e2c37 elementor-widget elementor-widget-heading\\\" data-id=\\\"00e2c37\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Blog<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7623132 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7623132\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Explore and Read News insights and Articles<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-03bf2ae e-con-full animated-fast elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\\\" data-id=\\\"03bf2ae\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:500}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ba40019 elementor-widget elementor-widget-heading\\\" data-id=\\\"ba40019\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Top Earners<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjUxNjk5ZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbdG9wX2Vhcm5lcnNfZGlzcGxheSBudW1iZXI9XCIzXCJdIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItMjciLCJyaWdodCI6Ii0yNyIsImJvdHRvbSI6Ii0yNyIsImxlZnQiOiItMjciLCJpc0xpbmtlZCI6dHJ1ZX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV90YWJsZXQiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9tb2JpbGUiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNob3J0Y29kZSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animation-fadeInLeft\",\"e-swiper\",\"e-animation-fadeInRight\",\"e-animation-fadeIn\"]}}'),
(10400, 98, '_elementor_css', 'a:6:{s:4:\"time\";i:1735127110;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"b228bc8\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10401, 98, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"widget-image\";i:1;s:14:\"widget-heading\";i:2;s:18:\"widget-text-editor\";i:3;s:23:\"e-animation-fadeInRight\";}}');
INSERT INTO `wppb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10402, 98, '_elementor_element_cache', '{\"timeout\":1735213510,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-3475ff23 e-con-full e-flex e-con e-parent\\\" data-id=\\\"3475ff23\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-dfc0070 e-con-full elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"dfc0070\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-00516a0 e-con-full e-flex e-con e-child\\\" data-id=\\\"00516a0\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImIyMjhiYzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6ODcsInNpemVzIjpbXX0sIndpZHRoX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOjg2LCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiItMTciLCJsZWZ0IjoiLTE4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3Bvc2l0aW9uIjoiYWJzb2x1dGUiLCJfb2Zmc2V0X3giOnsic2l6ZSI6MzgsInVuaXQiOiJweCJ9LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InNpemUiOjM2LCJ1bml0IjoicHgifSwiX29mZnNldF95Ijp7InNpemUiOi05MywidW5pdCI6InB4In0sIl9vZmZzZXRfeV90YWJsZXQiOnsic2l6ZSI6LTY5LCJ1bml0IjoicHgifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXNpdGUtbG9nbyJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-004c55c elementor-widget elementor-widget-heading\\\" data-id=\\\"004c55c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Welcome Back, Gamer!<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-82b3f74 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"82b3f74\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Log in to your account and jump back into the action<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c51b463 e-con-full animated-fast e-flex elementor-invisible e-con e-child\\\" data-id=\\\"c51b463\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-33bcc83 elementor-widget elementor-widget-heading\\\" data-id=\\\"33bcc83\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Sign In<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjM3MGVlOTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbdWx0aW1hdGVtZW1iZXIgZm9ybV9pZD1cIjhcIl0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-51b763d elementor-widget elementor-widget-text-editor\\\" data-id=\\\"51b763d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Don\\u2019t have an account yet? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/register\\/\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign Up<\\/strong><\\/span><\\/a> Now to start earning points and rewards!<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"widget-image\",\"widget-heading\",\"widget-text-editor\",\"e-animation-fadeInRight\"]}}'),
(10403, 99, '_elementor_css', 'a:6:{s:4:\"time\";i:1735127115;s:5:\"fonts\";a:2:{i:0;s:9:\"Jersey 10\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"9dfae90\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10404, 99, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"widget-image\";i:1;s:14:\"widget-heading\";i:2;s:18:\"widget-text-editor\";i:3;s:23:\"e-animation-fadeInRight\";}}'),
(10405, 99, '_elementor_element_cache', '{\"timeout\":1735213515,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-49f3279 e-con-full e-flex e-con e-parent\\\" data-id=\\\"49f3279\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-0df1863 e-con-full elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"0df1863\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-148706a e-con-full elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"148706a\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjlkZmFlOTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6ODcsInNpemVzIjpbXX0sIndpZHRoX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOjg2LCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiItMTciLCJsZWZ0IjoiLTE4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3Bvc2l0aW9uIjoiYWJzb2x1dGUiLCJfb2Zmc2V0X3giOnsic2l6ZSI6MzgsInVuaXQiOiJweCJ9LCJfb2Zmc2V0X3hfdGFibGV0Ijp7InNpemUiOjM2LCJ1bml0IjoicHgifSwiX29mZnNldF95Ijp7InNpemUiOi05MywidW5pdCI6InB4In0sIl9vZmZzZXRfeV90YWJsZXQiOnsic2l6ZSI6LTY5LCJ1bml0IjoicHgifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXNpdGUtbG9nbyJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-a1fc9a5 elementor-widget elementor-widget-heading\\\" data-id=\\\"a1fc9a5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Join the Adventure!<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-68bbf6a elementor-widget__width-initial elementor-widget elementor-widget-text-editor\\\" data-id=\\\"68bbf6a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e4010c5 e-con-full animated-fast e-flex elementor-invisible e-con e-child\\\" data-id=\\\"e4010c5\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-175be73 elementor-widget elementor-widget-heading\\\" data-id=\\\"175be73\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Sign Up<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjYwZjE3YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbdWx0aW1hdGVtZW1iZXIgZm9ybV9pZD1cIjdcIl0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-c40f4ca elementor-widget elementor-widget-text-editor\\\" data-id=\\\"c40f4ca\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Already have an account? <a href=\\\"https:\\/\\/webcrowd.co.in\\/onlinegamingv2\\/login\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Sign In<\\/strong><\\/span><\\/a> to continue your journey!<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"widget-image\",\"widget-heading\",\"widget-text-editor\",\"e-animation-fadeInRight\"]}}');

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

--
-- Table structure for table `wppb_posts`
--

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

--
-- Dumping data for table `wppb_posts`
--

INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2024-11-23 19:19:23', '2024-11-23 19:19:23', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world__trashed', '', '', '2024-12-09 15:19:31', '2024-12-09 15:19:31', '', 0, 'https://Your domain.com/?p=1', 0, 'post', '', 1),
(2, 1, '2024-11-23 19:19:23', '2024-11-23 19:19:23', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://Your domain.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2024-11-23 19:19:23', '2024-11-23 19:19:23', '', 0, 'https://Your domain.com/?page_id=2', 0, 'page', '', 0),
(3, 1, '2024-11-23 19:19:23', '2024-11-23 19:19:23', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://Your domain.com.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2024-11-23 19:19:23', '2024-11-23 19:19:23', '', 0, 'https://Your domain.com/?page_id=3', 0, 'page', '', 0),
(4, 0, '2024-11-23 19:19:23', '2024-11-23 19:19:23', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2024-11-23 19:19:23', '2024-11-23 19:19:23', '', 0, 'https://Your domain.com/2024/11/23/navigation/', 0, 'wp_navigation', '', 0),
(6, 1, '2024-11-23 19:23:43', '2024-11-23 19:23:43', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2024-11-23 19:23:43', '2024-11-23 19:23:43', '', 0, 'https://Your domain.com/?p=6', 0, 'elementor_library', '', 0),
(7, 1, '2024-11-23 19:23:43', '2024-11-23 19:23:43', '', 'Default Registration', '', 'publish', 'closed', 'closed', '', 'default-registration', '', '', '2024-12-05 15:43:26', '2024-12-05 15:43:26', '', 0, 'https://Your domain.com/um_form/default-registration/', 0, 'um_form', '', 0),
(8, 1, '2024-11-23 19:23:43', '2024-11-23 19:23:43', '', 'Default Login', '', 'publish', 'closed', 'closed', '', 'default-login', '', '', '2024-12-11 11:43:49', '2024-12-11 11:43:49', '', 0, 'https://Your domain.com/um_form/default-login/', 0, 'um_form', '', 0),
(9, 1, '2024-11-23 19:23:43', '2024-11-23 19:23:43', '', 'Default Profile', '', 'trash', 'closed', 'closed', '', 'default-profile__trashed', '', '', '2024-12-18 12:13:28', '2024-12-18 12:13:28', '', 0, 'https://Your domain.com/um_form/default-profile/', 0, 'um_form', '', 0),
(10, 1, '2024-11-23 19:23:43', '2024-11-23 19:23:43', '', 'Members', '', 'publish', 'closed', 'closed', '', 'members', '', '', '2024-11-23 19:23:43', '2024-11-23 19:23:43', '', 0, 'https://Your domain.com/?p=10', 0, 'um_directory', '', 0),
(13, 1, '2024-11-26 18:03:27', '2024-11-26 18:03:27', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-twentytwentyfive', '', '', '2024-11-26 18:03:27', '2024-11-26 18:03:27', '', 0, 'https://Your domain.com/2024/11/26/wp-global-styles-twentytwentyfive/', 0, 'wp_global_styles', '', 0),
(14, 1, '2024-11-26 18:04:21', '2024-11-26 18:04:21', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2024-12-23 11:59:19', '2024-12-23 11:59:19', '', 0, 'https://Your domain.com/?page_id=14', 0, 'page', '', 0),
(15, 1, '2024-11-26 18:04:21', '2024-11-26 18:04:21', '', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-11-26 18:04:21', '2024-11-26 18:04:21', '', 14, 'https://Your domain.com/?p=15', 0, 'revision', '', 0),
(16, 1, '2024-11-26 18:04:36', '2024-11-26 18:04:36', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Wallet', '', 'publish', 'closed', 'closed', '', 'wallet', '', '', '2024-12-25 08:48:20', '2024-12-25 08:48:20', '', 0, 'https://Your domain.com/?page_id=16', 0, 'page', '', 0),
(17, 1, '2024-11-26 18:04:36', '2024-11-26 18:04:36', '', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-11-26 18:04:36', '2024-11-26 18:04:36', '', 16, 'https://Your domain.com/?p=17', 0, 'revision', '', 0),
(18, 1, '2024-11-26 18:04:48', '2024-11-26 18:04:48', '[show_profile_picture]		\n		<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"][user_profile_editor][fse_social_links_form]		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Profile', '', 'publish', 'closed', 'closed', '', 'profile', '', '', '2024-12-25 08:50:22', '2024-12-25 08:50:22', '', 0, 'https://Your domain.com/?page_id=18', 0, 'page', '', 0),
(19, 1, '2024-11-26 18:04:48', '2024-11-26 18:04:48', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-11-26 18:04:48', '2024-11-26 18:04:48', '', 18, 'https://Your domain.com/?p=19', 0, 'revision', '', 0),
(20, 1, '2024-11-26 18:04:56', '2024-11-26 18:04:56', '', 'Support', '', 'publish', 'closed', 'closed', '', 'support', '', '', '2024-11-26 18:04:57', '2024-11-26 18:04:57', '', 0, 'https://Your domain.com/?page_id=20', 0, 'page', '', 0),
(21, 1, '2024-11-26 18:04:56', '2024-11-26 18:04:56', '', 'Support', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2024-11-26 18:04:56', '2024-11-26 18:04:56', '', 20, 'https://Your domain.com/?p=21', 0, 'revision', '', 0),
(22, 1, '2024-11-26 18:05:14', '2024-11-26 18:05:14', '', 'Blog', '', 'trash', 'closed', 'closed', '', 'blog__trashed', '', '', '2024-12-23 12:54:50', '2024-12-23 12:54:50', '', 0, 'https://Your domain.com/?page_id=22', 0, 'page', '', 0),
(23, 1, '2024-11-26 18:05:14', '2024-11-26 18:05:14', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2024-11-26 18:05:14', '2024-11-26 18:05:14', '', 22, 'https://Your domain.com/?p=23', 0, 'revision', '', 0),
(26, 1, '2024-12-25 09:46:41', '2024-11-26 19:00:47', ' ', '', '', 'publish', 'closed', 'closed', '', '26', '', '', '2024-12-25 09:46:41', '2024-12-25 09:46:41', '', 0, 'https://Your domain.com/?p=26', 3, 'nav_menu_item', '', 0),
(27, 1, '2024-12-25 09:46:41', '2024-11-26 19:00:47', ' ', '', '', 'publish', 'closed', 'closed', '', '27', '', '', '2024-12-25 09:46:41', '2024-12-25 09:46:41', '', 0, 'https://Your domain.com/?p=27', 4, 'nav_menu_item', '', 0),
(28, 1, '2024-12-25 09:46:41', '2024-11-26 19:00:47', ' ', '', '', 'publish', 'closed', 'closed', '', '28', '', '', '2024-12-25 09:46:41', '2024-12-25 09:46:41', '', 0, 'https://Your domain.com/?p=28', 1, 'nav_menu_item', '', 0),
(29, 1, '2024-11-28 18:14:54', '2024-11-28 18:14:54', '{\n    \"oceanwp::ocean_background_color\": {\n        \"value\": \"#1a1a1d\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-28 18:14:30\"\n    },\n    \"oceanwp::ocean_primary_color\": {\n        \"value\": \"#a64d79\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-28 18:14:44\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '987473e8-37b2-4115-b99d-b32f00b0f44a', '', '', '2024-11-28 18:14:54', '2024-11-28 18:14:54', '', 0, 'https://Your domain.com/?p=29', 0, 'customize_changeset', '', 0),
(30, 1, '2024-11-28 18:31:19', '2024-11-28 18:31:19', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n								<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-aa0f573\"><li><a href=\"#\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-aa0f573\"><li><a href=\"#\" tabindex=\"-1\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\" tabindex=\"-1\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\" tabindex=\"-1\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n					<h2>My Account</h2>				\n								<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/payment-history/\">Payment History</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/payment-history/\" tabindex=\"-1\">Payment History</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>			</nav>\n					<h2>Other Links</h2>				\n								<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n					<h2>My Account</h2>				\n					<h2>Other Links</h2>				\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n							<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'publish', 'closed', 'closed', '', 'elementor-header-30', '', '', '2024-12-23 13:05:52', '2024-12-23 13:05:52', '', 0, 'https://Your domain.com/?post_type=elementor_library&#038;p=30', 0, 'elementor_library', '', 0),
(31, 1, '2024-11-28 18:29:41', '2024-11-28 18:29:41', '', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-28 18:29:41', '2024-11-28 18:29:41', '', 30, 'https://Your domain.com/?p=31', 0, 'revision', '', 0),
(32, 1, '2024-11-28 18:31:09', '2024-11-28 18:31:09', '{\n    \"oceanwp::ocean_page_title_display\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-28 18:31:09\"\n    },\n    \"oceanwp::ocean_top_bar\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-28 18:31:09\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2d4dde96-e217-4556-9002-655db67f8299', '', '', '2024-11-28 18:31:09', '2024-11-28 18:31:09', '', 0, 'https://Your domain.com/2024/11/28/2d4dde96-e217-4556-9002-655db67f8299/', 0, 'customize_changeset', '', 0),
(33, 1, '2024-11-28 18:32:18', '2024-11-28 18:32:18', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2024-11-28 18:32:18', '2024-11-28 18:32:18', '', 0, 'https://Your domain.com/wp-content/uploads/2024/11/logo.png', 0, 'attachment', 'image/png', 0),
(34, 1, '2024-11-28 18:32:26', '2024-11-28 18:32:26', '{\n    \"oceanwp::custom_logo\": {\n        \"value\": 33,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-28 18:32:26\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1d8d137c-8a36-4b1c-8760-266568321007', '', '', '2024-11-28 18:32:26', '2024-11-28 18:32:26', '', 0, 'https://Your domain.com/2024/11/28/1d8d137c-8a36-4b1c-8760-266568321007/', 0, 'customize_changeset', '', 0),
(35, 1, '2024-11-28 18:32:36', '2024-11-28 18:32:36', '', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-28 18:32:36', '2024-11-28 18:32:36', '', 30, 'https://Your domain.com/?p=35', 0, 'revision', '', 0),
(36, 1, '2024-11-28 18:38:19', '2024-11-28 18:38:19', '{\n    \"oceanwp::ocean_has_header_border_bottom\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-28 18:38:19\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0c2c5dc1-c4fe-47ed-9b1e-8415aa650ba0', '', '', '2024-11-28 18:38:19', '2024-11-28 18:38:19', '', 0, 'https://Your domain.com/2024/11/28/0c2c5dc1-c4fe-47ed-9b1e-8415aa650ba0/', 0, 'customize_changeset', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(37, 1, '2024-11-28 18:38:23', '2024-11-28 18:38:23', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-28 18:38:23', '2024-11-28 18:38:23', '', 30, 'https://Your domain.com/?p=37', 0, 'revision', '', 0),
(39, 1, '2024-11-28 19:10:08', '2024-11-28 19:10:08', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-28 19:10:08', '2024-11-28 19:10:08', '', 30, 'https://Your domain.com/?p=39', 0, 'revision', '', 0),
(40, 1, '2024-11-28 19:10:25', '2024-11-28 19:10:25', '{\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-28 19:10:25\"\n    },\n    \"page_on_front\": {\n        \"value\": \"14\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-28 19:10:25\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4c23fe1a-b3f9-423e-9dd5-1a9d1a86abc8', '', '', '2024-11-28 19:10:25', '2024-11-28 19:10:25', '', 0, 'https://Your domain.com/2024/11/28/4c23fe1a-b3f9-423e-9dd5-1a9d1a86abc8/', 0, 'customize_changeset', '', 0),
(41, 1, '2024-11-28 19:13:50', '2024-11-28 19:13:50', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-28 19:13:50', '2024-11-28 19:13:50', '', 30, 'https://Your domain.com/?p=41', 0, 'revision', '', 0),
(42, 1, '2024-11-28 19:34:27', '2024-11-28 19:34:27', '<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>', 'Mobile Menu popup', '', 'publish', 'closed', 'closed', '', 'mobile-menu-popup', '', '', '2024-11-28 19:39:09', '2024-11-28 19:39:09', '', 0, 'https://Your domain.com/?post_type=elementor_library&#038;p=42', 0, 'elementor_library', '', 0),
(43, 1, '2024-12-23 15:38:58', '2024-11-28 19:34:49', '', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy', '', '', '2024-12-23 15:38:58', '2024-12-23 15:38:58', '', 0, 'https://Your domain.com/?p=43', 1, 'nav_menu_item', '', 0),
(44, 1, '2024-12-23 15:38:58', '2024-11-28 19:34:49', '', 'Disclaimer', '', 'publish', 'closed', 'closed', '', 'disclaimer', '', '', '2024-12-23 15:38:58', '2024-12-23 15:38:58', '', 0, 'https://Your domain.com/?p=44', 2, 'nav_menu_item', '', 0),
(45, 1, '2024-12-23 15:38:58', '2024-11-28 19:34:49', '', 'T & C', '', 'publish', 'closed', 'closed', '', 't-c', '', '', '2024-12-23 15:38:58', '2024-12-23 15:38:58', '', 0, 'https://Your domain.com/?p=45', 3, 'nav_menu_item', '', 0),
(46, 1, '2024-11-28 19:34:55', '2024-11-28 19:34:55', '<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>', 'Mobile Menu popup', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-11-28 19:34:55', '2024-11-28 19:34:55', '', 42, 'https://Your domain.com/?p=46', 0, 'revision', '', 0),
(47, 1, '2024-11-28 19:38:04', '2024-11-28 19:38:04', '<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>', 'Mobile Menu popup', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-11-28 19:38:04', '2024-11-28 19:38:04', '', 42, 'https://Your domain.com/?p=47', 0, 'revision', '', 0),
(48, 1, '2024-11-28 19:38:34', '2024-11-28 19:38:34', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-28 19:38:34', '2024-11-28 19:38:34', '', 30, 'https://Your domain.com/?p=48', 0, 'revision', '', 0),
(49, 1, '2024-11-28 19:39:09', '2024-11-28 19:39:09', '<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>', 'Mobile Menu popup', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-11-28 19:39:09', '2024-11-28 19:39:09', '', 42, 'https://Your domain.com/?p=49', 0, 'revision', '', 0),
(50, 1, '2024-11-30 18:39:22', '2024-11-30 18:39:22', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:39:22', '2024-11-30 18:39:22', '', 30, 'https://Your domain.com/?p=50', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(51, 1, '2024-11-30 18:44:34', '2024-11-30 18:44:34', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:44:34', '2024-11-30 18:44:34', '', 30, 'https://Your domain.com/?p=51', 0, 'revision', '', 0),
(52, 1, '2024-11-30 18:45:16', '2024-11-30 18:45:16', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:45:16', '2024-11-30 18:45:16', '', 30, 'https://Your domain.com/?p=52', 0, 'revision', '', 0),
(53, 1, '2024-11-30 18:45:56', '2024-11-30 18:45:56', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:45:56', '2024-11-30 18:45:56', '', 30, 'https://Your domain.com/?p=53', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(54, 1, '2024-11-30 18:47:49', '2024-11-30 18:47:49', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:47:49', '2024-11-30 18:47:49', '', 30, 'https://Your domain.com/?p=54', 0, 'revision', '', 0),
(55, 1, '2024-11-30 18:49:19', '2024-11-30 18:49:19', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:49:19', '2024-11-30 18:49:19', '', 30, 'https://Your domain.com/?p=55', 0, 'revision', '', 0),
(56, 1, '2024-11-30 18:49:43', '2024-11-30 18:49:43', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:49:43', '2024-11-30 18:49:43', '', 30, 'https://Your domain.com/?p=56', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(57, 1, '2024-11-30 18:50:15', '2024-11-30 18:50:15', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:50:15', '2024-11-30 18:50:15', '', 30, 'https://Your domain.com/?p=57', 0, 'revision', '', 0),
(58, 1, '2024-11-30 18:51:11', '2024-11-30 18:51:11', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:51:11', '2024-11-30 18:51:11', '', 30, 'https://Your domain.com/?p=58', 0, 'revision', '', 0),
(59, 1, '2024-11-30 18:51:39', '2024-11-30 18:51:39', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:51:39', '2024-11-30 18:51:39', '', 30, 'https://Your domain.com/?p=59', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(60, 1, '2024-11-30 18:51:47', '2024-11-30 18:51:47', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:51:47', '2024-11-30 18:51:47', '', 30, 'https://Your domain.com/?p=60', 0, 'revision', '', 0),
(61, 1, '2024-11-30 18:52:40', '2024-11-30 18:52:40', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-11-30 18:52:40', '2024-11-30 18:52:40', '', 30, 'https://Your domain.com/?p=61', 0, 'revision', '', 0),
(62, 1, '2024-12-03 17:54:46', '2024-12-03 17:54:46', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-03 17:54:46', '2024-12-03 17:54:46', '', 30, 'https://Your domain.com/?p=62', 0, 'revision', '', 0),
(64, 1, '2024-12-03 18:04:55', '2024-12-03 18:04:55', '', 'Online Gaming Website Using wordpress', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__93510', '', '', '2024-12-03 18:05:03', '2024-12-03 18:05:03', '', 14, 'https://Your domain.com/wp-content/uploads/2024/12/freepik__candid-image-photography-natural-textures-highly-r__93510.jpeg', 0, 'attachment', 'image/jpeg', 0),
(65, 1, '2024-12-03 18:13:07', '2024-12-03 18:13:07', '', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:13:07', '2024-12-03 18:13:07', '', 14, 'https://Your domain.com/?p=65', 0, 'revision', '', 0),
(66, 1, '2024-12-03 18:13:07', '2024-12-03 18:13:07', '', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:13:07', '2024-12-03 18:13:07', '', 14, 'https://Your domain.com/?p=66', 0, 'revision', '', 0),
(67, 1, '2024-12-03 18:13:07', '2024-12-03 18:13:07', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:13:07', '2024-12-03 18:13:07', '', 14, 'https://Your domain.com/?p=67', 0, 'revision', '', 0),
(68, 1, '2024-12-03 18:32:43', '2024-12-03 18:32:43', '', 'freepik__candid-image-photography-natural-textures-highly-r__23092', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__23092', '', '', '2024-12-03 18:32:43', '2024-12-03 18:32:43', '', 14, 'https://Your domain.com/wp-content/uploads/2024/12/freepik__candid-image-photography-natural-textures-highly-r__23092.jpeg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2024-12-03 18:32:45', '2024-12-03 18:32:45', '', 'freepik__candid-image-photography-natural-textures-highly-r__93510', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__93510-2', '', '', '2024-12-03 18:32:45', '2024-12-03 18:32:45', '', 14, 'https://Your domain.com/wp-content/uploads/2024/12/freepik__candid-image-photography-natural-textures-highly-r__93510-1.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(70, 1, '2024-12-03 18:32:47', '2024-12-03 18:32:47', '', 'freepik__candid-image-photography-natural-textures-highly-r__93512', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__93512', '', '', '2024-12-03 18:32:47', '2024-12-03 18:32:47', '', 14, 'https://Your domain.com/wp-content/uploads/2024/12/freepik__candid-image-photography-natural-textures-highly-r__93512.jpeg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2024-12-03 18:33:22', '2024-12-03 18:33:22', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:33:22', '2024-12-03 18:33:22', '', 14, 'https://Your domain.com/?p=71', 0, 'revision', '', 0),
(72, 1, '2024-12-03 18:33:22', '2024-12-03 18:33:22', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:33:22', '2024-12-03 18:33:22', '', 14, 'https://Your domain.com/?p=72', 0, 'revision', '', 0),
(73, 1, '2024-12-03 18:33:22', '2024-12-03 18:33:22', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:33:22', '2024-12-03 18:33:22', '', 14, 'https://Your domain.com/?p=73', 0, 'revision', '', 0),
(75, 1, '2024-12-03 18:38:47', '2024-12-03 18:38:47', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:38:47', '2024-12-03 18:38:47', '', 14, 'https://Your domain.com/?p=75', 0, 'revision', '', 0),
(76, 1, '2024-12-03 18:38:47', '2024-12-03 18:38:47', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:38:47', '2024-12-03 18:38:47', '', 14, 'https://Your domain.com/?p=76', 0, 'revision', '', 0),
(77, 1, '2024-12-03 18:38:48', '2024-12-03 18:38:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:38:48', '2024-12-03 18:38:48', '', 14, 'https://Your domain.com/?p=77', 0, 'revision', '', 0),
(78, 1, '2024-12-03 18:39:25', '2024-12-03 18:39:25', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:39:25', '2024-12-03 18:39:25', '', 14, 'https://Your domain.com/?p=78', 0, 'revision', '', 0),
(79, 1, '2024-12-03 18:39:25', '2024-12-03 18:39:25', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:39:25', '2024-12-03 18:39:25', '', 14, 'https://Your domain.com/?p=79', 0, 'revision', '', 0),
(80, 1, '2024-12-03 18:39:25', '2024-12-03 18:39:25', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:39:25', '2024-12-03 18:39:25', '', 14, 'https://Your domain.com/?p=80', 0, 'revision', '', 0),
(81, 1, '2024-12-03 18:40:16', '2024-12-03 18:40:16', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Hero with Menu', '', 'publish', 'closed', 'closed', '', 'hero-with-menu', '', '', '2024-12-03 18:40:16', '2024-12-03 18:40:16', '', 0, 'https://Your domain.com/?elementor_library=hero-with-menu', 0, 'elementor_library', '', 0),
(82, 1, '2024-12-03 18:40:16', '2024-12-03 18:40:16', '', 'Hero with Menu', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2024-12-03 18:40:16', '2024-12-03 18:40:16', '', 81, 'https://Your domain.com/?p=82', 0, 'revision', '', 0),
(83, 1, '2024-12-03 18:40:16', '2024-12-03 18:40:16', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Hero with Menu', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2024-12-03 18:40:16', '2024-12-03 18:40:16', '', 81, 'https://Your domain.com/?p=83', 0, 'revision', '', 0),
(84, 1, '2024-12-03 18:40:31', '2024-12-03 18:40:31', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:40:31', '2024-12-03 18:40:31', '', 14, 'https://Your domain.com/?p=84', 0, 'revision', '', 0),
(85, 1, '2024-12-03 18:40:31', '2024-12-03 18:40:31', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:40:31', '2024-12-03 18:40:31', '', 14, 'https://Your domain.com/?p=85', 0, 'revision', '', 0),
(86, 1, '2024-12-03 18:40:31', '2024-12-03 18:40:31', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:40:31', '2024-12-03 18:40:31', '', 14, 'https://Your domain.com/?p=86', 0, 'revision', '', 0),
(87, 1, '2024-12-03 18:41:30', '2024-12-03 18:41:30', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:41:30', '2024-12-03 18:41:30', '', 14, 'https://Your domain.com/?p=87', 0, 'revision', '', 0),
(88, 1, '2024-12-03 18:41:30', '2024-12-03 18:41:30', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:41:30', '2024-12-03 18:41:30', '', 14, 'https://Your domain.com/?p=88', 0, 'revision', '', 0),
(89, 1, '2024-12-03 18:41:31', '2024-12-03 18:41:31', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:41:31', '2024-12-03 18:41:31', '', 14, 'https://Your domain.com/?p=89', 0, 'revision', '', 0),
(90, 1, '2024-12-03 18:42:08', '2024-12-03 18:42:08', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:42:08', '2024-12-03 18:42:08', '', 14, 'https://Your domain.com/?p=90', 0, 'revision', '', 0),
(91, 1, '2024-12-03 18:42:08', '2024-12-03 18:42:08', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:42:08', '2024-12-03 18:42:08', '', 14, 'https://Your domain.com/?p=91', 0, 'revision', '', 0),
(92, 1, '2024-12-03 18:42:08', '2024-12-03 18:42:08', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:42:08', '2024-12-03 18:42:08', '', 14, 'https://Your domain.com/?p=92', 0, 'revision', '', 0),
(93, 1, '2024-12-03 18:43:46', '2024-12-03 18:43:46', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:43:46', '2024-12-03 18:43:46', '', 14, 'https://Your domain.com/?p=93', 0, 'revision', '', 0),
(94, 1, '2024-12-03 18:43:46', '2024-12-03 18:43:46', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:43:46', '2024-12-03 18:43:46', '', 14, 'https://Your domain.com/?p=94', 0, 'revision', '', 0),
(95, 1, '2024-12-03 18:43:46', '2024-12-03 18:43:46', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-03 18:43:46', '2024-12-03 18:43:46', '', 14, 'https://Your domain.com/?p=95', 0, 'revision', '', 0),
(97, 1, '2024-12-04 19:04:41', '2024-12-04 19:04:41', '[ultimatemember form_id=\"9\"]', 'User', '', 'publish', 'closed', 'closed', '', 'user', '', '', '2024-12-04 19:04:41', '2024-12-04 19:04:41', '', 0, 'https://Your domain.com/user/', 0, 'page', '', 0),
(98, 1, '2024-12-04 19:04:44', '2024-12-04 19:04:44', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <a href=\"https://Your domain.com/register/\"><strong>Sign Up</strong></a> Now to start earning points and rewards!</p>', 'Login', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2024-12-05 15:52:50', '2024-12-05 15:52:50', '', 0, 'https://Your domain.com/login/', 0, 'page', '', 0),
(99, 1, '2024-12-04 19:04:48', '2024-12-04 19:04:48', '<h2>Join the Adventure!</h2>		\n		<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'publish', 'closed', 'closed', '', 'register', '', '', '2024-12-05 15:52:38', '2024-12-05 15:52:38', '', 0, 'https://Your domain.com/register/', 0, 'page', '', 0),
(100, 1, '2024-12-04 19:04:51', '2024-12-04 19:04:51', '', 'Logout', '', 'publish', 'closed', 'closed', '', 'logout', '', '', '2024-12-04 19:04:51', '2024-12-04 19:04:51', '', 0, 'https://Your domain.com/logout/', 0, 'page', '', 0),
(101, 1, '2024-12-04 19:04:55', '2024-12-04 19:04:55', '[ultimatemember_password]', 'Password Reset', '', 'publish', 'closed', 'closed', '', 'password-reset', '', '', '2024-12-05 15:56:48', '2024-12-05 15:56:48', '', 0, 'https://Your domain.com/password-reset/', 0, 'page', '', 0),
(102, 1, '2024-12-04 19:05:20', '2024-12-04 19:05:20', '[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:05:20', '2024-12-04 19:05:20', '', 98, 'https://Your domain.com/?p=102', 0, 'revision', '', 0),
(103, 1, '2024-12-04 19:09:25', '2024-12-04 19:09:25', '', 'freepik__candid-image-photography-natural-textures-highly-r__23093', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__23093', '', '', '2024-12-04 19:09:25', '2024-12-04 19:09:25', '', 98, 'https://Your domain.com/wp-content/uploads/2024/12/freepik__candid-image-photography-natural-textures-highly-r__23093.jpeg', 0, 'attachment', 'image/jpeg', 0),
(104, 1, '2024-12-04 19:15:33', '2024-12-04 19:15:33', '[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:15:33', '2024-12-04 19:15:33', '', 98, 'https://Your domain.com/?p=104', 0, 'revision', '', 0),
(105, 1, '2024-12-04 19:15:33', '2024-12-04 19:15:33', '[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:15:33', '2024-12-04 19:15:33', '', 98, 'https://Your domain.com/?p=105', 0, 'revision', '', 0),
(106, 1, '2024-12-04 19:15:33', '2024-12-04 19:15:33', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:15:33', '2024-12-04 19:15:33', '', 98, 'https://Your domain.com/?p=106', 0, 'revision', '', 0),
(107, 1, '2024-12-04 19:16:46', '2024-12-04 19:16:46', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:16:46', '2024-12-04 19:16:46', '', 98, 'https://Your domain.com/?p=107', 0, 'revision', '', 0),
(108, 1, '2024-12-04 19:16:46', '2024-12-04 19:16:46', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:16:46', '2024-12-04 19:16:46', '', 98, 'https://Your domain.com/?p=108', 0, 'revision', '', 0),
(109, 1, '2024-12-04 19:16:46', '2024-12-04 19:16:46', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:16:46', '2024-12-04 19:16:46', '', 98, 'https://Your domain.com/?p=109', 0, 'revision', '', 0),
(110, 1, '2024-12-04 19:18:33', '2024-12-04 19:18:33', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:18:33', '2024-12-04 19:18:33', '', 98, 'https://Your domain.com/?p=110', 0, 'revision', '', 0),
(111, 1, '2024-12-04 19:18:33', '2024-12-04 19:18:33', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:18:33', '2024-12-04 19:18:33', '', 98, 'https://Your domain.com/?p=111', 0, 'revision', '', 0),
(112, 1, '2024-12-04 19:18:33', '2024-12-04 19:18:33', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:18:33', '2024-12-04 19:18:33', '', 98, 'https://Your domain.com/?p=112', 0, 'revision', '', 0),
(113, 1, '2024-12-04 19:19:00', '2024-12-04 19:19:00', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:19:00', '2024-12-04 19:19:00', '', 98, 'https://Your domain.com/?p=113', 0, 'revision', '', 0),
(114, 1, '2024-12-04 19:19:00', '2024-12-04 19:19:00', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:19:00', '2024-12-04 19:19:00', '', 98, 'https://Your domain.com/?p=114', 0, 'revision', '', 0),
(115, 1, '2024-12-04 19:19:01', '2024-12-04 19:19:01', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:19:01', '2024-12-04 19:19:01', '', 98, 'https://Your domain.com/?p=115', 0, 'revision', '', 0),
(116, 1, '2024-12-04 19:19:20', '2024-12-04 19:19:20', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:19:20', '2024-12-04 19:19:20', '', 98, 'https://Your domain.com/?p=116', 0, 'revision', '', 0),
(117, 1, '2024-12-04 19:19:20', '2024-12-04 19:19:20', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:19:20', '2024-12-04 19:19:20', '', 98, 'https://Your domain.com/?p=117', 0, 'revision', '', 0),
(118, 1, '2024-12-04 19:19:21', '2024-12-04 19:19:21', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:19:21', '2024-12-04 19:19:21', '', 98, 'https://Your domain.com/?p=118', 0, 'revision', '', 0),
(119, 1, '2024-12-04 19:34:36', '2024-12-04 19:34:36', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \".um-button {\\n\\tbackground : #121212!important;\\n\\tborder-radius : 10px !important;\\n\\twidth : 100%;\\n\\tbox-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\\n}\\n.um-form-field {\\n\\tbackground : #535C91 !important;\\n\\tborder-width : 0px !important;\\n}\\n/* Remove dropdown icon from menu items */\\n.menu-item-has-children > a::after {\\n    display: none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:34:36\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8dd35f77-b42e-4459-beb5-28888328579c', '', '', '2024-12-04 19:34:36', '2024-12-04 19:34:36', '', 0, 'https://Your domain.com/2024/12/04/8dd35f77-b42e-4459-beb5-28888328579c/', 0, 'customize_changeset', '', 0),
(120, 1, '2024-12-04 19:34:36', '2024-12-04 19:34:36', '/* Style for the Button */\n.um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto;  /* Adjust width to fit the content */\n    padding: 12px 24px; /* Adjust button padding */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: block; /* Makes the button block-level */\n    margin-left: 0;  /* Aligns the button to the left */\n    text-align: center;  /* Centers the text within the button */\n}\n\n/* Style for Form Fields */\n.um-form-field {\n    background: #0C0C0C !important;\n    border:none !important;\n    padding: 10px;\n}\n\n/* Remove border from input fields and set background color */\n.um-form-field input, \n.um-form-field select, \n.um-form-field textarea {\n    border: #0C0C0C !important; /* Remove the border */\n    outline: #0C0C0C !important; /* Remove the focus outline */\n    background: #0C0C0C !important; /* Set background color */\n    color: #fff; /* Make text color white for readability */\n    padding: 10px; /* Add padding for better spacing */\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n    background: #2c2c2c; /* Slightly different background on focus */\n}', 'oceanwp', '', 'publish', 'closed', 'closed', '', 'oceanwp', '', '', '2024-12-04 19:55:22', '2024-12-04 19:55:22', '', 0, 'https://Your domain.com/2024/12/04/oceanwp/', 0, 'custom_css', '', 0),
(121, 1, '2024-12-04 19:34:36', '2024-12-04 19:34:36', '.um-button {\n	background : #121212!important;\n	border-radius : 10px !important;\n	width : 100%;\n	box-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\n}\n.um-form-field {\n	background : #535C91 !important;\n	border-width : 0px !important;\n}\n/* Remove dropdown icon from menu items */\n.menu-item-has-children > a::after {\n    display: none !important;\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:34:36', '2024-12-04 19:34:36', '', 120, 'https://Your domain.com/?p=121', 0, 'revision', '', 0),
(122, 1, '2024-12-04 19:34:49', '2024-12-04 19:34:49', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \".um-button {\\n\\tbackground : #121212!important;\\n\\tborder-radius : 100px !important;\\n\\twidth : 100%;\\n\\tbox-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\\n}\\n.um-form-field {\\n\\tbackground : #535C91 !important;\\n\\tborder-width : 0px !important;\\n}\\n/* Remove dropdown icon from menu items */\\n.menu-item-has-children > a::after {\\n    display: none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:34:49\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4aef6462-3ee9-48fd-905b-9d6490b61c6b', '', '', '2024-12-04 19:34:49', '2024-12-04 19:34:49', '', 0, 'https://Your domain.com/2024/12/04/4aef6462-3ee9-48fd-905b-9d6490b61c6b/', 0, 'customize_changeset', '', 0),
(123, 1, '2024-12-04 19:34:49', '2024-12-04 19:34:49', '.um-button {\n	background : #121212!important;\n	border-radius : 100px !important;\n	width : 100%;\n	box-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\n}\n.um-form-field {\n	background : #535C91 !important;\n	border-width : 0px !important;\n}\n/* Remove dropdown icon from menu items */\n.menu-item-has-children > a::after {\n    display: none !important;\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:34:49', '2024-12-04 19:34:49', '', 120, 'https://Your domain.com/?p=123', 0, 'revision', '', 0),
(124, 1, '2024-12-04 19:35:12', '2024-12-04 19:35:12', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \".um-button {\\n\\tbackground : #121212!important;\\n\\tborder-radius : 100px !important;\\n\\twidth : 100%;\\n\\tbox-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\\n}\\n.um-form-field {\\n\\tbackground : #0C0C0C !important;\\n\\tborder-width : 0px !important;\\n}\\n/* Remove dropdown icon from menu items */\\n.menu-item-has-children > a::after {\\n    display: none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:35:12\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '99a777d3-44fb-4913-83d5-f477b9ba060c', '', '', '2024-12-04 19:35:12', '2024-12-04 19:35:12', '', 0, 'https://Your domain.com/2024/12/04/99a777d3-44fb-4913-83d5-f477b9ba060c/', 0, 'customize_changeset', '', 0),
(125, 1, '2024-12-04 19:35:12', '2024-12-04 19:35:12', '.um-button {\n	background : #121212!important;\n	border-radius : 100px !important;\n	width : 100%;\n	box-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\n}\n.um-form-field {\n	background : #0C0C0C !important;\n	border-width : 0px !important;\n}\n/* Remove dropdown icon from menu items */\n.menu-item-has-children > a::after {\n    display: none !important;\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:35:12', '2024-12-04 19:35:12', '', 120, 'https://Your domain.com/?p=125', 0, 'revision', '', 0),
(126, 1, '2024-12-04 19:35:33', '2024-12-04 19:35:33', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \".um-button {\\n\\tbackground : #121212!important;\\n\\tborder-radius : 100px !important;\\n\\twidth : 100%;\\n\\tbox-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\\n}\\n.um-form-field {\\n\\tbackground : #0C0C0C !important;\\n\\tborder-width : 0px !important;\\n\\tborder : none !important;\\n}\\n/* Remove dropdown icon from menu items */\\n.menu-item-has-children > a::after {\\n    display: none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:35:33\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9189f1c1-8c84-4414-b67f-e64e7b5c44b8', '', '', '2024-12-04 19:35:33', '2024-12-04 19:35:33', '', 0, 'https://Your domain.com/2024/12/04/9189f1c1-8c84-4414-b67f-e64e7b5c44b8/', 0, 'customize_changeset', '', 0),
(127, 1, '2024-12-04 19:35:33', '2024-12-04 19:35:33', '.um-button {\n	background : #121212!important;\n	border-radius : 100px !important;\n	width : 100%;\n	box-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\n}\n.um-form-field {\n	background : #0C0C0C !important;\n	border-width : 0px !important;\n	border : none !important;\n}\n/* Remove dropdown icon from menu items */\n.menu-item-has-children > a::after {\n    display: none !important;\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:35:33', '2024-12-04 19:35:33', '', 120, 'https://Your domain.com/?p=127', 0, 'revision', '', 0),
(128, 1, '2024-12-04 19:35:49', '2024-12-04 19:35:49', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \".um-button {\\n\\tbackground : #121212!important;\\n\\tborder-radius : 100px !important;\\n\\twidth : 100%;\\n\\tbox-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\\n}\\n.um-form-field {\\n\\tbackground : #0C0C0C !important;\\n\\tborder-width : 0px !important;\\n\\tborder : none !important;\\n\\toutline :none !important;\\n}\\n/* Remove dropdown icon from menu items */\\n.menu-item-has-children > a::after {\\n    display: none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:35:49\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '6f7be55b-0339-42d8-98f5-845d8329ea07', '', '', '2024-12-04 19:35:49', '2024-12-04 19:35:49', '', 0, 'https://Your domain.com/2024/12/04/6f7be55b-0339-42d8-98f5-845d8329ea07/', 0, 'customize_changeset', '', 0),
(129, 1, '2024-12-04 19:35:49', '2024-12-04 19:35:49', '.um-button {\n	background : #121212!important;\n	border-radius : 100px !important;\n	width : 100%;\n	box-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\n}\n.um-form-field {\n	background : #0C0C0C !important;\n	border-width : 0px !important;\n	border : none !important;\n	outline :none !important;\n}\n/* Remove dropdown icon from menu items */\n.menu-item-has-children > a::after {\n    display: none !important;\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:35:49', '2024-12-04 19:35:49', '', 120, 'https://Your domain.com/?p=129', 0, 'revision', '', 0),
(130, 1, '2024-12-04 19:36:22', '2024-12-04 19:36:22', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \".um-button {\\n\\tbackground : #121212!important;\\n\\tborder-radius : 100px !important;\\n\\twidth : 100%;\\n\\tbox-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\\n}\\n.um-form-field {\\n\\tbackground : #0C0C0C !important;\\n\\tborder : 1px solid #0C0C0C;\\n\\t\\n}\\n/* Remove dropdown icon from menu items */\\n.menu-item-has-children > a::after {\\n    display: none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:36:22\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ba6dfc52-771c-43d2-89bc-c08eda52d070', '', '', '2024-12-04 19:36:22', '2024-12-04 19:36:22', '', 0, 'https://Your domain.com/2024/12/04/ba6dfc52-771c-43d2-89bc-c08eda52d070/', 0, 'customize_changeset', '', 0),
(131, 1, '2024-12-04 19:36:22', '2024-12-04 19:36:22', '.um-button {\n	background : #121212!important;\n	border-radius : 100px !important;\n	width : 100%;\n	box-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\n}\n.um-form-field {\n	background : #0C0C0C !important;\n	border : 1px solid #0C0C0C;\n	\n}\n/* Remove dropdown icon from menu items */\n.menu-item-has-children > a::after {\n    display: none !important;\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:36:22', '2024-12-04 19:36:22', '', 120, 'https://Your domain.com/?p=131', 0, 'revision', '', 0),
(132, 1, '2024-12-04 19:36:46', '2024-12-04 19:36:46', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \".um-button {\\n\\tbackground : #A64D79 !important;\\n\\tborder-radius : 100px !important;\\n\\twidth : 100%;\\n\\tbox-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\\n}\\n.um-form-field {\\n\\tbackground : #0C0C0C !important;\\n\\tborder : 1px solid #0C0C0C;\\n\\t\\n}\\n/* Remove dropdown icon from menu items */\\n.menu-item-has-children > a::after {\\n    display: none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:36:46\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c7fe2e1d-2a6e-4c98-912a-d2831d887835', '', '', '2024-12-04 19:36:46', '2024-12-04 19:36:46', '', 0, 'https://Your domain.com/2024/12/04/c7fe2e1d-2a6e-4c98-912a-d2831d887835/', 0, 'customize_changeset', '', 0),
(133, 1, '2024-12-04 19:36:46', '2024-12-04 19:36:46', '.um-button {\n	background : #A64D79 !important;\n	border-radius : 100px !important;\n	width : 100%;\n	box-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\n}\n.um-form-field {\n	background : #0C0C0C !important;\n	border : 1px solid #0C0C0C;\n	\n}\n/* Remove dropdown icon from menu items */\n.menu-item-has-children > a::after {\n    display: none !important;\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:36:46', '2024-12-04 19:36:46', '', 120, 'https://Your domain.com/?p=133', 0, 'revision', '', 0),
(134, 1, '2024-12-04 19:37:49', '2024-12-04 19:37:49', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \".um-button {\\n\\tbackground : #A64D79 !important;\\n\\tborder-radius : 100px !important;\\n\\twidth : 100%;\\n\\tbox-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\\n}\\n.um-form-field {\\n\\tbackground : #0C0C0C !important;\\n\\tborder : 1px solid #0C0C0C;\\n\\t\\n}\\n.um-form {\\n\\talign-items :left;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:37:49\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8970b244-3738-4656-ad59-22753f9a79b0', '', '', '2024-12-04 19:37:49', '2024-12-04 19:37:49', '', 0, 'https://Your domain.com/?p=134', 0, 'customize_changeset', '', 0),
(135, 1, '2024-12-04 19:37:49', '2024-12-04 19:37:49', '.um-button {\n	background : #A64D79 !important;\n	border-radius : 100px !important;\n	width : 100%;\n	box-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\n}\n.um-form-field {\n	background : #0C0C0C !important;\n	border : 1px solid #0C0C0C;\n	\n}\n.um-form {\n	align-items :left;\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:37:49', '2024-12-04 19:37:49', '', 120, 'https://Your domain.com/?p=135', 0, 'revision', '', 0),
(136, 1, '2024-12-04 19:39:04', '2024-12-04 19:39:04', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \".um-button {\\n\\tbackground : #A64D79 !important;\\n\\tborder-radius : 100px !important;\\n\\twidth : 100%;\\n\\tbox-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\\n}\\n.um-form-field {\\n\\tbackground : #0C0C0C !important;\\n\\tborder : 1px solid #0C0C0C;\\n\\t\\n}\\n.um-form .um-button {\\n    display: block;\\n    width: auto;\\n    margin-left: 0;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:39:01\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0c2b2754-5532-4839-a32c-cc3816032947', '', '', '2024-12-04 19:39:04', '2024-12-04 19:39:04', '', 0, 'https://Your domain.com/?p=136', 0, 'customize_changeset', '', 0),
(137, 1, '2024-12-04 19:39:04', '2024-12-04 19:39:04', '.um-button {\n	background : #A64D79 !important;\n	border-radius : 100px !important;\n	width : 100%;\n	box-shadow : 3px 3px 19px rgba(0, 0, 0, 0.57) ;\n}\n.um-form-field {\n	background : #0C0C0C !important;\n	border : 1px solid #0C0C0C;\n	\n}\n.um-form .um-button {\n    display: block;\n    width: auto;\n    margin-left: 0;\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:39:04', '2024-12-04 19:39:04', '', 120, 'https://Your domain.com/?p=137', 0, 'revision', '', 0),
(138, 1, '2024-12-04 19:39:55', '2024-12-04 19:39:55', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Style for the Button */\\n.um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto;  /* Adjust width to fit the content */\\n    padding: 12px 24px; /* Adjust button padding */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: block; /* Makes the button block-level */\\n    margin-left: 0;  /* Aligns the button to the left */\\n    text-align: center;  /* Centers the text within the button */\\n}\\n\\n/* Style for Form Fields */\\n.um-form-field {\\n    background: #0C0C0C !important;\\n    border: 1px solid #0C0C0C;\\n    padding: 10px;\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    border-color: #A64D79; /* Border color on focus */\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:39:55\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '876089f7-e8d8-4902-980a-fa2a362fa7eb', '', '', '2024-12-04 19:39:55', '2024-12-04 19:39:55', '', 0, 'https://Your domain.com/2024/12/04/876089f7-e8d8-4902-980a-fa2a362fa7eb/', 0, 'customize_changeset', '', 0),
(139, 1, '2024-12-04 19:39:55', '2024-12-04 19:39:55', '/* Style for the Button */\n.um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto;  /* Adjust width to fit the content */\n    padding: 12px 24px; /* Adjust button padding */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: block; /* Makes the button block-level */\n    margin-left: 0;  /* Aligns the button to the left */\n    text-align: center;  /* Centers the text within the button */\n}\n\n/* Style for Form Fields */\n.um-form-field {\n    background: #0C0C0C !important;\n    border: 1px solid #0C0C0C;\n    padding: 10px;\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    border-color: #A64D79; /* Border color on focus */\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n}\n', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:39:55', '2024-12-04 19:39:55', '', 120, 'https://Your domain.com/?p=139', 0, 'revision', '', 0),
(140, 1, '2024-12-04 19:41:06', '2024-12-04 19:41:06', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Force the button to align to the left */\\n.um-form .um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto !important; /* Ensure the button width adjusts to content */\\n    padding: 12px 24px; /* Adjust padding for a better button size */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: inline-block; /* Align to the left */\\n    margin-left: 0 !important; /* Ensure no left margin is applied */\\n}\\n\\n/* Force the button\'s container to behave like a left-aligned block */\\n.um-form .um-button-wrapper {\\n    text-align: left !important; /* Ensure text inside button is left-aligned */\\n    margin-left: 0 !important; /* Remove any unwanted margins */\\n}\\n\\n/* Style for Form Fields */\\n.um-form-field {\\n    background: #0C0C0C !important;\\n    border: 1px solid #0C0C0C;\\n    padding: 10px;\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    border-color: #A64D79; /* Border color on focus */\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:41:06\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'bc164c7c-c279-4c2d-b1f7-fc10be5a456f', '', '', '2024-12-04 19:41:06', '2024-12-04 19:41:06', '', 0, 'https://Your domain.com/2024/12/04/bc164c7c-c279-4c2d-b1f7-fc10be5a456f/', 0, 'customize_changeset', '', 0),
(141, 1, '2024-12-04 19:41:06', '2024-12-04 19:41:06', '/* Force the button to align to the left */\n.um-form .um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto !important; /* Ensure the button width adjusts to content */\n    padding: 12px 24px; /* Adjust padding for a better button size */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: inline-block; /* Align to the left */\n    margin-left: 0 !important; /* Ensure no left margin is applied */\n}\n\n/* Force the button\'s container to behave like a left-aligned block */\n.um-form .um-button-wrapper {\n    text-align: left !important; /* Ensure text inside button is left-aligned */\n    margin-left: 0 !important; /* Remove any unwanted margins */\n}\n\n/* Style for Form Fields */\n.um-form-field {\n    background: #0C0C0C !important;\n    border: 1px solid #0C0C0C;\n    padding: 10px;\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    border-color: #A64D79; /* Border color on focus */\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n}\n', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:41:06', '2024-12-04 19:41:06', '', 120, 'https://Your domain.com/?p=141', 0, 'revision', '', 0),
(142, 1, '2024-12-04 19:41:29', '2024-12-04 19:41:29', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:41:29', '2024-12-04 19:41:29', '', 98, 'https://Your domain.com/?p=142', 0, 'revision', '', 0),
(143, 1, '2024-12-04 19:41:29', '2024-12-04 19:41:29', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:41:29', '2024-12-04 19:41:29', '', 98, 'https://Your domain.com/?p=143', 0, 'revision', '', 0),
(144, 1, '2024-12-04 19:41:29', '2024-12-04 19:41:29', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:41:29', '2024-12-04 19:41:29', '', 98, 'https://Your domain.com/?p=144', 0, 'revision', '', 0),
(145, 1, '2024-12-04 19:41:45', '2024-12-04 19:41:45', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:41:45', '2024-12-04 19:41:45', '', 98, 'https://Your domain.com/?p=145', 0, 'revision', '', 0),
(146, 1, '2024-12-04 19:41:45', '2024-12-04 19:41:45', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:41:45', '2024-12-04 19:41:45', '', 98, 'https://Your domain.com/?p=146', 0, 'revision', '', 0),
(147, 1, '2024-12-04 19:41:45', '2024-12-04 19:41:45', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:41:45', '2024-12-04 19:41:45', '', 98, 'https://Your domain.com/?p=147', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(148, 1, '2024-12-04 19:41:58', '2024-12-04 19:41:58', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:41:58', '2024-12-04 19:41:58', '', 98, 'https://Your domain.com/?p=148', 0, 'revision', '', 0),
(149, 1, '2024-12-04 19:41:58', '2024-12-04 19:41:58', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:41:58', '2024-12-04 19:41:58', '', 98, 'https://Your domain.com/?p=149', 0, 'revision', '', 0),
(150, 1, '2024-12-04 19:41:58', '2024-12-04 19:41:58', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:41:58', '2024-12-04 19:41:58', '', 98, 'https://Your domain.com/?p=150', 0, 'revision', '', 0),
(151, 1, '2024-12-04 19:42:10', '2024-12-04 19:42:10', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:42:10', '2024-12-04 19:42:10', '', 98, 'https://Your domain.com/?p=151', 0, 'revision', '', 0),
(152, 1, '2024-12-04 19:42:10', '2024-12-04 19:42:10', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:42:10', '2024-12-04 19:42:10', '', 98, 'https://Your domain.com/?p=152', 0, 'revision', '', 0),
(153, 1, '2024-12-04 19:42:10', '2024-12-04 19:42:10', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:42:10', '2024-12-04 19:42:10', '', 98, 'https://Your domain.com/?p=153', 0, 'revision', '', 0),
(154, 1, '2024-12-04 19:42:15', '2024-12-04 19:42:15', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:42:15', '2024-12-04 19:42:15', '', 98, 'https://Your domain.com/?p=154', 0, 'revision', '', 0),
(155, 1, '2024-12-04 19:42:16', '2024-12-04 19:42:16', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:42:16', '2024-12-04 19:42:16', '', 98, 'https://Your domain.com/?p=155', 0, 'revision', '', 0),
(156, 1, '2024-12-04 19:42:16', '2024-12-04 19:42:16', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:42:16', '2024-12-04 19:42:16', '', 98, 'https://Your domain.com/?p=156', 0, 'revision', '', 0),
(157, 1, '2024-12-04 19:42:59', '2024-12-04 19:42:59', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Force the button to align to the left */\\n.um-form .um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto !important; /* Ensure the button width adjusts to content */\\n    padding: 12px 24px; /* Adjust padding for a better button size */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: inline-block; /* Align to the left */\\n    margin-left: 0 !important; /* Ensure no left margin is applied */\\n}\\n\\n/* Force the button\'s container to behave like a left-aligned block */\\n.um-form .um-button-wrapper {\\n    text-align: left !important; /* Ensure text inside button is left-aligned */\\n    margin-left: 0 !important; /* Remove any unwanted margins */\\n}\\n\\n/* Remove border from input fields */\\n.um-form-field input, \\n.um-form-field select, \\n.um-form-field textarea {\\n    border: none !important; /* Remove the border */\\n    outline: none !important; /* Remove the focus outline */\\n    background: #0C0C0C !important; /* Ensure background color is consistent */\\n    color: #fff; /* Make text color white for readability */\\n    padding: 10px; /* Add padding for better spacing */\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n    background: #2c2c2c; /* Slightly different background on focus */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:42:59\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '432a7ea2-7347-4fd1-bd99-317c31e0fc7f', '', '', '2024-12-04 19:42:59', '2024-12-04 19:42:59', '', 0, 'https://Your domain.com/2024/12/04/432a7ea2-7347-4fd1-bd99-317c31e0fc7f/', 0, 'customize_changeset', '', 0),
(158, 1, '2024-12-04 19:42:59', '2024-12-04 19:42:59', '/* Force the button to align to the left */\n.um-form .um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto !important; /* Ensure the button width adjusts to content */\n    padding: 12px 24px; /* Adjust padding for a better button size */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: inline-block; /* Align to the left */\n    margin-left: 0 !important; /* Ensure no left margin is applied */\n}\n\n/* Force the button\'s container to behave like a left-aligned block */\n.um-form .um-button-wrapper {\n    text-align: left !important; /* Ensure text inside button is left-aligned */\n    margin-left: 0 !important; /* Remove any unwanted margins */\n}\n\n/* Remove border from input fields */\n.um-form-field input, \n.um-form-field select, \n.um-form-field textarea {\n    border: none !important; /* Remove the border */\n    outline: none !important; /* Remove the focus outline */\n    background: #0C0C0C !important; /* Ensure background color is consistent */\n    color: #fff; /* Make text color white for readability */\n    padding: 10px; /* Add padding for better spacing */\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n    background: #2c2c2c; /* Slightly different background on focus */\n}\n', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:42:59', '2024-12-04 19:42:59', '', 120, 'https://Your domain.com/?p=158', 0, 'revision', '', 0),
(159, 1, '2024-12-04 19:43:55', '2024-12-04 19:43:55', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Force the button to align to the left */\\n.um-form .um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto !important; /* Ensure the button width adjusts to content */\\n    padding: 12px 24px; /* Adjust padding for a better button size */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: inline-block; /* Align to the left */\\n    margin-left: 0 !important; /* Ensure no left margin is applied */\\n}\\n\\n/* Force the button\'s container to behave like a left-aligned block */\\n.um-form .um-button-wrapper {\\n    text-align: left !important; /* Ensure text inside button is left-aligned */\\n    margin-left: 0 !important; /* Remove any unwanted margins */\\n}\\n\\n/* Remove border from input fields */\\n.um-form-field input, \\n.um-form-field select, \\n.um-form-field textarea {\\n    border: none !important; /* Remove the border */\\n    outline: none !important; /* Remove the focus outline */\\n    background: #0C0C0C !important; /* Ensure background color is consistent */\\n    color: #0C0C0C; /* Make text color white for readability */\\n    padding: 10px; /* Add padding for better spacing */\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n    background: #2c2c2c; /* Slightly different background on focus */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:43:55\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ccdbed5c-9272-446b-959e-2bf584899b23', '', '', '2024-12-04 19:43:55', '2024-12-04 19:43:55', '', 0, 'https://Your domain.com/2024/12/04/ccdbed5c-9272-446b-959e-2bf584899b23/', 0, 'customize_changeset', '', 0),
(160, 1, '2024-12-04 19:43:55', '2024-12-04 19:43:55', '/* Force the button to align to the left */\n.um-form .um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto !important; /* Ensure the button width adjusts to content */\n    padding: 12px 24px; /* Adjust padding for a better button size */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: inline-block; /* Align to the left */\n    margin-left: 0 !important; /* Ensure no left margin is applied */\n}\n\n/* Force the button\'s container to behave like a left-aligned block */\n.um-form .um-button-wrapper {\n    text-align: left !important; /* Ensure text inside button is left-aligned */\n    margin-left: 0 !important; /* Remove any unwanted margins */\n}\n\n/* Remove border from input fields */\n.um-form-field input, \n.um-form-field select, \n.um-form-field textarea {\n    border: none !important; /* Remove the border */\n    outline: none !important; /* Remove the focus outline */\n    background: #0C0C0C !important; /* Ensure background color is consistent */\n    color: #0C0C0C; /* Make text color white for readability */\n    padding: 10px; /* Add padding for better spacing */\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n    background: #2c2c2c; /* Slightly different background on focus */\n}\n', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:43:55', '2024-12-04 19:43:55', '', 120, 'https://Your domain.com/?p=160', 0, 'revision', '', 0),
(161, 1, '2024-12-04 19:45:27', '2024-12-04 19:45:27', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Force the button to align to the left */\\n.um-form .um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto !important; /* Ensure the button width adjusts to content */\\n    padding: 12px 24px; /* Adjust padding for a better button size */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: inline-block; /* Align to the left */\\n    margin-left: 0 !important; /* Ensure no left margin is applied */\\n}\\n\\n/* Force the button\'s container to behave like a left-aligned block */\\n.um-form .um-button-wrapper {\\n    text-align: left !important; /* Ensure text inside button is left-aligned */\\n    margin-left: 0 !important; /* Remove any unwanted margins */\\n}\\n\\n/* Remove border from input fields and set background color */\\n.um-form-field input, \\n.um-form-field select, \\n.um-form-field textarea {\\n    border: none !important; /* Remove the border */\\n    outline: none !important; /* Remove the focus outline */\\n    background: #0C0C0C !important; /* Set background color */\\n    color: #fff; /* Make text color white for readability */\\n    padding: 10px; /* Add padding for better spacing */\\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n    background: #2c2c2c; /* Slightly different background on focus */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:45:27\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0cce6687-3bf5-48de-8b0f-0a8549a2de55', '', '', '2024-12-04 19:45:27', '2024-12-04 19:45:27', '', 0, 'https://Your domain.com/2024/12/04/0cce6687-3bf5-48de-8b0f-0a8549a2de55/', 0, 'customize_changeset', '', 0),
(162, 1, '2024-12-04 19:45:27', '2024-12-04 19:45:27', '/* Force the button to align to the left */\n.um-form .um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto !important; /* Ensure the button width adjusts to content */\n    padding: 12px 24px; /* Adjust padding for a better button size */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: inline-block; /* Align to the left */\n    margin-left: 0 !important; /* Ensure no left margin is applied */\n}\n\n/* Force the button\'s container to behave like a left-aligned block */\n.um-form .um-button-wrapper {\n    text-align: left !important; /* Ensure text inside button is left-aligned */\n    margin-left: 0 !important; /* Remove any unwanted margins */\n}\n\n/* Remove border from input fields and set background color */\n.um-form-field input, \n.um-form-field select, \n.um-form-field textarea {\n    border: none !important; /* Remove the border */\n    outline: none !important; /* Remove the focus outline */\n    background: #0C0C0C !important; /* Set background color */\n    color: #fff; /* Make text color white for readability */\n    padding: 10px; /* Add padding for better spacing */\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n    background: #2c2c2c; /* Slightly different background on focus */\n}\n', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:45:27', '2024-12-04 19:45:27', '', 120, 'https://Your domain.com/?p=162', 0, 'revision', '', 0),
(163, 1, '2024-12-04 19:45:56', '2024-12-04 19:45:56', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Style for the Button */\\n.um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto;  /* Adjust width to fit the content */\\n    padding: 12px 24px; /* Adjust button padding */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: block; /* Makes the button block-level */\\n    margin-left: 0;  /* Aligns the button to the left */\\n    text-align: center;  /* Centers the text within the button */\\n}\\n\\n/* Style for Form Fields */\\n.um-form-field {\\n    background: #0C0C0C !important;\\n    border: 1px solid #0C0C0C;\\n    padding: 10px;\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    border-color: #A64D79; /* Border color on focus */\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:45:56\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '98fe13fb-08ff-4826-a962-924a6f9782ca', '', '', '2024-12-04 19:45:56', '2024-12-04 19:45:56', '', 0, 'https://Your domain.com/2024/12/04/98fe13fb-08ff-4826-a962-924a6f9782ca/', 0, 'customize_changeset', '', 0),
(164, 1, '2024-12-04 19:45:56', '2024-12-04 19:45:56', '/* Style for the Button */\n.um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto;  /* Adjust width to fit the content */\n    padding: 12px 24px; /* Adjust button padding */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: block; /* Makes the button block-level */\n    margin-left: 0;  /* Aligns the button to the left */\n    text-align: center;  /* Centers the text within the button */\n}\n\n/* Style for Form Fields */\n.um-form-field {\n    background: #0C0C0C !important;\n    border: 1px solid #0C0C0C;\n    padding: 10px;\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    border-color: #A64D79; /* Border color on focus */\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n}\n', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:45:56', '2024-12-04 19:45:56', '', 120, 'https://Your domain.com/?p=164', 0, 'revision', '', 0),
(165, 1, '2024-12-04 19:46:21', '2024-12-04 19:46:21', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Style for the Button */\\n.um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto;  /* Adjust width to fit the content */\\n    padding: 12px 24px; /* Adjust button padding */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: block; /* Makes the button block-level */\\n    margin-left: 0;  /* Aligns the button to the left */\\n    text-align: center;  /* Centers the text within the button */\\n}\\n\\n/* Style for Form Fields */\\n.um-form-field {\\n    background: #0C0C0C !important;\\n    border: 1px solid #0C0C0C;\\n    padding: 10px;\\n}\\n\\n/* Force the button\'s container to behave like a left-aligned block */\\n.um-form .um-button-wrapper {\\n    text-align: left !important; /* Ensure text inside button is left-aligned */\\n    margin-left: 0 !important; /* Remove any unwanted margins */\\n}\\n\\n/* Remove border from input fields and set background color */\\n.um-form-field input, \\n.um-form-field select, \\n.um-form-field textarea {\\n    border: none !important; /* Remove the border */\\n    outline: none !important; /* Remove the focus outline */\\n    background: #0C0C0C !important; /* Set background color */\\n    color: #fff; /* Make text color white for readability */\\n    padding: 10px; /* Add padding for better spacing */\\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n    background: #2c2c2c; /* Slightly different background on focus */\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:46:21\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c71f5294-ab57-450f-8711-faa975a7c031', '', '', '2024-12-04 19:46:21', '2024-12-04 19:46:21', '', 0, 'https://Your domain.com/2024/12/04/c71f5294-ab57-450f-8711-faa975a7c031/', 0, 'customize_changeset', '', 0),
(166, 1, '2024-12-04 19:46:21', '2024-12-04 19:46:21', '/* Style for the Button */\n.um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto;  /* Adjust width to fit the content */\n    padding: 12px 24px; /* Adjust button padding */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: block; /* Makes the button block-level */\n    margin-left: 0;  /* Aligns the button to the left */\n    text-align: center;  /* Centers the text within the button */\n}\n\n/* Style for Form Fields */\n.um-form-field {\n    background: #0C0C0C !important;\n    border: 1px solid #0C0C0C;\n    padding: 10px;\n}\n\n/* Force the button\'s container to behave like a left-aligned block */\n.um-form .um-button-wrapper {\n    text-align: left !important; /* Ensure text inside button is left-aligned */\n    margin-left: 0 !important; /* Remove any unwanted margins */\n}\n\n/* Remove border from input fields and set background color */\n.um-form-field input, \n.um-form-field select, \n.um-form-field textarea {\n    border: none !important; /* Remove the border */\n    outline: none !important; /* Remove the focus outline */\n    background: #0C0C0C !important; /* Set background color */\n    color: #fff; /* Make text color white for readability */\n    padding: 10px; /* Add padding for better spacing */\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n    background: #2c2c2c; /* Slightly different background on focus */\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:46:21', '2024-12-04 19:46:21', '', 120, 'https://Your domain.com/?p=166', 0, 'revision', '', 0),
(167, 1, '2024-12-04 19:46:39', '2024-12-04 19:46:39', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Style for the Button */\\n.um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto;  /* Adjust width to fit the content */\\n    padding: 12px 24px; /* Adjust button padding */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: block; /* Makes the button block-level */\\n    margin-left: 0;  /* Aligns the button to the left */\\n    text-align: center;  /* Centers the text within the button */\\n}\\n\\n/* Style for Form Fields */\\n.um-form-field {\\n    background: #0C0C0C !important;\\n    border: 1px solid #0C0C0C;\\n    padding: 10px;\\n}\\n\\n/* Remove border from input fields and set background color */\\n.um-form-field input, \\n.um-form-field select, \\n.um-form-field textarea {\\n    border: none !important; /* Remove the border */\\n    outline: none !important; /* Remove the focus outline */\\n    background: #0C0C0C !important; /* Set background color */\\n    color: #fff; /* Make text color white for readability */\\n    padding: 10px; /* Add padding for better spacing */\\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n    background: #2c2c2c; /* Slightly different background on focus */\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:46:39\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3bb9268e-73b6-4fc9-8243-0aa57a0262c1', '', '', '2024-12-04 19:46:39', '2024-12-04 19:46:39', '', 0, 'https://Your domain.com/?p=167', 0, 'customize_changeset', '', 0),
(168, 1, '2024-12-04 19:46:39', '2024-12-04 19:46:39', '/* Style for the Button */\n.um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto;  /* Adjust width to fit the content */\n    padding: 12px 24px; /* Adjust button padding */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: block; /* Makes the button block-level */\n    margin-left: 0;  /* Aligns the button to the left */\n    text-align: center;  /* Centers the text within the button */\n}\n\n/* Style for Form Fields */\n.um-form-field {\n    background: #0C0C0C !important;\n    border: 1px solid #0C0C0C;\n    padding: 10px;\n}\n\n/* Remove border from input fields and set background color */\n.um-form-field input, \n.um-form-field select, \n.um-form-field textarea {\n    border: none !important; /* Remove the border */\n    outline: none !important; /* Remove the focus outline */\n    background: #0C0C0C !important; /* Set background color */\n    color: #fff; /* Make text color white for readability */\n    padding: 10px; /* Add padding for better spacing */\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n    background: #2c2c2c; /* Slightly different background on focus */\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:46:39', '2024-12-04 19:46:39', '', 120, 'https://Your domain.com/?p=168', 0, 'revision', '', 0),
(169, 1, '2024-12-04 19:47:00', '2024-12-04 19:47:00', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:47:00', '2024-12-04 19:47:00', '', 98, 'https://Your domain.com/?p=169', 0, 'revision', '', 0),
(170, 1, '2024-12-04 19:47:00', '2024-12-04 19:47:00', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:47:00', '2024-12-04 19:47:00', '', 98, 'https://Your domain.com/?p=170', 0, 'revision', '', 0),
(171, 1, '2024-12-04 19:47:00', '2024-12-04 19:47:00', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:47:00', '2024-12-04 19:47:00', '', 98, 'https://Your domain.com/?p=171', 0, 'revision', '', 0),
(172, 1, '2024-12-04 19:47:19', '2024-12-04 19:47:19', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:47:19', '2024-12-04 19:47:19', '', 98, 'https://Your domain.com/?p=172', 0, 'revision', '', 0),
(173, 1, '2024-12-04 19:47:19', '2024-12-04 19:47:19', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:47:19', '2024-12-04 19:47:19', '', 98, 'https://Your domain.com/?p=173', 0, 'revision', '', 0),
(174, 1, '2024-12-04 19:47:19', '2024-12-04 19:47:19', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:47:19', '2024-12-04 19:47:19', '', 98, 'https://Your domain.com/?p=174', 0, 'revision', '', 0),
(175, 1, '2024-12-04 19:50:40', '2024-12-04 19:50:40', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:50:40', '2024-12-04 19:50:40', '', 98, 'https://Your domain.com/?p=175', 0, 'revision', '', 0),
(176, 1, '2024-12-04 19:50:40', '2024-12-04 19:50:40', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:50:40', '2024-12-04 19:50:40', '', 98, 'https://Your domain.com/?p=176', 0, 'revision', '', 0),
(177, 1, '2024-12-04 19:50:40', '2024-12-04 19:50:40', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:50:40', '2024-12-04 19:50:40', '', 98, 'https://Your domain.com/?p=177', 0, 'revision', '', 0),
(178, 1, '2024-12-04 19:52:01', '2024-12-04 19:52:01', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:52:01', '2024-12-04 19:52:01', '', 98, 'https://Your domain.com/?p=178', 0, 'revision', '', 0),
(179, 1, '2024-12-04 19:52:02', '2024-12-04 19:52:02', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:52:02', '2024-12-04 19:52:02', '', 98, 'https://Your domain.com/?p=179', 0, 'revision', '', 0),
(180, 1, '2024-12-04 19:52:02', '2024-12-04 19:52:02', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:52:02', '2024-12-04 19:52:02', '', 98, 'https://Your domain.com/?p=180', 0, 'revision', '', 0),
(181, 1, '2024-12-04 19:52:19', '2024-12-04 19:52:19', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:52:19', '2024-12-04 19:52:19', '', 98, 'https://Your domain.com/?p=181', 0, 'revision', '', 0),
(182, 1, '2024-12-04 19:52:19', '2024-12-04 19:52:19', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:52:19', '2024-12-04 19:52:19', '', 98, 'https://Your domain.com/?p=182', 0, 'revision', '', 0),
(183, 1, '2024-12-04 19:52:20', '2024-12-04 19:52:20', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:52:20', '2024-12-04 19:52:20', '', 98, 'https://Your domain.com/?p=183', 0, 'revision', '', 0),
(184, 1, '2024-12-04 19:53:02', '2024-12-04 19:53:02', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:53:02', '2024-12-04 19:53:02', '', 98, 'https://Your domain.com/?p=184', 0, 'revision', '', 0),
(185, 1, '2024-12-04 19:53:02', '2024-12-04 19:53:02', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:53:02', '2024-12-04 19:53:02', '', 98, 'https://Your domain.com/?p=185', 0, 'revision', '', 0),
(186, 1, '2024-12-04 19:53:02', '2024-12-04 19:53:02', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:53:02', '2024-12-04 19:53:02', '', 98, 'https://Your domain.com/?p=186', 0, 'revision', '', 0),
(187, 1, '2024-12-04 19:53:19', '2024-12-04 19:53:19', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:53:19', '2024-12-04 19:53:19', '', 98, 'https://Your domain.com/?p=187', 0, 'revision', '', 0),
(188, 1, '2024-12-04 19:53:19', '2024-12-04 19:53:19', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:53:19', '2024-12-04 19:53:19', '', 98, 'https://Your domain.com/?p=188', 0, 'revision', '', 0),
(189, 1, '2024-12-04 19:53:19', '2024-12-04 19:53:19', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:53:19', '2024-12-04 19:53:19', '', 98, 'https://Your domain.com/?p=189', 0, 'revision', '', 0),
(190, 1, '2024-12-04 19:53:45', '2024-12-04 19:53:45', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:53:45', '2024-12-04 19:53:45', '', 98, 'https://Your domain.com/?p=190', 0, 'revision', '', 0),
(191, 1, '2024-12-04 19:53:45', '2024-12-04 19:53:45', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:53:45', '2024-12-04 19:53:45', '', 98, 'https://Your domain.com/?p=191', 0, 'revision', '', 0),
(192, 1, '2024-12-04 19:53:45', '2024-12-04 19:53:45', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-04 19:53:45', '2024-12-04 19:53:45', '', 98, 'https://Your domain.com/?p=192', 0, 'revision', '', 0),
(193, 1, '2024-12-04 19:54:44', '2024-12-04 19:54:44', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Style for the Button */\\n.um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto;  /* Adjust width to fit the content */\\n    padding: 12px 24px; /* Adjust button padding */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: block; /* Makes the button block-level */\\n    margin-left: 0;  /* Aligns the button to the left */\\n    text-align: center;  /* Centers the text within the button */\\n}\\n\\n/* Style for Form Fields */\\n.um-form-field {\\n    background: #0C0C0C !important;\\n    border:none !important;\\n    padding: 10px;\\n}\\n\\n/* Remove border from input fields and set background color */\\n.um-form-field input, \\n.um-form-field select, \\n.um-form-field textarea {\\n    border: none !important; /* Remove the border */\\n    outline: none !important; /* Remove the focus outline */\\n    background: #0C0C0C !important; /* Set background color */\\n    color: #fff; /* Make text color white for readability */\\n    padding: 10px; /* Add padding for better spacing */\\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n    background: #2c2c2c; /* Slightly different background on focus */\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:54:44\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9a4e4887-52ca-41a2-9778-9ca015faf5b9', '', '', '2024-12-04 19:54:44', '2024-12-04 19:54:44', '', 0, 'https://Your domain.com/2024/12/04/9a4e4887-52ca-41a2-9778-9ca015faf5b9/', 0, 'customize_changeset', '', 0),
(194, 1, '2024-12-04 19:54:44', '2024-12-04 19:54:44', '/* Style for the Button */\n.um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto;  /* Adjust width to fit the content */\n    padding: 12px 24px; /* Adjust button padding */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: block; /* Makes the button block-level */\n    margin-left: 0;  /* Aligns the button to the left */\n    text-align: center;  /* Centers the text within the button */\n}\n\n/* Style for Form Fields */\n.um-form-field {\n    background: #0C0C0C !important;\n    border:none !important;\n    padding: 10px;\n}\n\n/* Remove border from input fields and set background color */\n.um-form-field input, \n.um-form-field select, \n.um-form-field textarea {\n    border: none !important; /* Remove the border */\n    outline: none !important; /* Remove the focus outline */\n    background: #0C0C0C !important; /* Set background color */\n    color: #fff; /* Make text color white for readability */\n    padding: 10px; /* Add padding for better spacing */\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n    background: #2c2c2c; /* Slightly different background on focus */\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:54:44', '2024-12-04 19:54:44', '', 120, 'https://Your domain.com/?p=194', 0, 'revision', '', 0),
(195, 1, '2024-12-04 19:55:22', '2024-12-04 19:55:22', '{\n    \"custom_css[oceanwp]\": {\n        \"value\": \"/* Style for the Button */\\n.um-button {\\n    background: #A64D79 !important;\\n    border-radius: 100px !important;\\n    width: auto;  /* Adjust width to fit the content */\\n    padding: 12px 24px; /* Adjust button padding */\\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\\n    display: block; /* Makes the button block-level */\\n    margin-left: 0;  /* Aligns the button to the left */\\n    text-align: center;  /* Centers the text within the button */\\n}\\n\\n/* Style for Form Fields */\\n.um-form-field {\\n    background: #0C0C0C !important;\\n    border:none !important;\\n    padding: 10px;\\n}\\n\\n/* Remove border from input fields and set background color */\\n.um-form-field input, \\n.um-form-field select, \\n.um-form-field textarea {\\n    border: #0C0C0C !important; /* Remove the border */\\n    outline: #0C0C0C !important; /* Remove the focus outline */\\n    background: #0C0C0C !important; /* Set background color */\\n    color: #fff; /* Make text color white for readability */\\n    padding: 10px; /* Add padding for better spacing */\\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\\n}\\n\\n/* Optional: Style for Focused Inputs */\\n.um-form-field input:focus, \\n.um-form-field select:focus, \\n.um-form-field textarea:focus {\\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\\n    background: #2c2c2c; /* Slightly different background on focus */\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-04 19:55:22\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1ed4ba49-9566-4ef5-9cad-b04e717de418', '', '', '2024-12-04 19:55:22', '2024-12-04 19:55:22', '', 0, 'https://Your domain.com/2024/12/04/1ed4ba49-9566-4ef5-9cad-b04e717de418/', 0, 'customize_changeset', '', 0),
(196, 1, '2024-12-04 19:55:22', '2024-12-04 19:55:22', '/* Style for the Button */\n.um-button {\n    background: #A64D79 !important;\n    border-radius: 100px !important;\n    width: auto;  /* Adjust width to fit the content */\n    padding: 12px 24px; /* Adjust button padding */\n    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.57);\n    display: block; /* Makes the button block-level */\n    margin-left: 0;  /* Aligns the button to the left */\n    text-align: center;  /* Centers the text within the button */\n}\n\n/* Style for Form Fields */\n.um-form-field {\n    background: #0C0C0C !important;\n    border:none !important;\n    padding: 10px;\n}\n\n/* Remove border from input fields and set background color */\n.um-form-field input, \n.um-form-field select, \n.um-form-field textarea {\n    border: #0C0C0C !important; /* Remove the border */\n    outline: #0C0C0C !important; /* Remove the focus outline */\n    background: #0C0C0C !important; /* Set background color */\n    color: #fff; /* Make text color white for readability */\n    padding: 10px; /* Add padding for better spacing */\n    border-radius: 5px; /* Optional: Slight rounded corners for input fields */\n}\n\n/* Optional: Style for Focused Inputs */\n.um-form-field input:focus, \n.um-form-field select:focus, \n.um-form-field textarea:focus {\n    box-shadow: 0 0 8px rgba(166, 77, 121, 0.5); /* Glow effect on focus */\n    background: #2c2c2c; /* Slightly different background on focus */\n}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-04 19:55:22', '2024-12-04 19:55:22', '', 120, 'https://Your domain.com/?p=196', 0, 'revision', '', 0),
(197, 1, '2024-12-05 15:39:01', '2024-12-05 15:39:01', '[ultimatemember form_id=\"7\"]', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:39:01', '2024-12-05 15:39:01', '', 99, 'https://Your domain.com/?p=197', 0, 'revision', '', 0),
(199, 1, '2024-12-05 15:41:47', '2024-12-05 15:41:47', '[ultimatemember form_id=\"7\"]', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:41:47', '2024-12-05 15:41:47', '', 99, 'https://Your domain.com/?p=199', 0, 'revision', '', 0),
(200, 1, '2024-12-05 15:41:47', '2024-12-05 15:41:47', '[ultimatemember form_id=\"7\"]', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:41:47', '2024-12-05 15:41:47', '', 99, 'https://Your domain.com/?p=200', 0, 'revision', '', 0),
(201, 1, '2024-12-05 15:41:47', '2024-12-05 15:41:47', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:41:47', '2024-12-05 15:41:47', '', 99, 'https://Your domain.com/?p=201', 0, 'revision', '', 0),
(202, 1, '2024-12-05 15:42:01', '2024-12-05 15:42:01', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:42:01', '2024-12-05 15:42:01', '', 99, 'https://Your domain.com/?p=202', 0, 'revision', '', 0),
(203, 1, '2024-12-05 15:42:01', '2024-12-05 15:42:01', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:42:01', '2024-12-05 15:42:01', '', 99, 'https://Your domain.com/?p=203', 0, 'revision', '', 0),
(204, 1, '2024-12-05 15:42:01', '2024-12-05 15:42:01', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:42:01', '2024-12-05 15:42:01', '', 99, 'https://Your domain.com/?p=204', 0, 'revision', '', 0),
(205, 1, '2024-12-05 15:45:07', '2024-12-05 15:45:07', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:45:07', '2024-12-05 15:45:07', '', 99, 'https://Your domain.com/?p=205', 0, 'revision', '', 0),
(206, 1, '2024-12-05 15:45:07', '2024-12-05 15:45:07', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:45:07', '2024-12-05 15:45:07', '', 99, 'https://Your domain.com/?p=206', 0, 'revision', '', 0),
(207, 1, '2024-12-05 15:45:07', '2024-12-05 15:45:07', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:45:07', '2024-12-05 15:45:07', '', 99, 'https://Your domain.com/?p=207', 0, 'revision', '', 0),
(208, 1, '2024-12-05 15:45:23', '2024-12-05 15:45:23', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-05 15:45:23', '2024-12-05 15:45:23', '', 98, 'https://Your domain.com/?p=208', 0, 'revision', '', 0),
(209, 1, '2024-12-05 15:45:23', '2024-12-05 15:45:23', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <strong>Sign Up</strong> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-05 15:45:23', '2024-12-05 15:45:23', '', 98, 'https://Your domain.com/?p=209', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(210, 1, '2024-12-05 15:45:23', '2024-12-05 15:45:23', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <a href=\"https://Your domain.com/register/\"><strong>Sign Up</strong></a> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-05 15:45:23', '2024-12-05 15:45:23', '', 98, 'https://Your domain.com/?p=210', 0, 'revision', '', 0),
(212, 1, '2024-12-05 15:46:35', '2024-12-05 15:46:35', '{\n    \"oceanwp::ocean_links_color\": {\n        \"value\": \"#878787\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-12-05 15:46:35\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9e5f79f7-5c27-4b1c-bdb3-845982edf96f', '', '', '2024-12-05 15:46:35', '2024-12-05 15:46:35', '', 0, 'https://Your domain.com/2024/12/05/9e5f79f7-5c27-4b1c-bdb3-845982edf96f/', 0, 'customize_changeset', '', 0),
(213, 1, '2024-12-05 15:47:17', '2024-12-05 15:47:17', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:47:17', '2024-12-05 15:47:17', '', 99, 'https://Your domain.com/?p=213', 0, 'revision', '', 0),
(214, 1, '2024-12-05 15:47:17', '2024-12-05 15:47:17', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:47:17', '2024-12-05 15:47:17', '', 99, 'https://Your domain.com/?p=214', 0, 'revision', '', 0),
(215, 1, '2024-12-05 15:47:17', '2024-12-05 15:47:17', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:47:17', '2024-12-05 15:47:17', '', 99, 'https://Your domain.com/?p=215', 0, 'revision', '', 0),
(216, 1, '2024-12-05 15:47:29', '2024-12-05 15:47:29', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <a href=\"https://Your domain.com/register/\"><strong>Sign Up</strong></a> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-05 15:47:29', '2024-12-05 15:47:29', '', 98, 'https://Your domain.com/?p=216', 0, 'revision', '', 0),
(217, 1, '2024-12-05 15:47:29', '2024-12-05 15:47:29', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <a href=\"https://Your domain.com/register/\"><strong>Sign Up</strong></a> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-05 15:47:29', '2024-12-05 15:47:29', '', 98, 'https://Your domain.com/?p=217', 0, 'revision', '', 0),
(218, 1, '2024-12-05 15:47:29', '2024-12-05 15:47:29', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <a href=\"https://Your domain.com/register/\"><strong>Sign Up</strong></a> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-05 15:47:29', '2024-12-05 15:47:29', '', 98, 'https://Your domain.com/?p=218', 0, 'revision', '', 0),
(219, 1, '2024-12-05 15:51:50', '2024-12-05 15:51:50', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:51:50', '2024-12-05 15:51:50', '', 99, 'https://Your domain.com/?p=219', 0, 'revision', '', 0),
(220, 1, '2024-12-05 15:51:50', '2024-12-05 15:51:50', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:51:50', '2024-12-05 15:51:50', '', 99, 'https://Your domain.com/?p=220', 0, 'revision', '', 0),
(221, 1, '2024-12-05 15:51:50', '2024-12-05 15:51:50', '<h2>Join the Adventure!</h2>		\n		<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:51:50', '2024-12-05 15:51:50', '', 99, 'https://Your domain.com/?p=221', 0, 'revision', '', 0),
(222, 1, '2024-12-05 15:51:57', '2024-12-05 15:51:57', '<h2>Join the Adventure!</h2>		\n		<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:51:57', '2024-12-05 15:51:57', '', 99, 'https://Your domain.com/?p=222', 0, 'revision', '', 0),
(223, 1, '2024-12-05 15:51:57', '2024-12-05 15:51:57', '<h2>Join the Adventure!</h2>		\n		<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:51:57', '2024-12-05 15:51:57', '', 99, 'https://Your domain.com/?p=223', 0, 'revision', '', 0),
(224, 1, '2024-12-05 15:51:57', '2024-12-05 15:51:57', '<h2>Join the Adventure!</h2>		\n		<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:51:57', '2024-12-05 15:51:57', '', 99, 'https://Your domain.com/?p=224', 0, 'revision', '', 0),
(225, 1, '2024-12-05 15:52:38', '2024-12-05 15:52:38', '<h2>Join the Adventure!</h2>		\n		<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:52:38', '2024-12-05 15:52:38', '', 99, 'https://Your domain.com/?p=225', 0, 'revision', '', 0),
(226, 1, '2024-12-05 15:52:38', '2024-12-05 15:52:38', '<h2>Join the Adventure!</h2>		\n		<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:52:38', '2024-12-05 15:52:38', '', 99, 'https://Your domain.com/?p=226', 0, 'revision', '', 0),
(227, 1, '2024-12-05 15:52:38', '2024-12-05 15:52:38', '<h2>Join the Adventure!</h2>		\n		<p>Create your account and unlock endless gaming fun! Earn points, win rewards, and become a top player in our community.</p>		\n			<h2>Sign Up</h2>		\n		[ultimatemember form_id=\"7\"]<p>Already have an account? <a href=\"https://Your domain.com/login\"><strong>Sign In</strong></a> to continue your journey!</p>', 'Register', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-12-05 15:52:38', '2024-12-05 15:52:38', '', 99, 'https://Your domain.com/?p=227', 0, 'revision', '', 0),
(228, 1, '2024-12-05 15:52:50', '2024-12-05 15:52:50', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <a href=\"https://Your domain.com/register/\"><strong>Sign Up</strong></a> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-05 15:52:50', '2024-12-05 15:52:50', '', 98, 'https://Your domain.com/?p=228', 0, 'revision', '', 0),
(229, 1, '2024-12-05 15:52:50', '2024-12-05 15:52:50', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <a href=\"https://Your domain.com/register/\"><strong>Sign Up</strong></a> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-05 15:52:50', '2024-12-05 15:52:50', '', 98, 'https://Your domain.com/?p=229', 0, 'revision', '', 0),
(230, 1, '2024-12-05 15:52:50', '2024-12-05 15:52:50', '<h2>Welcome Back, Gamer!</h2>		\n		<p>Log in to your account and jump back into the action</p>		\n			<h2>Sign In</h2>		\n		[ultimatemember form_id=\"8\"]<p>Don’t have an account yet? <a href=\"https://Your domain.com/register/\"><strong>Sign Up</strong></a> Now to start earning points and rewards!</p>', 'Login', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2024-12-05 15:52:50', '2024-12-05 15:52:50', '', 98, 'https://Your domain.com/?p=230', 0, 'revision', '', 0),
(231, 1, '2024-12-05 15:55:20', '2024-12-05 15:55:20', '[ultimatemember_password]', 'Password Reset', '', 'inherit', 'closed', 'closed', '', '101-revision-v1', '', '', '2024-12-05 15:55:20', '2024-12-05 15:55:20', '', 101, 'https://Your domain.com/?p=231', 0, 'revision', '', 0),
(233, 1, '2024-12-05 15:56:48', '2024-12-05 15:56:48', '[ultimatemember_password]', 'Password Reset', '', 'inherit', 'closed', 'closed', '', '101-revision-v1', '', '', '2024-12-05 15:56:48', '2024-12-05 15:56:48', '', 101, 'https://Your domain.com/?p=233', 0, 'revision', '', 0),
(234, 1, '2024-12-05 15:56:48', '2024-12-05 15:56:48', '[ultimatemember_password]', 'Password Reset', '', 'inherit', 'closed', 'closed', '', '101-revision-v1', '', '', '2024-12-05 15:56:48', '2024-12-05 15:56:48', '', 101, 'https://Your domain.com/?p=234', 0, 'revision', '', 0),
(235, 1, '2024-12-05 15:56:48', '2024-12-05 15:56:48', '[ultimatemember_password]', 'Password Reset', '', 'inherit', 'closed', 'closed', '', '101-revision-v1', '', '', '2024-12-05 15:56:48', '2024-12-05 15:56:48', '', 101, 'https://Your domain.com/?p=235', 0, 'revision', '', 0),
(236, 1, '2024-12-05 15:58:46', '2024-12-05 15:58:46', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'publish', 'closed', 'closed', '', 'game-library', '', '', '2024-12-23 15:18:24', '2024-12-23 15:18:24', '', 0, 'https://Your domain.com/?page_id=236', 0, 'page', '', 0),
(237, 1, '2024-12-05 15:58:46', '2024-12-05 15:58:46', '', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-05 15:58:46', '2024-12-05 15:58:46', '', 236, 'https://Your domain.com/?p=237', 0, 'revision', '', 0),
(238, 1, '2024-12-25 09:46:41', '2024-12-05 15:59:04', ' ', '', '', 'publish', 'closed', 'closed', '', '238', '', '', '2024-12-25 09:46:41', '2024-12-25 09:46:41', '', 0, 'https://Your domain.com/?p=238', 2, 'nav_menu_item', '', 0),
(240, 1, '2024-12-05 16:03:01', '2024-12-05 16:03:01', '', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-05 16:03:01', '2024-12-05 16:03:01', '', 236, 'https://Your domain.com/?p=240', 0, 'revision', '', 0),
(241, 1, '2024-12-05 16:03:01', '2024-12-05 16:03:01', '', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-05 16:03:01', '2024-12-05 16:03:01', '', 236, 'https://Your domain.com/?p=241', 0, 'revision', '', 0),
(242, 1, '2024-12-05 16:03:01', '2024-12-05 16:03:01', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-05 16:03:01', '2024-12-05 16:03:01', '', 236, 'https://Your domain.com/?p=242', 0, 'revision', '', 0),
(243, 1, '2024-12-05 17:35:11', '2024-12-05 17:35:11', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-05 17:35:11', '2024-12-05 17:35:11', '', 18, 'https://Your domain.com/?p=243', 0, 'revision', '', 0),
(244, 1, '2024-12-05 17:35:12', '2024-12-05 17:35:12', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-05 17:35:12', '2024-12-05 17:35:12', '', 18, 'https://Your domain.com/?p=244', 0, 'revision', '', 0),
(245, 1, '2024-12-05 17:35:12', '2024-12-05 17:35:12', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-05 17:35:12', '2024-12-05 17:35:12', '', 18, 'https://Your domain.com/?p=245', 0, 'revision', '', 0),
(246, 1, '2024-12-05 17:36:15', '2024-12-05 17:36:15', '', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-05 17:36:15', '2024-12-05 17:36:15', '', 16, 'https://Your domain.com/?p=246', 0, 'revision', '', 0),
(247, 1, '2024-12-05 17:36:15', '2024-12-05 17:36:15', '', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-05 17:36:15', '2024-12-05 17:36:15', '', 16, 'https://Your domain.com/?p=247', 0, 'revision', '', 0),
(248, 1, '2024-12-05 17:36:15', '2024-12-05 17:36:15', '<h2>Wallet</h2>		\n		<p>Withdraw, Mange, Track Your Points</p>		\n			<h2>Top Earners</h2>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-05 17:36:15', '2024-12-05 17:36:15', '', 16, 'https://Your domain.com/?p=248', 0, 'revision', '', 0),
(249, 1, '2024-12-05 17:40:32', '2024-12-05 17:40:32', '<h2>Wallet</h2>		\n		<p>Withdraw, Mange, Track Your Points</p>		\n			<h2>Top Earners</h2>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-05 17:40:32', '2024-12-05 17:40:32', '', 16, 'https://Your domain.com/?p=249', 0, 'revision', '', 0),
(250, 1, '2024-12-05 17:40:32', '2024-12-05 17:40:32', '<h2>Wallet</h2>		\n		<p>Withdraw, Mange, Track Your Points</p>		\n			<h2>Top Earners</h2>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-05 17:40:32', '2024-12-05 17:40:32', '', 16, 'https://Your domain.com/?p=250', 0, 'revision', '', 0),
(251, 1, '2024-12-05 17:40:32', '2024-12-05 17:40:32', '<h2>Wallet</h2>		\n		<p>Withdraw, Mange, Track Your Points</p>		\n			<h2>Balance:</h2>		\n			<h1>$100</h1>		\n					<a href=\"#\">\n									Withdraw\n					</a>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-05 17:40:32', '2024-12-05 17:40:32', '', 16, 'https://Your domain.com/?p=251', 0, 'revision', '', 0),
(252, 1, '2024-12-05 18:12:18', '2024-12-05 18:12:18', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-05 18:12:18', '2024-12-05 18:12:18', '', 14, 'https://Your domain.com/?p=252', 0, 'revision', '', 0),
(253, 1, '2024-12-05 18:12:18', '2024-12-05 18:12:18', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-05 18:12:18', '2024-12-05 18:12:18', '', 14, 'https://Your domain.com/?p=253', 0, 'revision', '', 0),
(254, 1, '2024-12-05 18:12:18', '2024-12-05 18:12:18', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-05 18:12:18', '2024-12-05 18:12:18', '', 14, 'https://Your domain.com/?p=254', 0, 'revision', '', 0),
(256, 1, '2024-12-05 18:59:58', '2024-12-05 18:59:58', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-05 18:59:58', '2024-12-05 18:59:58', '', 30, 'https://Your domain.com/?p=256', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(258, 1, '2024-12-09 04:56:48', '2024-12-09 04:56:48', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-09 04:56:48', '2024-12-09 04:56:48', '', 30, 'https://Your domain.com/?p=258', 0, 'revision', '', 0),
(259, 1, '2024-12-09 05:11:53', '2024-12-09 05:11:53', '<!-- wp:paragraph -->\n<p>Play online <strong>Blazing Blades</strong> and set the stage on fire with the blaze of your blades! Test your skills and see how many boards you can smash without missing a single one. Ready for the challenge?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Blazing Blades', '', 'publish', 'open', 'open', '', 'pumpkin-smasher', '', '', '2024-12-13 10:03:37', '2024-12-13 10:03:37', '', 0, 'https://Your domain.com/?p=259', 0, 'post', '', 0),
(260, 1, '2024-12-09 05:03:09', '2024-12-09 05:03:09', '', 'pumpkin smasher', '', 'inherit', 'open', 'closed', '', 'pumpkin-smasher', '', '', '2024-12-09 05:03:09', '2024-12-09 05:03:09', '', 259, 'https://Your domain.com/wp-content/uploads/2024/12/pumpkin-smasher.jpg', 0, 'attachment', 'image/jpeg', 0),
(261, 1, '2024-12-09 05:06:09', '2024-12-09 05:06:09', '', 'blazing blades', '', 'inherit', 'open', 'closed', '', 'blazing-blades', '', '', '2024-12-09 05:06:09', '2024-12-09 05:06:09', '', 259, 'https://Your domain.com/wp-content/uploads/2024/12/blazing-blades.jpg', 0, 'attachment', 'image/jpeg', 0),
(262, 1, '2024-12-09 05:11:53', '2024-12-09 05:11:53', '<!-- wp:paragraph -->\n<p>Play online <strong>Blazing Blades</strong> and set the stage on fire with the blaze of your blades! Test your skills and see how many boards you can smash without missing a single one. Ready for the challenge?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Pumpkin Smasher', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2024-12-09 05:11:53', '2024-12-09 05:11:53', '', 259, 'https://Your domain.com/?p=262', 0, 'revision', '', 0),
(263, 1, '2024-12-09 05:14:27', '2024-12-09 05:14:27', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>', 'Elementor Single Page #263', '', 'trash', 'closed', 'closed', '', 'elementor-single-page-263__trashed', '', '', '2024-12-09 09:55:16', '2024-12-09 09:55:16', '', 0, 'https://Your domain.com/?post_type=elementor_library&#038;p=263', 0, 'elementor_library', '', 0),
(264, 1, '2024-12-09 05:12:13', '2024-12-09 05:12:13', '', 'Elementor Single Page #263', '', 'inherit', 'closed', 'closed', '', '263-revision-v1', '', '', '2024-12-09 05:12:13', '2024-12-09 05:12:13', '', 263, 'https://Your domain.com/?p=264', 0, 'revision', '', 0),
(266, 1, '2024-12-09 05:15:24', '2024-12-09 05:15:24', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Elementor Single Page #263', '', 'inherit', 'closed', 'closed', '', '263-revision-v1', '', '', '2024-12-09 05:15:24', '2024-12-09 05:15:24', '', 263, 'https://Your domain.com/?p=266', 0, 'revision', '', 0),
(267, 1, '2024-12-09 05:15:24', '2024-12-09 05:15:24', '<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Elementor Single Page #263', '', 'inherit', 'closed', 'closed', '', '263-revision-v1', '', '', '2024-12-09 05:15:24', '2024-12-09 05:15:24', '', 263, 'https://Your domain.com/?p=267', 0, 'revision', '', 0),
(268, 1, '2024-12-09 05:17:19', '2024-12-09 05:17:19', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>', 'Elementor Single Page #263', '', 'inherit', 'closed', 'closed', '', '263-revision-v1', '', '', '2024-12-09 05:17:19', '2024-12-09 05:17:19', '', 263, 'https://Your domain.com/?p=268', 0, 'revision', '', 0),
(270, 1, '2024-12-09 09:18:38', '2024-12-09 09:18:38', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>', 'Elementor Single Page #263', '', 'inherit', 'closed', 'closed', '', '263-revision-v1', '', '', '2024-12-09 09:18:38', '2024-12-09 09:18:38', '', 263, 'https://Your domain.com/?p=270', 0, 'revision', '', 0),
(271, 1, '2024-12-09 09:46:38', '2024-12-09 09:46:38', '<p>Click on \"Play Game\" Button Below To Start Game</p>		\n					<h2>Reward </h2>				\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n					<h2>How To Earn ?</h2>				\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<h2>Game Details</h2>				\n					<h3>Game Title :</h3>				\n					<h3>Category : </h3>				\n					<h3>Popularity :</h3>				\n					<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'publish', 'closed', 'closed', '', 'elementor-single-post-271', '', '', '2024-12-23 12:15:10', '2024-12-23 12:15:10', '', 0, 'https://Your domain.com/?post_type=elementor_library&#038;p=271', 0, 'elementor_library', '', 0),
(272, 1, '2024-12-09 09:46:08', '2024-12-09 09:46:08', '', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 09:46:08', '2024-12-09 09:46:08', '', 271, 'https://Your domain.com/?p=272', 0, 'revision', '', 0),
(273, 1, '2024-12-09 09:46:22', '2024-12-09 09:46:22', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Chess Grandmaster</h3>		\n			<h3>Category : </h3>		\n			<h3>Logic &amp; Puzzle</h3>		\n			<h3>Popularity :</h3>		\n			<h3>2,00,000</h3>		\n			<h2>Description</h2>', 'Elementor Single Page #263', '', 'inherit', 'closed', 'closed', '', '263-autosave-v1', '', '', '2024-12-09 09:46:22', '2024-12-09 09:46:22', '', 263, 'https://Your domain.com/?p=273', 0, 'revision', '', 0),
(274, 1, '2024-12-09 09:47:01', '2024-12-09 09:47:01', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Chess Grandmaster</h3>		\n			<h3>Category : </h3>		\n			<h3>Logic &amp; Puzzle</h3>		\n			<h3>Popularity :</h3>		\n			<h3>2,00,000</h3>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 09:47:01', '2024-12-09 09:47:01', '', 271, 'https://Your domain.com/?p=274', 0, 'revision', '', 0),
(275, 1, '2024-12-09 09:47:01', '2024-12-09 09:47:01', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Chess Grandmaster</h3>		\n			<h3>Category : </h3>		\n			<h3>Logic &amp; Puzzle</h3>		\n			<h3>Popularity :</h3>		\n			<h3>2,00,000</h3>		\n			<h2>Description</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 09:47:01', '2024-12-09 09:47:01', '', 271, 'https://Your domain.com/?p=275', 0, 'revision', '', 0),
(276, 1, '2024-12-09 09:54:58', '2024-12-09 09:54:58', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Chess Grandmaster</h3>		\n			<h3>Category : </h3>		\n			<h3>Logic &amp; Puzzle</h3>		\n			<h3>Popularity :</h3>		\n			<h3>2,00,000</h3>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 09:54:58', '2024-12-09 09:54:58', '', 271, 'https://Your domain.com/?p=276', 0, 'revision', '', 0),
(278, 1, '2024-12-09 10:00:11', '2024-12-09 10:00:11', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1', '', '', '2024-12-09 12:04:54', '2024-12-09 12:04:54', '', 259, 'https://Your domain.com/wp-content/uploads/2024/12/game-1.png', 0, 'attachment', 'image/png', 0),
(279, 1, '2024-12-09 10:00:14', '2024-12-09 10:00:14', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2', '', '', '2024-12-09 12:04:54', '2024-12-09 12:04:54', '', 259, 'https://Your domain.com/wp-content/uploads/2024/12/game-2.png', 0, 'attachment', 'image/png', 0),
(280, 1, '2024-12-09 10:01:25', '2024-12-09 10:01:25', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-2', '', '', '2024-12-09 10:01:25', '2024-12-09 10:01:25', '', 0, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-1.png', 0, 'attachment', 'image/png', 0),
(281, 1, '2024-12-09 10:01:27', '2024-12-09 10:01:27', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3', '', '', '2024-12-09 12:04:54', '2024-12-09 12:04:54', '', 259, 'https://Your domain.com/wp-content/uploads/2024/12/game-3.png', 0, 'attachment', 'image/png', 0),
(282, 1, '2024-12-09 10:07:59', '2024-12-09 10:07:59', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Chess Grandmaster</h3>		\n			<h3>Category : </h3>		\n			<h3>Logic &amp; Puzzle</h3>		\n			<h3>Popularity :</h3>		\n			<h3>2,00,000</h3>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a7b9faa\" data-elementor-lightbox-title=\"game-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvd2ViY3Jvd2QuY28uaW5cL29ubGluZWdhbWluZ3YyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMlwvZ2FtZS0zLnBuZyIsInNsaWRlc2hvdyI6ImE3YjlmYWEifQ%3D%3D\" href=\'https://Your domain.com/wp-content/uploads/2024/12/game-3.png\'><img width=\"720\" height=\"1280\" src=\"https://Your domain.com/wp-content/uploads/2024/12/game-3.png\" alt=\"\" decoding=\"async\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/game-3.png 720w, https://Your domain.com/wp-content/uploads/2024/12/game-3-169x300.png 169w, https://Your domain.com/wp-content/uploads/2024/12/game-3-576x1024.png 576w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a7b9faa\" data-elementor-lightbox-title=\"game-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc5LCJ1cmwiOiJodHRwczpcL1wvd2ViY3Jvd2QuY28uaW5cL29ubGluZWdhbWluZ3YyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMlwvZ2FtZS0yLnBuZyIsInNsaWRlc2hvdyI6ImE3YjlmYWEifQ%3D%3D\" href=\'https://Your domain.com/wp-content/uploads/2024/12/game-2.png\'><img width=\"720\" height=\"1280\" src=\"https://Your domain.com/wp-content/uploads/2024/12/game-2.png\" alt=\"\" decoding=\"async\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/game-2.png 720w, https://Your domain.com/wp-content/uploads/2024/12/game-2-169x300.png 169w, https://Your domain.com/wp-content/uploads/2024/12/game-2-576x1024.png 576w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a7b9faa\" data-elementor-lightbox-title=\"game-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc4LCJ1cmwiOiJodHRwczpcL1wvd2ViY3Jvd2QuY28uaW5cL29ubGluZWdhbWluZ3YyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMlwvZ2FtZS0xLnBuZyIsInNsaWRlc2hvdyI6ImE3YjlmYWEifQ%3D%3D\" href=\'https://Your domain.com/wp-content/uploads/2024/12/game-1.png\'><img width=\"720\" height=\"1280\" src=\"https://Your domain.com/wp-content/uploads/2024/12/game-1.png\" alt=\"\" decoding=\"async\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/game-1.png 720w, https://Your domain.com/wp-content/uploads/2024/12/game-1-169x300.png 169w, https://Your domain.com/wp-content/uploads/2024/12/game-1-576x1024.png 576w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></a>\n			</figure>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 10:07:59', '2024-12-09 10:07:59', '', 271, 'https://Your domain.com/?p=282', 0, 'revision', '', 0),
(284, 1, '2024-12-09 10:21:27', '2024-12-09 10:21:27', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Chess Grandmaster</h3>		\n			<h3>Category : </h3>		\n			<h3>Logic &amp; Puzzle</h3>		\n			<h3>Popularity :</h3>		\n			<h3>2,00,000</h3>		\n			<h2>Game Screenshots</h2>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a7b9faa\" data-elementor-lightbox-title=\"game-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvd2ViY3Jvd2QuY28uaW5cL29ubGluZWdhbWluZ3YyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMlwvZ2FtZS0zLnBuZyIsInNsaWRlc2hvdyI6ImE3YjlmYWEifQ%3D%3D\" href=\'https://Your domain.com/wp-content/uploads/2024/12/game-3.png\'><img width=\"720\" height=\"1280\" src=\"https://Your domain.com/wp-content/uploads/2024/12/game-3.png\" alt=\"\" decoding=\"async\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/game-3.png 720w, https://Your domain.com/wp-content/uploads/2024/12/game-3-169x300.png 169w, https://Your domain.com/wp-content/uploads/2024/12/game-3-576x1024.png 576w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a7b9faa\" data-elementor-lightbox-title=\"game-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc5LCJ1cmwiOiJodHRwczpcL1wvd2ViY3Jvd2QuY28uaW5cL29ubGluZWdhbWluZ3YyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMlwvZ2FtZS0yLnBuZyIsInNsaWRlc2hvdyI6ImE3YjlmYWEifQ%3D%3D\" href=\'https://Your domain.com/wp-content/uploads/2024/12/game-2.png\'><img width=\"720\" height=\"1280\" src=\"https://Your domain.com/wp-content/uploads/2024/12/game-2.png\" alt=\"\" decoding=\"async\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/game-2.png 720w, https://Your domain.com/wp-content/uploads/2024/12/game-2-169x300.png 169w, https://Your domain.com/wp-content/uploads/2024/12/game-2-576x1024.png 576w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a7b9faa\" data-elementor-lightbox-title=\"game-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc4LCJ1cmwiOiJodHRwczpcL1wvd2ViY3Jvd2QuY28uaW5cL29ubGluZWdhbWluZ3YyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMlwvZ2FtZS0xLnBuZyIsInNsaWRlc2hvdyI6ImE3YjlmYWEifQ%3D%3D\" href=\'https://Your domain.com/wp-content/uploads/2024/12/game-1.png\'><img width=\"720\" height=\"1280\" src=\"https://Your domain.com/wp-content/uploads/2024/12/game-1.png\" alt=\"\" decoding=\"async\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/game-1.png 720w, https://Your domain.com/wp-content/uploads/2024/12/game-1-169x300.png 169w, https://Your domain.com/wp-content/uploads/2024/12/game-1-576x1024.png 576w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></a>\n			</figure>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 10:21:27', '2024-12-09 10:21:27', '', 271, 'https://Your domain.com/?p=284', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(285, 1, '2024-12-09 10:25:47', '2024-12-09 10:25:47', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-09 10:25:47', '2024-12-09 10:25:47', '', 30, 'https://Your domain.com/?p=285', 0, 'revision', '', 0),
(287, 1, '2024-12-09 10:28:00', '2024-12-09 10:28:00', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-09 10:28:00', '2024-12-09 10:28:00', '', 30, 'https://Your domain.com/?p=287', 0, 'revision', '', 0),
(289, 1, '2024-12-09 10:41:31', '2024-12-09 10:41:31', '', 'Welcome', '', 'publish', 'closed', 'closed', '', 'welcome', '', '', '2024-12-09 10:41:31', '2024-12-09 10:41:31', '', 0, 'https://Your domain.com/?p=289', 1, 'nav_menu_item', '', 0),
(290, 1, '2024-12-09 10:41:31', '2024-12-09 10:41:31', ' ', '', '', 'publish', 'closed', 'closed', '', '290', '', '', '2024-12-09 10:41:31', '2024-12-09 10:41:31', '', 0, 'https://Your domain.com/?p=290', 4, 'nav_menu_item', '', 0),
(291, 1, '2024-12-09 10:41:31', '2024-12-09 10:41:31', ' ', '', '', 'publish', 'closed', 'closed', '', '291', '', '', '2024-12-09 10:41:31', '2024-12-09 10:41:31', '', 0, 'https://Your domain.com/?p=291', 3, 'nav_menu_item', '', 0),
(292, 1, '2024-12-09 10:41:31', '2024-12-09 10:41:31', ' ', '', '', 'publish', 'closed', 'closed', '', '292', '', '', '2024-12-09 10:41:31', '2024-12-09 10:41:31', '', 0, 'https://Your domain.com/?p=292', 2, 'nav_menu_item', '', 0),
(293, 1, '2024-12-09 10:41:38', '2024-12-09 10:41:38', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-09 10:41:38', '2024-12-09 10:41:38', '', 30, 'https://Your domain.com/?p=293', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(294, 1, '2024-12-09 10:45:37', '2024-12-09 10:45:37', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>				\n									<h3>\n							Yogesh Neware						\n					</h3>\n									<p>\n						Logout					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-09 10:45:37', '2024-12-09 10:45:37', '', 30, 'https://Your domain.com/?p=294', 0, 'revision', '', 0),
(296, 1, '2024-12-25 09:46:41', '2024-12-09 10:56:30', ' ', '', '', 'publish', 'closed', 'closed', '', '296', '', '', '2024-12-25 09:46:41', '2024-12-25 09:46:41', '', 0, 'https://Your domain.com/?p=296', 8, 'nav_menu_item', '', 0),
(297, 1, '2024-12-09 10:56:46', '2024-12-09 10:56:46', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n			<h2>Welcome</h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n			<h2>Welcome</h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-09 10:56:46', '2024-12-09 10:56:46', '', 30, 'https://Your domain.com/?p=297', 0, 'revision', '', 0),
(298, 1, '2024-12-09 11:09:43', '2024-12-09 11:09:43', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-aa0f573\"><li><a href=\"#\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-aa0f573\"><li><a href=\"#\" tabindex=\"-1\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\" tabindex=\"-1\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\" tabindex=\"-1\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-09 11:09:43', '2024-12-09 11:09:43', '', 30, 'https://Your domain.com/?p=298', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(299, 1, '2024-12-09 11:13:56', '2024-12-09 11:13:56', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-aa0f573\"><li><a href=\"#\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-aa0f573\"><li><a href=\"#\" tabindex=\"-1\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\" tabindex=\"-1\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\" tabindex=\"-1\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-09 11:13:56', '2024-12-09 11:13:56', '', 30, 'https://Your domain.com/?p=299', 0, 'revision', '', 0),
(300, 1, '2024-12-09 11:16:01', '2024-12-09 11:16:01', '<!-- wp:paragraph -->\n<p>Play online <strong>Blazing Blades</strong> and set the stage on fire with the blaze of your blades! Test your skills and see how many boards you can smash without missing a single one. Ready for the challenge?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Blazing Blades', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2024-12-09 11:16:01', '2024-12-09 11:16:01', '', 259, 'https://Your domain.com/?p=300', 0, 'revision', '', 0),
(301, 1, '2024-12-09 11:57:06', '2024-12-09 11:57:06', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Game Details', 'game-details', 'publish', 'closed', 'closed', '', 'group_6756da39f2064', '', '', '2024-12-09 11:57:06', '2024-12-09 11:57:06', '', 0, 'https://Your domain.com/?post_type=acf-field-group&#038;p=301', 0, 'acf-field-group', '', 0),
(303, 1, '2024-12-09 11:57:06', '2024-12-09 11:57:06', 'a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:17:\"allow_in_bindings\";i:0;s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Category', 'category', 'publish', 'closed', 'closed', '', 'field_6756da5510b5c', '', '', '2024-12-09 11:57:06', '2024-12-09 11:57:06', '', 301, 'https://Your domain.com/?post_type=acf-field&p=303', 0, 'acf-field', '', 0),
(304, 1, '2024-12-09 11:57:06', '2024-12-09 11:57:06', 'a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:17:\"allow_in_bindings\";i:0;s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Popularity', 'popularity', 'publish', 'closed', 'closed', '', 'field_6756daaf10b5d', '', '', '2024-12-09 11:57:06', '2024-12-09 11:57:06', '', 301, 'https://Your domain.com/?post_type=acf-field&p=304', 1, 'acf-field', '', 0),
(305, 1, '2024-12-09 11:57:58', '2024-12-09 11:57:58', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Game Screenshots', 'game-screenshots', 'publish', 'closed', 'closed', '', 'group_6756db18662f0', '', '', '2024-12-09 12:03:09', '2024-12-09 12:03:09', '', 0, 'https://Your domain.com/?post_type=acf-field-group&#038;p=305', 0, 'acf-field-group', '', 0),
(306, 1, '2024-12-09 11:57:58', '2024-12-09 11:57:58', 'a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:17:\"allow_in_bindings\";i:0;s:12:\"preview_size\";s:6:\"medium\";}', 'Screenshot 1', 'screenshot_1', 'publish', 'closed', 'closed', '', 'field_6756db33a9aec', '', '', '2024-12-09 12:03:09', '2024-12-09 12:03:09', '', 305, 'https://Your domain.com/?post_type=acf-field&#038;p=306', 0, 'acf-field', '', 0),
(307, 1, '2024-12-09 11:57:58', '2024-12-09 11:57:58', 'a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:17:\"allow_in_bindings\";i:0;s:12:\"preview_size\";s:6:\"medium\";}', 'Screenshot 2', 'screenshot_2', 'publish', 'closed', 'closed', '', 'field_6756db4ba9aed', '', '', '2024-12-09 11:57:58', '2024-12-09 11:57:58', '', 305, 'https://Your domain.com/?post_type=acf-field&p=307', 1, 'acf-field', '', 0),
(308, 1, '2024-12-09 11:57:58', '2024-12-09 11:57:58', 'a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:17:\"allow_in_bindings\";i:0;s:12:\"preview_size\";s:6:\"medium\";}', 'Screenshot 3', 'screenshot_3', 'publish', 'closed', 'closed', '', 'field_6756db57a9aee', '', '', '2024-12-09 11:57:58', '2024-12-09 11:57:58', '', 305, 'https://Your domain.com/?post_type=acf-field&p=308', 2, 'acf-field', '', 0),
(309, 1, '2024-12-09 11:58:20', '2024-12-09 11:58:20', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Ratings', 'ratings', 'publish', 'closed', 'closed', '', 'group_6756db4b7c944', '', '', '2024-12-09 11:58:20', '2024-12-09 11:58:20', '', 0, 'https://Your domain.com/?post_type=acf-field-group&#038;p=309', 0, 'acf-field-group', '', 0),
(310, 1, '2024-12-09 11:58:20', '2024-12-09 11:58:20', 'a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:17:\"allow_in_bindings\";i:0;s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Ratings', 'ratings', 'publish', 'closed', 'closed', '', 'field_6756db66d1b25', '', '', '2024-12-09 11:58:20', '2024-12-09 11:58:20', '', 309, 'https://Your domain.com/?post_type=acf-field&p=310', 0, 'acf-field', '', 0),
(311, 1, '2024-12-09 11:58:25', '2024-12-09 11:58:25', '<p>Click on</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Logic &amp; Puzzle</h3>		\n			<h3>Popularity :</h3>		\n			<h3>2,00,000</h3>		\n			<h2>Game Screenshots</h2>		\n													<img src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 11:58:25', '2024-12-09 11:58:25', '', 271, 'https://Your domain.com/?p=311', 0, 'revision', '', 0),
(312, 1, '2024-12-09 11:58:52', '2024-12-09 11:58:52', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Game URL', 'game-url', 'publish', 'closed', 'closed', '', 'group_6756db6d3d987', '', '', '2024-12-09 11:58:52', '2024-12-09 11:58:52', '', 0, 'https://Your domain.com/?post_type=acf-field-group&#038;p=312', 0, 'acf-field-group', '', 0),
(313, 1, '2024-12-09 11:58:52', '2024-12-09 11:58:52', 'a:9:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:17:\"allow_in_bindings\";i:0;s:11:\"placeholder\";s:0:\"\";}', 'Game URL', 'game_url', 'publish', 'closed', 'closed', '', 'field_6756db88465ef', '', '', '2024-12-09 11:58:52', '2024-12-09 11:58:52', '', 312, 'https://Your domain.com/?post_type=acf-field&p=313', 0, 'acf-field', '', 0),
(314, 1, '2024-12-09 12:00:38', '2024-12-09 12:00:38', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Logic &amp; Puzzle</h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 12:00:38', '2024-12-09 12:00:38', '', 271, 'https://Your domain.com/?p=314', 0, 'revision', '', 0),
(315, 1, '2024-12-09 12:01:22', '2024-12-09 12:01:22', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 12:01:22', '2024-12-09 12:01:22', '', 271, 'https://Your domain.com/?p=315', 0, 'revision', '', 0),
(316, 1, '2024-12-09 12:03:14', '2024-12-09 12:03:14', '<!-- wp:paragraph -->\n<p>Play online <strong>Blazing Blades</strong> and set the stage on fire with the blaze of your blades! Test your skills and see how many boards you can smash without missing a single one. Ready for the challenge?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Blazing Blades', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2024-12-09 12:03:14', '2024-12-09 12:03:14', '', 259, 'https://Your domain.com/?p=316', 0, 'revision', '', 0),
(318, 1, '2024-12-09 12:04:48', '2024-12-09 12:04:48', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-09 12:04:48', '2024-12-09 12:04:48', '', 271, 'https://Your domain.com/?p=318', 0, 'revision', '', 0),
(319, 1, '2024-12-09 12:04:53', '2024-12-09 12:04:53', '<!-- wp:paragraph -->\n<p>Play online <strong>Blazing Blades</strong> and set the stage on fire with the blaze of your blades! Test your skills and see how many boards you can smash without missing a single one. Ready for the challenge?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Blazing Blades', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2024-12-09 12:04:53', '2024-12-09 12:04:53', '', 259, 'https://Your domain.com/?p=319', 0, 'revision', '', 0),
(321, 1, '2024-12-09 12:45:30', '2024-12-09 12:45:30', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 12:45:30', '2024-12-09 12:45:30', '', 14, 'https://Your domain.com/?p=321', 0, 'revision', '', 0),
(322, 1, '2024-12-09 12:45:30', '2024-12-09 12:45:30', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 12:45:30', '2024-12-09 12:45:30', '', 14, 'https://Your domain.com/?p=322', 0, 'revision', '', 0),
(323, 1, '2024-12-09 12:45:30', '2024-12-09 12:45:30', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 12:45:30', '2024-12-09 12:45:30', '', 14, 'https://Your domain.com/?p=323', 0, 'revision', '', 0),
(324, 1, '2024-12-09 12:45:42', '2024-12-09 12:45:42', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #324', '', 'publish', 'closed', 'closed', '', 'elementor-loop-item', '', '', '2024-12-11 15:41:08', '2024-12-11 15:41:08', '', 0, 'https://Your domain.com/?elementor_library=elementor-loop-item', 0, 'elementor_library', '', 0),
(325, 1, '2024-12-09 12:45:42', '2024-12-09 12:45:42', '', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-09 12:45:42', '2024-12-09 12:45:42', '', 324, 'https://Your domain.com/?p=325', 0, 'revision', '', 0),
(326, 1, '2024-12-09 12:45:43', '2024-12-09 12:45:43', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 12:45:43', '2024-12-09 12:45:43', '', 14, 'https://Your domain.com/?p=326', 0, 'revision', '', 0),
(327, 1, '2024-12-09 12:45:43', '2024-12-09 12:45:43', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 12:45:43', '2024-12-09 12:45:43', '', 14, 'https://Your domain.com/?p=327', 0, 'revision', '', 0),
(328, 1, '2024-12-09 12:45:43', '2024-12-09 12:45:43', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 12:45:43', '2024-12-09 12:45:43', '', 14, 'https://Your domain.com/?p=328', 0, 'revision', '', 0),
(329, 1, '2024-12-09 12:46:33', '2024-12-09 12:46:33', '', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-09 12:46:33', '2024-12-09 12:46:33', '', 324, 'https://Your domain.com/?p=329', 0, 'revision', '', 0),
(330, 1, '2024-12-09 12:46:33', '2024-12-09 12:46:33', '', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-09 12:46:33', '2024-12-09 12:46:33', '', 324, 'https://Your domain.com/?p=330', 0, 'revision', '', 0),
(331, 1, '2024-12-09 12:47:09', '2024-12-09 12:47:09', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 12:47:09', '2024-12-09 12:47:09', '', 14, 'https://Your domain.com/?p=331', 0, 'revision', '', 0),
(332, 1, '2024-12-09 12:47:09', '2024-12-09 12:47:09', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 12:47:09', '2024-12-09 12:47:09', '', 14, 'https://Your domain.com/?p=332', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(333, 1, '2024-12-09 12:47:09', '2024-12-09 12:47:09', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 12:47:09', '2024-12-09 12:47:09', '', 14, 'https://Your domain.com/?p=333', 0, 'revision', '', 0),
(334, 1, '2024-12-09 12:47:20', '2024-12-09 12:47:20', '', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-09 12:47:20', '2024-12-09 12:47:20', '', 324, 'https://Your domain.com/?p=334', 0, 'revision', '', 0),
(335, 1, '2024-12-09 12:49:08', '2024-12-09 12:49:08', '', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-09 12:49:08', '2024-12-09 12:49:08', '', 324, 'https://Your domain.com/?p=335', 0, 'revision', '', 0),
(336, 1, '2024-12-09 15:19:31', '2024-12-09 15:19:31', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2024-12-09 15:19:31', '2024-12-09 15:19:31', '', 1, 'https://Your domain.com/?p=336', 0, 'revision', '', 0),
(337, 1, '2024-12-09 15:25:23', '2024-12-09 15:25:23', '<!-- wp:paragraph -->\n<p>Play <strong>Pumpkin Smash Online</strong> and dive into the fun! Your objective is simple: tap on the flying pumpkins to smash them into pieces, but watch out for the bombs. How many can you smash without slipping up?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Pumpkin Smashe', 'Play Pumpkin Smash Online and dive into the fun! Your objective is simple: tap on the flying pumpkins to smash them into pieces, but watch out for the bombs. How many can you smash without slipping up?', 'publish', 'open', 'open', '', 'pumpkin-smashe', '', '', '2024-12-13 10:03:08', '2024-12-13 10:03:08', '', 0, 'https://Your domain.com/?p=337', 0, 'post', '', 0),
(338, 1, '2024-12-09 15:20:18', '2024-12-09 15:20:18', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover', '', '', '2024-12-09 15:20:18', '2024-12-09 15:20:18', '', 337, 'https://Your domain.com/wp-content/uploads/2024/12/cover.jpg', 0, 'attachment', 'image/jpeg', 0),
(339, 1, '2024-12-09 15:24:35', '2024-12-09 15:24:35', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-2', '', '', '2024-12-09 15:24:35', '2024-12-09 15:24:35', '', 337, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-1.png', 0, 'attachment', 'image/png', 0),
(340, 1, '2024-12-09 15:24:43', '2024-12-09 15:24:43', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-3', '', '', '2024-12-09 15:24:43', '2024-12-09 15:24:43', '', 337, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-2.png', 0, 'attachment', 'image/png', 0),
(341, 1, '2024-12-09 15:24:48', '2024-12-09 15:24:48', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-2', '', '', '2024-12-09 15:24:48', '2024-12-09 15:24:48', '', 337, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-1.png', 0, 'attachment', 'image/png', 0),
(342, 1, '2024-12-09 15:25:23', '2024-12-09 15:25:23', '<!-- wp:paragraph -->\n<p>Play <strong>Pumpkin Smash Online</strong> and dive into the fun! Your objective is simple: tap on the flying pumpkins to smash them into pieces, but watch out for the bombs. How many can you smash without slipping up?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Pumpkin Smashe', 'Play Pumpkin Smash Online and dive into the fun! Your objective is simple: tap on the flying pumpkins to smash them into pieces, but watch out for the bombs. How many can you smash without slipping up?', 'inherit', 'closed', 'closed', '', '337-revision-v1', '', '', '2024-12-09 15:25:23', '2024-12-09 15:25:23', '', 337, 'https://Your domain.com/?p=342', 0, 'revision', '', 0),
(343, 1, '2024-12-09 15:29:33', '2024-12-09 15:29:33', '<!-- wp:paragraph -->\n<p>Play <strong>Slap Fest Online</strong> and let the slapping showdown begin! Attack, retreat, and slap your way to victory. Be quick and make your opponent scream in pain—do you have what it takes to dominate the fest?</p>\n<!-- /wp:paragraph -->', 'Slap Fest', 'Play Slap Fest Online and let the slapping showdown begin! Attack, retreat, and slap your way to victory. Be quick and make your opponent scream in pain—do you have what it takes to dominate the fest?', 'publish', 'open', 'open', '', 'slap-fest', '', '', '2024-12-13 10:02:16', '2024-12-13 10:02:16', '', 0, 'https://Your domain.com/?p=343', 0, 'post', '', 0),
(344, 1, '2024-12-09 15:27:19', '2024-12-09 15:27:19', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-2', '', '', '2024-12-09 15:27:19', '2024-12-09 15:27:19', '', 343, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(345, 1, '2024-12-09 15:28:55', '2024-12-09 15:28:55', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-3', '', '', '2024-12-09 15:28:55', '2024-12-09 15:28:55', '', 343, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-2.png', 0, 'attachment', 'image/png', 0),
(346, 1, '2024-12-09 15:28:57', '2024-12-09 15:28:57', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-4', '', '', '2024-12-09 15:28:57', '2024-12-09 15:28:57', '', 343, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-3.png', 0, 'attachment', 'image/png', 0),
(347, 1, '2024-12-09 15:28:59', '2024-12-09 15:28:59', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-3', '', '', '2024-12-09 15:28:59', '2024-12-09 15:28:59', '', 343, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-2.png', 0, 'attachment', 'image/png', 0),
(348, 1, '2024-12-09 15:29:33', '2024-12-09 15:29:33', '<!-- wp:paragraph -->\n<p>Play <strong>Slap Fest Online</strong> and let the slapping showdown begin! Attack, retreat, and slap your way to victory. Be quick and make your opponent scream in pain—do you have what it takes to dominate the fest?</p>\n<!-- /wp:paragraph -->', 'Slap Fest', 'Play Slap Fest Online and let the slapping showdown begin! Attack, retreat, and slap your way to victory. Be quick and make your opponent scream in pain—do you have what it takes to dominate the fest?', 'inherit', 'closed', 'closed', '', '343-revision-v1', '', '', '2024-12-09 15:29:33', '2024-12-09 15:29:33', '', 343, 'https://Your domain.com/?p=348', 0, 'revision', '', 0),
(349, 1, '2024-12-09 15:34:14', '2024-12-09 15:34:14', '<!-- wp:paragraph -->\n<p>Play <strong>Gerbil Jump Online</strong> and take the Gerbil to new heights! Stay steady and avoid rushing, or you might tumble off the buildings. How far can you go without falling?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Gerbil Jump', 'Play Gerbil Jump Online and take the Gerbil to new heights! Stay steady and avoid rushing, or you might tumble off the buildings. How far can you go without falling?', 'publish', 'open', 'open', '', 'gerbil-jump', '', '', '2024-12-13 10:01:43', '2024-12-13 10:01:43', '', 0, 'https://Your domain.com/?p=349', 0, 'post', '', 0),
(350, 1, '2024-12-09 15:32:16', '2024-12-09 15:32:16', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-3', '', '', '2024-12-09 15:32:16', '2024-12-09 15:32:16', '', 349, 'https://Your domain.com/wp-content/uploads/2024/12/cover-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(351, 1, '2024-12-09 15:32:21', '2024-12-09 15:32:21', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-4', '', '', '2024-12-09 15:32:21', '2024-12-09 15:32:21', '', 349, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-3.png', 0, 'attachment', 'image/png', 0),
(352, 1, '2024-12-09 15:32:24', '2024-12-09 15:32:24', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-5', '', '', '2024-12-09 15:32:24', '2024-12-09 15:32:24', '', 349, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-4.png', 0, 'attachment', 'image/png', 0),
(353, 1, '2024-12-09 15:32:28', '2024-12-09 15:32:28', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-4', '', '', '2024-12-09 15:32:28', '2024-12-09 15:32:28', '', 349, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-3.png', 0, 'attachment', 'image/png', 0),
(354, 1, '2024-12-09 15:34:14', '2024-12-09 15:34:14', '<!-- wp:paragraph -->\n<p>Play <strong>Gerbil Jump Online</strong> and take the Gerbil to new heights! Stay steady and avoid rushing, or you might tumble off the buildings. How far can you go without falling?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Gerbil Jump', 'Play Gerbil Jump Online and take the Gerbil to new heights! Stay steady and avoid rushing, or you might tumble off the buildings. How far can you go without falling?', 'inherit', 'closed', 'closed', '', '349-revision-v1', '', '', '2024-12-09 15:34:14', '2024-12-09 15:34:14', '', 349, 'https://Your domain.com/?p=354', 0, 'revision', '', 0),
(355, 1, '2024-12-09 15:38:28', '2024-12-09 15:38:28', '<!-- wp:paragraph -->\n<p>Play <strong>Valley of Terror Online</strong> and defend your town from a horde of zombies! Your mission is clear: clean up the streets and protect your town from the terror that lurks. Are you brave enough to face the challenge?</p>\n<!-- /wp:paragraph -->', 'Valley of Terror', 'Play Valley of Terror Online and defend your town from a horde of zombies! Your mission is clear: clean up the streets and protect your town from the terror that lurks. Are you brave enough to face the challenge?', 'publish', 'open', 'open', '', 'valley-of-terror', '', '', '2024-12-13 10:01:07', '2024-12-13 10:01:07', '', 0, 'https://Your domain.com/?p=355', 0, 'post', '', 0),
(356, 1, '2024-12-09 15:36:08', '2024-12-09 15:36:08', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1', '', '', '2024-12-09 15:36:08', '2024-12-09 15:36:08', '', 355, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(357, 1, '2024-12-09 15:36:08', '2024-12-09 15:36:08', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-5', '', '', '2024-12-09 15:36:08', '2024-12-09 15:36:08', '', 355, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-4.png', 0, 'attachment', 'image/png', 0),
(358, 1, '2024-12-09 15:36:12', '2024-12-09 15:36:12', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-6', '', '', '2024-12-09 15:36:12', '2024-12-09 15:36:12', '', 355, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-5.png', 0, 'attachment', 'image/png', 0),
(359, 1, '2024-12-09 15:36:19', '2024-12-09 15:36:19', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-5', '', '', '2024-12-09 15:36:19', '2024-12-09 15:36:19', '', 355, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-4.png', 0, 'attachment', 'image/png', 0),
(360, 1, '2024-12-09 15:38:28', '2024-12-09 15:38:28', '<!-- wp:paragraph -->\n<p>Play <strong>Valley of Terror Online</strong> and defend your town from a horde of zombies! Your mission is clear: clean up the streets and protect your town from the terror that lurks. Are you brave enough to face the challenge?</p>\n<!-- /wp:paragraph -->', 'Valley of Terror', 'Play Valley of Terror Online and defend your town from a horde of zombies! Your mission is clear: clean up the streets and protect your town from the terror that lurks. Are you brave enough to face the challenge?', 'inherit', 'closed', 'closed', '', '355-revision-v1', '', '', '2024-12-09 15:38:28', '2024-12-09 15:38:28', '', 355, 'https://Your domain.com/?p=360', 0, 'revision', '', 0),
(361, 1, '2024-12-09 15:42:32', '2024-12-09 15:42:32', '<!-- wp:paragraph -->\n<p>Play Bouncing Beasts Online and help the animals hop from one twig to another! Be careful not to let the rings touch the wood—how far can you bounce without making a mistake?</p>\n<!-- /wp:paragraph -->', 'Bouncing Beasts', 'Play Bouncing Beasts Online and help the animals hop from one twig to another! Be careful not to let the rings touch the wood—how far can you bounce without making a mistake?', 'publish', 'open', 'open', '', 'bouncing-beasts', '', '', '2024-12-13 10:00:40', '2024-12-13 10:00:40', '', 0, 'https://Your domain.com/?p=361', 0, 'post', '', 0),
(362, 1, '2024-12-09 15:40:50', '2024-12-09 15:40:50', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-4', '', '', '2024-12-09 15:40:50', '2024-12-09 15:40:50', '', 361, 'https://Your domain.com/wp-content/uploads/2024/12/cover-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(363, 1, '2024-12-09 15:40:50', '2024-12-09 15:40:50', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-6', '', '', '2024-12-09 15:40:50', '2024-12-09 15:40:50', '', 361, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-5.png', 0, 'attachment', 'image/png', 0),
(364, 1, '2024-12-09 15:40:52', '2024-12-09 15:40:52', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-7', '', '', '2024-12-09 15:40:52', '2024-12-09 15:40:52', '', 361, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-6.png', 0, 'attachment', 'image/png', 0),
(365, 1, '2024-12-09 15:40:53', '2024-12-09 15:40:53', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-6', '', '', '2024-12-09 15:40:53', '2024-12-09 15:40:53', '', 361, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-5.png', 0, 'attachment', 'image/png', 0),
(366, 1, '2024-12-09 15:42:32', '2024-12-09 15:42:32', '<!-- wp:paragraph -->\n<p>Play Bouncing Beasts Online and help the animals hop from one twig to another! Be careful not to let the rings touch the wood—how far can you bounce without making a mistake?</p>\n<!-- /wp:paragraph -->', 'Bouncing Beasts', 'Play Bouncing Beasts Online and help the animals hop from one twig to another! Be careful not to let the rings touch the wood—how far can you bounce without making a mistake?', 'inherit', 'closed', 'closed', '', '361-revision-v1', '', '', '2024-12-09 15:42:32', '2024-12-09 15:42:32', '', 361, 'https://Your domain.com/?p=366', 0, 'revision', '', 0),
(367, 1, '2024-12-09 15:42:47', '2024-12-09 15:42:47', '<!-- wp:paragraph -->\n<p>Play Bouncing Beasts Online and help the animals hop from one twig to another! Be careful not to let the rings touch the wood—how far can you bounce without making a mistake?</p>\n<!-- /wp:paragraph -->', 'Bouncing Beasts', 'Play Bouncing Beasts Online and help the animals hop from one twig to another! Be careful not to let the rings touch the wood—how far can you bounce without making a mistake?', 'inherit', 'closed', 'closed', '', '361-revision-v1', '', '', '2024-12-09 15:42:47', '2024-12-09 15:42:47', '', 361, 'https://Your domain.com/?p=367', 0, 'revision', '', 0),
(368, 1, '2024-12-09 15:46:16', '2024-12-09 15:46:16', '<!-- wp:paragraph -->\n<p>Play <strong>Spinning Shooters Online</strong> and test your marksmanship! Shoot down the boxes coming your way, but beware of the surprises that might catch you off guard. How many can you hit before time runs out?</p>\n<!-- /wp:paragraph -->', 'Spinning Shooter', 'Play Spinning Shooters Online and test your marksmanship! Shoot down the boxes coming your way, but beware of the surprises that might catch you off guard. How many can you hit before time runs out?', 'publish', 'open', 'open', '', 'spinning-shooter', '', '', '2024-12-13 09:56:41', '2024-12-13 09:56:41', '', 0, 'https://Your domain.com/?p=368', 0, 'post', '', 0),
(369, 1, '2024-12-09 15:44:37', '2024-12-09 15:44:37', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-2', '', '', '2024-12-09 15:44:37', '2024-12-09 15:44:37', '', 368, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(370, 1, '2024-12-09 15:44:37', '2024-12-09 15:44:37', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-7', '', '', '2024-12-09 15:44:37', '2024-12-09 15:44:37', '', 368, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-6.png', 0, 'attachment', 'image/png', 0),
(371, 1, '2024-12-09 15:44:39', '2024-12-09 15:44:39', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-8', '', '', '2024-12-09 15:44:39', '2024-12-09 15:44:39', '', 368, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-7.png', 0, 'attachment', 'image/png', 0),
(372, 1, '2024-12-09 15:44:41', '2024-12-09 15:44:41', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-7', '', '', '2024-12-09 15:44:41', '2024-12-09 15:44:41', '', 368, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-6.png', 0, 'attachment', 'image/png', 0),
(373, 1, '2024-12-09 15:46:16', '2024-12-09 15:46:16', '<!-- wp:paragraph -->\n<p>Play <strong>Spinning Shooters Online</strong> and test your marksmanship! Shoot down the boxes coming your way, but beware of the surprises that might catch you off guard. How many can you hit before time runs out?</p>\n<!-- /wp:paragraph -->', 'Spinning Shooter', 'Play Spinning Shooters Online and test your marksmanship! Shoot down the boxes coming your way, but beware of the surprises that might catch you off guard. How many can you hit before time runs out?', 'inherit', 'closed', 'closed', '', '368-revision-v1', '', '', '2024-12-09 15:46:16', '2024-12-09 15:46:16', '', 368, 'https://Your domain.com/?p=373', 0, 'revision', '', 0),
(374, 1, '2024-12-09 15:48:46', '2024-12-09 15:48:46', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-3', '', '', '2024-12-09 15:48:46', '2024-12-09 15:48:46', '', 343, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(375, 1, '2024-12-09 15:52:36', '2024-12-09 15:52:36', '<!-- wp:paragraph -->\n<p>Play Bouncy Online and bounce off the platforms to make as many jumps as you can in this thrilling 3D game! How high can you go before the fall? Keep jumping and see how far you can get!</p>\n<!-- /wp:paragraph -->', 'Bouncy', 'Play Bouncy Online and bounce off the platforms to make as many jumps as you can in this thrilling 3D game! How high can you go before the fall? Keep jumping and see how far you can get!', 'publish', 'open', 'open', '', 'bouncy', '', '', '2024-12-13 09:55:43', '2024-12-13 09:55:43', '', 0, 'https://Your domain.com/?p=375', 0, 'post', '', 0),
(377, 1, '2024-12-09 15:51:17', '2024-12-09 15:51:17', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-5', '', '', '2024-12-09 15:51:17', '2024-12-09 15:51:17', '', 375, 'https://Your domain.com/wp-content/uploads/2024/12/cover-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(378, 1, '2024-12-09 15:51:18', '2024-12-09 15:51:18', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-8', '', '', '2024-12-09 15:51:18', '2024-12-09 15:51:18', '', 375, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-7.png', 0, 'attachment', 'image/png', 0),
(379, 1, '2024-12-09 15:51:22', '2024-12-09 15:51:22', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-9', '', '', '2024-12-09 15:51:22', '2024-12-09 15:51:22', '', 375, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-8.png', 0, 'attachment', 'image/png', 0),
(380, 1, '2024-12-09 15:51:27', '2024-12-09 15:51:27', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-8', '', '', '2024-12-09 15:51:27', '2024-12-09 15:51:27', '', 375, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-7.png', 0, 'attachment', 'image/png', 0),
(381, 1, '2024-12-09 15:52:36', '2024-12-09 15:52:36', '<!-- wp:paragraph -->\n<p>Play Bouncy Online and bounce off the platforms to make as many jumps as you can in this thrilling 3D game! How high can you go before the fall? Keep jumping and see how far you can get!</p>\n<!-- /wp:paragraph -->', 'Bouncy', 'Play Bouncy Online and bounce off the platforms to make as many jumps as you can in this thrilling 3D game! How high can you go before the fall? Keep jumping and see how far you can get!', 'inherit', 'closed', 'closed', '', '375-revision-v1', '', '', '2024-12-09 15:52:36', '2024-12-09 15:52:36', '', 375, 'https://Your domain.com/?p=381', 0, 'revision', '', 0),
(382, 1, '2024-12-09 15:57:00', '2024-12-09 15:57:00', '<!-- wp:paragraph -->\n<p>Play <strong>Zoo Pinball Online</strong> and experience pinball like never before—in the jungle! How long can you keep the silver balls from passing the flippers? Test your skills and see how many points you can rack up in this wild version of pinball!</p>\n<!-- /wp:paragraph -->', 'Zoo Pinball', 'Play Zoo Pinball Online and experience pinball like never before—in the jungle! How long can you keep the silver balls from passing the flippers? Test your skills and see how many points you can rack up in this wild version of pinball!', 'publish', 'open', 'open', '', 'zoo-pinball', '', '', '2024-12-13 09:55:10', '2024-12-13 09:55:10', '', 0, 'https://Your domain.com/?p=382', 0, 'post', '', 0),
(383, 1, '2024-12-09 15:55:55', '2024-12-09 15:55:55', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-4', '', '', '2024-12-09 15:55:55', '2024-12-09 15:55:55', '', 382, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(384, 1, '2024-12-09 15:55:55', '2024-12-09 15:55:55', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-9', '', '', '2024-12-09 15:55:55', '2024-12-09 15:55:55', '', 382, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-8.png', 0, 'attachment', 'image/png', 0),
(385, 1, '2024-12-09 15:55:59', '2024-12-09 15:55:59', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-10', '', '', '2024-12-09 15:55:59', '2024-12-09 15:55:59', '', 382, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-9.png', 0, 'attachment', 'image/png', 0),
(386, 1, '2024-12-09 15:56:02', '2024-12-09 15:56:02', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-9', '', '', '2024-12-09 15:56:02', '2024-12-09 15:56:02', '', 382, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-8.png', 0, 'attachment', 'image/png', 0),
(387, 1, '2024-12-09 15:57:00', '2024-12-09 15:57:00', '<!-- wp:paragraph -->\n<p>Play <strong>Zoo Pinball Online</strong> and experience pinball like never before—in the jungle! How long can you keep the silver balls from passing the flippers? Test your skills and see how many points you can rack up in this wild version of pinball!</p>\n<!-- /wp:paragraph -->', 'Zoo Pinball', 'Play Zoo Pinball Online and experience pinball like never before—in the jungle! How long can you keep the silver balls from passing the flippers? Test your skills and see how many points you can rack up in this wild version of pinball!', 'inherit', 'closed', 'closed', '', '382-revision-v1', '', '', '2024-12-09 15:57:00', '2024-12-09 15:57:00', '', 382, 'https://Your domain.com/?p=387', 0, 'revision', '', 0),
(388, 1, '2024-12-09 16:00:04', '2024-12-09 16:00:04', '<!-- wp:paragraph -->\n<p>Play Falling Through Online and dive into this addictive game! Smartly find the nearest gaps for the ball to pass through, but be quick—timing is everything! How long can you keep the ball falling without hitting an obstacle?</p>\n<!-- /wp:paragraph -->', 'Falling Through', 'Play Falling Through Online and dive into this addictive game! Smartly find the nearest gaps for the ball to pass through, but be quick—timing is everything! How long can you keep the ball falling without hitting an obstacle?', 'publish', 'open', 'open', '', 'falling-through', '', '', '2024-12-13 09:54:43', '2024-12-13 09:54:43', '', 0, 'https://Your domain.com/?p=388', 0, 'post', '', 0),
(389, 1, '2024-12-09 15:59:09', '2024-12-09 15:59:09', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-6', '', '', '2024-12-09 15:59:09', '2024-12-09 15:59:09', '', 388, 'https://Your domain.com/wp-content/uploads/2024/12/cover-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(390, 1, '2024-12-09 15:59:10', '2024-12-09 15:59:10', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-10', '', '', '2024-12-09 15:59:10', '2024-12-09 15:59:10', '', 388, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-9.png', 0, 'attachment', 'image/png', 0),
(391, 1, '2024-12-09 15:59:14', '2024-12-09 15:59:14', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-11', '', '', '2024-12-09 15:59:14', '2024-12-09 15:59:14', '', 388, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-10.png', 0, 'attachment', 'image/png', 0),
(392, 1, '2024-12-09 15:59:18', '2024-12-09 15:59:18', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-10', '', '', '2024-12-09 15:59:18', '2024-12-09 15:59:18', '', 388, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-9.png', 0, 'attachment', 'image/png', 0),
(393, 1, '2024-12-09 16:00:04', '2024-12-09 16:00:04', '<!-- wp:paragraph -->\n<p>Play Falling Through Online and dive into this addictive game! Smartly find the nearest gaps for the ball to pass through, but be quick—timing is everything! How long can you keep the ball falling without hitting an obstacle?</p>\n<!-- /wp:paragraph -->', 'Falling Through', 'Play Falling Through Online and dive into this addictive game! Smartly find the nearest gaps for the ball to pass through, but be quick—timing is everything! How long can you keep the ball falling without hitting an obstacle?', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2024-12-09 16:00:04', '2024-12-09 16:00:04', '', 388, 'https://Your domain.com/?p=393', 0, 'revision', '', 0),
(394, 1, '2024-12-09 16:06:51', '2024-12-09 16:06:51', '<!-- wp:paragraph -->\n<p>Play Rope Ninja Online and show off your ninja skills! Catch as many birds as you can while collecting coins along the way. Stay sharp and see how many birds you can grab before time runs out!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Rope Ninja', 'Play Rope Ninja Online and show off your ninja skills! Catch as many birds as you can while collecting coins along the way. Stay sharp and see how many birds you can grab before time runs out!', 'publish', 'open', 'open', '', 'rope-ninja', '', '', '2024-12-13 09:53:57', '2024-12-13 09:53:57', '', 0, 'https://Your domain.com/?p=394', 0, 'post', '', 0),
(395, 1, '2024-12-09 16:05:47', '2024-12-09 16:05:47', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-5', '', '', '2024-12-09 16:05:47', '2024-12-09 16:05:47', '', 394, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(396, 1, '2024-12-09 16:05:48', '2024-12-09 16:05:48', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-11', '', '', '2024-12-09 16:05:48', '2024-12-09 16:05:48', '', 394, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-10.png', 0, 'attachment', 'image/png', 0),
(397, 1, '2024-12-09 16:05:52', '2024-12-09 16:05:52', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-12', '', '', '2024-12-09 16:05:52', '2024-12-09 16:05:52', '', 394, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-11.png', 0, 'attachment', 'image/png', 0),
(398, 1, '2024-12-09 16:05:56', '2024-12-09 16:05:56', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-11', '', '', '2024-12-09 16:05:56', '2024-12-09 16:05:56', '', 394, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-10.png', 0, 'attachment', 'image/png', 0),
(399, 1, '2024-12-09 16:06:51', '2024-12-09 16:06:51', '<!-- wp:paragraph -->\n<p>Play Rope Ninja Online and show off your ninja skills! Catch as many birds as you can while collecting coins along the way. Stay sharp and see how many birds you can grab before time runs out!</p>\n<!-- /wp:paragraph -->', 'Rope Ninja', 'Play Rope Ninja Online and show off your ninja skills! Catch as many birds as you can while collecting coins along the way. Stay sharp and see how many birds you can grab before time runs out!', 'inherit', 'closed', 'closed', '', '394-revision-v1', '', '', '2024-12-09 16:06:51', '2024-12-09 16:06:51', '', 394, 'https://Your domain.com/?p=399', 0, 'revision', '', 0),
(400, 1, '2024-12-09 16:07:09', '2024-12-09 16:07:09', '<!-- wp:paragraph -->\n<p>Play Rope Ninja Online and show off your ninja skills! Catch as many birds as you can while collecting coins along the way. Stay sharp and see how many birds you can grab before time runs out!</p>\n<!-- /wp:paragraph -->', 'Rope Ninja', 'Play Rope Ninja Online and show off your ninja skills! Catch as many birds as you can while collecting coins along the way. Stay sharp and see how many birds you can grab before time runs out!', 'inherit', 'closed', 'closed', '', '394-revision-v1', '', '', '2024-12-09 16:07:09', '2024-12-09 16:07:09', '', 394, 'https://Your domain.com/?p=400', 0, 'revision', '', 0),
(401, 1, '2024-12-09 16:10:34', '2024-12-09 16:10:34', '<!-- wp:paragraph -->\n<p>Play Astro Knot Online and help the poor creature stranded on unexplored land! Hop along and explore a beautiful galactic setup. How far can you travel in this cosmic adventure?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Astro Knot', 'Play Astro Knot Online and help the poor creature stranded on unexplored land! Hop along and explore a beautiful galactic setup. How far can you travel in this cosmic adventure?\n\n\n\n\n\n\n', 'publish', 'open', 'open', '', 'astro-knot', '', '', '2024-12-13 09:53:18', '2024-12-13 09:53:18', '', 0, 'https://Your domain.com/?p=401', 0, 'post', '', 0),
(402, 1, '2024-12-09 16:08:41', '2024-12-09 16:08:41', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-7', '', '', '2024-12-09 16:08:41', '2024-12-09 16:08:41', '', 401, 'https://Your domain.com/wp-content/uploads/2024/12/cover-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(403, 1, '2024-12-09 16:08:41', '2024-12-09 16:08:41', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-12', '', '', '2024-12-09 16:08:41', '2024-12-09 16:08:41', '', 401, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-11.png', 0, 'attachment', 'image/png', 0),
(404, 1, '2024-12-09 16:08:44', '2024-12-09 16:08:44', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-13', '', '', '2024-12-09 16:08:44', '2024-12-09 16:08:44', '', 401, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-12.png', 0, 'attachment', 'image/png', 0),
(405, 1, '2024-12-09 16:08:47', '2024-12-09 16:08:47', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-12', '', '', '2024-12-09 16:08:47', '2024-12-09 16:08:47', '', 401, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-11.png', 0, 'attachment', 'image/png', 0),
(406, 1, '2024-12-09 16:10:34', '2024-12-09 16:10:34', '<!-- wp:paragraph -->\n<p>Play Astro Knot Online and help the poor creature stranded on unexplored land! Hop along and explore a beautiful galactic setup. How far can you travel in this cosmic adventure?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Astro Knot', 'Play Astro Knot Online and help the poor creature stranded on unexplored land! Hop along and explore a beautiful galactic setup. How far can you travel in this cosmic adventure?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '401-revision-v1', '', '', '2024-12-09 16:10:34', '2024-12-09 16:10:34', '', 401, 'https://Your domain.com/?p=406', 0, 'revision', '', 0),
(407, 1, '2024-12-09 16:18:01', '2024-12-09 16:18:01', '<!-- wp:paragraph -->\n<p>Play The Sea Lion Act Online and help the circus sea lion with the twitchy nose! Balance as many objects as you can on the beam without letting them fall. How long can you keep the act going?</p>\n<!-- /wp:paragraph -->', 'The Sea Lion Act', 'Play The Sea Lion Act Online and help the circus sea lion with the twitchy nose! Balance as many objects as you can on the beam without letting them fall. How long can you keep the act going?', 'publish', 'open', 'open', '', 'the-sea-lion-act', '', '', '2024-12-13 09:49:53', '2024-12-13 09:49:53', '', 0, 'https://Your domain.com/?p=407', 0, 'post', '', 0),
(408, 1, '2024-12-09 16:16:56', '2024-12-09 16:16:56', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-6', '', '', '2024-12-09 16:16:56', '2024-12-09 16:16:56', '', 407, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(409, 1, '2024-12-09 16:16:56', '2024-12-09 16:16:56', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-13', '', '', '2024-12-09 16:16:56', '2024-12-09 16:16:56', '', 407, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-12.png', 0, 'attachment', 'image/png', 0),
(410, 1, '2024-12-09 16:17:00', '2024-12-09 16:17:00', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-14', '', '', '2024-12-09 16:17:00', '2024-12-09 16:17:00', '', 407, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-13.png', 0, 'attachment', 'image/png', 0),
(411, 1, '2024-12-09 16:17:04', '2024-12-09 16:17:04', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-13', '', '', '2024-12-09 16:17:04', '2024-12-09 16:17:04', '', 407, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-12.png', 0, 'attachment', 'image/png', 0),
(412, 1, '2024-12-09 16:18:01', '2024-12-09 16:18:01', '<!-- wp:paragraph -->\n<p>Play The Sea Lion Act Online and help the circus sea lion with the twitchy nose! Balance as many objects as you can on the beam without letting them fall. How long can you keep the act going?</p>\n<!-- /wp:paragraph -->', 'The Sea Lion Act', 'Play The Sea Lion Act Online and help the circus sea lion with the twitchy nose! Balance as many objects as you can on the beam without letting them fall. How long can you keep the act going?', 'inherit', 'closed', 'closed', '', '407-revision-v1', '', '', '2024-12-09 16:18:01', '2024-12-09 16:18:01', '', 407, 'https://Your domain.com/?p=412', 0, 'revision', '', 0),
(413, 1, '2024-12-09 17:29:15', '2024-12-09 17:29:15', '<!-- wp:paragraph -->\n<p>Play <strong>Terra Infirma Online</strong> and skate your way through a shifting Earth! Swipe up and down as fast as you can to stay balanced and avoid falling. Can you conquer the chaos beneath your feet?</p>\n<!-- /wp:paragraph -->', 'Terra Infirma', 'Play Terra Infirma Online and skate your way through a shifting Earth! Swipe up and down as fast as you can to stay balanced and avoid falling. Can you conquer the chaos beneath your feet?', 'publish', 'open', 'open', '', 'terra-infirma', '', '', '2024-12-13 09:48:55', '2024-12-13 09:48:55', '', 0, 'https://Your domain.com/?p=413', 0, 'post', '', 0),
(414, 1, '2024-12-09 17:27:25', '2024-12-09 17:27:25', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-8', '', '', '2024-12-09 17:27:25', '2024-12-09 17:27:25', '', 413, 'https://Your domain.com/wp-content/uploads/2024/12/cover-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(415, 1, '2024-12-09 17:27:25', '2024-12-09 17:27:25', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-14', '', '', '2024-12-09 17:27:25', '2024-12-09 17:27:25', '', 413, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-13.png', 0, 'attachment', 'image/png', 0),
(416, 1, '2024-12-09 17:27:32', '2024-12-09 17:27:32', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-15', '', '', '2024-12-09 17:27:32', '2024-12-09 17:27:32', '', 413, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-14.png', 0, 'attachment', 'image/png', 0),
(417, 1, '2024-12-09 17:27:36', '2024-12-09 17:27:36', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-14', '', '', '2024-12-09 17:27:36', '2024-12-09 17:27:36', '', 413, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-13.png', 0, 'attachment', 'image/png', 0),
(418, 1, '2024-12-09 17:29:15', '2024-12-09 17:29:15', '<!-- wp:paragraph -->\n<p>Play <strong>Terra Infirma Online</strong> and skate your way through a shifting Earth! Swipe up and down as fast as you can to stay balanced and avoid falling. Can you conquer the chaos beneath your feet?</p>\n<!-- /wp:paragraph -->', 'Terra Infirma', 'Play Terra Infirma Online and skate your way through a shifting Earth! Swipe up and down as fast as you can to stay balanced and avoid falling. Can you conquer the chaos beneath your feet?', 'inherit', 'closed', 'closed', '', '413-revision-v1', '', '', '2024-12-09 17:29:15', '2024-12-09 17:29:15', '', 413, 'https://Your domain.com/?p=418', 0, 'revision', '', 0),
(419, 1, '2024-12-09 17:32:03', '2024-12-09 17:32:03', '<!-- wp:paragraph -->\n<p>Play Catch-a-pult Online and master the art of precision! Catapult the balls from one launcher to another and rack up extra points with rebounds. How many can you catch before missing your mark?</p>\n<!-- /wp:paragraph -->', 'Catch-a-pult', 'Play Catch-a-pult Online and master the art of precision! Catapult the balls from one launcher to another and rack up extra points with rebounds. How many can you catch before missing your mark?', 'publish', 'open', 'open', '', 'catch-a-pult', '', '', '2024-12-13 09:48:08', '2024-12-13 09:48:08', '', 0, 'https://Your domain.com/?p=419', 0, 'post', '', 0),
(420, 1, '2024-12-09 17:31:03', '2024-12-09 17:31:03', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-7', '', '', '2024-12-09 17:31:03', '2024-12-09 17:31:03', '', 419, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(421, 1, '2024-12-09 17:31:03', '2024-12-09 17:31:03', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-15', '', '', '2024-12-09 17:31:03', '2024-12-09 17:31:03', '', 419, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-14.png', 0, 'attachment', 'image/png', 0),
(422, 1, '2024-12-09 17:31:05', '2024-12-09 17:31:05', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-16', '', '', '2024-12-09 17:31:05', '2024-12-09 17:31:05', '', 419, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-15.png', 0, 'attachment', 'image/png', 0),
(423, 1, '2024-12-09 17:31:06', '2024-12-09 17:31:06', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-15', '', '', '2024-12-09 17:31:06', '2024-12-09 17:31:06', '', 419, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-14.png', 0, 'attachment', 'image/png', 0),
(424, 1, '2024-12-09 17:32:03', '2024-12-09 17:32:03', '<!-- wp:paragraph -->\n<p>Play Catch-a-pult Online and master the art of precision! Catapult the balls from one launcher to another and rack up extra points with rebounds. How many can you catch before missing your mark?</p>\n<!-- /wp:paragraph -->', 'Catch-a-pult', 'Play Catch-a-pult Online and master the art of precision! Catapult the balls from one launcher to another and rack up extra points with rebounds. How many can you catch before missing your mark?', 'inherit', 'closed', 'closed', '', '419-revision-v1', '', '', '2024-12-09 17:32:03', '2024-12-09 17:32:03', '', 419, 'https://Your domain.com/?p=424', 0, 'revision', '', 0),
(425, 1, '2024-12-09 17:36:27', '2024-12-09 17:36:27', '<!-- wp:paragraph -->\n<p>Play <strong>Blaze Rider Online</strong> and set the road ablaze! Melt the tar with the heat of your tires as you prowl through the streets. Leave your enemies in the dust—it’s time for them to retire!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Blaze Rider', 'Play Blaze Rider Online and set the road ablaze! Melt the tar with the heat of your tires as you prowl through the streets. Leave your enemies in the dust—it’s time for them to retire!', 'publish', 'open', 'open', '', 'blaze-rider', '', '', '2024-12-13 09:47:21', '2024-12-13 09:47:21', '', 0, 'https://Your domain.com/?p=425', 0, 'post', '', 0),
(426, 1, '2024-12-09 17:35:01', '2024-12-09 17:35:01', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-9', '', '', '2024-12-09 17:35:01', '2024-12-09 17:35:01', '', 425, 'https://Your domain.com/wp-content/uploads/2024/12/cover-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(427, 1, '2024-12-09 17:35:02', '2024-12-09 17:35:02', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-16', '', '', '2024-12-09 17:35:02', '2024-12-09 17:35:02', '', 425, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-15.png', 0, 'attachment', 'image/png', 0),
(428, 1, '2024-12-09 17:35:06', '2024-12-09 17:35:06', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-17', '', '', '2024-12-09 17:35:06', '2024-12-09 17:35:06', '', 425, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-16.png', 0, 'attachment', 'image/png', 0),
(429, 1, '2024-12-09 17:35:09', '2024-12-09 17:35:09', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-16', '', '', '2024-12-09 17:35:09', '2024-12-09 17:35:09', '', 425, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-15.png', 0, 'attachment', 'image/png', 0),
(430, 1, '2024-12-09 17:36:27', '2024-12-09 17:36:27', '<!-- wp:paragraph -->\n<p>Play <strong>Blaze Rider Online</strong> and set the road ablaze! Melt the tar with the heat of your tires as you prowl through the streets. Leave your enemies in the dust—it’s time for them to retire!</p>\n<!-- /wp:paragraph -->', 'Blaze Rider', 'Play Blaze Rider Online and set the road ablaze! Melt the tar with the heat of your tires as you prowl through the streets. Leave your enemies in the dust—it’s time for them to retire!', 'inherit', 'closed', 'closed', '', '425-revision-v1', '', '', '2024-12-09 17:36:27', '2024-12-09 17:36:27', '', 425, 'https://Your domain.com/?p=430', 0, 'revision', '', 0),
(431, 1, '2024-12-09 17:40:37', '2024-12-09 17:40:37', '<!-- wp:paragraph -->\n<p>Play Super Goalie Auditions Online and put your reflexes to the ultimate test! Face ten challenging levels with increasing difficulty and prove you have what it takes to be a superstar goalkeeper. Can you block every shot?</p>\n<!-- /wp:paragraph -->', 'Super Goalie Auditions', 'Play Super Goalie Auditions Online and put your reflexes to the ultimate test! Face ten challenging levels with increasing difficulty and prove you have what it takes to be a superstar goalkeeper. Can you block every shot?', 'publish', 'open', 'open', '', 'super-goalie-auditions', '', '', '2024-12-13 09:46:02', '2024-12-13 09:46:02', '', 0, 'https://Your domain.com/?p=431', 0, 'post', '', 0),
(432, 1, '2024-12-09 17:39:40', '2024-12-09 17:39:40', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-8', '', '', '2024-12-09 17:39:40', '2024-12-09 17:39:40', '', 431, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(433, 1, '2024-12-09 17:39:40', '2024-12-09 17:39:40', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-17', '', '', '2024-12-09 17:39:40', '2024-12-09 17:39:40', '', 431, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-16.png', 0, 'attachment', 'image/png', 0),
(434, 1, '2024-12-09 17:39:44', '2024-12-09 17:39:44', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-18', '', '', '2024-12-09 17:39:44', '2024-12-09 17:39:44', '', 431, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-17.png', 0, 'attachment', 'image/png', 0),
(435, 1, '2024-12-09 17:39:48', '2024-12-09 17:39:48', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-17', '', '', '2024-12-09 17:39:48', '2024-12-09 17:39:48', '', 431, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-16.png', 0, 'attachment', 'image/png', 0),
(436, 1, '2024-12-09 17:40:37', '2024-12-09 17:40:37', '<!-- wp:paragraph -->\n<p>Play Super Goalie Auditions Online and put your reflexes to the ultimate test! Face ten challenging levels with increasing difficulty and prove you have what it takes to be a superstar goalkeeper. Can you block every shot?</p>\n<!-- /wp:paragraph -->', 'Super Goalie Auditions', 'Play Super Goalie Auditions Online and put your reflexes to the ultimate test! Face ten challenging levels with increasing difficulty and prove you have what it takes to be a superstar goalkeeper. Can you block every shot?', 'inherit', 'closed', 'closed', '', '431-revision-v1', '', '', '2024-12-09 17:40:37', '2024-12-09 17:40:37', '', 431, 'https://Your domain.com/?p=436', 0, 'revision', '', 0),
(437, 1, '2024-12-09 17:44:41', '2024-12-09 17:44:41', '<!-- wp:paragraph -->\n<p>Play Quack Hunt Online and put your aim to the test! Move the scope and shoot the ducks before they fly off the screen. How many can you hit before time runs out?</p>\n<!-- /wp:paragraph -->', 'Quack Hunt', 'Play Quack Hunt Online and put your aim to the test! Move the scope and shoot the ducks before they fly off the screen. How many can you hit before time runs out?', 'publish', 'open', 'open', '', 'quack-hunt', '', '', '2024-12-13 09:45:30', '2024-12-13 09:45:30', '', 0, 'https://Your domain.com/?p=437', 0, 'post', '', 0),
(438, 1, '2024-12-09 17:43:36', '2024-12-09 17:43:36', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-10', '', '', '2024-12-09 17:43:36', '2024-12-09 17:43:36', '', 437, 'https://Your domain.com/wp-content/uploads/2024/12/cover-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(439, 1, '2024-12-09 17:43:37', '2024-12-09 17:43:37', '', 'game-1 (1)', '', 'inherit', 'open', 'closed', '', 'game-1-1', '', '', '2024-12-09 17:43:37', '2024-12-09 17:43:37', '', 437, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-1-1.png', 0, 'attachment', 'image/png', 0),
(440, 1, '2024-12-09 17:43:41', '2024-12-09 17:43:41', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-19', '', '', '2024-12-09 17:43:41', '2024-12-09 17:43:41', '', 437, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-18.png', 0, 'attachment', 'image/png', 0),
(441, 1, '2024-12-09 17:43:44', '2024-12-09 17:43:44', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-18', '', '', '2024-12-09 17:43:44', '2024-12-09 17:43:44', '', 437, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-17.png', 0, 'attachment', 'image/png', 0),
(442, 1, '2024-12-09 17:44:41', '2024-12-09 17:44:41', '<!-- wp:paragraph -->\n<p>Play Quack Hunt Online and put your aim to the test! Move the scope and shoot the ducks before they fly off the screen. How many can you hit before time runs out?</p>\n<!-- /wp:paragraph -->', 'Quack Hunt', 'Play Quack Hunt Online and put your aim to the test! Move the scope and shoot the ducks before they fly off the screen. How many can you hit before time runs out?', 'inherit', 'closed', 'closed', '', '437-revision-v1', '', '', '2024-12-09 17:44:41', '2024-12-09 17:44:41', '', 437, 'https://Your domain.com/?p=442', 0, 'revision', '', 0),
(443, 1, '2024-12-09 17:49:03', '2024-12-09 17:49:03', '<!-- wp:paragraph -->\n<p>Play <strong>Rampage Racer Online</strong> and feel the adrenaline rush! Speed through traffic, evade obstacles, and push yourself to break your own record. How long can you keep the rampage going?</p>\n<!-- /wp:paragraph -->', 'Rampage Racer', 'Play Rampage Racer Online and feel the adrenaline rush! Speed through traffic, evade obstacles, and push yourself to break your own record. How long can you keep the rampage going?', 'publish', 'open', 'open', '', 'rampage-racer', '', '', '2024-12-13 09:44:54', '2024-12-13 09:44:54', '', 0, 'https://Your domain.com/?p=443', 0, 'post', '', 0),
(444, 1, '2024-12-09 17:48:00', '2024-12-09 17:48:00', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-9', '', '', '2024-12-09 17:48:00', '2024-12-09 17:48:00', '', 443, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(445, 1, '2024-12-09 17:48:01', '2024-12-09 17:48:01', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-18', '', '', '2024-12-09 17:48:01', '2024-12-09 17:48:01', '', 443, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-17.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(446, 1, '2024-12-09 17:48:09', '2024-12-09 17:48:09', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-20', '', '', '2024-12-09 17:48:09', '2024-12-09 17:48:09', '', 443, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-19.png', 0, 'attachment', 'image/png', 0),
(447, 1, '2024-12-09 17:48:14', '2024-12-09 17:48:14', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-19', '', '', '2024-12-09 17:48:14', '2024-12-09 17:48:14', '', 443, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-18.png', 0, 'attachment', 'image/png', 0),
(448, 1, '2024-12-09 17:49:03', '2024-12-09 17:49:03', '<!-- wp:paragraph -->\n<p>Play <strong>Rampage Racer Online</strong> and feel the adrenaline rush! Speed through traffic, evade obstacles, and push yourself to break your own record. How long can you keep the rampage going?</p>\n<!-- /wp:paragraph -->', 'Rampage Racer', 'Play Rampage Racer Online and feel the adrenaline rush! Speed through traffic, evade obstacles, and push yourself to break your own record. How long can you keep the rampage going?', 'inherit', 'closed', 'closed', '', '443-revision-v1', '', '', '2024-12-09 17:49:03', '2024-12-09 17:49:03', '', 443, 'https://Your domain.com/?p=448', 0, 'revision', '', 0),
(449, 1, '2024-12-09 17:53:45', '2024-12-09 17:53:45', '<!-- wp:paragraph -->\n<p>Play Jelly Slice Online and test your precision! Slice the jelly so that each piece contains exactly one star. Aim for 3 stars to maximize your rewards. How sharp are your slicing skills?</p>\n<!-- /wp:paragraph -->', 'Jelly Slice', 'Play Jelly Slice Online and test your precision! Slice the jelly so that each piece contains exactly one star. Aim for 3 stars to maximize your rewards. How sharp are your slicing skills?', 'publish', 'open', 'open', '', 'jelly-slice', '', '', '2024-12-13 09:44:11', '2024-12-13 09:44:11', '', 0, 'https://Your domain.com/?p=449', 0, 'post', '', 0),
(450, 1, '2024-12-09 17:52:43', '2024-12-09 17:52:43', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-11', '', '', '2024-12-09 17:52:43', '2024-12-09 17:52:43', '', 449, 'https://Your domain.com/wp-content/uploads/2024/12/cover-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(451, 1, '2024-12-09 17:52:43', '2024-12-09 17:52:43', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-19', '', '', '2024-12-09 17:52:43', '2024-12-09 17:52:43', '', 449, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-18.png', 0, 'attachment', 'image/png', 0),
(452, 1, '2024-12-09 17:52:54', '2024-12-09 17:52:54', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-21', '', '', '2024-12-09 17:52:54', '2024-12-09 17:52:54', '', 449, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-20.png', 0, 'attachment', 'image/png', 0),
(453, 1, '2024-12-09 17:53:05', '2024-12-09 17:53:05', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-20', '', '', '2024-12-09 17:53:05', '2024-12-09 17:53:05', '', 449, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-19.png', 0, 'attachment', 'image/png', 0),
(454, 1, '2024-12-09 17:53:45', '2024-12-09 17:53:45', '<!-- wp:paragraph -->\n<p>Play Jelly Slice Online and test your precision! Slice the jelly so that each piece contains exactly one star. Aim for 3 stars to maximize your rewards. How sharp are your slicing skills?</p>\n<!-- /wp:paragraph -->', 'Jelly Slice', 'Play Jelly Slice Online and test your precision! Slice the jelly so that each piece contains exactly one star. Aim for 3 stars to maximize your rewards. How sharp are your slicing skills?', 'inherit', 'closed', 'closed', '', '449-revision-v1', '', '', '2024-12-09 17:53:45', '2024-12-09 17:53:45', '', 449, 'https://Your domain.com/?p=454', 0, 'revision', '', 0),
(455, 1, '2024-12-09 17:56:43', '2024-12-09 17:56:43', '<!-- wp:paragraph -->\n<p>Play <strong>Animal Connection Online</strong> and bring the jungle back to harmony! Help scattered animals find their family connections. Match them up, and watch them go home happily. Can you reunite them all?</p>\n<!-- /wp:paragraph -->', 'Animal Connection', 'Play Animal Connection Online and bring the jungle back to harmony! Help scattered animals find their family connections. Match them up, and watch them go home happily. Can you reunite them all?', 'publish', 'open', 'open', '', 'animal-connection', '', '', '2024-12-13 09:38:24', '2024-12-13 09:38:24', '', 0, 'https://Your domain.com/?p=455', 0, 'post', '', 0),
(456, 1, '2024-12-09 17:55:25', '2024-12-09 17:55:25', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-10', '', '', '2024-12-09 17:55:25', '2024-12-09 17:55:25', '', 455, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(457, 1, '2024-12-09 17:55:26', '2024-12-09 17:55:26', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-20', '', '', '2024-12-09 17:55:26', '2024-12-09 17:55:26', '', 455, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-19.png', 0, 'attachment', 'image/png', 0),
(458, 1, '2024-12-09 17:55:30', '2024-12-09 17:55:30', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-22', '', '', '2024-12-09 17:55:30', '2024-12-09 17:55:30', '', 455, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-21.png', 0, 'attachment', 'image/png', 0),
(459, 1, '2024-12-09 17:55:33', '2024-12-09 17:55:33', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-21', '', '', '2024-12-09 17:55:33', '2024-12-09 17:55:33', '', 455, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-20.png', 0, 'attachment', 'image/png', 0),
(460, 1, '2024-12-09 17:56:43', '2024-12-09 17:56:43', '<!-- wp:paragraph -->\n<p>Play <strong>Animal Connection Online</strong> and bring the jungle back to harmony! Help scattered animals find their family connections. Match them up, and watch them go home happily. Can you reunite them all?</p>\n<!-- /wp:paragraph -->', 'Animal Connection', 'Play Animal Connection Online and bring the jungle back to harmony! Help scattered animals find their family connections. Match them up, and watch them go home happily. Can you reunite them all?', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2024-12-09 17:56:43', '2024-12-09 17:56:43', '', 455, 'https://Your domain.com/?p=460', 0, 'revision', '', 0),
(461, 1, '2024-12-09 17:59:45', '2024-12-09 17:59:45', '<!-- wp:paragraph -->\n<p>Play <strong>1212! Online</strong>, the ultimate brain-challenging puzzle game! Fit all the pieces perfectly and keep the grid from filling up. How long can you strategize and stay in the game?</p>\n<!-- /wp:paragraph -->', '1212!', 'Play 1212! Online, the ultimate brain-challenging puzzle game! Fit all the pieces perfectly and keep the grid from filling up. How long can you strategize and stay in the game?', 'publish', 'open', 'open', '', '1212', '', '', '2024-12-13 09:42:45', '2024-12-13 09:42:45', '', 0, 'https://Your domain.com/?p=461', 0, 'post', '', 0),
(462, 1, '2024-12-09 17:58:44', '2024-12-09 17:58:44', '', 'cover', '', 'inherit', 'open', 'closed', '', 'cover-12', '', '', '2024-12-09 17:58:44', '2024-12-09 17:58:44', '', 461, 'https://Your domain.com/wp-content/uploads/2024/12/cover-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(463, 1, '2024-12-09 17:58:44', '2024-12-09 17:58:44', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-21', '', '', '2024-12-09 17:58:44', '2024-12-09 17:58:44', '', 461, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-20.png', 0, 'attachment', 'image/png', 0),
(464, 1, '2024-12-09 17:58:46', '2024-12-09 17:58:46', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-23', '', '', '2024-12-09 17:58:46', '2024-12-09 17:58:46', '', 461, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-22.png', 0, 'attachment', 'image/png', 0),
(465, 1, '2024-12-09 17:58:48', '2024-12-09 17:58:48', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-22', '', '', '2024-12-09 17:58:48', '2024-12-09 17:58:48', '', 461, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-21.png', 0, 'attachment', 'image/png', 0),
(466, 1, '2024-12-09 17:59:45', '2024-12-09 17:59:45', '<!-- wp:paragraph -->\n<p>Play <strong>1212! Online</strong>, the ultimate brain-challenging puzzle game! Fit all the pieces perfectly and keep the grid from filling up. How long can you strategize and stay in the game?</p>\n<!-- /wp:paragraph -->', '1212!', 'Play 1212! Online, the ultimate brain-challenging puzzle game! Fit all the pieces perfectly and keep the grid from filling up. How long can you strategize and stay in the game?', 'inherit', 'closed', 'closed', '', '461-revision-v1', '', '', '2024-12-09 17:59:45', '2024-12-09 17:59:45', '', 461, 'https://Your domain.com/?p=466', 0, 'revision', '', 0),
(467, 1, '2024-12-09 18:08:17', '2024-12-09 18:08:17', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'publish', 'open', 'open', '', 'box-crush', '', '', '2024-12-11 17:44:59', '2024-12-11 17:44:59', '', 0, 'https://Your domain.com/?p=467', 0, 'post', '', 0),
(468, 1, '2024-12-09 18:07:19', '2024-12-09 18:07:19', '', 'cover (1)', '', 'inherit', 'open', 'closed', '', 'cover-1-11', '', '', '2024-12-09 18:07:19', '2024-12-09 18:07:19', '', 467, 'https://Your domain.com/wp-content/uploads/2024/12/cover-1-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(469, 1, '2024-12-09 18:07:20', '2024-12-09 18:07:20', '', 'game-1', '', 'inherit', 'open', 'closed', '', 'game-1-22', '', '', '2024-12-09 18:07:20', '2024-12-09 18:07:20', '', 467, 'https://Your domain.com/wp-content/uploads/2024/12/game-1-21.png', 0, 'attachment', 'image/png', 0),
(470, 1, '2024-12-09 18:07:23', '2024-12-09 18:07:23', '', 'game-2', '', 'inherit', 'open', 'closed', '', 'game-2-24', '', '', '2024-12-09 18:07:23', '2024-12-09 18:07:23', '', 467, 'https://Your domain.com/wp-content/uploads/2024/12/game-2-23.png', 0, 'attachment', 'image/png', 0),
(471, 1, '2024-12-09 18:07:25', '2024-12-09 18:07:25', '', 'game-3', '', 'inherit', 'open', 'closed', '', 'game-3-23', '', '', '2024-12-09 18:07:25', '2024-12-09 18:07:25', '', 467, 'https://Your domain.com/wp-content/uploads/2024/12/game-3-22.png', 0, 'attachment', 'image/png', 0),
(472, 1, '2024-12-09 18:08:17', '2024-12-09 18:08:17', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4o</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-09 18:08:17', '2024-12-09 18:08:17', '', 467, 'https://Your domain.com/?p=472', 0, 'revision', '', 0),
(473, 1, '2024-12-09 18:08:31', '2024-12-09 18:08:31', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-09 18:08:31', '2024-12-09 18:08:31', '', 467, 'https://Your domain.com/?p=473', 0, 'revision', '', 0),
(474, 1, '2024-12-09 18:09:26', '2024-12-09 18:09:26', '', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-09 18:09:26', '2024-12-09 18:09:26', '', 324, 'https://Your domain.com/?p=474', 0, 'revision', '', 0),
(475, 1, '2024-12-09 18:09:38', '2024-12-09 18:09:38', '', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-09 18:09:38', '2024-12-09 18:09:38', '', 324, 'https://Your domain.com/?p=475', 0, 'revision', '', 0),
(477, 1, '2024-12-09 18:24:08', '2024-12-09 18:24:08', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #477', '', 'publish', 'closed', 'closed', '', 'elementor-loop-item-2', '', '', '2024-12-11 12:16:23', '2024-12-11 12:16:23', '', 0, 'https://Your domain.com/?elementor_library=elementor-loop-item-2', 0, 'elementor_library', '', 0),
(478, 1, '2024-12-09 18:24:08', '2024-12-09 18:24:08', '', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-09 18:24:08', '2024-12-09 18:24:08', '', 477, 'https://Your domain.com/?p=478', 0, 'revision', '', 0),
(479, 1, '2024-12-09 18:24:09', '2024-12-09 18:24:09', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:24:09', '2024-12-09 18:24:09', '', 14, 'https://Your domain.com/?p=479', 0, 'revision', '', 0),
(480, 1, '2024-12-09 18:24:09', '2024-12-09 18:24:09', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:24:09', '2024-12-09 18:24:09', '', 14, 'https://Your domain.com/?p=480', 0, 'revision', '', 0),
(481, 1, '2024-12-09 18:24:09', '2024-12-09 18:24:09', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:24:09', '2024-12-09 18:24:09', '', 14, 'https://Your domain.com/?p=481', 0, 'revision', '', 0),
(482, 1, '2024-12-09 18:25:03', '2024-12-09 18:25:03', '', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-09 18:25:03', '2024-12-09 18:25:03', '', 477, 'https://Your domain.com/?p=482', 0, 'revision', '', 0),
(483, 1, '2024-12-09 18:25:03', '2024-12-09 18:25:03', '', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-09 18:25:03', '2024-12-09 18:25:03', '', 477, 'https://Your domain.com/?p=483', 0, 'revision', '', 0),
(484, 1, '2024-12-09 18:25:48', '2024-12-09 18:25:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:25:48', '2024-12-09 18:25:48', '', 14, 'https://Your domain.com/?p=484', 0, 'revision', '', 0),
(485, 1, '2024-12-09 18:25:48', '2024-12-09 18:25:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:25:48', '2024-12-09 18:25:48', '', 14, 'https://Your domain.com/?p=485', 0, 'revision', '', 0),
(486, 1, '2024-12-09 18:25:48', '2024-12-09 18:25:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:25:48', '2024-12-09 18:25:48', '', 14, 'https://Your domain.com/?p=486', 0, 'revision', '', 0),
(488, 1, '2024-12-09 18:34:06', '2024-12-09 18:34:06', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:34:06', '2024-12-09 18:34:06', '', 14, 'https://Your domain.com/?p=488', 0, 'revision', '', 0),
(489, 1, '2024-12-09 18:34:06', '2024-12-09 18:34:06', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:34:06', '2024-12-09 18:34:06', '', 14, 'https://Your domain.com/?p=489', 0, 'revision', '', 0),
(490, 1, '2024-12-09 18:34:06', '2024-12-09 18:34:06', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:34:06', '2024-12-09 18:34:06', '', 14, 'https://Your domain.com/?p=490', 0, 'revision', '', 0),
(491, 1, '2024-12-09 18:34:32', '2024-12-09 18:34:32', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:34:32', '2024-12-09 18:34:32', '', 14, 'https://Your domain.com/?p=491', 0, 'revision', '', 0),
(492, 1, '2024-12-09 18:34:32', '2024-12-09 18:34:32', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:34:32', '2024-12-09 18:34:32', '', 14, 'https://Your domain.com/?p=492', 0, 'revision', '', 0),
(493, 1, '2024-12-09 18:34:32', '2024-12-09 18:34:32', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:34:32', '2024-12-09 18:34:32', '', 14, 'https://Your domain.com/?p=493', 0, 'revision', '', 0),
(494, 1, '2024-12-09 18:34:54', '2024-12-09 18:34:54', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:34:54', '2024-12-09 18:34:54', '', 14, 'https://Your domain.com/?p=494', 0, 'revision', '', 0),
(495, 1, '2024-12-09 18:34:54', '2024-12-09 18:34:54', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:34:54', '2024-12-09 18:34:54', '', 14, 'https://Your domain.com/?p=495', 0, 'revision', '', 0),
(496, 1, '2024-12-09 18:34:54', '2024-12-09 18:34:54', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:34:54', '2024-12-09 18:34:54', '', 14, 'https://Your domain.com/?p=496', 0, 'revision', '', 0),
(497, 1, '2024-12-09 18:35:52', '2024-12-09 18:35:52', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:35:52', '2024-12-09 18:35:52', '', 14, 'https://Your domain.com/?p=497', 0, 'revision', '', 0),
(498, 1, '2024-12-09 18:35:52', '2024-12-09 18:35:52', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:35:52', '2024-12-09 18:35:52', '', 14, 'https://Your domain.com/?p=498', 0, 'revision', '', 0),
(499, 1, '2024-12-09 18:35:52', '2024-12-09 18:35:52', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:35:52', '2024-12-09 18:35:52', '', 14, 'https://Your domain.com/?p=499', 0, 'revision', '', 0),
(500, 1, '2024-12-09 18:44:07', '2024-12-09 18:44:07', '<h2>About Us</h2>				\n		<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!</p>		\n					<h2>Other Links</h2>				\n					<h2>Categories</h2>				\n					<h2>My Account</h2>', 'Elementor Footer #500', '', 'publish', 'closed', 'closed', '', 'elementor-footer-500', '', '', '2024-12-23 15:22:47', '2024-12-23 15:22:47', '', 0, 'https://Your domain.com/?post_type=elementor_library&#038;p=500', 0, 'elementor_library', '', 0),
(501, 1, '2024-12-09 18:44:07', '2024-12-09 18:44:07', '', 'Elementor Footer #500', '', 'inherit', 'closed', 'closed', '', '500-revision-v1', '', '', '2024-12-09 18:44:07', '2024-12-09 18:44:07', '', 500, 'https://Your domain.com/?p=501', 0, 'revision', '', 0),
(502, 1, '2024-12-09 18:45:16', '2024-12-09 18:45:16', '', 'freepik__candid-image-photography-natural-textures-highly-r__93511', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__93511', '', '', '2024-12-09 18:45:16', '2024-12-09 18:45:16', '', 500, 'https://Your domain.com/wp-content/uploads/2024/12/freepik__candid-image-photography-natural-textures-highly-r__93511.jpeg', 0, 'attachment', 'image/jpeg', 0),
(503, 1, '2024-12-09 18:49:35', '2024-12-09 18:49:35', ' ', '', '', 'publish', 'closed', 'closed', '', '503', '', '', '2024-12-09 18:49:35', '2024-12-09 18:49:35', '', 0, 'https://Your domain.com/?p=503', 1, 'nav_menu_item', '', 0),
(504, 1, '2024-12-09 18:49:35', '2024-12-09 18:49:35', ' ', '', '', 'publish', 'closed', 'closed', '', '504', '', '', '2024-12-09 18:49:35', '2024-12-09 18:49:35', '', 0, 'https://Your domain.com/?p=504', 2, 'nav_menu_item', '', 0),
(505, 1, '2024-12-09 18:49:35', '2024-12-09 18:49:35', ' ', '', '', 'publish', 'closed', 'closed', '', '505', '', '', '2024-12-09 18:49:35', '2024-12-09 18:49:35', '', 0, 'https://Your domain.com/?p=505', 3, 'nav_menu_item', '', 0),
(506, 1, '2024-12-09 18:49:35', '2024-12-09 18:49:35', '', 'FAQ', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2024-12-09 18:49:35', '2024-12-09 18:49:35', '', 0, 'https://Your domain.com/?p=506', 4, 'nav_menu_item', '', 0),
(507, 1, '2024-12-09 18:49:04', '2024-12-09 18:49:04', '<h2>About Us</h2>		\n		<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!</p>		\n			<h2>Quick Links</h2>', 'Elementor Footer #500', '', 'inherit', 'closed', 'closed', '', '500-revision-v1', '', '', '2024-12-09 18:49:04', '2024-12-09 18:49:04', '', 500, 'https://Your domain.com/?p=507', 0, 'revision', '', 0),
(508, 1, '2024-12-09 18:51:56', '2024-12-09 18:51:56', ' ', '', '', 'publish', 'closed', 'closed', '', '508', '', '', '2024-12-09 18:51:56', '2024-12-09 18:51:56', '', 14, 'https://Your domain.com/?p=508', 1, 'nav_menu_item', '', 0),
(509, 1, '2024-12-09 18:51:56', '2024-12-09 18:51:56', ' ', '', '', 'publish', 'closed', 'closed', '', '509', '', '', '2024-12-09 18:51:56', '2024-12-09 18:51:56', '', 14, 'https://Your domain.com/?p=509', 2, 'nav_menu_item', '', 0),
(510, 1, '2024-12-09 18:51:56', '2024-12-09 18:51:56', ' ', '', '', 'publish', 'closed', 'closed', '', '510', '', '', '2024-12-09 18:51:56', '2024-12-09 18:51:56', '', 14, 'https://Your domain.com/?p=510', 4, 'nav_menu_item', '', 0),
(511, 1, '2024-12-09 18:51:56', '2024-12-09 18:51:56', ' ', '', '', 'publish', 'closed', 'closed', '', '511', '', '', '2024-12-09 18:51:56', '2024-12-09 18:51:56', '', 14, 'https://Your domain.com/?p=511', 5, 'nav_menu_item', '', 0),
(512, 1, '2024-12-09 18:51:56', '2024-12-09 18:51:56', ' ', '', '', 'publish', 'closed', 'closed', '', '512', '', '', '2024-12-09 18:51:56', '2024-12-09 18:51:56', '', 0, 'https://Your domain.com/?p=512', 3, 'nav_menu_item', '', 0),
(513, 1, '2024-12-09 18:51:59', '2024-12-09 18:51:59', '<h2>About Us</h2>		\n		<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!</p>		\n			<h2>Quick Links</h2>		\n			<h2>Categories</h2>', 'Elementor Footer #500', '', 'inherit', 'closed', 'closed', '', '500-revision-v1', '', '', '2024-12-09 18:51:59', '2024-12-09 18:51:59', '', 500, 'https://Your domain.com/?p=513', 0, 'revision', '', 0),
(514, 1, '2024-12-09 18:53:04', '2024-12-09 18:53:04', '<h2>About Us</h2>		\n		<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!</p>		\n			<h2>Quick Links</h2>		\n			<h2>Categories</h2>		\n			<h2>My Account</h2>', 'Elementor Footer #500', '', 'inherit', 'closed', 'closed', '', '500-revision-v1', '', '', '2024-12-09 18:53:04', '2024-12-09 18:53:04', '', 500, 'https://Your domain.com/?p=514', 0, 'revision', '', 0),
(515, 1, '2024-12-09 18:53:38', '2024-12-09 18:53:38', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:53:38', '2024-12-09 18:53:38', '', 14, 'https://Your domain.com/?p=515', 0, 'revision', '', 0),
(516, 1, '2024-12-09 18:53:39', '2024-12-09 18:53:39', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:53:39', '2024-12-09 18:53:39', '', 14, 'https://Your domain.com/?p=516', 0, 'revision', '', 0),
(517, 1, '2024-12-09 18:53:39', '2024-12-09 18:53:39', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-09 18:53:39', '2024-12-09 18:53:39', '', 14, 'https://Your domain.com/?p=517', 0, 'revision', '', 0),
(518, 1, '2024-12-10 07:14:27', '2024-12-10 07:14:27', '', 'Elementor Loop Item #518', '', 'publish', 'closed', 'closed', '', 'elementor-loop-item-3', '', '', '2024-12-10 07:14:28', '2024-12-10 07:14:28', '', 0, 'https://Your domain.com/?elementor_library=elementor-loop-item-3', 0, 'elementor_library', '', 0),
(519, 1, '2024-12-10 07:14:27', '2024-12-10 07:14:27', '', 'Elementor Loop Item #518', '', 'inherit', 'closed', 'closed', '', '518-revision-v1', '', '', '2024-12-10 07:14:27', '2024-12-10 07:14:27', '', 518, 'https://Your domain.com/?p=519', 0, 'revision', '', 0),
(520, 1, '2024-12-10 07:14:29', '2024-12-10 07:14:29', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:14:29', '2024-12-10 07:14:29', '', 14, 'https://Your domain.com/?p=520', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(521, 1, '2024-12-10 07:14:29', '2024-12-10 07:14:29', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:14:29', '2024-12-10 07:14:29', '', 14, 'https://Your domain.com/?p=521', 0, 'revision', '', 0),
(522, 1, '2024-12-10 07:14:29', '2024-12-10 07:14:29', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n			<h2>Earn More By Playing Racing Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:14:29', '2024-12-10 07:14:29', '', 14, 'https://Your domain.com/?p=522', 0, 'revision', '', 0),
(524, 1, '2024-12-10 07:15:27', '2024-12-10 07:15:27', '<a role=\"button\">\n									Play Now\n					</a>', 'Racing Games', '', 'publish', 'closed', 'closed', '', 'racing-games', '', '', '2024-12-17 17:12:59', '2024-12-17 17:12:59', '', 0, 'https://Your domain.com/?post_type=elementor_library&#038;p=524', 0, 'elementor_library', '', 0),
(525, 1, '2024-12-10 07:20:50', '2024-12-10 07:20:50', '', 'Racing Games', '', 'inherit', 'closed', 'closed', '', '524-revision-v1', '', '', '2024-12-10 07:20:50', '2024-12-10 07:20:50', '', 524, 'https://Your domain.com/?p=525', 0, 'revision', '', 0),
(526, 1, '2024-12-10 07:20:50', '2024-12-10 07:20:50', '<a href=\"#\">\n									Play Now\n					</a>', 'Racing Games', '', 'inherit', 'closed', 'closed', '', '524-revision-v1', '', '', '2024-12-10 07:20:50', '2024-12-10 07:20:50', '', 524, 'https://Your domain.com/?p=526', 0, 'revision', '', 0),
(527, 1, '2024-12-10 07:21:24', '2024-12-10 07:21:24', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n			<h2>Earn More By Playing Racing Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:21:24', '2024-12-10 07:21:24', '', 14, 'https://Your domain.com/?p=527', 0, 'revision', '', 0),
(528, 1, '2024-12-10 07:21:24', '2024-12-10 07:21:24', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n			<h2>Earn More By Playing Racing Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:21:24', '2024-12-10 07:21:24', '', 14, 'https://Your domain.com/?p=528', 0, 'revision', '', 0),
(529, 1, '2024-12-10 07:21:24', '2024-12-10 07:21:24', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n			<h2>Earn More By Playing Racing Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:21:24', '2024-12-10 07:21:24', '', 14, 'https://Your domain.com/?p=529', 0, 'revision', '', 0),
(530, 1, '2024-12-10 07:21:28', '2024-12-10 07:21:28', '<a href=\"#\">\n									Play Now\n					</a>', 'Racing Games', '', 'inherit', 'closed', 'closed', '', '524-revision-v1', '', '', '2024-12-10 07:21:28', '2024-12-10 07:21:28', '', 524, 'https://Your domain.com/?p=530', 0, 'revision', '', 0),
(531, 1, '2024-12-10 07:26:07', '2024-12-10 07:26:07', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n			<h2>Earn More By Playing Racing Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:26:07', '2024-12-10 07:26:07', '', 14, 'https://Your domain.com/?p=531', 0, 'revision', '', 0),
(532, 1, '2024-12-10 07:26:07', '2024-12-10 07:26:07', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n			<h2>Earn More By Playing Racing Games</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:26:07', '2024-12-10 07:26:07', '', 14, 'https://Your domain.com/?p=532', 0, 'revision', '', 0),
(533, 1, '2024-12-10 07:26:07', '2024-12-10 07:26:07', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:26:07', '2024-12-10 07:26:07', '', 14, 'https://Your domain.com/?p=533', 0, 'revision', '', 0),
(534, 1, '2024-12-10 07:33:37', '2024-12-10 07:33:37', '', 'freepik__candid-image-photography-natural-textures-highly-r__23091', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__23091', '', '', '2024-12-10 07:33:37', '2024-12-10 07:33:37', '', 14, 'https://Your domain.com/wp-content/uploads/2024/12/freepik__candid-image-photography-natural-textures-highly-r__23091.jpeg', 0, 'attachment', 'image/jpeg', 0),
(536, 1, '2024-12-10 07:34:42', '2024-12-10 07:34:42', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:34:42', '2024-12-10 07:34:42', '', 14, 'https://Your domain.com/?p=536', 0, 'revision', '', 0),
(537, 1, '2024-12-10 07:34:42', '2024-12-10 07:34:42', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:34:42', '2024-12-10 07:34:42', '', 14, 'https://Your domain.com/?p=537', 0, 'revision', '', 0),
(538, 1, '2024-12-10 07:34:42', '2024-12-10 07:34:42', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:34:42', '2024-12-10 07:34:42', '', 14, 'https://Your domain.com/?p=538', 0, 'revision', '', 0),
(539, 1, '2024-12-10 07:46:21', '2024-12-10 07:46:21', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:46:21', '2024-12-10 07:46:21', '', 14, 'https://Your domain.com/?p=539', 0, 'revision', '', 0),
(540, 1, '2024-12-10 07:46:21', '2024-12-10 07:46:21', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:46:21', '2024-12-10 07:46:21', '', 14, 'https://Your domain.com/?p=540', 0, 'revision', '', 0),
(541, 1, '2024-12-10 07:46:21', '2024-12-10 07:46:21', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:46:21', '2024-12-10 07:46:21', '', 14, 'https://Your domain.com/?p=541', 0, 'revision', '', 0),
(542, 1, '2024-12-10 07:47:12', '2024-12-10 07:47:12', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:47:12', '2024-12-10 07:47:12', '', 14, 'https://Your domain.com/?p=542', 0, 'revision', '', 0),
(543, 1, '2024-12-10 07:47:12', '2024-12-10 07:47:12', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:47:12', '2024-12-10 07:47:12', '', 14, 'https://Your domain.com/?p=543', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(544, 1, '2024-12-10 07:47:13', '2024-12-10 07:47:13', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:47:13', '2024-12-10 07:47:13', '', 14, 'https://Your domain.com/?p=544', 0, 'revision', '', 0),
(545, 1, '2024-12-10 07:50:14', '2024-12-10 07:50:14', '', 'file (11)', '', 'inherit', 'open', 'closed', '', 'file-11', '', '', '2024-12-10 07:50:14', '2024-12-10 07:50:14', '', 14, 'https://Your domain.com/wp-content/uploads/2024/12/file-11.png', 0, 'attachment', 'image/png', 0),
(546, 1, '2024-12-10 07:56:43', '2024-12-10 07:56:43', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:56:43', '2024-12-10 07:56:43', '', 14, 'https://Your domain.com/?p=546', 0, 'revision', '', 0),
(547, 1, '2024-12-10 07:56:43', '2024-12-10 07:56:43', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:56:43', '2024-12-10 07:56:43', '', 14, 'https://Your domain.com/?p=547', 0, 'revision', '', 0),
(548, 1, '2024-12-10 07:56:43', '2024-12-10 07:56:43', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 07:56:43', '2024-12-10 07:56:43', '', 14, 'https://Your domain.com/?p=548', 0, 'revision', '', 0),
(549, 1, '2024-12-10 08:05:28', '2024-12-10 08:05:28', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:05:28', '2024-12-10 08:05:28', '', 14, 'https://Your domain.com/?p=549', 0, 'revision', '', 0),
(550, 1, '2024-12-10 08:05:28', '2024-12-10 08:05:28', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:05:28', '2024-12-10 08:05:28', '', 14, 'https://Your domain.com/?p=550', 0, 'revision', '', 0),
(551, 1, '2024-12-10 08:05:28', '2024-12-10 08:05:28', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:05:28', '2024-12-10 08:05:28', '', 14, 'https://Your domain.com/?p=551', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(552, 1, '2024-12-10 08:09:28', '2024-12-10 08:09:28', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:09:28', '2024-12-10 08:09:28', '', 14, 'https://Your domain.com/?p=552', 0, 'revision', '', 0),
(553, 1, '2024-12-10 08:09:28', '2024-12-10 08:09:28', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:09:28', '2024-12-10 08:09:28', '', 14, 'https://Your domain.com/?p=553', 0, 'revision', '', 0),
(554, 1, '2024-12-10 08:09:29', '2024-12-10 08:09:29', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:09:29', '2024-12-10 08:09:29', '', 14, 'https://Your domain.com/?p=554', 0, 'revision', '', 0),
(555, 1, '2024-12-10 08:10:03', '2024-12-10 08:10:03', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:10:03', '2024-12-10 08:10:03', '', 14, 'https://Your domain.com/?p=555', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(556, 1, '2024-12-10 08:10:03', '2024-12-10 08:10:03', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:10:03', '2024-12-10 08:10:03', '', 14, 'https://Your domain.com/?p=556', 0, 'revision', '', 0),
(557, 1, '2024-12-10 08:10:03', '2024-12-10 08:10:03', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:10:03', '2024-12-10 08:10:03', '', 14, 'https://Your domain.com/?p=557', 0, 'revision', '', 0),
(559, 1, '2024-12-10 08:28:48', '2024-12-10 08:28:48', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2024-12-10 08:28:48', '2024-12-10 08:28:48', '', 14, 'https://Your domain.com/wp-content/uploads/2024/12/2.png', 0, 'attachment', 'image/png', 0),
(560, 1, '2024-12-10 08:30:20', '2024-12-10 08:30:20', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:30:20', '2024-12-10 08:30:20', '', 14, 'https://Your domain.com/?p=560', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(561, 1, '2024-12-10 08:30:20', '2024-12-10 08:30:20', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:30:20', '2024-12-10 08:30:20', '', 14, 'https://Your domain.com/?p=561', 0, 'revision', '', 0),
(562, 1, '2024-12-10 08:30:20', '2024-12-10 08:30:20', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 08:30:20', '2024-12-10 08:30:20', '', 14, 'https://Your domain.com/?p=562', 0, 'revision', '', 0),
(563, 1, '2024-12-10 10:03:19', '2024-12-10 10:03:19', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 10:03:19', '2024-12-10 10:03:19', '', 14, 'https://Your domain.com/?p=563', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(564, 1, '2024-12-10 10:03:19', '2024-12-10 10:03:19', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 10:03:19', '2024-12-10 10:03:19', '', 14, 'https://Your domain.com/?p=564', 0, 'revision', '', 0),
(565, 1, '2024-12-10 10:03:19', '2024-12-10 10:03:19', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-10 10:03:19', '2024-12-10 10:03:19', '', 14, 'https://Your domain.com/?p=565', 0, 'revision', '', 0),
(566, 1, '2024-12-10 16:36:52', '2024-12-10 16:36:52', '', 'mycred_default_image', '', 'inherit', 'open', 'closed', '', 'mycred_default_image', '', '', '2024-12-10 16:36:52', '2024-12-10 16:36:52', '', 0, 'https://Your domain.com/mycred_default_image/', 0, 'attachment', 'image/png', 0),
(567, 1, '2024-12-10 16:36:52', '2024-12-10 16:36:52', '', 'Newbie', '', 'publish', 'closed', 'closed', '', 'newbie', '', '', '2024-12-10 16:36:52', '2024-12-10 16:36:52', '', 0, 'https://Your domain.com/mycred_rank/newbie/', 0, 'mycred_rank', '', 0),
(568, 1, '2024-12-10 17:35:05', '2024-12-10 17:35:05', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Reward Points', 'reward-points', 'publish', 'closed', 'closed', '', 'group_67587ba0ef10b', '', '', '2024-12-11 11:02:49', '2024-12-11 11:02:49', '', 0, 'https://Your domain.com/?post_type=acf-field-group&#038;p=568', 0, 'acf-field-group', '', 0),
(569, 1, '2024-12-10 17:35:05', '2024-12-10 17:35:05', 'a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:17:\"allow_in_bindings\";i:1;s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Reward Points', 'reward_points', 'publish', 'closed', 'closed', '', 'field_67587bbd57173', '', '', '2024-12-11 11:02:49', '2024-12-11 11:02:49', '', 568, 'https://Your domain.com/?post_type=acf-field&#038;p=569', 0, 'acf-field', '', 0),
(570, 1, '2024-12-10 17:35:16', '2024-12-10 17:35:16', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-10 17:35:16', '2024-12-10 17:35:16', '', 467, 'https://Your domain.com/?p=570', 0, 'revision', '', 0),
(571, 1, '2024-12-10 17:47:25', '2024-12-10 17:47:25', '', 'Point', '', 'publish', 'closed', 'closed', '', 'point', '', '', '2024-12-10 19:13:40', '2024-12-10 19:13:40', '', 0, 'https://Your domain.com/?post_type=points-type&#038;p=571', 0, 'points-type', '', 0),
(572, 1, '2024-12-10 17:37:03', '2024-12-10 17:37:03', '', '50 Points for box Crush gets visited 1 time (limited to 1 per day)', '', 'publish', 'closed', 'closed', '', '572-2', '', '', '2024-12-10 19:13:39', '2024-12-10 19:13:39', '', 571, 'https://Your domain.com/?post_type=points-award&#038;p=572', 0, 'points-award', '', 0),
(574, 1, '2024-12-10 18:58:59', '2024-12-10 18:58:59', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-aa0f573\"><li><a href=\"#\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-aa0f573\"><li><a href=\"#\" tabindex=\"-1\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\" tabindex=\"-1\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\" tabindex=\"-1\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-10 18:58:59', '2024-12-10 18:58:59', '', 30, 'https://Your domain.com/?p=574', 0, 'revision', '', 0),
(577, 1, '2024-12-11 09:56:37', '2024-12-11 09:56:37', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Time Duration', 'time-duration', 'publish', 'closed', 'closed', '', 'group_67594d5dec47c', '', '', '2024-12-11 11:02:55', '2024-12-11 11:02:55', '', 0, 'https://Your domain.com/?post_type=acf-field-group&#038;p=577', 0, 'acf-field-group', '', 0),
(578, 1, '2024-12-11 08:31:58', '2024-12-11 08:31:58', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Top Earners</h2>		\n		[rewarded_points]		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-11 08:31:58', '2024-12-11 08:31:58', '', 271, 'https://Your domain.com/?p=578', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(579, 1, '2024-12-11 08:35:37', '2024-12-11 08:35:37', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-11 08:35:37', '2024-12-11 08:35:37', '', 467, 'https://Your domain.com/?p=579', 0, 'revision', '', 0),
(580, 1, '2024-12-11 09:56:37', '2024-12-11 09:56:37', 'a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:17:\"allow_in_bindings\";i:1;s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Time Duration', 'time_duration', 'publish', 'closed', 'closed', '', 'field_67594d7cab8f4', '', '', '2024-12-11 11:02:55', '2024-12-11 11:02:55', '', 577, 'https://Your domain.com/?post_type=acf-field&#038;p=580', 0, 'acf-field', '', 0),
(581, 1, '2024-12-11 10:17:36', '2024-12-11 10:17:36', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 10:17:36', '2024-12-11 10:17:36', '', 14, 'https://Your domain.com/?p=581', 0, 'revision', '', 0),
(582, 1, '2024-12-11 10:17:36', '2024-12-11 10:17:36', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 10:17:36', '2024-12-11 10:17:36', '', 14, 'https://Your domain.com/?p=582', 0, 'revision', '', 0),
(583, 1, '2024-12-11 10:17:36', '2024-12-11 10:17:36', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 10:17:36', '2024-12-11 10:17:36', '', 14, 'https://Your domain.com/?p=583', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(584, 1, '2024-12-11 10:18:28', '2024-12-11 10:18:28', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 10:18:28', '2024-12-11 10:18:28', '', 14, 'https://Your domain.com/?p=584', 0, 'revision', '', 0),
(585, 1, '2024-12-11 10:18:28', '2024-12-11 10:18:28', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 10:18:28', '2024-12-11 10:18:28', '', 14, 'https://Your domain.com/?p=585', 0, 'revision', '', 0),
(586, 1, '2024-12-11 10:18:28', '2024-12-11 10:18:28', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 10:18:28', '2024-12-11 10:18:28', '', 14, 'https://Your domain.com/?p=586', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(587, 1, '2024-12-11 10:18:53', '2024-12-11 10:18:53', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 10:18:53', '2024-12-11 10:18:53', '', 14, 'https://Your domain.com/?p=587', 0, 'revision', '', 0),
(588, 1, '2024-12-11 10:18:53', '2024-12-11 10:18:53', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 10:18:53', '2024-12-11 10:18:53', '', 14, 'https://Your domain.com/?p=588', 0, 'revision', '', 0),
(589, 1, '2024-12-11 10:18:54', '2024-12-11 10:18:54', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 10:18:54', '2024-12-11 10:18:54', '', 14, 'https://Your domain.com/?p=589', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(590, 1, '2024-12-11 10:26:36', '2024-12-11 10:26:36', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-aa0f573\"><li><a href=\"#\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-aa0f573\"><li><a href=\"#\" tabindex=\"-1\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\" tabindex=\"-1\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\" tabindex=\"-1\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-11 10:26:36', '2024-12-11 10:26:36', '', 30, 'https://Your domain.com/?p=590', 0, 'revision', '', 0),
(591, 1, '2024-12-11 10:28:05', '2024-12-11 10:28:05', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-aa0f573\"><li><a href=\"#\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-aa0f573\"><li><a href=\"#\" tabindex=\"-1\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\" tabindex=\"-1\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\" tabindex=\"-1\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-11 10:28:05', '2024-12-11 10:28:05', '', 30, 'https://Your domain.com/?p=591', 0, 'revision', '', 0),
(594, 1, '2024-12-11 11:00:06', '2024-12-11 11:00:06', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-11 11:00:06', '2024-12-11 11:00:06', '', 271, 'https://Your domain.com/?p=594', 0, 'revision', '', 0),
(595, 1, '2024-12-11 11:00:32', '2024-12-11 11:00:32', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-11 11:00:32', '2024-12-11 11:00:32', '', 467, 'https://Your domain.com/?p=595', 0, 'revision', '', 0),
(596, 1, '2024-12-11 11:02:06', '2024-12-11 11:02:06', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-11 11:02:06', '2024-12-11 11:02:06', '', 467, 'https://Your domain.com/?p=596', 0, 'revision', '', 0),
(597, 1, '2024-12-11 11:03:37', '2024-12-11 11:03:37', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-11 11:03:37', '2024-12-11 11:03:37', '', 467, 'https://Your domain.com/?p=597', 0, 'revision', '', 0),
(598, 1, '2024-12-11 11:03:55', '2024-12-11 11:03:55', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-11 11:03:55', '2024-12-11 11:03:55', '', 467, 'https://Your domain.com/?p=598', 0, 'revision', '', 0),
(599, 1, '2024-12-11 11:04:09', '2024-12-11 11:04:09', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-11 11:04:09', '2024-12-11 11:04:09', '', 467, 'https://Your domain.com/?p=599', 0, 'revision', '', 0),
(600, 1, '2024-12-11 11:04:35', '2024-12-11 11:04:35', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-11 11:04:35', '2024-12-11 11:04:35', '', 271, 'https://Your domain.com/?p=600', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(601, 1, '2024-12-11 11:10:16', '2024-12-11 11:10:16', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-aa0f573\"><li><a href=\"#\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-aa0f573\"><li><a href=\"#\" tabindex=\"-1\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\" tabindex=\"-1\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\" tabindex=\"-1\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/support/\" tabindex=\"-1\">Support</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>			</nav>\n			<h2>Other Links</h2>		\n						<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							20,000						\n					</h3>\n			<h2>My Account</h2>		\n			<h2>Other Links</h2>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-11 11:10:16', '2024-12-11 11:10:16', '', 30, 'https://Your domain.com/?p=601', 0, 'revision', '', 0),
(602, 1, '2024-12-11 11:19:13', '2024-12-11 11:19:13', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 11:19:13', '2024-12-11 11:19:13', '', 14, 'https://Your domain.com/?p=602', 0, 'revision', '', 0),
(603, 1, '2024-12-11 11:19:14', '2024-12-11 11:19:14', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 11:19:14', '2024-12-11 11:19:14', '', 14, 'https://Your domain.com/?p=603', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(604, 1, '2024-12-11 11:19:14', '2024-12-11 11:19:14', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-11 11:19:14', '2024-12-11 11:19:14', '', 14, 'https://Your domain.com/?p=604', 0, 'revision', '', 0),
(605, 1, '2024-12-11 11:54:06', '2024-12-11 11:54:06', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-11 11:54:06', '2024-12-11 11:54:06', '', 324, 'https://Your domain.com/?p=605', 0, 'revision', '', 0),
(606, 1, '2024-12-11 11:54:53', '2024-12-11 11:54:53', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-11 11:54:53', '2024-12-11 11:54:53', '', 477, 'https://Your domain.com/?p=606', 0, 'revision', '', 0),
(607, 1, '2024-12-11 11:57:24', '2024-12-11 11:57:24', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-11 11:57:24', '2024-12-11 11:57:24', '', 477, 'https://Your domain.com/?p=607', 0, 'revision', '', 0),
(609, 1, '2024-12-11 12:01:05', '2024-12-11 12:01:05', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-11 12:01:05', '2024-12-11 12:01:05', '', 477, 'https://Your domain.com/?p=609', 0, 'revision', '', 0),
(610, 1, '2024-12-11 12:02:12', '2024-12-11 12:02:12', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-11 12:02:12', '2024-12-11 12:02:12', '', 477, 'https://Your domain.com/?p=610', 0, 'revision', '', 0),
(611, 1, '2024-12-11 12:02:35', '2024-12-11 12:02:35', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-11 12:02:35', '2024-12-11 12:02:35', '', 477, 'https://Your domain.com/?p=611', 0, 'revision', '', 0),
(612, 1, '2024-12-11 12:03:32', '2024-12-11 12:03:32', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-11 12:03:32', '2024-12-11 12:03:32', '', 477, 'https://Your domain.com/?p=612', 0, 'revision', '', 0),
(613, 1, '2024-12-11 12:04:07', '2024-12-11 12:04:07', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-11 12:04:07', '2024-12-11 12:04:07', '', 477, 'https://Your domain.com/?p=613', 0, 'revision', '', 0),
(614, 1, '2024-12-11 12:06:01', '2024-12-11 12:06:01', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-11 12:06:01', '2024-12-11 12:06:01', '', 477, 'https://Your domain.com/?p=614', 0, 'revision', '', 0),
(615, 1, '2024-12-11 12:10:24', '2024-12-11 12:10:24', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-11 12:10:24', '2024-12-11 12:10:24', '', 324, 'https://Your domain.com/?p=615', 0, 'revision', '', 0),
(616, 1, '2024-12-11 12:13:16', '2024-12-11 12:13:16', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-11 12:13:16', '2024-12-11 12:13:16', '', 324, 'https://Your domain.com/?p=616', 0, 'revision', '', 0),
(617, 1, '2024-12-11 12:16:23', '2024-12-11 12:16:23', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #477', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2024-12-11 12:16:23', '2024-12-11 12:16:23', '', 477, 'https://Your domain.com/?p=617', 0, 'revision', '', 0),
(619, 1, '2024-12-11 12:31:38', '2024-12-11 12:31:38', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-11 12:31:38', '2024-12-11 12:31:38', '', 236, 'https://Your domain.com/?p=619', 0, 'revision', '', 0),
(620, 1, '2024-12-11 12:31:38', '2024-12-11 12:31:38', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-11 12:31:38', '2024-12-11 12:31:38', '', 236, 'https://Your domain.com/?p=620', 0, 'revision', '', 0),
(621, 1, '2024-12-11 12:31:38', '2024-12-11 12:31:38', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-11 12:31:38', '2024-12-11 12:31:38', '', 236, 'https://Your domain.com/?p=621', 0, 'revision', '', 0),
(622, 1, '2024-12-11 15:41:08', '2024-12-11 15:41:08', '<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>', 'Elementor Loop Item #324', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2024-12-11 15:41:08', '2024-12-11 15:41:08', '', 324, 'https://Your domain.com/?p=622', 0, 'revision', '', 0),
(623, 1, '2024-12-11 16:01:38', '2024-12-11 16:01:38', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-11 16:01:38', '2024-12-11 16:01:38', '', 271, 'https://Your domain.com/?p=623', 0, 'revision', '', 0),
(624, 1, '2024-12-11 16:03:04', '2024-12-11 16:03:04', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-11 16:03:04', '2024-12-11 16:03:04', '', 271, 'https://Your domain.com/?p=624', 0, 'revision', '', 0),
(625, 1, '2024-12-11 16:06:27', '2024-12-11 16:06:27', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-11 16:06:27', '2024-12-11 16:06:27', '', 271, 'https://Your domain.com/?p=625', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(626, 1, '2024-12-11 16:09:38', '2024-12-11 16:09:38', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-11 16:09:38', '2024-12-11 16:09:38', '', 271, 'https://Your domain.com/?p=626', 0, 'revision', '', 0),
(627, 1, '2024-12-11 16:19:51', '2024-12-11 16:19:51', '<p>Click on</p>		\n					<a role=\"button\">\n									Play Now\n					</a>\n		<p>to start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-11 16:19:51', '2024-12-11 16:19:51', '', 271, 'https://Your domain.com/?p=627', 0, 'revision', '', 0),
(628, 1, '2024-12-11 16:32:39', '2024-12-11 16:32:39', '<p>Click on \"Play Game\" Button Below To Start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-11 16:32:39', '2024-12-11 16:32:39', '', 271, 'https://Your domain.com/?p=628', 0, 'revision', '', 0),
(629, 1, '2024-12-11 17:43:10', '2024-12-11 17:43:10', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-11 17:43:10', '2024-12-11 17:43:10', '', 18, 'https://Your domain.com/?p=629', 0, 'revision', '', 0),
(630, 1, '2024-12-11 17:43:10', '2024-12-11 17:43:10', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-11 17:43:10', '2024-12-11 17:43:10', '', 18, 'https://Your domain.com/?p=630', 0, 'revision', '', 0),
(631, 1, '2024-12-11 17:43:10', '2024-12-11 17:43:10', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_points_history]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-11 17:43:10', '2024-12-11 17:43:10', '', 18, 'https://Your domain.com/?p=631', 0, 'revision', '', 0),
(632, 1, '2024-12-11 17:44:41', '2024-12-11 17:44:41', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Game Name', 'game-name', 'publish', 'closed', 'closed', '', 'group_6759cf7853a28', '', '', '2024-12-11 17:44:41', '2024-12-11 17:44:41', '', 0, 'https://Your domain.com/?post_type=acf-field-group&#038;p=632', 0, 'acf-field-group', '', 0),
(633, 1, '2024-12-11 17:44:41', '2024-12-11 17:44:41', 'a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:17:\"allow_in_bindings\";i:0;s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Game Name', 'game_name', 'publish', 'closed', 'closed', '', 'field_6759cf975561e', '', '', '2024-12-11 17:44:41', '2024-12-11 17:44:41', '', 632, 'https://Your domain.com/?post_type=acf-field&p=633', 0, 'acf-field', '', 0),
(634, 1, '2024-12-11 17:44:59', '2024-12-11 17:44:59', '<!-- wp:paragraph -->\n<p>Play <strong>Box Crush Online</strong> and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?</p>\n<!-- /wp:paragraph -->', 'Box Crush', 'Play Box Crush Online and put your puzzle skills to the test! Clear rows and columns before the numbers hit zero. Watch the progress bar closely to unlock powerful special abilities. How long can you keep crushing?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2024-12-11 17:44:59', '2024-12-11 17:44:59', '', 467, 'https://Your domain.com/?p=634', 0, 'revision', '', 0),
(637, 1, '2024-12-12 07:20:19', '2024-12-12 07:20:19', '[wppb-edit-profile]', 'Edit Profile', '', 'publish', 'closed', 'closed', '', 'edit-profile', '', '', '2024-12-12 07:20:19', '2024-12-12 07:20:19', '', 0, 'https://Your domain.com/edit-profile/', 0, 'page', '', 0),
(638, 1, '2024-12-12 07:24:04', '2024-12-12 07:24:04', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_points_history]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 07:24:04', '2024-12-12 07:24:04', '', 18, 'https://Your domain.com/?p=638', 0, 'revision', '', 0),
(639, 1, '2024-12-12 07:24:04', '2024-12-12 07:24:04', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_points_history]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 07:24:04', '2024-12-12 07:24:04', '', 18, 'https://Your domain.com/?p=639', 0, 'revision', '', 0),
(640, 1, '2024-12-12 07:24:04', '2024-12-12 07:24:04', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 07:24:04', '2024-12-12 07:24:04', '', 18, 'https://Your domain.com/?p=640', 0, 'revision', '', 0),
(642, 1, '2024-12-12 07:33:54', '2024-12-12 07:33:54', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 07:33:54', '2024-12-12 07:33:54', '', 18, 'https://Your domain.com/?p=642', 0, 'revision', '', 0),
(643, 1, '2024-12-12 07:33:54', '2024-12-12 07:33:54', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 07:33:54', '2024-12-12 07:33:54', '', 18, 'https://Your domain.com/?p=643', 0, 'revision', '', 0),
(644, 1, '2024-12-12 07:33:55', '2024-12-12 07:33:55', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 07:33:55', '2024-12-12 07:33:55', '', 18, 'https://Your domain.com/?p=644', 0, 'revision', '', 0),
(645, 1, '2024-12-12 07:37:55', '2024-12-12 07:37:55', '', 'file (11)', '', 'inherit', 'open', 'closed', '', 'file-11-2', '', '', '2024-12-12 07:37:55', '2024-12-12 07:37:55', '', 0, 'https://Your domain.com/wp-content/uploads/2024/12/file-11-2.png', 0, 'attachment', 'image/png', 0),
(647, 1, '2024-12-12 08:33:20', '2024-12-12 08:33:20', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 08:33:20', '2024-12-12 08:33:20', '', 18, 'https://Your domain.com/?p=647', 0, 'revision', '', 0),
(648, 1, '2024-12-12 08:33:20', '2024-12-12 08:33:20', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 08:33:20', '2024-12-12 08:33:20', '', 18, 'https://Your domain.com/?p=648', 0, 'revision', '', 0),
(649, 1, '2024-12-12 08:33:20', '2024-12-12 08:33:20', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 08:33:20', '2024-12-12 08:33:20', '', 18, 'https://Your domain.com/?p=649', 0, 'revision', '', 0),
(650, 1, '2024-12-12 08:52:03', '2024-12-12 08:52:03', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 08:52:03', '2024-12-12 08:52:03', '', 18, 'https://Your domain.com/?p=650', 0, 'revision', '', 0),
(651, 1, '2024-12-12 08:52:03', '2024-12-12 08:52:03', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 08:52:03', '2024-12-12 08:52:03', '', 18, 'https://Your domain.com/?p=651', 0, 'revision', '', 0),
(652, 1, '2024-12-12 08:52:03', '2024-12-12 08:52:03', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 08:52:03', '2024-12-12 08:52:03', '', 18, 'https://Your domain.com/?p=652', 0, 'revision', '', 0),
(653, 1, '2024-12-12 08:52:19', '2024-12-12 08:52:19', '', 'processed-image', '', 'inherit', 'open', 'closed', '', 'processed-image', '', '', '2024-12-12 08:52:19', '2024-12-12 08:52:19', '', 0, 'https://Your domain.com/wp-content/uploads/2024/12/processed-image.png', 0, 'attachment', 'image/png', 0),
(654, 1, '2024-12-12 09:01:03', '2024-12-12 09:01:03', '', 'processed-image', '', 'inherit', 'open', 'closed', '', 'processed-image-2', '', '', '2024-12-12 09:01:03', '2024-12-12 09:01:03', '', 0, 'https://Your domain.com/wp-content/uploads/2024/12/processed-image-1.png', 0, 'attachment', 'image/png', 0),
(655, 1, '2024-12-12 09:01:44', '2024-12-12 09:01:44', '', 'processed-image', '', 'inherit', 'open', 'closed', '', 'processed-image-3', '', '', '2024-12-12 09:01:44', '2024-12-12 09:01:44', '', 0, 'https://Your domain.com/wp-content/uploads/2024/12/processed-image-2.png', 0, 'attachment', 'image/png', 0),
(656, 1, '2024-12-12 09:02:53', '2024-12-12 09:02:53', '', 'processed-image-3.png', '', 'inherit', 'open', 'closed', '', 'processed-image-3-png', '', '', '2024-12-12 09:02:53', '2024-12-12 09:02:53', '', 0, 'https://Your domain.com/wp-content/uploads/2024/12/processed-image-3.png', 0, 'attachment', 'image/png', 0),
(657, 1, '2024-12-12 09:03:13', '2024-12-12 09:03:13', '', 'processed-image-4.png', '', 'inherit', 'open', 'closed', '', 'processed-image-4-png', '', '', '2024-12-12 09:03:13', '2024-12-12 09:03:13', '', 0, 'https://Your domain.com/wp-content/uploads/2024/12/processed-image-4.png', 0, 'attachment', 'image/png', 0),
(659, 1, '2024-12-12 09:08:16', '2024-12-12 09:08:16', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:08:16', '2024-12-12 09:08:16', '', 18, 'https://Your domain.com/?p=659', 0, 'revision', '', 0),
(660, 1, '2024-12-12 09:08:16', '2024-12-12 09:08:16', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:08:16', '2024-12-12 09:08:16', '', 18, 'https://Your domain.com/?p=660', 0, 'revision', '', 0),
(661, 1, '2024-12-12 09:08:16', '2024-12-12 09:08:16', '<img src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:08:16', '2024-12-12 09:08:16', '', 18, 'https://Your domain.com/?p=661', 0, 'revision', '', 0),
(663, 1, '2024-12-12 09:16:09', '2024-12-12 09:16:09', '<img src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:16:09', '2024-12-12 09:16:09', '', 18, 'https://Your domain.com/?p=663', 0, 'revision', '', 0),
(664, 1, '2024-12-12 09:16:09', '2024-12-12 09:16:09', '<img src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:16:09', '2024-12-12 09:16:09', '', 18, 'https://Your domain.com/?p=664', 0, 'revision', '', 0),
(665, 1, '2024-12-12 09:16:09', '2024-12-12 09:16:09', '<img src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_pic]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:16:09', '2024-12-12 09:16:09', '', 18, 'https://Your domain.com/?p=665', 0, 'revision', '', 0),
(666, 1, '2024-12-12 09:16:39', '2024-12-12 09:16:39', '<img src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_pic]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:16:39', '2024-12-12 09:16:39', '', 18, 'https://Your domain.com/?p=666', 0, 'revision', '', 0),
(667, 1, '2024-12-12 09:16:39', '2024-12-12 09:16:39', '<img src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_pic]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:16:39', '2024-12-12 09:16:39', '', 18, 'https://Your domain.com/?p=667', 0, 'revision', '', 0),
(668, 1, '2024-12-12 09:16:39', '2024-12-12 09:16:39', '[user_profile_pic]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:16:39', '2024-12-12 09:16:39', '', 18, 'https://Your domain.com/?p=668', 0, 'revision', '', 0),
(669, 1, '2024-12-12 09:19:14', '2024-12-12 09:19:14', '[user_profile_pic]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:19:14', '2024-12-12 09:19:14', '', 18, 'https://Your domain.com/?p=669', 0, 'revision', '', 0),
(670, 1, '2024-12-12 09:19:14', '2024-12-12 09:19:14', '[user_profile_pic]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:19:14', '2024-12-12 09:19:14', '', 18, 'https://Your domain.com/?p=670', 0, 'revision', '', 0),
(671, 1, '2024-12-12 09:19:14', '2024-12-12 09:19:14', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:19:14', '2024-12-12 09:19:14', '', 18, 'https://Your domain.com/?p=671', 0, 'revision', '', 0),
(672, 1, '2024-12-12 09:19:53', '2024-12-12 09:19:53', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:19:53', '2024-12-12 09:19:53', '', 18, 'https://Your domain.com/?p=672', 0, 'revision', '', 0),
(673, 1, '2024-12-12 09:19:53', '2024-12-12 09:19:53', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:19:53', '2024-12-12 09:19:53', '', 18, 'https://Your domain.com/?p=673', 0, 'revision', '', 0),
(674, 1, '2024-12-12 09:19:53', '2024-12-12 09:19:53', '[profile_picture_upload]\n<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:19:53', '2024-12-12 09:19:53', '', 18, 'https://Your domain.com/?p=674', 0, 'revision', '', 0),
(675, 1, '2024-12-12 09:22:19', '2024-12-12 09:22:19', '[profile_picture_upload]\n<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:22:19', '2024-12-12 09:22:19', '', 18, 'https://Your domain.com/?p=675', 0, 'revision', '', 0),
(676, 1, '2024-12-12 09:22:19', '2024-12-12 09:22:19', '[profile_picture_upload]\n<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:22:19', '2024-12-12 09:22:19', '', 18, 'https://Your domain.com/?p=676', 0, 'revision', '', 0),
(677, 1, '2024-12-12 09:22:19', '2024-12-12 09:22:19', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:22:19', '2024-12-12 09:22:19', '', 18, 'https://Your domain.com/?p=677', 0, 'revision', '', 0),
(678, 1, '2024-12-12 09:22:29', '2024-12-12 09:22:29', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:22:29', '2024-12-12 09:22:29', '', 18, 'https://Your domain.com/?p=678', 0, 'revision', '', 0),
(679, 1, '2024-12-12 09:22:29', '2024-12-12 09:22:29', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:22:29', '2024-12-12 09:22:29', '', 18, 'https://Your domain.com/?p=679', 0, 'revision', '', 0),
(680, 1, '2024-12-12 09:22:29', '2024-12-12 09:22:29', '[profile_picture_upload]\n<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 09:22:29', '2024-12-12 09:22:29', '', 18, 'https://Your domain.com/?p=680', 0, 'revision', '', 0),
(681, 1, '2024-12-12 12:14:47', '2024-12-12 12:14:47', '[profile_picture_upload]\n<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 12:14:47', '2024-12-12 12:14:47', '', 18, 'https://Your domain.com/?p=681', 0, 'revision', '', 0),
(682, 1, '2024-12-12 12:14:47', '2024-12-12 12:14:47', '[profile_picture_upload]\n<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 12:14:47', '2024-12-12 12:14:47', '', 18, 'https://Your domain.com/?p=682', 0, 'revision', '', 0),
(683, 1, '2024-12-12 12:14:47', '2024-12-12 12:14:47', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 12:14:47', '2024-12-12 12:14:47', '', 18, 'https://Your domain.com/?p=683', 0, 'revision', '', 0),
(685, 1, '2024-12-12 14:57:41', '2024-12-12 14:57:41', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 14:57:41', '2024-12-12 14:57:41', '', 18, 'https://Your domain.com/?p=685', 0, 'revision', '', 0),
(686, 1, '2024-12-12 14:57:41', '2024-12-12 14:57:41', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[wppb-edit-profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 14:57:41', '2024-12-12 14:57:41', '', 18, 'https://Your domain.com/?p=686', 0, 'revision', '', 0),
(687, 1, '2024-12-12 14:57:41', '2024-12-12 14:57:41', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n			<p id=\"wppb-no-other-users-to-edit\">There are no other users to edit</p>        <form enctype=\"multipart/form-data\" method=\"post\" id=\"wppb-edit-user\" action=\"https://Your domain.com/wp-admin/admin-ajax.php\">\n			<ul><li id=\"wppb-form-element-1\"><h4>Name</h4></li><li id=\"wppb-form-element-2\">\n			<label for=\"username\">Username*</label>\n			<input name=\"username\" maxlength=\"70\" type=\"text\" id=\"username\" value=\"onlinegamingv2\"  disabled=\"disabled\"  required /></li><li id=\"wppb-form-element-3\">\n			<label for=\"first_name\">First Name</label>\n			<input name=\"first_name\" maxlength=\"70\" type=\"text\" id=\"first_name\" value=\"Yogesh\"  /></li><li id=\"wppb-form-element-4\">\n			<label for=\"last_name\">Last Name</label>\n			<input name=\"last_name\" maxlength=\"70\" type=\"text\" id=\"last_name\" value=\"Neware\" /></li><li id=\"wppb-form-element-7\"><h4>Contact Info</h4></li><li id=\"wppb-form-element-8\">\n			<label for=\"email\">E-mail*</label>\n			<input name=\"email\" maxlength=\"70\" type=\"email\" id=\"email\" value=\"yneware7@gmail.com\"  required   /></li><li id=\"wppb-form-element-9\">\n			<label for=\"website\">Website</label>\n			<input name=\"website\" maxlength=\"70\" type=\"text\" id=\"website\" value=\"https://Your domain.com\" /></li><li id=\"wppb-form-element-10\"><h4>About Yourself</h4></li><li id=\"wppb-form-element-11\">\n			<label for=\"description\">Biographical Info</label>\n			<textarea rows=\"5\" name=\"description\" maxlength=\"\" id=\"description\" wrap=\"virtual\" >dasdasd</textarea></li><li id=\"wppb-form-element-12\">\n			<label for=\"passw1\">Password</label>\n			<input name=\"passw1\" maxlength=\"70\" type=\"password\" id=\"passw1\" value=\"\" autocomplete=\"off\" /> </li><li id=\"wppb-form-element-13\">\n			<label for=\"passw2\">Repeat Password</label>\n			<input name=\"passw2\" maxlength=\"70\" type=\"password\" id=\"passw2\" value=\"\" autocomplete=\"off\" /></li></ul><ul></ul>			<p  >\n				                				<input name=\"edit_profile\" type=\"submit\" id=\"edit_profile\" value=\"Update\" />\n                <input name=\"redirect_to\" type=\"hidden\" value=\"\" />\n                				<input name=\"action\" type=\"hidden\" id=\"action\" value=\"edit_profile\" />\n				<input name=\"form_name\" type=\"hidden\" id=\"form_name\" value=\"unspecified\" />\n				<input name=\"form_id\" type=\"hidden\" id=\"form_id\" value=\"\" />\n							</p><!-- .form-submit -->\n			<input type=\"hidden\" id=\"edit_profile_unspecified_nonce_field\" name=\"edit_profile_unspecified_nonce_field\" value=\"e519f300b0\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/onlinegamingv2/wp-admin/admin-ajax.php\" />		</form>\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-12 14:57:41', '2024-12-12 14:57:41', '', 18, 'https://Your domain.com/?p=687', 0, 'revision', '', 0),
(688, 1, '2024-12-12 15:09:43', '2024-12-12 15:09:43', '', 'Taxonomy Filter In Elementor', '', 'publish', 'closed', 'closed', '', 'taxonomy-filter-in-elementor', '', '', '2024-12-12 15:09:43', '2024-12-12 15:09:43', '', 0, 'https://Your domain.com/?page_id=688', 0, 'page', '', 0),
(689, 1, '2024-12-12 15:09:43', '2024-12-12 15:09:43', '', 'Taxonomy Filter In Elementor', '', 'inherit', 'closed', 'closed', '', '688-revision-v1', '', '', '2024-12-12 15:09:43', '2024-12-12 15:09:43', '', 688, 'https://Your domain.com/?p=689', 0, 'revision', '', 0),
(690, 1, '2024-12-12 19:00:29', '2024-12-12 19:00:29', '<p>Click on \"Play Game\" Button Below To Start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-12 19:00:29', '2024-12-12 19:00:29', '', 271, 'https://Your domain.com/?p=690', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(691, 1, '2024-12-12 19:02:14', '2024-12-12 19:02:14', '<p>Click on \"Play Game\" Button Below To Start Game</p>		\n			<h2>Reward </h2>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"></path></svg>				\n									<h3>\n							Duration(s)						\n					</h3>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n									<h3>\n							Points						\n					</h3>\n			<h2>How To Earn ?</h2>		\n		<p>Simply start game, and as you play, you\'ll accumulate points based on the time spent</p>		\n			<meta itemprop=\"worstRating\" content=\"0\">\n			<meta itemprop=\"bestRating\" content=\"5\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"></path></svg>				\n			<h2>Game Details</h2>		\n			<h3>Game Title :</h3>		\n			<h3>Category : </h3>		\n			<h3>Popularity :</h3>		\n			<h2>Game Screenshots</h2>', 'Elementor Single Post #271', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2024-12-12 19:02:14', '2024-12-12 19:02:14', '', 271, 'https://Your domain.com/?p=691', 0, 'revision', '', 0),
(692, 1, '2024-12-12 19:10:30', '2024-12-12 19:10:30', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Elementor Archive #692', '', 'publish', 'closed', 'closed', '', 'elementor-archive-692', '', '', '2024-12-12 19:34:53', '2024-12-12 19:34:53', '', 0, 'https://Your domain.com/?post_type=elementor_library&#038;p=692', 0, 'elementor_library', '', 0),
(693, 1, '2024-12-12 19:04:02', '2024-12-12 19:04:02', '', 'Elementor Archive #692', '', 'inherit', 'closed', 'closed', '', '692-revision-v1', '', '', '2024-12-12 19:04:02', '2024-12-12 19:04:02', '', 692, 'https://Your domain.com/?p=693', 0, 'revision', '', 0),
(695, 1, '2024-12-12 19:13:10', '2024-12-12 19:13:10', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-12 19:13:10', '2024-12-12 19:13:10', '', 236, 'https://Your domain.com/?p=695', 0, 'revision', '', 0),
(696, 1, '2024-12-12 19:13:10', '2024-12-12 19:13:10', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-12 19:13:10', '2024-12-12 19:13:10', '', 236, 'https://Your domain.com/?p=696', 0, 'revision', '', 0),
(697, 1, '2024-12-12 19:13:10', '2024-12-12 19:13:10', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-12 19:13:10', '2024-12-12 19:13:10', '', 236, 'https://Your domain.com/?p=697', 0, 'revision', '', 0),
(698, 1, '2024-12-12 19:13:49', '2024-12-12 19:13:49', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Elementor Archive #692', '', 'inherit', 'closed', 'closed', '', '692-revision-v1', '', '', '2024-12-12 19:13:49', '2024-12-12 19:13:49', '', 692, 'https://Your domain.com/?p=698', 0, 'revision', '', 0),
(699, 1, '2024-12-12 19:34:53', '2024-12-12 19:34:53', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Elementor Archive #692', '', 'inherit', 'closed', 'closed', '', '692-revision-v1', '', '', '2024-12-12 19:34:53', '2024-12-12 19:34:53', '', 692, 'https://Your domain.com/?p=699', 0, 'revision', '', 0),
(701, 1, '2024-12-13 09:32:27', '2024-12-13 09:32:27', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 09:32:27', '2024-12-13 09:32:27', '', 236, 'https://Your domain.com/?p=701', 0, 'revision', '', 0),
(702, 1, '2024-12-13 09:32:27', '2024-12-13 09:32:27', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 09:32:27', '2024-12-13 09:32:27', '', 236, 'https://Your domain.com/?p=702', 0, 'revision', '', 0),
(703, 1, '2024-12-13 09:32:27', '2024-12-13 09:32:27', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 09:32:27', '2024-12-13 09:32:27', '', 236, 'https://Your domain.com/?p=703', 0, 'revision', '', 0),
(705, 1, '2024-12-13 09:37:06', '2024-12-13 09:37:06', '<!-- wp:paragraph -->\n<p>Play <strong>1212! Online</strong>, the ultimate brain-challenging puzzle game! Fit all the pieces perfectly and keep the grid from filling up. How long can you strategize and stay in the game?</p>\n<!-- /wp:paragraph -->', '1212!', 'Play 1212! Online, the ultimate brain-challenging puzzle game! Fit all the pieces perfectly and keep the grid from filling up. How long can you strategize and stay in the game?', 'inherit', 'closed', 'closed', '', '461-revision-v1', '', '', '2024-12-13 09:37:06', '2024-12-13 09:37:06', '', 461, 'https://Your domain.com/?p=705', 0, 'revision', '', 0),
(706, 1, '2024-12-13 09:37:54', '2024-12-13 09:37:54', '<!-- wp:paragraph -->\n<p>Play <strong>Animal Connection Online</strong> and bring the jungle back to harmony! Help scattered animals find their family connections. Match them up, and watch them go home happily. Can you reunite them all?</p>\n<!-- /wp:paragraph -->', 'Animal Connection', 'Play Animal Connection Online and bring the jungle back to harmony! Help scattered animals find their family connections. Match them up, and watch them go home happily. Can you reunite them all?', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2024-12-13 09:37:54', '2024-12-13 09:37:54', '', 455, 'https://Your domain.com/?p=706', 0, 'revision', '', 0),
(707, 1, '2024-12-13 09:38:23', '2024-12-13 09:38:23', '<!-- wp:paragraph -->\n<p>Play <strong>Animal Connection Online</strong> and bring the jungle back to harmony! Help scattered animals find their family connections. Match them up, and watch them go home happily. Can you reunite them all?</p>\n<!-- /wp:paragraph -->', 'Animal Connection', 'Play Animal Connection Online and bring the jungle back to harmony! Help scattered animals find their family connections. Match them up, and watch them go home happily. Can you reunite them all?', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2024-12-13 09:38:23', '2024-12-13 09:38:23', '', 455, 'https://Your domain.com/?p=707', 0, 'revision', '', 0),
(708, 1, '2024-12-13 09:42:45', '2024-12-13 09:42:45', '<!-- wp:paragraph -->\n<p>Play <strong>1212! Online</strong>, the ultimate brain-challenging puzzle game! Fit all the pieces perfectly and keep the grid from filling up. How long can you strategize and stay in the game?</p>\n<!-- /wp:paragraph -->', '1212!', 'Play 1212! Online, the ultimate brain-challenging puzzle game! Fit all the pieces perfectly and keep the grid from filling up. How long can you strategize and stay in the game?', 'inherit', 'closed', 'closed', '', '461-revision-v1', '', '', '2024-12-13 09:42:45', '2024-12-13 09:42:45', '', 461, 'https://Your domain.com/?p=708', 0, 'revision', '', 0),
(709, 1, '2024-12-13 09:44:10', '2024-12-13 09:44:10', '<!-- wp:paragraph -->\n<p>Play Jelly Slice Online and test your precision! Slice the jelly so that each piece contains exactly one star. Aim for 3 stars to maximize your rewards. How sharp are your slicing skills?</p>\n<!-- /wp:paragraph -->', 'Jelly Slice', 'Play Jelly Slice Online and test your precision! Slice the jelly so that each piece contains exactly one star. Aim for 3 stars to maximize your rewards. How sharp are your slicing skills?', 'inherit', 'closed', 'closed', '', '449-revision-v1', '', '', '2024-12-13 09:44:10', '2024-12-13 09:44:10', '', 449, 'https://Your domain.com/?p=709', 0, 'revision', '', 0),
(710, 1, '2024-12-13 09:44:54', '2024-12-13 09:44:54', '<!-- wp:paragraph -->\n<p>Play <strong>Rampage Racer Online</strong> and feel the adrenaline rush! Speed through traffic, evade obstacles, and push yourself to break your own record. How long can you keep the rampage going?</p>\n<!-- /wp:paragraph -->', 'Rampage Racer', 'Play Rampage Racer Online and feel the adrenaline rush! Speed through traffic, evade obstacles, and push yourself to break your own record. How long can you keep the rampage going?', 'inherit', 'closed', 'closed', '', '443-revision-v1', '', '', '2024-12-13 09:44:54', '2024-12-13 09:44:54', '', 443, 'https://Your domain.com/?p=710', 0, 'revision', '', 0),
(711, 1, '2024-12-13 09:45:29', '2024-12-13 09:45:29', '<!-- wp:paragraph -->\n<p>Play Quack Hunt Online and put your aim to the test! Move the scope and shoot the ducks before they fly off the screen. How many can you hit before time runs out?</p>\n<!-- /wp:paragraph -->', 'Quack Hunt', 'Play Quack Hunt Online and put your aim to the test! Move the scope and shoot the ducks before they fly off the screen. How many can you hit before time runs out?', 'inherit', 'closed', 'closed', '', '437-revision-v1', '', '', '2024-12-13 09:45:29', '2024-12-13 09:45:29', '', 437, 'https://Your domain.com/?p=711', 0, 'revision', '', 0),
(712, 1, '2024-12-13 09:46:01', '2024-12-13 09:46:01', '<!-- wp:paragraph -->\n<p>Play Super Goalie Auditions Online and put your reflexes to the ultimate test! Face ten challenging levels with increasing difficulty and prove you have what it takes to be a superstar goalkeeper. Can you block every shot?</p>\n<!-- /wp:paragraph -->', 'Super Goalie Auditions', 'Play Super Goalie Auditions Online and put your reflexes to the ultimate test! Face ten challenging levels with increasing difficulty and prove you have what it takes to be a superstar goalkeeper. Can you block every shot?', 'inherit', 'closed', 'closed', '', '431-revision-v1', '', '', '2024-12-13 09:46:01', '2024-12-13 09:46:01', '', 431, 'https://Your domain.com/?p=712', 0, 'revision', '', 0),
(713, 1, '2024-12-13 09:46:49', '2024-12-13 09:46:49', '<!-- wp:paragraph -->\n<p>Play <strong>Blaze Rider Online</strong> and set the road ablaze! Melt the tar with the heat of your tires as you prowl through the streets. Leave your enemies in the dust—it’s time for them to retire!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Blaze Rider', 'Play Blaze Rider Online and set the road ablaze! Melt the tar with the heat of your tires as you prowl through the streets. Leave your enemies in the dust—it’s time for them to retire!', 'inherit', 'closed', 'closed', '', '425-revision-v1', '', '', '2024-12-13 09:46:49', '2024-12-13 09:46:49', '', 425, 'https://Your domain.com/?p=713', 0, 'revision', '', 0),
(714, 1, '2024-12-13 09:47:21', '2024-12-13 09:47:21', '<!-- wp:paragraph -->\n<p>Play <strong>Blaze Rider Online</strong> and set the road ablaze! Melt the tar with the heat of your tires as you prowl through the streets. Leave your enemies in the dust—it’s time for them to retire!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Blaze Rider', 'Play Blaze Rider Online and set the road ablaze! Melt the tar with the heat of your tires as you prowl through the streets. Leave your enemies in the dust—it’s time for them to retire!', 'inherit', 'closed', 'closed', '', '425-revision-v1', '', '', '2024-12-13 09:47:21', '2024-12-13 09:47:21', '', 425, 'https://Your domain.com/?p=714', 0, 'revision', '', 0),
(715, 1, '2024-12-13 09:48:08', '2024-12-13 09:48:08', '<!-- wp:paragraph -->\n<p>Play Catch-a-pult Online and master the art of precision! Catapult the balls from one launcher to another and rack up extra points with rebounds. How many can you catch before missing your mark?</p>\n<!-- /wp:paragraph -->', 'Catch-a-pult', 'Play Catch-a-pult Online and master the art of precision! Catapult the balls from one launcher to another and rack up extra points with rebounds. How many can you catch before missing your mark?', 'inherit', 'closed', 'closed', '', '419-revision-v1', '', '', '2024-12-13 09:48:08', '2024-12-13 09:48:08', '', 419, 'https://Your domain.com/?p=715', 0, 'revision', '', 0),
(716, 1, '2024-12-13 09:48:55', '2024-12-13 09:48:55', '<!-- wp:paragraph -->\n<p>Play <strong>Terra Infirma Online</strong> and skate your way through a shifting Earth! Swipe up and down as fast as you can to stay balanced and avoid falling. Can you conquer the chaos beneath your feet?</p>\n<!-- /wp:paragraph -->', 'Terra Infirma', 'Play Terra Infirma Online and skate your way through a shifting Earth! Swipe up and down as fast as you can to stay balanced and avoid falling. Can you conquer the chaos beneath your feet?', 'inherit', 'closed', 'closed', '', '413-revision-v1', '', '', '2024-12-13 09:48:55', '2024-12-13 09:48:55', '', 413, 'https://Your domain.com/?p=716', 0, 'revision', '', 0),
(717, 1, '2024-12-13 09:49:53', '2024-12-13 09:49:53', '<!-- wp:paragraph -->\n<p>Play The Sea Lion Act Online and help the circus sea lion with the twitchy nose! Balance as many objects as you can on the beam without letting them fall. How long can you keep the act going?</p>\n<!-- /wp:paragraph -->', 'The Sea Lion Act', 'Play The Sea Lion Act Online and help the circus sea lion with the twitchy nose! Balance as many objects as you can on the beam without letting them fall. How long can you keep the act going?', 'inherit', 'closed', 'closed', '', '407-revision-v1', '', '', '2024-12-13 09:49:53', '2024-12-13 09:49:53', '', 407, 'https://Your domain.com/?p=717', 0, 'revision', '', 0),
(718, 1, '2024-12-13 09:53:17', '2024-12-13 09:53:17', '<!-- wp:paragraph -->\n<p>Play Astro Knot Online and help the poor creature stranded on unexplored land! Hop along and explore a beautiful galactic setup. How far can you travel in this cosmic adventure?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Astro Knot', 'Play Astro Knot Online and help the poor creature stranded on unexplored land! Hop along and explore a beautiful galactic setup. How far can you travel in this cosmic adventure?\n\n\n\n\n\n\n', 'inherit', 'closed', 'closed', '', '401-revision-v1', '', '', '2024-12-13 09:53:17', '2024-12-13 09:53:17', '', 401, 'https://Your domain.com/?p=718', 0, 'revision', '', 0),
(719, 1, '2024-12-13 09:53:57', '2024-12-13 09:53:57', '<!-- wp:paragraph -->\n<p>Play Rope Ninja Online and show off your ninja skills! Catch as many birds as you can while collecting coins along the way. Stay sharp and see how many birds you can grab before time runs out!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Rope Ninja', 'Play Rope Ninja Online and show off your ninja skills! Catch as many birds as you can while collecting coins along the way. Stay sharp and see how many birds you can grab before time runs out!', 'inherit', 'closed', 'closed', '', '394-revision-v1', '', '', '2024-12-13 09:53:57', '2024-12-13 09:53:57', '', 394, 'https://Your domain.com/?p=719', 0, 'revision', '', 0),
(720, 1, '2024-12-13 09:54:43', '2024-12-13 09:54:43', '<!-- wp:paragraph -->\n<p>Play Falling Through Online and dive into this addictive game! Smartly find the nearest gaps for the ball to pass through, but be quick—timing is everything! How long can you keep the ball falling without hitting an obstacle?</p>\n<!-- /wp:paragraph -->', 'Falling Through', 'Play Falling Through Online and dive into this addictive game! Smartly find the nearest gaps for the ball to pass through, but be quick—timing is everything! How long can you keep the ball falling without hitting an obstacle?', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2024-12-13 09:54:43', '2024-12-13 09:54:43', '', 388, 'https://Your domain.com/?p=720', 0, 'revision', '', 0),
(721, 1, '2024-12-13 09:55:10', '2024-12-13 09:55:10', '<!-- wp:paragraph -->\n<p>Play <strong>Zoo Pinball Online</strong> and experience pinball like never before—in the jungle! How long can you keep the silver balls from passing the flippers? Test your skills and see how many points you can rack up in this wild version of pinball!</p>\n<!-- /wp:paragraph -->', 'Zoo Pinball', 'Play Zoo Pinball Online and experience pinball like never before—in the jungle! How long can you keep the silver balls from passing the flippers? Test your skills and see how many points you can rack up in this wild version of pinball!', 'inherit', 'closed', 'closed', '', '382-revision-v1', '', '', '2024-12-13 09:55:10', '2024-12-13 09:55:10', '', 382, 'https://Your domain.com/?p=721', 0, 'revision', '', 0),
(722, 1, '2024-12-13 09:55:43', '2024-12-13 09:55:43', '<!-- wp:paragraph -->\n<p>Play Bouncy Online and bounce off the platforms to make as many jumps as you can in this thrilling 3D game! How high can you go before the fall? Keep jumping and see how far you can get!</p>\n<!-- /wp:paragraph -->', 'Bouncy', 'Play Bouncy Online and bounce off the platforms to make as many jumps as you can in this thrilling 3D game! How high can you go before the fall? Keep jumping and see how far you can get!', 'inherit', 'closed', 'closed', '', '375-revision-v1', '', '', '2024-12-13 09:55:43', '2024-12-13 09:55:43', '', 375, 'https://Your domain.com/?p=722', 0, 'revision', '', 0),
(723, 1, '2024-12-13 09:56:40', '2024-12-13 09:56:40', '<!-- wp:paragraph -->\n<p>Play <strong>Spinning Shooters Online</strong> and test your marksmanship! Shoot down the boxes coming your way, but beware of the surprises that might catch you off guard. How many can you hit before time runs out?</p>\n<!-- /wp:paragraph -->', 'Spinning Shooter', 'Play Spinning Shooters Online and test your marksmanship! Shoot down the boxes coming your way, but beware of the surprises that might catch you off guard. How many can you hit before time runs out?', 'inherit', 'closed', 'closed', '', '368-revision-v1', '', '', '2024-12-13 09:56:40', '2024-12-13 09:56:40', '', 368, 'https://Your domain.com/?p=723', 0, 'revision', '', 0),
(725, 1, '2024-12-13 10:00:40', '2024-12-13 10:00:40', '<!-- wp:paragraph -->\n<p>Play Bouncing Beasts Online and help the animals hop from one twig to another! Be careful not to let the rings touch the wood—how far can you bounce without making a mistake?</p>\n<!-- /wp:paragraph -->', 'Bouncing Beasts', 'Play Bouncing Beasts Online and help the animals hop from one twig to another! Be careful not to let the rings touch the wood—how far can you bounce without making a mistake?', 'inherit', 'closed', 'closed', '', '361-revision-v1', '', '', '2024-12-13 10:00:40', '2024-12-13 10:00:40', '', 361, 'https://Your domain.com/?p=725', 0, 'revision', '', 0),
(726, 1, '2024-12-13 10:01:06', '2024-12-13 10:01:06', '<!-- wp:paragraph -->\n<p>Play <strong>Valley of Terror Online</strong> and defend your town from a horde of zombies! Your mission is clear: clean up the streets and protect your town from the terror that lurks. Are you brave enough to face the challenge?</p>\n<!-- /wp:paragraph -->', 'Valley of Terror', 'Play Valley of Terror Online and defend your town from a horde of zombies! Your mission is clear: clean up the streets and protect your town from the terror that lurks. Are you brave enough to face the challenge?', 'inherit', 'closed', 'closed', '', '355-revision-v1', '', '', '2024-12-13 10:01:06', '2024-12-13 10:01:06', '', 355, 'https://Your domain.com/?p=726', 0, 'revision', '', 0),
(727, 1, '2024-12-13 10:01:42', '2024-12-13 10:01:42', '<!-- wp:paragraph -->\n<p>Play <strong>Gerbil Jump Online</strong> and take the Gerbil to new heights! Stay steady and avoid rushing, or you might tumble off the buildings. How far can you go without falling?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Gerbil Jump', 'Play Gerbil Jump Online and take the Gerbil to new heights! Stay steady and avoid rushing, or you might tumble off the buildings. How far can you go without falling?', 'inherit', 'closed', 'closed', '', '349-revision-v1', '', '', '2024-12-13 10:01:42', '2024-12-13 10:01:42', '', 349, 'https://Your domain.com/?p=727', 0, 'revision', '', 0),
(728, 1, '2024-12-13 10:02:15', '2024-12-13 10:02:15', '<!-- wp:paragraph -->\n<p>Play <strong>Slap Fest Online</strong> and let the slapping showdown begin! Attack, retreat, and slap your way to victory. Be quick and make your opponent scream in pain—do you have what it takes to dominate the fest?</p>\n<!-- /wp:paragraph -->', 'Slap Fest', 'Play Slap Fest Online and let the slapping showdown begin! Attack, retreat, and slap your way to victory. Be quick and make your opponent scream in pain—do you have what it takes to dominate the fest?', 'inherit', 'closed', 'closed', '', '343-revision-v1', '', '', '2024-12-13 10:02:15', '2024-12-13 10:02:15', '', 343, 'https://Your domain.com/?p=728', 0, 'revision', '', 0),
(729, 1, '2024-12-13 10:03:07', '2024-12-13 10:03:07', '<!-- wp:paragraph -->\n<p>Play <strong>Pumpkin Smash Online</strong> and dive into the fun! Your objective is simple: tap on the flying pumpkins to smash them into pieces, but watch out for the bombs. How many can you smash without slipping up?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Pumpkin Smashe', 'Play Pumpkin Smash Online and dive into the fun! Your objective is simple: tap on the flying pumpkins to smash them into pieces, but watch out for the bombs. How many can you smash without slipping up?', 'inherit', 'closed', 'closed', '', '337-revision-v1', '', '', '2024-12-13 10:03:07', '2024-12-13 10:03:07', '', 337, 'https://Your domain.com/?p=729', 0, 'revision', '', 0),
(730, 1, '2024-12-13 10:03:37', '2024-12-13 10:03:37', '<!-- wp:paragraph -->\n<p>Play online <strong>Blazing Blades</strong> and set the stage on fire with the blaze of your blades! Test your skills and see how many boards you can smash without missing a single one. Ready for the challenge?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Blazing Blades', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2024-12-13 10:03:37', '2024-12-13 10:03:37', '', 259, 'https://Your domain.com/?p=730', 0, 'revision', '', 0),
(732, 1, '2024-12-13 10:11:18', '2024-12-13 10:11:18', 'a:13:{s:23:\"search_field_menu_order\";s:1:\"2\";s:23:\"apply_button_menu_order\";s:1:\"3\";s:12:\"wp_page_type\";s:15:\"common___common\";s:23:\"instead_wp_filter_query\";s:0:\"\";s:15:\"wp_filter_query\";s:2:\"-1\";s:10:\"hide_empty\";s:2:\"no\";s:10:\"show_count\";s:3:\"yes\";s:18:\"search_field_label\";s:6:\"Search\";s:24:\"search_field_placeholder\";s:0:\"\";s:17:\"apply_button_text\";s:5:\"Apply\";s:17:\"reset_button_text\";s:5:\"Reset\";s:16:\"use_search_field\";s:2:\"no\";s:16:\"use_apply_button\";s:2:\"no\";}', 'Filter By Points', 'post', 'publish', 'closed', 'closed', '', '1', '', '', '2024-12-13 10:11:18', '2024-12-13 10:11:18', '', 0, 'https://Your domain.com/?post_type=filter-set&#038;p=732', 0, 'filter-set', '', 0),
(733, 1, '2024-12-13 10:11:18', '2024-12-13 10:11:18', 'a:24:{s:6:\"entity\";s:9:\"post_meta\";s:6:\"e_name\";s:19:\"group_67587ba0ef10b\";s:4:\"view\";s:10:\"checkboxes\";s:9:\"date_type\";s:4:\"date\";s:15:\"show_term_names\";s:3:\"yes\";s:14:\"dropdown_label\";s:0:\"\";s:11:\"date_format\";s:6:\"F j, Y\";s:5:\"logic\";s:2:\"or\";s:7:\"orderby\";s:7:\"default\";s:7:\"in_path\";s:3:\"yes\";s:7:\"include\";s:2:\"no\";s:12:\"range_slider\";s:3:\"yes\";s:4:\"step\";s:1:\"1\";s:13:\"parent_filter\";s:2:\"no\";s:13:\"min_num_label\";s:0:\"\";s:13:\"max_num_label\";s:0:\"\";s:7:\"tooltip\";s:0:\"\";s:10:\"show_chips\";s:3:\"yes\";s:10:\"acf_fields\";s:0:\"\";s:8:\"collapse\";s:2:\"no\";s:9:\"hierarchy\";s:2:\"no\";s:6:\"search\";s:2:\"no\";s:17:\"hide_until_parent\";s:2:\"no\";s:9:\"more_less\";s:2:\"no\";}', 'Filter By Points', 'post_meta', 'publish', 'closed', 'closed', '', 'points', '', '', '2024-12-13 10:11:18', '2024-12-13 10:11:18', '', 732, 'https://Your domain.com/?post_type=filter-field&p=733', 1, 'filter-field', '', 0),
(734, 1, '2024-12-13 10:12:05', '2024-12-13 10:12:05', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:12:05', '2024-12-13 10:12:05', '', 236, 'https://Your domain.com/?p=734', 0, 'revision', '', 0),
(735, 1, '2024-12-13 10:12:05', '2024-12-13 10:12:05', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:12:05', '2024-12-13 10:12:05', '', 236, 'https://Your domain.com/?p=735', 0, 'revision', '', 0),
(736, 1, '2024-12-13 10:12:05', '2024-12-13 10:12:05', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:12:05', '2024-12-13 10:12:05', '', 236, 'https://Your domain.com/?p=736', 0, 'revision', '', 0),
(737, 1, '2024-12-13 10:26:07', '2024-12-13 10:26:07', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:26:07', '2024-12-13 10:26:07', '', 236, 'https://Your domain.com/?p=737', 0, 'revision', '', 0),
(738, 1, '2024-12-13 10:26:07', '2024-12-13 10:26:07', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:26:07', '2024-12-13 10:26:07', '', 236, 'https://Your domain.com/?p=738', 0, 'revision', '', 0),
(739, 1, '2024-12-13 10:26:07', '2024-12-13 10:26:07', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>		\n		[acf_post_filter]', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:26:07', '2024-12-13 10:26:07', '', 236, 'https://Your domain.com/?p=739', 0, 'revision', '', 0),
(740, 1, '2024-12-13 10:50:33', '2024-12-13 10:50:33', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>		\n		[acf_post_filter]', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:50:33', '2024-12-13 10:50:33', '', 236, 'https://Your domain.com/?p=740', 0, 'revision', '', 0),
(741, 1, '2024-12-13 10:50:33', '2024-12-13 10:50:33', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>		\n		[acf_post_filter]', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:50:33', '2024-12-13 10:50:33', '', 236, 'https://Your domain.com/?p=741', 0, 'revision', '', 0),
(742, 1, '2024-12-13 10:50:33', '2024-12-13 10:50:33', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>		\n		[acf_post_filter]', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:50:33', '2024-12-13 10:50:33', '', 236, 'https://Your domain.com/?p=742', 0, 'revision', '', 0),
(743, 1, '2024-12-13 10:58:22', '2024-12-13 10:58:22', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>		\n		[acf_post_filter]', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:58:22', '2024-12-13 10:58:22', '', 236, 'https://Your domain.com/?p=743', 0, 'revision', '', 0),
(744, 1, '2024-12-13 10:58:22', '2024-12-13 10:58:22', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>		\n		[acf_post_filter]', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:58:22', '2024-12-13 10:58:22', '', 236, 'https://Your domain.com/?p=744', 0, 'revision', '', 0),
(745, 1, '2024-12-13 10:58:22', '2024-12-13 10:58:22', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 10:58:22', '2024-12-13 10:58:22', '', 236, 'https://Your domain.com/?p=745', 0, 'revision', '', 0),
(748, 1, '2024-12-13 11:31:07', '2024-12-13 11:31:07', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 11:31:07', '2024-12-13 11:31:07', '', 236, 'https://Your domain.com/?p=748', 0, 'revision', '', 0),
(749, 1, '2024-12-13 11:31:07', '2024-12-13 11:31:07', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 11:31:07', '2024-12-13 11:31:07', '', 236, 'https://Your domain.com/?p=749', 0, 'revision', '', 0),
(750, 1, '2024-12-13 11:31:07', '2024-12-13 11:31:07', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-13 11:31:07', '2024-12-13 11:31:07', '', 236, 'https://Your domain.com/?p=750', 0, 'revision', '', 0),
(751, 1, '2024-12-13 11:58:03', '2024-12-13 11:58:03', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n			<p id=\"wppb-no-other-users-to-edit\">There are no other users to edit</p>        <form enctype=\"multipart/form-data\" method=\"post\" id=\"wppb-edit-user\" action=\"https://Your domain.com/wp-admin/admin-ajax.php\">\n			<ul><li id=\"wppb-form-element-1\"><h4>Name</h4></li><li id=\"wppb-form-element-2\">\n			<label for=\"username\">Username*</label>\n			<input name=\"username\" maxlength=\"70\" type=\"text\" id=\"username\" value=\"onlinegamingv2\"  disabled=\"disabled\"  required /></li><li id=\"wppb-form-element-3\">\n			<label for=\"first_name\">First Name</label>\n			<input name=\"first_name\" maxlength=\"70\" type=\"text\" id=\"first_name\" value=\"Yogesh\"  /></li><li id=\"wppb-form-element-4\">\n			<label for=\"last_name\">Last Name</label>\n			<input name=\"last_name\" maxlength=\"70\" type=\"text\" id=\"last_name\" value=\"Neware\" /></li><li id=\"wppb-form-element-7\"><h4>Contact Info</h4></li><li id=\"wppb-form-element-8\">\n			<label for=\"email\">E-mail*</label>\n			<input name=\"email\" maxlength=\"70\" type=\"email\" id=\"email\" value=\"yneware7@gmail.com\"  required   /></li><li id=\"wppb-form-element-9\">\n			<label for=\"website\">Website</label>\n			<input name=\"website\" maxlength=\"70\" type=\"text\" id=\"website\" value=\"https://Your domain.com\" /></li><li id=\"wppb-form-element-10\"><h4>About Yourself</h4></li><li id=\"wppb-form-element-11\">\n			<label for=\"description\">Biographical Info</label>\n			<textarea rows=\"5\" name=\"description\" maxlength=\"\" id=\"description\" wrap=\"virtual\" >dasdasd</textarea></li><li id=\"wppb-form-element-12\">\n			<label for=\"passw1\">Password</label>\n			<input name=\"passw1\" maxlength=\"70\" type=\"password\" id=\"passw1\" value=\"\" autocomplete=\"off\" /> </li><li id=\"wppb-form-element-13\">\n			<label for=\"passw2\">Repeat Password</label>\n			<input name=\"passw2\" maxlength=\"70\" type=\"password\" id=\"passw2\" value=\"\" autocomplete=\"off\" /></li></ul><ul></ul>			<p  >\n				                				<input name=\"edit_profile\" type=\"submit\" id=\"edit_profile\" value=\"Update\" />\n                <input name=\"redirect_to\" type=\"hidden\" value=\"\" />\n                				<input name=\"action\" type=\"hidden\" id=\"action\" value=\"edit_profile\" />\n				<input name=\"form_name\" type=\"hidden\" id=\"form_name\" value=\"unspecified\" />\n				<input name=\"form_id\" type=\"hidden\" id=\"form_id\" value=\"\" />\n							</p><!-- .form-submit -->\n			<input type=\"hidden\" id=\"edit_profile_unspecified_nonce_field\" name=\"edit_profile_unspecified_nonce_field\" value=\"e519f300b0\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/onlinegamingv2/wp-admin/admin-ajax.php\" />		</form>\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 11:58:03', '2024-12-13 11:58:03', '', 18, 'https://Your domain.com/?p=751', 0, 'revision', '', 0),
(752, 1, '2024-12-13 11:58:03', '2024-12-13 11:58:03', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n			<p id=\"wppb-no-other-users-to-edit\">There are no other users to edit</p>        <form enctype=\"multipart/form-data\" method=\"post\" id=\"wppb-edit-user\" action=\"https://Your domain.com/wp-admin/admin-ajax.php\">\n			<ul><li id=\"wppb-form-element-1\"><h4>Name</h4></li><li id=\"wppb-form-element-2\">\n			<label for=\"username\">Username*</label>\n			<input name=\"username\" maxlength=\"70\" type=\"text\" id=\"username\" value=\"onlinegamingv2\"  disabled=\"disabled\"  required /></li><li id=\"wppb-form-element-3\">\n			<label for=\"first_name\">First Name</label>\n			<input name=\"first_name\" maxlength=\"70\" type=\"text\" id=\"first_name\" value=\"Yogesh\"  /></li><li id=\"wppb-form-element-4\">\n			<label for=\"last_name\">Last Name</label>\n			<input name=\"last_name\" maxlength=\"70\" type=\"text\" id=\"last_name\" value=\"Neware\" /></li><li id=\"wppb-form-element-7\"><h4>Contact Info</h4></li><li id=\"wppb-form-element-8\">\n			<label for=\"email\">E-mail*</label>\n			<input name=\"email\" maxlength=\"70\" type=\"email\" id=\"email\" value=\"yneware7@gmail.com\"  required   /></li><li id=\"wppb-form-element-9\">\n			<label for=\"website\">Website</label>\n			<input name=\"website\" maxlength=\"70\" type=\"text\" id=\"website\" value=\"https://Your domain.com\" /></li><li id=\"wppb-form-element-10\"><h4>About Yourself</h4></li><li id=\"wppb-form-element-11\">\n			<label for=\"description\">Biographical Info</label>\n			<textarea rows=\"5\" name=\"description\" maxlength=\"\" id=\"description\" wrap=\"virtual\" >dasdasd</textarea></li><li id=\"wppb-form-element-12\">\n			<label for=\"passw1\">Password</label>\n			<input name=\"passw1\" maxlength=\"70\" type=\"password\" id=\"passw1\" value=\"\" autocomplete=\"off\" /> </li><li id=\"wppb-form-element-13\">\n			<label for=\"passw2\">Repeat Password</label>\n			<input name=\"passw2\" maxlength=\"70\" type=\"password\" id=\"passw2\" value=\"\" autocomplete=\"off\" /></li></ul><ul></ul>			<p  >\n				                				<input name=\"edit_profile\" type=\"submit\" id=\"edit_profile\" value=\"Update\" />\n                <input name=\"redirect_to\" type=\"hidden\" value=\"\" />\n                				<input name=\"action\" type=\"hidden\" id=\"action\" value=\"edit_profile\" />\n				<input name=\"form_name\" type=\"hidden\" id=\"form_name\" value=\"unspecified\" />\n				<input name=\"form_id\" type=\"hidden\" id=\"form_id\" value=\"\" />\n							</p><!-- .form-submit -->\n			<input type=\"hidden\" id=\"edit_profile_unspecified_nonce_field\" name=\"edit_profile_unspecified_nonce_field\" value=\"e519f300b0\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/onlinegamingv2/wp-admin/admin-ajax.php\" />		</form>\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 11:58:03', '2024-12-13 11:58:03', '', 18, 'https://Your domain.com/?p=752', 0, 'revision', '', 0),
(753, 1, '2024-12-13 11:58:03', '2024-12-13 11:58:03', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_info]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 11:58:03', '2024-12-13 11:58:03', '', 18, 'https://Your domain.com/?p=753', 0, 'revision', '', 0),
(754, 1, '2024-12-13 12:09:43', '2024-12-13 12:09:43', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_info]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 12:09:43', '2024-12-13 12:09:43', '', 18, 'https://Your domain.com/?p=754', 0, 'revision', '', 0),
(755, 1, '2024-12-13 12:09:43', '2024-12-13 12:09:43', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_info]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 12:09:43', '2024-12-13 12:09:43', '', 18, 'https://Your domain.com/?p=755', 0, 'revision', '', 0),
(756, 1, '2024-12-13 12:09:43', '2024-12-13 12:09:43', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n			<p id=\"wppb-no-other-users-to-edit\">There are no other users to edit</p>        <form enctype=\"multipart/form-data\" method=\"post\" id=\"wppb-edit-user\" action=\"https://Your domain.com/wp-admin/admin-ajax.php\">\n			<ul><li id=\"wppb-form-element-1\"><h4>Name</h4></li><li id=\"wppb-form-element-2\">\n			<label for=\"username\">Username*</label>\n			<input name=\"username\" maxlength=\"70\" type=\"text\" id=\"username\" value=\"onlinegamingv2\"  disabled=\"disabled\"  required /></li><li id=\"wppb-form-element-3\">\n			<label for=\"first_name\">First Name</label>\n			<input name=\"first_name\" maxlength=\"70\" type=\"text\" id=\"first_name\" value=\"Yogesh\"  /></li><li id=\"wppb-form-element-4\">\n			<label for=\"last_name\">Last Name</label>\n			<input name=\"last_name\" maxlength=\"70\" type=\"text\" id=\"last_name\" value=\"Neware\" /></li><li id=\"wppb-form-element-7\"><h4>Contact Info</h4></li><li id=\"wppb-form-element-8\">\n			<label for=\"email\">E-mail*</label>\n			<input name=\"email\" maxlength=\"70\" type=\"email\" id=\"email\" value=\"yneware7@gmail.com\"  required   /></li><li id=\"wppb-form-element-9\">\n			<label for=\"website\">Website</label>\n			<input name=\"website\" maxlength=\"70\" type=\"text\" id=\"website\" value=\"https://Your domain.com\" /></li><li id=\"wppb-form-element-10\"><h4>About Yourself</h4></li><li id=\"wppb-form-element-11\">\n			<label for=\"description\">Biographical Info</label>\n			<textarea rows=\"5\" name=\"description\" maxlength=\"\" id=\"description\" wrap=\"virtual\" >dasdasd</textarea></li><li id=\"wppb-form-element-12\">\n			<label for=\"passw1\">Password</label>\n			<input name=\"passw1\" maxlength=\"70\" type=\"password\" id=\"passw1\" value=\"\" autocomplete=\"off\" /> </li><li id=\"wppb-form-element-13\">\n			<label for=\"passw2\">Repeat Password</label>\n			<input name=\"passw2\" maxlength=\"70\" type=\"password\" id=\"passw2\" value=\"\" autocomplete=\"off\" /></li></ul><ul></ul>			<p  >\n				                				<input name=\"edit_profile\" type=\"submit\" id=\"edit_profile\" value=\"Update\" />\n                <input name=\"redirect_to\" type=\"hidden\" value=\"\" />\n                				<input name=\"action\" type=\"hidden\" id=\"action\" value=\"edit_profile\" />\n				<input name=\"form_name\" type=\"hidden\" id=\"form_name\" value=\"unspecified\" />\n				<input name=\"form_id\" type=\"hidden\" id=\"form_id\" value=\"\" />\n							</p><!-- .form-submit -->\n			<input type=\"hidden\" id=\"edit_profile_unspecified_nonce_field\" name=\"edit_profile_unspecified_nonce_field\" value=\"d71f491566\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/onlinegamingv2/wp-admin/admin-ajax.php\" />		</form>\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 12:09:43', '2024-12-13 12:09:43', '', 18, 'https://Your domain.com/?p=756', 0, 'revision', '', 0),
(757, 1, '2024-12-13 18:57:27', '2024-12-13 18:57:27', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n			<p id=\"wppb-no-other-users-to-edit\">There are no other users to edit</p>        <form enctype=\"multipart/form-data\" method=\"post\" id=\"wppb-edit-user\" action=\"https://Your domain.com/wp-admin/admin-ajax.php\">\n			<ul><li id=\"wppb-form-element-1\"><h4>Name</h4></li><li id=\"wppb-form-element-2\">\n			<label for=\"username\">Username*</label>\n			<input name=\"username\" maxlength=\"70\" type=\"text\" id=\"username\" value=\"onlinegamingv2\"  disabled=\"disabled\"  required /></li><li id=\"wppb-form-element-3\">\n			<label for=\"first_name\">First Name</label>\n			<input name=\"first_name\" maxlength=\"70\" type=\"text\" id=\"first_name\" value=\"Yogesh\"  /></li><li id=\"wppb-form-element-4\">\n			<label for=\"last_name\">Last Name</label>\n			<input name=\"last_name\" maxlength=\"70\" type=\"text\" id=\"last_name\" value=\"Neware\" /></li><li id=\"wppb-form-element-7\"><h4>Contact Info</h4></li><li id=\"wppb-form-element-8\">\n			<label for=\"email\">E-mail*</label>\n			<input name=\"email\" maxlength=\"70\" type=\"email\" id=\"email\" value=\"yneware7@gmail.com\"  required   /></li><li id=\"wppb-form-element-9\">\n			<label for=\"website\">Website</label>\n			<input name=\"website\" maxlength=\"70\" type=\"text\" id=\"website\" value=\"https://Your domain.com\" /></li><li id=\"wppb-form-element-10\"><h4>About Yourself</h4></li><li id=\"wppb-form-element-11\">\n			<label for=\"description\">Biographical Info</label>\n			<textarea rows=\"5\" name=\"description\" maxlength=\"\" id=\"description\" wrap=\"virtual\" >dasdasd</textarea></li><li id=\"wppb-form-element-12\">\n			<label for=\"passw1\">Password</label>\n			<input name=\"passw1\" maxlength=\"70\" type=\"password\" id=\"passw1\" value=\"\" autocomplete=\"off\" /> </li><li id=\"wppb-form-element-13\">\n			<label for=\"passw2\">Repeat Password</label>\n			<input name=\"passw2\" maxlength=\"70\" type=\"password\" id=\"passw2\" value=\"\" autocomplete=\"off\" /></li></ul><ul></ul>			<p  >\n				                				<input name=\"edit_profile\" type=\"submit\" id=\"edit_profile\" value=\"Update\" />\n                <input name=\"redirect_to\" type=\"hidden\" value=\"\" />\n                				<input name=\"action\" type=\"hidden\" id=\"action\" value=\"edit_profile\" />\n				<input name=\"form_name\" type=\"hidden\" id=\"form_name\" value=\"unspecified\" />\n				<input name=\"form_id\" type=\"hidden\" id=\"form_id\" value=\"\" />\n							</p><!-- .form-submit -->\n			<input type=\"hidden\" id=\"edit_profile_unspecified_nonce_field\" name=\"edit_profile_unspecified_nonce_field\" value=\"d71f491566\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/onlinegamingv2/wp-admin/admin-ajax.php\" />		</form>\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 18:57:27', '2024-12-13 18:57:27', '', 18, 'https://Your domain.com/?p=757', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(758, 1, '2024-12-13 18:57:27', '2024-12-13 18:57:27', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n			<p id=\"wppb-no-other-users-to-edit\">There are no other users to edit</p>        <form enctype=\"multipart/form-data\" method=\"post\" id=\"wppb-edit-user\" action=\"https://Your domain.com/wp-admin/admin-ajax.php\">\n			<ul><li id=\"wppb-form-element-1\"><h4>Name</h4></li><li id=\"wppb-form-element-2\">\n			<label for=\"username\">Username*</label>\n			<input name=\"username\" maxlength=\"70\" type=\"text\" id=\"username\" value=\"onlinegamingv2\"  disabled=\"disabled\"  required /></li><li id=\"wppb-form-element-3\">\n			<label for=\"first_name\">First Name</label>\n			<input name=\"first_name\" maxlength=\"70\" type=\"text\" id=\"first_name\" value=\"Yogesh\"  /></li><li id=\"wppb-form-element-4\">\n			<label for=\"last_name\">Last Name</label>\n			<input name=\"last_name\" maxlength=\"70\" type=\"text\" id=\"last_name\" value=\"Neware\" /></li><li id=\"wppb-form-element-7\"><h4>Contact Info</h4></li><li id=\"wppb-form-element-8\">\n			<label for=\"email\">E-mail*</label>\n			<input name=\"email\" maxlength=\"70\" type=\"email\" id=\"email\" value=\"yneware7@gmail.com\"  required   /></li><li id=\"wppb-form-element-9\">\n			<label for=\"website\">Website</label>\n			<input name=\"website\" maxlength=\"70\" type=\"text\" id=\"website\" value=\"https://Your domain.com\" /></li><li id=\"wppb-form-element-10\"><h4>About Yourself</h4></li><li id=\"wppb-form-element-11\">\n			<label for=\"description\">Biographical Info</label>\n			<textarea rows=\"5\" name=\"description\" maxlength=\"\" id=\"description\" wrap=\"virtual\" >dasdasd</textarea></li><li id=\"wppb-form-element-12\">\n			<label for=\"passw1\">Password</label>\n			<input name=\"passw1\" maxlength=\"70\" type=\"password\" id=\"passw1\" value=\"\" autocomplete=\"off\" /> </li><li id=\"wppb-form-element-13\">\n			<label for=\"passw2\">Repeat Password</label>\n			<input name=\"passw2\" maxlength=\"70\" type=\"password\" id=\"passw2\" value=\"\" autocomplete=\"off\" /></li></ul><ul></ul>			<p  >\n				                				<input name=\"edit_profile\" type=\"submit\" id=\"edit_profile\" value=\"Update\" />\n                <input name=\"redirect_to\" type=\"hidden\" value=\"\" />\n                				<input name=\"action\" type=\"hidden\" id=\"action\" value=\"edit_profile\" />\n				<input name=\"form_name\" type=\"hidden\" id=\"form_name\" value=\"unspecified\" />\n				<input name=\"form_id\" type=\"hidden\" id=\"form_id\" value=\"\" />\n							</p><!-- .form-submit -->\n			<input type=\"hidden\" id=\"edit_profile_unspecified_nonce_field\" name=\"edit_profile_unspecified_nonce_field\" value=\"d71f491566\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/onlinegamingv2/wp-admin/admin-ajax.php\" />		</form>\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 18:57:27', '2024-12-13 18:57:27', '', 18, 'https://Your domain.com/?p=758', 0, 'revision', '', 0),
(759, 1, '2024-12-13 18:57:27', '2024-12-13 18:57:27', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 18:57:27', '2024-12-13 18:57:27', '', 18, 'https://Your domain.com/?p=759', 0, 'revision', '', 0),
(760, 1, '2024-12-13 18:58:24', '2024-12-13 18:58:24', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 18:58:24', '2024-12-13 18:58:24', '', 18, 'https://Your domain.com/?p=760', 0, 'revision', '', 0),
(761, 1, '2024-12-13 18:58:24', '2024-12-13 18:58:24', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 18:58:24', '2024-12-13 18:58:24', '', 18, 'https://Your domain.com/?p=761', 0, 'revision', '', 0),
(762, 1, '2024-12-13 18:58:24', '2024-12-13 18:58:24', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-13 18:58:24', '2024-12-13 18:58:24', '', 18, 'https://Your domain.com/?p=762', 0, 'revision', '', 0),
(763, 1, '2024-12-17 17:12:48', '2024-12-17 17:12:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-17 17:12:48', '2024-12-17 17:12:48', '', 14, 'https://Your domain.com/?p=763', 0, 'revision', '', 0),
(764, 1, '2024-12-17 17:12:48', '2024-12-17 17:12:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-17 17:12:48', '2024-12-17 17:12:48', '', 14, 'https://Your domain.com/?p=764', 0, 'revision', '', 0),
(765, 1, '2024-12-17 17:12:48', '2024-12-17 17:12:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-17 17:12:48', '2024-12-17 17:12:48', '', 14, 'https://Your domain.com/?p=765', 0, 'revision', '', 0),
(766, 1, '2024-12-17 17:12:59', '2024-12-17 17:12:59', '<a role=\"button\">\n									Play Now\n					</a>', 'Racing Games', '', 'inherit', 'closed', 'closed', '', '524-revision-v1', '', '', '2024-12-17 17:12:59', '2024-12-17 17:12:59', '', 524, 'https://Your domain.com/?p=766', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(767, 1, '2024-12-17 17:13:45', '2024-12-17 17:13:45', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-17 17:13:45', '2024-12-17 17:13:45', '', 14, 'https://Your domain.com/?p=767', 0, 'revision', '', 0),
(768, 1, '2024-12-17 17:13:45', '2024-12-17 17:13:45', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-17 17:13:45', '2024-12-17 17:13:45', '', 14, 'https://Your domain.com/?p=768', 0, 'revision', '', 0),
(769, 1, '2024-12-17 17:13:45', '2024-12-17 17:13:45', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-17 17:13:45', '2024-12-17 17:13:45', '', 14, 'https://Your domain.com/?p=769', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(770, 1, '2024-12-17 17:14:56', '2024-12-17 17:14:56', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-17 17:14:56', '2024-12-17 17:14:56', '', 14, 'https://Your domain.com/?p=770', 0, 'revision', '', 0),
(771, 1, '2024-12-17 17:14:56', '2024-12-17 17:14:56', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"#\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-17 17:14:56', '2024-12-17 17:14:56', '', 14, 'https://Your domain.com/?p=771', 0, 'revision', '', 0),
(772, 1, '2024-12-17 17:14:56', '2024-12-17 17:14:56', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-17 17:14:56', '2024-12-17 17:14:56', '', 14, 'https://Your domain.com/?p=772', 0, 'revision', '', 0),
(774, 1, '2024-12-17 18:16:34', '2024-12-17 18:16:34', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:16:34', '2024-12-17 18:16:34', '', 18, 'https://Your domain.com/?p=774', 0, 'revision', '', 0),
(775, 1, '2024-12-17 18:16:34', '2024-12-17 18:16:34', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[custom_user_profile]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:16:34', '2024-12-17 18:16:34', '', 18, 'https://Your domain.com/?p=775', 0, 'revision', '', 0),
(776, 1, '2024-12-17 18:16:34', '2024-12-17 18:16:34', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:16:34', '2024-12-17 18:16:34', '', 18, 'https://Your domain.com/?p=776', 0, 'revision', '', 0),
(779, 1, '2024-12-17 18:32:30', '2024-12-17 18:32:30', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:32:30', '2024-12-17 18:32:30', '', 18, 'https://Your domain.com/?p=779', 0, 'revision', '', 0),
(780, 1, '2024-12-17 18:32:30', '2024-12-17 18:32:30', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:32:30', '2024-12-17 18:32:30', '', 18, 'https://Your domain.com/?p=780', 0, 'revision', '', 0),
(781, 1, '2024-12-17 18:32:30', '2024-12-17 18:32:30', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:32:30', '2024-12-17 18:32:30', '', 18, 'https://Your domain.com/?p=781', 0, 'revision', '', 0),
(782, 1, '2024-12-17 18:34:42', '2024-12-17 18:34:42', '', 'pngegg-1.png', '', 'inherit', 'open', 'closed', '', 'pngegg-1-png', '', '', '2024-12-17 18:34:42', '2024-12-17 18:34:42', '', 0, 'https://Your domain.com/pngegg-1-png/', 0, 'attachment', 'image/png', 0),
(783, 1, '2024-12-17 18:41:11', '2024-12-17 18:41:11', '', 'pngegg-1.png', '', 'inherit', 'open', 'closed', '', 'pngegg-1-png-2', '', '', '2024-12-17 18:41:11', '2024-12-17 18:41:11', '', 0, 'https://Your domain.com/pngegg-1-png-2/', 0, 'attachment', 'image/png', 0),
(784, 1, '2024-12-17 18:46:18', '2024-12-17 18:46:18', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:46:18', '2024-12-17 18:46:18', '', 18, 'https://Your domain.com/?p=784', 0, 'revision', '', 0),
(785, 1, '2024-12-17 18:46:18', '2024-12-17 18:46:18', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:46:18', '2024-12-17 18:46:18', '', 18, 'https://Your domain.com/?p=785', 0, 'revision', '', 0),
(786, 1, '2024-12-17 18:46:18', '2024-12-17 18:46:18', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n		[show_profile_picture]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:46:18', '2024-12-17 18:46:18', '', 18, 'https://Your domain.com/?p=786', 0, 'revision', '', 0),
(787, 1, '2024-12-17 18:46:21', '2024-12-17 18:46:21', '', 'pngegg-1.png', '', 'inherit', 'open', 'closed', '', 'pngegg-1-png-3', '', '', '2024-12-17 18:46:21', '2024-12-17 18:46:21', '', 0, 'https://Your domain.com/pngegg-1-png-3/', 0, 'attachment', 'image/png', 0),
(788, 1, '2024-12-17 18:47:36', '2024-12-17 18:47:36', '', 'pngegg-1.png', '', 'inherit', 'open', 'closed', '', 'pngegg-1-png-4', '', '', '2024-12-17 18:47:36', '2024-12-17 18:47:36', '', 0, 'https://Your domain.com/pngegg-1-png-4/', 0, 'attachment', 'image/png', 0),
(790, 1, '2024-12-17 18:48:03', '2024-12-17 18:48:03', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n		[show_profile_picture]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:48:03', '2024-12-17 18:48:03', '', 18, 'https://Your domain.com/?p=790', 0, 'revision', '', 0),
(791, 1, '2024-12-17 18:48:03', '2024-12-17 18:48:03', '<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n		[show_profile_picture]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:48:03', '2024-12-17 18:48:03', '', 18, 'https://Your domain.com/?p=791', 0, 'revision', '', 0),
(792, 1, '2024-12-17 18:48:03', '2024-12-17 18:48:03', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n		[show_profile_picture]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:48:03', '2024-12-17 18:48:03', '', 18, 'https://Your domain.com/?p=792', 0, 'revision', '', 0),
(793, 1, '2024-12-17 18:48:25', '2024-12-17 18:48:25', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg', '', '', '2024-12-17 18:48:25', '2024-12-17 18:48:25', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg/', 0, 'attachment', 'image/jpeg', 0),
(794, 1, '2024-12-17 18:48:41', '2024-12-17 18:48:41', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n		[show_profile_picture]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:48:41', '2024-12-17 18:48:41', '', 18, 'https://Your domain.com/?p=794', 0, 'revision', '', 0),
(795, 1, '2024-12-17 18:48:41', '2024-12-17 18:48:41', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n		[show_profile_picture]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:48:41', '2024-12-17 18:48:41', '', 18, 'https://Your domain.com/?p=795', 0, 'revision', '', 0),
(796, 1, '2024-12-17 18:48:41', '2024-12-17 18:48:41', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 18:48:41', '2024-12-17 18:48:41', '', 18, 'https://Your domain.com/?p=796', 0, 'revision', '', 0),
(797, 1, '2024-12-17 18:48:45', '2024-12-17 18:48:45', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-2', '', '', '2024-12-17 18:48:45', '2024-12-17 18:48:45', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-2/', 0, 'attachment', 'image/jpeg', 0),
(798, 1, '2024-12-17 18:49:51', '2024-12-17 18:49:51', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-3', '', '', '2024-12-17 18:49:51', '2024-12-17 18:49:51', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-3/', 0, 'attachment', 'image/jpeg', 0),
(799, 1, '2024-12-17 18:50:21', '2024-12-17 18:50:21', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-4', '', '', '2024-12-17 18:50:21', '2024-12-17 18:50:21', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-4/', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(800, 1, '2024-12-17 18:51:46', '2024-12-17 18:51:46', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-5', '', '', '2024-12-17 18:51:46', '2024-12-17 18:51:46', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-5/', 0, 'attachment', 'image/jpeg', 0),
(801, 1, '2024-12-17 18:52:35', '2024-12-17 18:52:35', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-6', '', '', '2024-12-17 18:52:35', '2024-12-17 18:52:35', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-6/', 0, 'attachment', 'image/jpeg', 0),
(802, 1, '2024-12-17 18:55:46', '2024-12-17 18:55:46', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-7', '', '', '2024-12-17 18:55:46', '2024-12-17 18:55:46', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-7/', 0, 'attachment', 'image/jpeg', 0),
(803, 1, '2024-12-17 18:55:51', '2024-12-17 18:55:51', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-8', '', '', '2024-12-17 18:55:51', '2024-12-17 18:55:51', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-8/', 0, 'attachment', 'image/jpeg', 0),
(804, 1, '2024-12-17 18:56:32', '2024-12-17 18:56:32', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-9', '', '', '2024-12-17 18:56:32', '2024-12-17 18:56:32', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-9/', 0, 'attachment', 'image/jpeg', 0),
(805, 1, '2024-12-17 19:03:23', '2024-12-17 19:03:23', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:03:23', '2024-12-17 19:03:23', '', 18, 'https://Your domain.com/?p=805', 0, 'revision', '', 0),
(806, 1, '2024-12-17 19:03:24', '2024-12-17 19:03:24', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:03:24', '2024-12-17 19:03:24', '', 18, 'https://Your domain.com/?p=806', 0, 'revision', '', 0),
(807, 1, '2024-12-17 19:03:24', '2024-12-17 19:03:24', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:03:24', '2024-12-17 19:03:24', '', 18, 'https://Your domain.com/?p=807', 0, 'revision', '', 0),
(808, 1, '2024-12-17 19:03:27', '2024-12-17 19:03:27', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-10', '', '', '2024-12-17 19:03:27', '2024-12-17 19:03:27', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__82689-jpeg-10/', 0, 'attachment', 'image/jpeg', 0),
(809, 1, '2024-12-17 19:03:43', '2024-12-17 19:03:43', '', 'processed-image.png', '', 'inherit', 'open', 'closed', '', 'processed-image-png', '', '', '2024-12-17 19:03:43', '2024-12-17 19:03:43', '', 0, 'https://Your domain.com/processed-image-png/', 0, 'attachment', 'image/png', 0),
(810, 1, '2024-12-17 19:03:51', '2024-12-17 19:03:51', '', 'processed-image.png', '', 'inherit', 'open', 'closed', '', 'processed-image-png-2', '', '', '2024-12-17 19:03:51', '2024-12-17 19:03:51', '', 0, 'https://Your domain.com/processed-image-png-2/', 0, 'attachment', 'image/png', 0),
(811, 1, '2024-12-17 19:11:58', '2024-12-17 19:11:58', '', 'processed-image.png', '', 'inherit', 'open', 'closed', '', 'processed-image-png-3', '', '', '2024-12-17 19:11:58', '2024-12-17 19:11:58', '', 0, 'https://Your domain.com/processed-image-png-3/', 0, 'attachment', 'image/png', 0),
(812, 1, '2024-12-17 19:12:11', '2024-12-17 19:12:11', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg', '', '', '2024-12-17 19:12:11', '2024-12-17 19:12:11', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg/', 0, 'attachment', 'image/jpeg', 0),
(813, 1, '2024-12-17 19:12:20', '2024-12-17 19:12:20', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg-2', '', '', '2024-12-17 19:12:20', '2024-12-17 19:12:20', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg-2/', 0, 'attachment', 'image/jpeg', 0),
(814, 1, '2024-12-17 19:13:49', '2024-12-17 19:13:49', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg-3', '', '', '2024-12-17 19:13:49', '2024-12-17 19:13:49', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg-3/', 0, 'attachment', 'image/jpeg', 0),
(815, 1, '2024-12-17 19:13:59', '2024-12-17 19:13:59', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg-4', '', '', '2024-12-17 19:13:59', '2024-12-17 19:13:59', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg-4/', 0, 'attachment', 'image/jpeg', 0),
(816, 1, '2024-12-17 19:17:58', '2024-12-17 19:17:58', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg-5', '', '', '2024-12-17 19:17:58', '2024-12-17 19:17:58', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__38577-jpeg-5/', 0, 'attachment', 'image/jpeg', 0),
(817, 1, '2024-12-17 19:19:43', '2024-12-17 19:19:43', '', 'freepik__candid-image-photography-natural-textures-highly-r__97115.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__97115-jpeg', '', '', '2024-12-17 19:19:43', '2024-12-17 19:19:43', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__97115-jpeg/', 0, 'attachment', 'image/jpeg', 0),
(818, 1, '2024-12-17 19:21:41', '2024-12-17 19:21:41', '', 'freepik__candid-image-photography-natural-textures-highly-r__97115.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__97115-jpeg-2', '', '', '2024-12-17 19:21:41', '2024-12-17 19:21:41', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__97115-jpeg-2/', 0, 'attachment', 'image/jpeg', 0),
(819, 1, '2024-12-17 19:21:54', '2024-12-17 19:21:54', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg', '', '', '2024-12-17 19:21:54', '2024-12-17 19:21:54', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg/', 0, 'attachment', 'image/jpeg', 0),
(821, 1, '2024-12-17 19:23:05', '2024-12-17 19:23:05', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:23:05', '2024-12-17 19:23:05', '', 18, 'https://Your domain.com/?p=821', 0, 'revision', '', 0),
(822, 1, '2024-12-17 19:23:05', '2024-12-17 19:23:05', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:23:05', '2024-12-17 19:23:05', '', 18, 'https://Your domain.com/?p=822', 0, 'revision', '', 0),
(823, 1, '2024-12-17 19:23:05', '2024-12-17 19:23:05', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:23:05', '2024-12-17 19:23:05', '', 18, 'https://Your domain.com/?p=823', 0, 'revision', '', 0),
(827, 1, '2024-12-17 19:24:15', '2024-12-17 19:24:15', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:24:15', '2024-12-17 19:24:15', '', 18, 'https://Your domain.com/?p=827', 0, 'revision', '', 0),
(828, 1, '2024-12-17 19:24:15', '2024-12-17 19:24:15', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:24:15', '2024-12-17 19:24:15', '', 18, 'https://Your domain.com/?p=828', 0, 'revision', '', 0),
(829, 1, '2024-12-17 19:24:16', '2024-12-17 19:24:16', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:24:16', '2024-12-17 19:24:16', '', 18, 'https://Your domain.com/?p=829', 0, 'revision', '', 0),
(830, 1, '2024-12-17 19:24:18', '2024-12-17 19:24:18', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg-2', '', '', '2024-12-17 19:24:18', '2024-12-17 19:24:18', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg-2/', 0, 'attachment', 'image/jpeg', 0),
(832, 1, '2024-12-17 19:29:49', '2024-12-17 19:29:49', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg-4', '', '', '2024-12-17 19:29:49', '2024-12-17 19:29:49', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg-4/', 0, 'attachment', 'image/jpeg', 0),
(833, 1, '2024-12-17 19:30:05', '2024-12-17 19:30:05', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg-3', '', '', '2024-12-17 19:30:05', '2024-12-17 19:30:05', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg-3/', 0, 'attachment', 'image/jpeg', 0),
(834, 1, '2024-12-17 19:30:12', '2024-12-17 19:30:12', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394.jpeg', '', 'inherit', 'open', 'closed', '', 'freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg-5', '', '', '2024-12-17 19:30:12', '2024-12-17 19:30:12', '', 0, 'https://Your domain.com/freepik__candid-image-photography-natural-textures-highly-r__96394-jpeg-5/', 0, 'attachment', 'image/jpeg', 0),
(835, 1, '2024-12-17 19:37:57', '2024-12-17 19:37:57', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:37:57', '2024-12-17 19:37:57', '', 18, 'https://Your domain.com/?p=835', 0, 'revision', '', 0),
(836, 1, '2024-12-17 19:37:57', '2024-12-17 19:37:57', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:37:57', '2024-12-17 19:37:57', '', 18, 'https://Your domain.com/?p=836', 0, 'revision', '', 0),
(837, 1, '2024-12-17 19:37:58', '2024-12-17 19:37:58', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:37:58', '2024-12-17 19:37:58', '', 18, 'https://Your domain.com/?p=837', 0, 'revision', '', 0),
(838, 1, '2024-12-17 19:38:51', '2024-12-17 19:38:51', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:38:51', '2024-12-17 19:38:51', '', 18, 'https://Your domain.com/?p=838', 0, 'revision', '', 0),
(839, 1, '2024-12-17 19:38:51', '2024-12-17 19:38:51', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:38:51', '2024-12-17 19:38:51', '', 18, 'https://Your domain.com/?p=839', 0, 'revision', '', 0),
(840, 1, '2024-12-17 19:38:51', '2024-12-17 19:38:51', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-17 19:38:51', '2024-12-17 19:38:51', '', 18, 'https://Your domain.com/?p=840', 0, 'revision', '', 0),
(841, 1, '2024-12-18 12:08:01', '2024-12-18 12:08:01', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:08:01', '2024-12-18 12:08:01', '', 14, 'https://Your domain.com/?p=841', 0, 'revision', '', 0),
(842, 1, '2024-12-18 12:08:01', '2024-12-18 12:08:01', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:08:01', '2024-12-18 12:08:01', '', 14, 'https://Your domain.com/?p=842', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(843, 1, '2024-12-18 12:08:02', '2024-12-18 12:08:02', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:08:02', '2024-12-18 12:08:02', '', 14, 'https://Your domain.com/?p=843', 0, 'revision', '', 0),
(844, 2, '2024-12-18 12:14:09', '2024-12-18 12:14:09', '', 'gamipress.png', '', 'inherit', 'open', 'closed', '', 'gamipress-png', '', '', '2024-12-18 12:14:09', '2024-12-18 12:14:09', '', 0, 'https://Your domain.com/gamipress-png/', 0, 'attachment', 'image/png', 0),
(845, 2, '2024-12-18 12:14:13', '2024-12-18 12:14:13', '', 'gamipress.png', '', 'inherit', 'open', 'closed', '', 'gamipress-png-2', '', '', '2024-12-18 12:14:13', '2024-12-18 12:14:13', '', 0, 'https://Your domain.com/gamipress-png-2/', 0, 'attachment', 'image/png', 0),
(846, 1, '2024-12-18 12:36:37', '2024-12-18 12:36:37', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:36:37', '2024-12-18 12:36:37', '', 14, 'https://Your domain.com/?p=846', 0, 'revision', '', 0),
(847, 1, '2024-12-18 12:36:37', '2024-12-18 12:36:37', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>		\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n			<h2>Top Earners</h2>		\n			<h2>Featured Games</h2>		\n			<h2>Browse Games</h2>		\n					<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n			<h2>Spend More Time On Racing Games</h2>		\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n			<h2>Rewards and Points System</h2>		\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			<h2>What Users Say !</h2>		\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n													<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />													\n			<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>		\n		<p>Subscribe For More Updates</p>		\n			<h2>Frequently Asked Questions</h2>		\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>						\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n							<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>						\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:36:37', '2024-12-18 12:36:37', '', 14, 'https://Your domain.com/?p=847', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(848, 1, '2024-12-18 12:36:37', '2024-12-18 12:36:37', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_users limit=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:36:37', '2024-12-18 12:36:37', '', 14, 'https://Your domain.com/?p=848', 0, 'revision', '', 0),
(850, 1, '2024-12-18 12:44:48', '2024-12-18 12:44:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_users limit=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:44:48', '2024-12-18 12:44:48', '', 14, 'https://Your domain.com/?p=850', 0, 'revision', '', 0),
(851, 1, '2024-12-18 12:44:48', '2024-12-18 12:44:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_users limit=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:44:48', '2024-12-18 12:44:48', '', 14, 'https://Your domain.com/?p=851', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(852, 1, '2024-12-18 12:44:48', '2024-12-18 12:44:48', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[user_profile_display]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:44:48', '2024-12-18 12:44:48', '', 14, 'https://Your domain.com/?p=852', 0, 'revision', '', 0),
(853, 1, '2024-12-18 12:55:16', '2024-12-18 12:55:16', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[user_profile_display]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:55:16', '2024-12-18 12:55:16', '', 14, 'https://Your domain.com/?p=853', 0, 'revision', '', 0),
(854, 1, '2024-12-18 12:55:16', '2024-12-18 12:55:16', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[user_profile_display]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:55:16', '2024-12-18 12:55:16', '', 14, 'https://Your domain.com/?p=854', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(855, 1, '2024-12-18 12:55:16', '2024-12-18 12:55:16', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[all_users_display limit=\"1\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 12:55:16', '2024-12-18 12:55:16', '', 14, 'https://Your domain.com/?p=855', 0, 'revision', '', 0),
(856, 1, '2024-12-18 13:52:22', '2024-12-18 13:52:22', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[all_users_display limit=\"1\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 13:52:22', '2024-12-18 13:52:22', '', 14, 'https://Your domain.com/?p=856', 0, 'revision', '', 0),
(857, 1, '2024-12-18 13:52:22', '2024-12-18 13:52:22', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[all_users_display limit=\"1\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 13:52:22', '2024-12-18 13:52:22', '', 14, 'https://Your domain.com/?p=857', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(858, 1, '2024-12-18 13:52:22', '2024-12-18 13:52:22', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[user_profile_display]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-18 13:52:22', '2024-12-18 13:52:22', '', 14, 'https://Your domain.com/?p=858', 0, 'revision', '', 0),
(859, 1, '2024-12-18 13:56:46', '2024-12-18 13:56:46', '<h2>Wallet</h2>		\n		<p>Withdraw, Mange, Track Your Points</p>		\n			<h2>Balance:</h2>		\n			<h1>$100</h1>		\n					<a href=\"#\">\n									Withdraw\n					</a>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 13:56:46', '2024-12-18 13:56:46', '', 16, 'https://Your domain.com/?p=859', 0, 'revision', '', 0),
(860, 1, '2024-12-18 13:56:46', '2024-12-18 13:56:46', '<h2>Wallet</h2>		\n		<p>Withdraw, Mange, Track Your Points</p>		\n			<h2>Balance:</h2>		\n			<h1>$100</h1>		\n					<a href=\"#\">\n									Withdraw\n					</a>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 13:56:46', '2024-12-18 13:56:46', '', 16, 'https://Your domain.com/?p=860', 0, 'revision', '', 0),
(861, 1, '2024-12-18 13:56:46', '2024-12-18 13:56:46', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a href=\"#\">\n									Withdraw\n					</a>\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 13:56:46', '2024-12-18 13:56:46', '', 16, 'https://Your domain.com/?p=861', 0, 'revision', '', 0),
(863, 1, '2024-12-18 17:27:37', '2024-12-18 17:27:37', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a href=\"#\">\n									Withdraw\n					</a>\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 17:27:37', '2024-12-18 17:27:37', '', 16, 'https://Your domain.com/?p=863', 0, 'revision', '', 0),
(864, 1, '2024-12-18 17:27:37', '2024-12-18 17:27:37', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a href=\"#\">\n									Withdraw\n					</a>\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 17:27:37', '2024-12-18 17:27:37', '', 16, 'https://Your domain.com/?p=864', 0, 'revision', '', 0),
(865, 1, '2024-12-18 17:27:37', '2024-12-18 17:27:37', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a href=\"#\">\n									Withdraw\n					</a>\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 17:27:37', '2024-12-18 17:27:37', '', 16, 'https://Your domain.com/?p=865', 0, 'revision', '', 0),
(867, 1, '2024-12-18 17:38:46', '2024-12-18 17:38:46', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a href=\"#\">\n									Withdraw\n					</a>\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 17:38:46', '2024-12-18 17:38:46', '', 16, 'https://Your domain.com/?p=867', 0, 'revision', '', 0),
(868, 1, '2024-12-18 17:38:46', '2024-12-18 17:38:46', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a href=\"#\">\n									Withdraw\n					</a>\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 17:38:46', '2024-12-18 17:38:46', '', 16, 'https://Your domain.com/?p=868', 0, 'revision', '', 0),
(869, 1, '2024-12-18 17:38:47', '2024-12-18 17:38:47', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a href=\"#\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 17:38:47', '2024-12-18 17:38:47', '', 16, 'https://Your domain.com/?p=869', 0, 'revision', '', 0),
(870, 1, '2024-12-18 18:13:01', '2024-12-18 18:13:01', '<h2>Withdrawal Request Form</h2>', 'Withdrawal request popup', '', 'publish', 'closed', 'closed', '', 'withdrawal-request-popup', '', '', '2024-12-23 10:21:55', '2024-12-23 10:21:55', '', 0, 'https://Your domain.com/?post_type=elementor_library&#038;p=870', 0, 'elementor_library', '', 0),
(871, 1, '2024-12-18 17:47:18', '2024-12-18 17:47:18', '<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@webcrowd.co.in>\nFrom: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@webcrowd.co.in>\nMessage Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2024-12-18 17:47:18', '2024-12-18 17:47:18', '', 0, 'https://Your domain.com/?post_type=wpcf7_contact_form&p=871', 0, 'wpcf7_contact_form', '', 0),
(872, 1, '2024-12-18 17:57:30', '2024-12-18 17:57:30', '<div class=\"withdrawal-request-form\">\r\n    [text* withdrawal-amount min:10 max:5000 placeholder \"Enter Withdrawal Amount\"]\r\n    \r\n    <div class=\"withdrawal-method-container\">\r\n        <label>Select Withdrawal Method</label>\r\n        [select* withdrawal-method \"PayPal\" \"UPI\"]\r\n    </div>\r\n    \r\n    <div class=\"payment-details-container\">\r\n        <!-- PayPal Fields (Default) -->\r\n        <div class=\"paypal-details\" style=\"display:block;\">\r\n            [email* paypal-email placeholder \"Enter PayPal Email Address\"]\r\n        </div>\r\n        \r\n        <!-- UPI Fields (Initially Hidden) -->\r\n        <div class=\"upi-details\" style=\"display:none;\">\r\n            [text* upi-id placeholder \"Enter UPI ID\"]\r\n            [text* bank-name placeholder \"Enter Bank Name\"]\r\n            [text* account-number placeholder \"Enter Bank Account Number\"]\r\n            [text* ifsc-code placeholder \"Enter IFSC Code\"]\r\n        </div>\r\n    </div>\r\n    \r\n    [textarea* additional-notes placeholder \"Additional Notes (Optional)\"]\r\n    \r\n    [submit \"Submit Withdrawal Request\"]\r\n</div>\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@webcrowd.co.in>\n[_site_admin_email]\nFrom: [your-name] [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@webcrowd.co.in>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.\n<script>\r\ndocument.addEventListener(\'DOMContentLoaded\', function() {\r\n    const withdrawalMethodSelect = document.querySelector(\'.withdrawal-method-container select\');\r\n    const paypalDetailsContainer = document.querySelector(\'.paypal-details\');\r\n    const upiDetailsContainer = document.querySelector(\'.upi-details\');\r\n    \r\n    withdrawalMethodSelect.addEventListener(\'change\', function() {\r\n        if (this.value === \'PayPal\') {\r\n            paypalDetailsContainer.style.display = \'block\';\r\n            upiDetailsContainer.style.display = \'none\';\r\n        } else if (this.value === \'UPI\') {\r\n            paypalDetailsContainer.style.display = \'none\';\r\n            upiDetailsContainer.style.display = \'block\';\r\n        }\r\n    });\r\n});\r\n</script>\r\n\r\n<style>\r\n.withdrawal-request-form input,\r\n.withdrawal-request-form select,\r\n.withdrawal-request-form textarea {\r\n    width: 100%;\r\n    margin-bottom: 15px;\r\n    padding: 10px;\r\n    border: 1px solid #ddd;\r\n    border-radius: 4px;\r\n}\r\n\r\n.withdrawal-method-container,\r\n.payment-details-container {\r\n    margin-bottom: 15px;\r\n}\r\n\r\n.withdrawal-request-form .wpcf7-submit {\r\n    background-color: #6A1E55;\r\n    color: white;\r\n    border: none;\r\n    padding: 12px 30px;\r\n    border-radius: 50px;\r\n    cursor: pointer;\r\n    transition: background-color 0.3s ease;\r\n}\r\n\r\n.withdrawal-request-form .wpcf7-submit:hover {\r\n    background-color: #4a1439;\r\n}\r\n</style>', 'Withdrawal Request', '', 'publish', 'closed', 'closed', '', 'withdrawal-request', '', '', '2024-12-18 17:57:30', '2024-12-18 17:57:30', '', 0, 'https://Your domain.com/?post_type=wpcf7_contact_form&p=872', 0, 'wpcf7_contact_form', '', 0),
(873, 1, '2024-12-18 18:30:02', '2024-12-18 18:30:02', '<h2>Withdrawal Request Form</h2>', 'Withdrawal request popup', '', 'inherit', 'closed', 'closed', '', '870-revision-v1', '', '', '2024-12-18 18:30:02', '2024-12-18 18:30:02', '', 870, 'https://Your domain.com/?p=873', 0, 'revision', '', 0),
(874, 1, '2024-12-18 18:30:02', '2024-12-18 18:30:02', '<h2>Withdrawal Request Form</h2>', 'Withdrawal request popup', '', 'inherit', 'closed', 'closed', '', '870-revision-v1', '', '', '2024-12-18 18:30:02', '2024-12-18 18:30:02', '', 870, 'https://Your domain.com/?p=874', 0, 'revision', '', 0),
(875, 1, '2024-12-18 18:30:57', '2024-12-18 18:30:57', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a href=\"#\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 18:30:57', '2024-12-18 18:30:57', '', 16, 'https://Your domain.com/?p=875', 0, 'revision', '', 0),
(876, 1, '2024-12-18 18:30:57', '2024-12-18 18:30:57', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a href=\"#\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 18:30:57', '2024-12-18 18:30:57', '', 16, 'https://Your domain.com/?p=876', 0, 'revision', '', 0),
(877, 1, '2024-12-18 18:30:57', '2024-12-18 18:30:57', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 18:30:57', '2024-12-18 18:30:57', '', 16, 'https://Your domain.com/?p=877', 0, 'revision', '', 0),
(879, 1, '2024-12-18 19:00:49', '2024-12-18 19:00:49', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 19:00:49', '2024-12-18 19:00:49', '', 16, 'https://Your domain.com/?p=879', 0, 'revision', '', 0),
(880, 1, '2024-12-18 19:00:49', '2024-12-18 19:00:49', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 19:00:49', '2024-12-18 19:00:49', '', 16, 'https://Your domain.com/?p=880', 0, 'revision', '', 0),
(881, 1, '2024-12-18 19:00:49', '2024-12-18 19:00:49', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		[reward_points_earnings]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-18 19:00:49', '2024-12-18 19:00:49', '', 16, 'https://Your domain.com/?p=881', 0, 'revision', '', 0),
(883, 1, '2024-12-19 13:22:58', '2024-12-19 13:22:58', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		[reward_points_earnings]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-19 13:22:58', '2024-12-19 13:22:58', '', 16, 'https://Your domain.com/?p=883', 0, 'revision', '', 0),
(884, 1, '2024-12-19 13:22:58', '2024-12-19 13:22:58', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		[reward_points_earnings]', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-19 13:22:58', '2024-12-19 13:22:58', '', 16, 'https://Your domain.com/?p=884', 0, 'revision', '', 0),
(885, 1, '2024-12-19 13:22:58', '2024-12-19 13:22:58', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n					<h1>$100</h1>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-19 13:22:58', '2024-12-19 13:22:58', '', 16, 'https://Your domain.com/?p=885', 0, 'revision', '', 0),
(886, 1, '2024-12-19 13:30:18', '2024-12-19 13:30:18', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n					<h1>$100</h1>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-19 13:30:18', '2024-12-19 13:30:18', '', 16, 'https://Your domain.com/?p=886', 0, 'revision', '', 0),
(887, 1, '2024-12-19 13:30:18', '2024-12-19 13:30:18', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n					<h1>$100</h1>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-19 13:30:18', '2024-12-19 13:30:18', '', 16, 'https://Your domain.com/?p=887', 0, 'revision', '', 0),
(888, 1, '2024-12-19 13:30:18', '2024-12-19 13:30:18', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-19 13:30:18', '2024-12-19 13:30:18', '', 16, 'https://Your domain.com/?p=888', 0, 'revision', '', 0),
(889, 1, '2024-12-19 13:38:15', '2024-12-19 13:38:15', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-19 13:38:15', '2024-12-19 13:38:15', '', 16, 'https://Your domain.com/?p=889', 0, 'revision', '', 0),
(890, 1, '2024-12-19 13:38:15', '2024-12-19 13:38:15', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<h1>$100</h1>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-19 13:38:15', '2024-12-19 13:38:15', '', 16, 'https://Your domain.com/?p=890', 0, 'revision', '', 0),
(891, 1, '2024-12-19 13:38:15', '2024-12-19 13:38:15', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-19 13:38:15', '2024-12-19 13:38:15', '', 16, 'https://Your domain.com/?p=891', 0, 'revision', '', 0),
(892, 1, '2024-12-19 14:37:46', '2024-12-19 14:37:46', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[user_profile_display]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 14:37:46', '2024-12-19 14:37:46', '', 14, 'https://Your domain.com/?p=892', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(893, 1, '2024-12-19 14:37:46', '2024-12-19 14:37:46', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[user_profile_display]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 14:37:46', '2024-12-19 14:37:46', '', 14, 'https://Your domain.com/?p=893', 0, 'revision', '', 0),
(894, 1, '2024-12-19 14:37:46', '2024-12-19 14:37:46', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 14:37:46', '2024-12-19 14:37:46', '', 14, 'https://Your domain.com/?p=894', 0, 'revision', '', 0),
(895, 1, '2024-12-19 14:42:36', '2024-12-19 14:42:36', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 14:42:36', '2024-12-19 14:42:36', '', 14, 'https://Your domain.com/?p=895', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(896, 1, '2024-12-19 14:42:36', '2024-12-19 14:42:36', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 14:42:36', '2024-12-19 14:42:36', '', 14, 'https://Your domain.com/?p=896', 0, 'revision', '', 0),
(897, 1, '2024-12-19 14:42:36', '2024-12-19 14:42:36', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 14:42:36', '2024-12-19 14:42:36', '', 14, 'https://Your domain.com/?p=897', 0, 'revision', '', 0),
(898, 1, '2024-12-19 14:43:19', '2024-12-19 14:43:19', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 14:43:19', '2024-12-19 14:43:19', '', 14, 'https://Your domain.com/?p=898', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(899, 1, '2024-12-19 14:43:19', '2024-12-19 14:43:19', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 14:43:19', '2024-12-19 14:43:19', '', 14, 'https://Your domain.com/?p=899', 0, 'revision', '', 0),
(900, 1, '2024-12-19 14:43:19', '2024-12-19 14:43:19', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 14:43:19', '2024-12-19 14:43:19', '', 14, 'https://Your domain.com/?p=900', 0, 'revision', '', 0),
(901, 1, '2024-12-19 17:26:44', '2024-12-19 17:26:44', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 17:26:44', '2024-12-19 17:26:44', '', 14, 'https://Your domain.com/?p=901', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(902, 1, '2024-12-19 17:26:44', '2024-12-19 17:26:44', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 17:26:44', '2024-12-19 17:26:44', '', 14, 'https://Your domain.com/?p=902', 0, 'revision', '', 0),
(903, 1, '2024-12-19 17:26:44', '2024-12-19 17:26:44', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 17:26:44', '2024-12-19 17:26:44', '', 14, 'https://Your domain.com/?p=903', 0, 'revision', '', 0),
(904, 1, '2024-12-19 17:44:10', '2024-12-19 17:44:10', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 17:44:10', '2024-12-19 17:44:10', '', 14, 'https://Your domain.com/?p=904', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(905, 1, '2024-12-19 17:44:10', '2024-12-19 17:44:10', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 17:44:10', '2024-12-19 17:44:10', '', 14, 'https://Your domain.com/?p=905', 0, 'revision', '', 0),
(906, 1, '2024-12-19 17:44:10', '2024-12-19 17:44:10', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-19 17:44:10', '2024-12-19 17:44:10', '', 14, 'https://Your domain.com/?p=906', 0, 'revision', '', 0),
(908, 1, '2024-12-19 18:07:08', '2024-12-19 18:07:08', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-19 18:07:08', '2024-12-19 18:07:08', '', 18, 'https://Your domain.com/?p=908', 0, 'revision', '', 0),
(909, 1, '2024-12-19 18:07:08', '2024-12-19 18:07:08', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n			<h2>Top Earners</h2>		\n		[user_profile_editor]		\n			<h2>Gameplay Status</h2>		\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Games Played						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>\n									<h3>\n							Total Points						\n					</h3>\n									<p>\n						1,000					</p>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-19 18:07:08', '2024-12-19 18:07:08', '', 18, 'https://Your domain.com/?p=909', 0, 'revision', '', 0),
(910, 1, '2024-12-19 18:07:08', '2024-12-19 18:07:08', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][social_links]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-19 18:07:08', '2024-12-19 18:07:08', '', 18, 'https://Your domain.com/?p=910', 0, 'revision', '', 0),
(912, 1, '2024-12-19 18:25:03', '2024-12-19 18:25:03', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][social_links]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-19 18:25:03', '2024-12-19 18:25:03', '', 18, 'https://Your domain.com/?p=912', 0, 'revision', '', 0),
(913, 1, '2024-12-19 18:25:03', '2024-12-19 18:25:03', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][social_links]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-19 18:25:03', '2024-12-19 18:25:03', '', 18, 'https://Your domain.com/?p=913', 0, 'revision', '', 0),
(914, 1, '2024-12-19 18:25:03', '2024-12-19 18:25:03', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-19 18:25:03', '2024-12-19 18:25:03', '', 18, 'https://Your domain.com/?p=914', 0, 'revision', '', 0),
(915, 1, '2024-12-19 18:33:02', '2024-12-19 18:33:02', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-19 18:33:02', '2024-12-19 18:33:02', '', 18, 'https://Your domain.com/?p=915', 0, 'revision', '', 0),
(916, 1, '2024-12-19 18:33:02', '2024-12-19 18:33:02', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-19 18:33:02', '2024-12-19 18:33:02', '', 18, 'https://Your domain.com/?p=916', 0, 'revision', '', 0),
(917, 1, '2024-12-19 18:33:02', '2024-12-19 18:33:02', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-19 18:33:02', '2024-12-19 18:33:02', '', 18, 'https://Your domain.com/?p=917', 0, 'revision', '', 0),
(918, 1, '2024-12-23 08:47:06', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2024-12-23 08:47:06', '0000-00-00 00:00:00', '', 0, 'https://Your domain.com/?p=918', 0, 'post', '', 0),
(919, 1, '2024-12-23 09:59:38', '2024-12-23 09:59:38', '<h2>Withdrawal Request Form</h2>', 'Withdrawal request popup', '', 'inherit', 'closed', 'closed', '', '870-revision-v1', '', '', '2024-12-23 09:59:38', '2024-12-23 09:59:38', '', 870, 'https://Your domain.com/?p=919', 0, 'revision', '', 0),
(920, 1, '2024-12-23 09:59:38', '2024-12-23 09:59:38', '<h2>Withdrawal Request Form</h2>', 'Withdrawal request popup', '', 'inherit', 'closed', 'closed', '', '870-revision-v1', '', '', '2024-12-23 09:59:38', '2024-12-23 09:59:38', '', 870, 'https://Your domain.com/?p=920', 0, 'revision', '', 0),
(921, 1, '2024-12-23 10:11:17', '2024-12-23 10:11:17', '[text user_name placeholder \"Your Name\"]\r\n[email user_email placeholder \"Your Email\"]\r\n[number withdrawal_amount placeholder \"Enter Withdrawal Amount\"]\r\n[select withdrawal_method \"Bank Transfer\" \"PayPal\" \"Other\"]\r\n[textarea additional_notes placeholder \"Additional Notes\"]\r\n[submit \"Submit Request\"]\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@webcrowd.co.in>\n[_site_admin_email]\nFrom: [your-name] [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@webcrowd.co.in>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.', 'Withdraw', '', 'publish', 'closed', 'closed', '', 'withdraw', '', '', '2024-12-23 10:33:56', '2024-12-23 10:33:56', '', 0, 'https://Your domain.com/?post_type=wpcf7_contact_form&#038;p=921', 0, 'wpcf7_contact_form', '', 0),
(922, 1, '2024-12-23 10:13:01', '2024-12-23 10:13:01', '<h2>Withdrawal Request Form</h2>				\n		[withdrawal_form]', 'Withdrawal request popup', '', 'inherit', 'closed', 'closed', '', '870-revision-v1', '', '', '2024-12-23 10:13:01', '2024-12-23 10:13:01', '', 870, 'https://Your domain.com/?p=922', 0, 'revision', '', 0),
(923, 1, '2024-12-23 10:21:29', '2024-12-23 10:21:29', '<h2>Withdrawal Request Form</h2>				\n		[cfw_withdrawal_form]', 'Withdrawal request popup', '', 'inherit', 'closed', 'closed', '', '870-revision-v1', '', '', '2024-12-23 10:21:29', '2024-12-23 10:21:29', '', 870, 'https://Your domain.com/?p=923', 0, 'revision', '', 0),
(924, 1, '2024-12-23 10:21:55', '2024-12-23 10:21:55', '<h2>Withdrawal Request Form</h2>', 'Withdrawal request popup', '', 'inherit', 'closed', 'closed', '', '870-revision-v1', '', '', '2024-12-23 10:21:55', '2024-12-23 10:21:55', '', 870, 'https://Your domain.com/?p=924', 0, 'revision', '', 0),
(925, 1, '2024-12-23 10:23:53', '2024-12-23 10:23:53', '<h2>Payment History</h2>				\n		<p>See Your All Transactions Here</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>', 'Payment History', '', 'publish', 'closed', 'closed', '', 'payment-history', '', '', '2024-12-23 11:55:39', '2024-12-23 11:55:39', '', 0, 'https://Your domain.com/?page_id=925', 0, 'page', '', 0),
(926, 1, '2024-12-23 10:23:53', '2024-12-23 10:23:53', '', 'Payment History', '', 'inherit', 'closed', 'closed', '', '925-revision-v1', '', '', '2024-12-23 10:23:53', '2024-12-23 10:23:53', '', 925, 'https://Your domain.com/?p=926', 0, 'revision', '', 0),
(928, 1, '2024-12-23 11:28:47', '2024-12-23 11:28:47', '!-- Contact Form 7 Form Template -->\r\n<div class=\"payment-request-form\">\r\n    <div class=\"form-group\">\r\n        <label for=\"email\">Email Address *</label>\r\n        [email* email id:email class:form-control placeholder \"Enter your email address\"]\r\n    </div>\r\n\r\n    <div class=\"form-group\">\r\n        <label for=\"withdraw-amount\">Withdrawal Amount (Minimum $5) *</label>\r\n        [number* withdraw-amount id:withdraw-amount class:form-control min:5 step:0.01 placeholder \"Enter amount (min $5)\"]\r\n    </div>\r\n\r\n    <div class=\"form-group\">\r\n        <label for=\"withdrawal-method\">Withdrawal Method *</label>\r\n        [select* withdrawal-method id:withdrawal-method class:form-control \"Select payment method\" \"PayPal\" \"UPI\"]\r\n    </div>\r\n\r\n    <div class=\"form-group payment-details\" id=\"paypal-details\" style=\"display: none;\">\r\n        <label for=\"paypal-email\">PayPal Email *</label>\r\n        [email* paypal-email id:paypal-email class:form-control placeholder \"Enter your PayPal email\"]\r\n    </div>\r\n\r\n    <div class=\"form-group payment-details\" id=\"upi-details\" style=\"display: none;\">\r\n        <label for=\"upi-id\">UPI ID *</label>\r\n        [text* upi-id id:upi-id class:form-control placeholder \"Enter your UPI ID\"]\r\n    </div>\r\n\r\n    <div class=\"form-submit\">\r\n        [submit class:submit-button \"Submit Withdrawal Request\"]\r\n    </div>\r\n</div>\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@webcrowd.co.in>\n[_site_admin_email]\nFrom: [your-name] [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@webcrowd.co.in>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.', 'form', '', 'publish', 'closed', 'closed', '', 'form', '', '', '2024-12-23 11:28:47', '2024-12-23 11:28:47', '', 0, 'https://Your domain.com/?post_type=wpcf7_contact_form&p=928', 0, 'wpcf7_contact_form', '', 0),
(929, 1, '2024-12-23 11:54:05', '2024-12-23 11:54:05', '', 'Payment History', '', 'inherit', 'closed', 'closed', '', '925-revision-v1', '', '', '2024-12-23 11:54:05', '2024-12-23 11:54:05', '', 925, 'https://Your domain.com/?p=929', 0, 'revision', '', 0),
(930, 1, '2024-12-23 11:54:05', '2024-12-23 11:54:05', '', 'Payment History', '', 'inherit', 'closed', 'closed', '', '925-revision-v1', '', '', '2024-12-23 11:54:05', '2024-12-23 11:54:05', '', 925, 'https://Your domain.com/?p=930', 0, 'revision', '', 0),
(931, 1, '2024-12-23 11:54:05', '2024-12-23 11:54:05', '<h2>Payment History</h2>				\n		<p>See Your All Transactions Here</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>', 'Payment History', '', 'inherit', 'closed', 'closed', '', '925-revision-v1', '', '', '2024-12-23 11:54:05', '2024-12-23 11:54:05', '', 925, 'https://Your domain.com/?p=931', 0, 'revision', '', 0),
(932, 1, '2024-12-25 09:46:41', '2024-12-23 11:54:45', ' ', '', '', 'publish', 'closed', 'closed', '', '932', '', '', '2024-12-25 09:46:41', '2024-12-25 09:46:41', '', 0, 'https://Your domain.com/?p=932', 5, 'nav_menu_item', '', 0),
(933, 1, '2024-12-23 11:55:39', '2024-12-23 11:55:39', '<h2>Payment History</h2>				\n		<p>See Your All Transactions Here</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>', 'Payment History', '', 'inherit', 'closed', 'closed', '', '925-revision-v1', '', '', '2024-12-23 11:55:39', '2024-12-23 11:55:39', '', 925, 'https://Your domain.com/?p=933', 0, 'revision', '', 0),
(934, 1, '2024-12-23 11:55:39', '2024-12-23 11:55:39', '<h2>Payment History</h2>				\n		<p>See Your All Transactions Here</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>', 'Payment History', '', 'inherit', 'closed', 'closed', '', '925-revision-v1', '', '', '2024-12-23 11:55:39', '2024-12-23 11:55:39', '', 925, 'https://Your domain.com/?p=934', 0, 'revision', '', 0),
(935, 1, '2024-12-23 11:55:39', '2024-12-23 11:55:39', '<h2>Payment History</h2>				\n		<p>See Your All Transactions Here</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>', 'Payment History', '', 'inherit', 'closed', 'closed', '', '925-revision-v1', '', '', '2024-12-23 11:55:39', '2024-12-23 11:55:39', '', 925, 'https://Your domain.com/?p=935', 0, 'revision', '', 0),
(936, 1, '2024-12-23 11:56:03', '2024-12-23 11:56:03', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 11:56:03', '2024-12-23 11:56:03', '', 236, 'https://Your domain.com/?p=936', 0, 'revision', '', 0),
(937, 1, '2024-12-23 11:56:03', '2024-12-23 11:56:03', '<h2>Game Library</h2>		\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<h2>Top Earners</h2>		\n			<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 11:56:03', '2024-12-23 11:56:03', '', 236, 'https://Your domain.com/?p=937', 0, 'revision', '', 0),
(938, 1, '2024-12-23 11:56:03', '2024-12-23 11:56:03', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 11:56:03', '2024-12-23 11:56:03', '', 236, 'https://Your domain.com/?p=938', 0, 'revision', '', 0),
(939, 1, '2024-12-23 11:56:44', '2024-12-23 11:56:44', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-23 11:56:44', '2024-12-23 11:56:44', '', 18, 'https://Your domain.com/?p=939', 0, 'revision', '', 0),
(940, 1, '2024-12-23 11:56:44', '2024-12-23 11:56:44', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-23 11:56:44', '2024-12-23 11:56:44', '', 18, 'https://Your domain.com/?p=940', 0, 'revision', '', 0),
(941, 1, '2024-12-23 11:56:44', '2024-12-23 11:56:44', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-23 11:56:44', '2024-12-23 11:56:44', '', 18, 'https://Your domain.com/?p=941', 0, 'revision', '', 0),
(942, 1, '2024-12-23 11:57:04', '2024-12-23 11:57:04', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-23 11:57:04', '2024-12-23 11:57:04', '', 16, 'https://Your domain.com/?p=942', 0, 'revision', '', 0),
(943, 1, '2024-12-23 11:57:04', '2024-12-23 11:57:04', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-23 11:57:04', '2024-12-23 11:57:04', '', 16, 'https://Your domain.com/?p=943', 0, 'revision', '', 0),
(944, 1, '2024-12-23 11:57:04', '2024-12-23 11:57:04', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-23 11:57:04', '2024-12-23 11:57:04', '', 16, 'https://Your domain.com/?p=944', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(945, 1, '2024-12-23 11:59:19', '2024-12-23 11:59:19', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-23 11:59:19', '2024-12-23 11:59:19', '', 14, 'https://Your domain.com/?p=945', 0, 'revision', '', 0),
(946, 1, '2024-12-23 11:59:19', '2024-12-23 11:59:19', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"2\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-23 11:59:19', '2024-12-23 11:59:19', '', 14, 'https://Your domain.com/?p=946', 0, 'revision', '', 0),
(947, 1, '2024-12-23 11:59:19', '2024-12-23 11:59:19', '<h2>Play, Spend Time &amp; \nGet Rewarded</h2>				\n		<p>Play and earn points with every game. The more you play, the more <br />earn points</p>		\n					<a href=\"#\">\n									Play Now\n					</a>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Featured Games</h2>				\n					<h2>Browse Games</h2>				\n							<search role=\"search\" data-base-url=\"https://Your domain.com/\" data-page-num=\"1\">\n							<button data-filter=\"arcade\" aria-pressed=\"false\">Arcade</button>\n							<button data-filter=\"games\" aria-pressed=\"false\">Games</button>\n							<button data-filter=\"action\" aria-pressed=\"false\">Action</button>\n							<button data-filter=\"adventure\" aria-pressed=\"false\">Adventure</button>\n							<button data-filter=\"puzzle-logic\" aria-pressed=\"false\">Puzzle &amp; Logic</button>\n							<button data-filter=\"sports-racing\" aria-pressed=\"false\">Sports &amp; Racing</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					<a href=\"https://Your domain.com/category/games/sports-racing/\">\n									Play Now\n					</a>\n					<h2>Spend More Time On Racing Games</h2>				\n		<p>Play and earn points with every game. The more you play, the more earn points</p>		\n					<h2>Rewards and Points System</h2>				\n		<p>Our platform offers an exciting Rewards and Points System to make your gaming experience even more enjoyable! Here\'s how it works:</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Earn Points While You Play						\n					</h3>\n									<p>\n						Spend a specific amount of time playing any game on our platform, and you\'ll earn points as a reward for your engagement.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							Redeem Points for Money						\n					</h3>\n									<p>\n						Once your points reach a threshold of 500, you can convert them into real money and withdraw it directly.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>				\n									<h3>\n							More Play, More Rewards						\n					</h3>\n									<p>\n						The longer you play, the faster you accumulate points, giving you more opportunities to cash out and enjoy your earnings!					</p>\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n			Revenue Distributed			\n				$\n				+\n			Games Played			\n				+\n			Active Players			\n				+\n			Rewards Redeemed			\n				$\n				+\n					<h2>What Users Say !</h2>				\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n						This platform is amazing! I’ve been playing for just a few weeks and already redeemed my points for cash. It’s fun and rewarding at the same time					\n					<cite>Arjun Patel20,000 Points</cite>				\n						<img data-src=\"https://Your domain.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Arjun Patel\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>							Previous\n							<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>							Next\n															<img width=\"832\" height=\"1216\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file-11.png 832w, https://Your domain.com/wp-content/uploads/2024/12/file-11-205x300.png 205w, https://Your domain.com/wp-content/uploads/2024/12/file-11-701x1024.png 701w, https://Your domain.com/wp-content/uploads/2024/12/file-11-768x1122.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" />															\n					<h2>So Why Just Play ? \nEarn Some Penny To Refill Your Pockets !</h2>				\n		<p>Subscribe For More Updates</p>		\n					<h2>Frequently Asked Questions</h2>				\n						<details id=\"e-n-accordion-item-1690\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1690\" >\n					 How can I earn points while playing games? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1691\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1691\" >\n					 How can I withdraw the points I’ve earned? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the &#8220;Wallet&#8221; page, choose the withdrawal option, and follow the steps to redeem your points for money.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1692\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1692\" >\n					 Can I play games on both desktop and mobile devices? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1693\" >\n				<summary data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1693\" >\n					 What types of games are available on the website? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p>								\n					</details>\n						<details id=\"e-n-accordion-item-1694\" >\n				<summary data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1694\" >\n					 Is there a leaderboard or ranking system? \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n									<p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>								\n					</details>\n		<p>You earn points by playing games for a specific duration. Each game displays a reward duration—spend the required time, and points will be added to your account automatically.</p><p>Once you reach the threshold of 500 points, you can request a withdrawal. Visit the \"Wallet\" page, choose the withdrawal option, and follow the steps to redeem your points for money.</p><p>Yes! Our games are optimized for both desktop and mobile devices, ensuring a smooth experience no matter where you play.</p><p>We offer a wide range of games, including puzzle games, racing games, adventure challenges, and multiplayer competitions. Check out the game categories for more options.</p><p>Yes, we have a leaderboard where players can see their rankings based on points earned, achievements unlocked, and game performance. Compete with others and climb to the top!</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-12-23 11:59:19', '2024-12-23 11:59:19', '', 14, 'https://Your domain.com/?p=947', 0, 'revision', '', 0),
(948, 3, '2024-12-23 12:01:18', '2024-12-23 12:01:18', '', 'webcrowd-logo.png', '', 'inherit', 'open', 'closed', '', 'webcrowd-logo-png', '', '', '2024-12-23 12:01:18', '2024-12-23 12:01:18', '', 0, 'https://Your domain.com/webcrowd-logo-png/', 0, 'attachment', 'image/png', 0),
(949, 3, '2024-12-23 12:01:34', '2024-12-23 12:01:34', '', 'webcrowd-logo.png', '', 'inherit', 'open', 'closed', '', 'webcrowd-logo-png-2', '', '', '2024-12-23 12:01:34', '2024-12-23 12:01:34', '', 0, 'https://Your domain.com/webcrowd-logo-png-2/', 0, 'attachment', 'image/png', 0),
(951, 1, '2024-12-23 12:08:27', '2024-12-23 12:08:27', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-23 12:08:27', '2024-12-23 12:08:27', '', 18, 'https://Your domain.com/?p=951', 0, 'revision', '', 0),
(952, 1, '2024-12-23 12:08:27', '2024-12-23 12:08:27', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-23 12:08:27', '2024-12-23 12:08:27', '', 18, 'https://Your domain.com/?p=952', 0, 'revision', '', 0),
(953, 1, '2024-12-23 12:08:27', '2024-12-23 12:08:27', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-23 12:08:27', '2024-12-23 12:08:27', '', 18, 'https://Your domain.com/?p=953', 0, 'revision', '', 0),
(954, 1, '2024-12-23 12:53:26', '2024-12-23 12:53:26', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-23 12:53:26', '2024-12-23 12:53:26', '', 18, 'https://Your domain.com/?p=954', 0, 'revision', '', 0),
(955, 1, '2024-12-23 12:53:26', '2024-12-23 12:53:26', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-23 12:53:26', '2024-12-23 12:53:26', '', 18, 'https://Your domain.com/?p=955', 0, 'revision', '', 0),
(956, 1, '2024-12-23 12:53:26', '2024-12-23 12:53:26', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"][user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-23 12:53:26', '2024-12-23 12:53:26', '', 18, 'https://Your domain.com/?p=956', 0, 'revision', '', 0),
(957, 1, '2024-12-23 12:54:00', '2024-12-23 12:54:00', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 12:54:00', '2024-12-23 12:54:00', '', 236, 'https://Your domain.com/?p=957', 0, 'revision', '', 0),
(958, 1, '2024-12-23 12:54:00', '2024-12-23 12:54:00', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 12:54:00', '2024-12-23 12:54:00', '', 236, 'https://Your domain.com/?p=958', 0, 'revision', '', 0),
(959, 1, '2024-12-23 12:54:00', '2024-12-23 12:54:00', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 12:54:00', '2024-12-23 12:54:00', '', 236, 'https://Your domain.com/?p=959', 0, 'revision', '', 0),
(960, 1, '2024-12-23 12:55:10', '2024-12-23 12:55:10', '<h2>Blog</h2>				\n		<p>Explore and Read News insights and Articles</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2024-12-23 13:07:23', '2024-12-23 13:07:23', '', 0, 'https://Your domain.com/?page_id=960', 0, 'page', '', 0),
(961, 1, '2024-12-23 12:55:10', '2024-12-23 12:55:10', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '960-revision-v1', '', '', '2024-12-23 12:55:10', '2024-12-23 12:55:10', '', 960, 'https://Your domain.com/?p=961', 0, 'revision', '', 0),
(962, 1, '2024-12-25 09:46:41', '2024-12-23 12:55:52', ' ', '', '', 'publish', 'closed', 'closed', '', '962', '', '', '2024-12-25 09:46:41', '2024-12-25 09:46:41', '', 0, 'https://Your domain.com/?p=962', 6, 'nav_menu_item', '', 0),
(963, 1, '2024-12-23 12:57:37', '2024-12-23 12:57:37', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '960-revision-v1', '', '', '2024-12-23 12:57:37', '2024-12-23 12:57:37', '', 960, 'https://Your domain.com/?p=963', 0, 'revision', '', 0),
(964, 1, '2024-12-23 12:57:37', '2024-12-23 12:57:37', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '960-revision-v1', '', '', '2024-12-23 12:57:37', '2024-12-23 12:57:37', '', 960, 'https://Your domain.com/?p=964', 0, 'revision', '', 0),
(965, 1, '2024-12-23 12:57:37', '2024-12-23 12:57:37', '<h2>Blog</h2>				\n		<p>Explore and Read News insights and Articles</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]', 'Blog', '', 'inherit', 'closed', 'closed', '', '960-revision-v1', '', '', '2024-12-23 12:57:37', '2024-12-23 12:57:37', '', 960, 'https://Your domain.com/?p=965', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(967, 1, '2024-12-23 13:05:52', '2024-12-23 13:05:52', '<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n								<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-aa0f573\"><li><a href=\"#\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-aa0f573\"><li><a href=\"#\" tabindex=\"-1\">Welcome</a>\n<ul>\n	<li><a href=\"https://Your domain.com/login/\" tabindex=\"-1\">Login</a></li>\n	<li><a href=\"https://Your domain.com/register/\" tabindex=\"-1\">Register</a></li>\n	<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>\n</li>\n</ul>			</nav>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n					<h2>My Account</h2>				\n								<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-dcdf593\"><li><a href=\"https://Your domain.com/\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/payment-history/\">Payment History</a></li>\n<li><a href=\"https://Your domain.com/blog/\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\">Logout</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-dcdf593\"><li><a href=\"https://Your domain.com/\" tabindex=\"-1\">Home</a></li>\n<li><a href=\"https://Your domain.com/game-library/\" tabindex=\"-1\">Game Library</a></li>\n<li><a href=\"https://Your domain.com/profile/\" tabindex=\"-1\">Profile</a></li>\n<li><a href=\"https://Your domain.com/wallet/\" tabindex=\"-1\">Wallet</a></li>\n<li><a href=\"https://Your domain.com/payment-history/\" tabindex=\"-1\">Payment History</a></li>\n<li><a href=\"https://Your domain.com/blog/\" tabindex=\"-1\">Blog</a></li>\n<li><a href=\"https://Your domain.com/logout/\" tabindex=\"-1\">Logout</a></li>\n</ul>			</nav>\n					<h2>Other Links</h2>				\n								<nav aria-label=\"Menu\">\n				<ul id=\"menu-1-4c2e7df\"><li><a href=\"#\">Privacy Policy</a></li>\n<li><a href=\"#\">Disclaimer</a></li>\n<li><a href=\"#\">T &#038; C</a></li>\n</ul>			</nav>\n						<nav aria-hidden=\"true\">\n				<ul id=\"menu-2-4c2e7df\"><li><a href=\"#\" tabindex=\"-1\">Privacy Policy</a></li>\n<li><a href=\"#\" tabindex=\"-1\">Disclaimer</a></li>\n<li><a href=\"#\" tabindex=\"-1\">T &#038; C</a></li>\n</ul>			</nav>\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n					<h2>My Account</h2>				\n					<h2>Other Links</h2>				\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n							<search role=\"search\">\n			<form action=\"https://Your domain.com\" method=\"get\">\n				<label for=\"search-d3e5b68\">\n						Search					\n					<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"></path></svg>				</label>\n					<input id=\"search-d3e5b68\" placeholder=\"Search...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-d3e5b68\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-d3e5b68\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n				</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"d3e5b68-30\">\n			</form>\n		</search>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"></path></svg>				\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>', 'Elementor Header #30', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2024-12-23 13:05:52', '2024-12-23 13:05:52', '', 30, 'https://Your domain.com/?p=967', 0, 'revision', '', 0),
(968, 1, '2024-12-23 13:07:23', '2024-12-23 13:07:23', '<h2>Blog</h2>				\n		<p>Explore and Read News insights and Articles</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]', 'Blog', '', 'inherit', 'closed', 'closed', '', '960-revision-v1', '', '', '2024-12-23 13:07:23', '2024-12-23 13:07:23', '', 960, 'https://Your domain.com/?p=968', 0, 'revision', '', 0),
(969, 1, '2024-12-23 13:07:23', '2024-12-23 13:07:23', '<h2>Blog</h2>				\n		<p>Explore and Read News insights and Articles</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]', 'Blog', '', 'inherit', 'closed', 'closed', '', '960-revision-v1', '', '', '2024-12-23 13:07:23', '2024-12-23 13:07:23', '', 960, 'https://Your domain.com/?p=969', 0, 'revision', '', 0),
(970, 1, '2024-12-23 13:07:23', '2024-12-23 13:07:23', '<h2>Blog</h2>				\n		<p>Explore and Read News insights and Articles</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]', 'Blog', '', 'inherit', 'closed', 'closed', '', '960-revision-v1', '', '', '2024-12-23 13:07:23', '2024-12-23 13:07:23', '', 960, 'https://Your domain.com/?p=970', 0, 'revision', '', 0),
(972, 1, '2024-12-23 13:09:15', '2024-12-23 13:09:15', '<h2>Category</h2>', 'Category Menu Slider (Mobile)', '', 'publish', 'closed', 'closed', '', 'category-menu-slider-mobile', '', '', '2024-12-23 13:13:02', '2024-12-23 13:13:02', '', 0, 'https://Your domain.com/?post_type=elementor_library&#038;p=972', 0, 'elementor_library', '', 0),
(973, 1, '2024-12-23 13:11:41', '2024-12-23 13:11:41', '', 'Category Menu Slider (Mobile)', '', 'inherit', 'closed', 'closed', '', '972-revision-v1', '', '', '2024-12-23 13:11:41', '2024-12-23 13:11:41', '', 972, 'https://Your domain.com/?p=973', 0, 'revision', '', 0),
(974, 1, '2024-12-23 13:11:41', '2024-12-23 13:11:41', '<h2>Category</h2>', 'Category Menu Slider (Mobile)', '', 'inherit', 'closed', 'closed', '', '972-revision-v1', '', '', '2024-12-23 13:11:41', '2024-12-23 13:11:41', '', 972, 'https://Your domain.com/?p=974', 0, 'revision', '', 0),
(975, 1, '2024-12-23 13:12:51', '2024-12-23 13:12:51', '<h2>Category</h2>', 'Category Menu Slider (Mobile)', '', 'inherit', 'closed', 'closed', '', '972-revision-v1', '', '', '2024-12-23 13:12:51', '2024-12-23 13:12:51', '', 972, 'https://Your domain.com/?p=975', 0, 'revision', '', 0),
(976, 1, '2024-12-23 13:17:15', '2024-12-23 13:17:15', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:17:15', '2024-12-23 13:17:15', '', 236, 'https://Your domain.com/?p=976', 0, 'revision', '', 0),
(977, 1, '2024-12-23 13:17:15', '2024-12-23 13:17:15', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:17:15', '2024-12-23 13:17:15', '', 236, 'https://Your domain.com/?p=977', 0, 'revision', '', 0),
(978, 1, '2024-12-23 13:17:15', '2024-12-23 13:17:15', '<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:17:15', '2024-12-23 13:17:15', '', 236, 'https://Your domain.com/?p=978', 0, 'revision', '', 0),
(979, 1, '2024-12-23 13:17:44', '2024-12-23 13:17:44', '<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:17:44', '2024-12-23 13:17:44', '', 236, 'https://Your domain.com/?p=979', 0, 'revision', '', 0),
(980, 1, '2024-12-23 13:17:44', '2024-12-23 13:17:44', '<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:17:44', '2024-12-23 13:17:44', '', 236, 'https://Your domain.com/?p=980', 0, 'revision', '', 0),
(981, 1, '2024-12-23 13:17:44', '2024-12-23 13:17:44', '<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:17:44', '2024-12-23 13:17:44', '', 236, 'https://Your domain.com/?p=981', 0, 'revision', '', 0),
(982, 1, '2024-12-23 13:18:35', '2024-12-23 13:18:35', '<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:18:35', '2024-12-23 13:18:35', '', 236, 'https://Your domain.com/?p=982', 0, 'revision', '', 0),
(983, 1, '2024-12-23 13:18:35', '2024-12-23 13:18:35', '<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:18:35', '2024-12-23 13:18:35', '', 236, 'https://Your domain.com/?p=983', 0, 'revision', '', 0),
(984, 1, '2024-12-23 13:18:35', '2024-12-23 13:18:35', '<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:18:35', '2024-12-23 13:18:35', '', 236, 'https://Your domain.com/?p=984', 0, 'revision', '', 0),
(985, 1, '2024-12-23 13:18:57', '2024-12-23 13:18:57', '<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:18:57', '2024-12-23 13:18:57', '', 236, 'https://Your domain.com/?p=985', 0, 'revision', '', 0),
(986, 1, '2024-12-23 13:18:57', '2024-12-23 13:18:57', '<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:18:57', '2024-12-23 13:18:57', '', 236, 'https://Your domain.com/?p=986', 0, 'revision', '', 0),
(987, 1, '2024-12-23 13:18:57', '2024-12-23 13:18:57', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:18:57', '2024-12-23 13:18:57', '', 236, 'https://Your domain.com/?p=987', 0, 'revision', '', 0),
(988, 1, '2024-12-23 13:21:24', '2024-12-23 13:21:24', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:21:24', '2024-12-23 13:21:24', '', 236, 'https://Your domain.com/?p=988', 0, 'revision', '', 0),
(989, 1, '2024-12-23 13:21:24', '2024-12-23 13:21:24', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:21:24', '2024-12-23 13:21:24', '', 236, 'https://Your domain.com/?p=989', 0, 'revision', '', 0),
(990, 1, '2024-12-23 13:21:24', '2024-12-23 13:21:24', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 13:21:24', '2024-12-23 13:21:24', '', 236, 'https://Your domain.com/?p=990', 0, 'revision', '', 0),
(991, 1, '2024-12-23 15:14:32', '2024-12-23 15:14:32', ' ', '', '', 'publish', 'closed', 'closed', '', '991', '', '', '2024-12-23 15:14:32', '2024-12-23 15:14:32', '', 0, 'https://Your domain.com/?p=991', 1, 'nav_menu_item', '', 0),
(992, 1, '2024-12-23 15:14:32', '2024-12-23 15:14:32', ' ', '', '', 'publish', 'closed', 'closed', '', '992', '', '', '2024-12-23 15:14:32', '2024-12-23 15:14:32', '', 0, 'https://Your domain.com/?p=992', 2, 'nav_menu_item', '', 0),
(993, 1, '2024-12-23 15:14:32', '2024-12-23 15:14:32', ' ', '', '', 'publish', 'closed', 'closed', '', '993', '', '', '2024-12-23 15:14:32', '2024-12-23 15:14:32', '', 0, 'https://Your domain.com/?p=993', 3, 'nav_menu_item', '', 0),
(994, 1, '2024-12-23 15:14:32', '2024-12-23 15:14:32', ' ', '', '', 'publish', 'closed', 'closed', '', '994', '', '', '2024-12-23 15:14:32', '2024-12-23 15:14:32', '', 0, 'https://Your domain.com/?p=994', 4, 'nav_menu_item', '', 0),
(995, 1, '2024-12-23 15:16:30', '2024-12-23 15:16:30', '<h2>About Us</h2>				\n		<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!</p>		\n					<h2>Quick Links</h2>				\n					<h2>Categories</h2>				\n					<h2>My Account</h2>', 'Elementor Footer #500', '', 'inherit', 'closed', 'closed', '', '500-revision-v1', '', '', '2024-12-23 15:16:30', '2024-12-23 15:16:30', '', 500, 'https://Your domain.com/?p=995', 0, 'revision', '', 0),
(996, 1, '2024-12-23 15:17:07', '2024-12-23 15:17:07', '<h2>About Us</h2>				\n		<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!</p>		\n					<h2>Quick Links</h2>				\n					<h2>Categories</h2>				\n					<h2>My Account</h2>', 'Elementor Footer #500', '', 'inherit', 'closed', 'closed', '', '500-revision-v1', '', '', '2024-12-23 15:17:07', '2024-12-23 15:17:07', '', 500, 'https://Your domain.com/?p=996', 0, 'revision', '', 0),
(997, 1, '2024-12-23 15:18:24', '2024-12-23 15:18:24', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 15:18:24', '2024-12-23 15:18:24', '', 236, 'https://Your domain.com/?p=997', 0, 'revision', '', 0),
(998, 1, '2024-12-23 15:18:24', '2024-12-23 15:18:24', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 15:18:24', '2024-12-23 15:18:24', '', 236, 'https://Your domain.com/?p=998', 0, 'revision', '', 0),
(999, 1, '2024-12-23 15:18:24', '2024-12-23 15:18:24', '<h2>Game Library</h2>				\n		<p>Explore 1000s of Games and Earn as much as you want !</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]		\n					<h2>Category</h2>', 'Game Library', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2024-12-23 15:18:24', '2024-12-23 15:18:24', '', 236, 'https://Your domain.com/?p=999', 0, 'revision', '', 0),
(1001, 1, '2024-12-23 15:22:47', '2024-12-23 15:22:47', '<h2>About Us</h2>				\n		<p>Join the ultimate online gaming platform where you can play, compete, and earn real rewards. Discover exciting games, connect with other players, and turn your skills into winnings!</p>		\n					<h2>Other Links</h2>				\n					<h2>Categories</h2>				\n					<h2>My Account</h2>', 'Elementor Footer #500', '', 'inherit', 'closed', 'closed', '', '500-revision-v1', '', '', '2024-12-23 15:22:47', '2024-12-23 15:22:47', '', 500, 'https://Your domain.com/?p=1001', 0, 'revision', '', 0),
(1002, 1, '2024-12-23 15:28:02', '2024-12-23 15:28:02', '<h2>About Us</h2>				\n		<p>Best Gaming Platform</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Welcome to <strong>GameOn</strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we’re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you’re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!</p>		\n									<h3>\n							Play & Earn						\n					</h3>\n									<p>\n						GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time					</p>\n									<h3>\n							HTML5 Games						\n					</h3>\n									<p>\n						Enjoy seamless gaming with GameOn’s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations					</p>\n									<h3>\n							Mix Genres						\n					</h3>\n									<p>\n						Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure					</p>\n									<h3>\n							Play Anywhere						\n					</h3>\n									<p>\n						With GameOn, gaming is not confined to a single device. Whether you’re on a smartphone, tablet, or desktop					</p>\n															<img width=\"704\" height=\"1408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif 704w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-150x300.avif 150w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-512x1024.avif 512w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-25x50.avif 25w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-50x100.avif 50w\" sizes=\"(max-width: 704px) 100vw, 704px\" />															\n					<h2>Our Team</h2>				\n		<p>At <em>GameOn</em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience</p>		\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-10.png\" alt=\"\" /></figure><h3>Alex Carter</h3><p>Game Developer Extraordinaire</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-11.png\" alt=\"\" /></figure><h3>Mia Thompson</h3><p>UX/UI Designer</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-12.png\" alt=\"\" /></figure><h3>Ethan Patel</h3><p>Marketing Strategist</p>', 'About Gameon', '', 'publish', 'closed', 'closed', '', 'about-gameon', '', '', '2024-12-24 11:23:59', '2024-12-24 11:23:59', '', 0, 'https://Your domain.com/?page_id=1002', 0, 'page', '', 0),
(1003, 1, '2024-12-23 15:28:02', '2024-12-23 15:28:02', '', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-23 15:28:02', '2024-12-23 15:28:02', '', 1002, 'https://Your domain.com/?p=1003', 0, 'revision', '', 0),
(1005, 1, '2024-12-23 15:38:41', '2024-12-23 15:38:41', '', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-23 15:38:41', '2024-12-23 15:38:41', '', 1002, 'https://Your domain.com/?p=1005', 0, 'revision', '', 0),
(1006, 1, '2024-12-23 15:38:41', '2024-12-23 15:38:41', '', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-23 15:38:41', '2024-12-23 15:38:41', '', 1002, 'https://Your domain.com/?p=1006', 0, 'revision', '', 0),
(1007, 1, '2024-12-23 15:38:41', '2024-12-23 15:38:41', '<h2>About Us</h2>				\n		<p>Best Gaming Platform</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Welcome to <strong>GameOn</strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we’re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you’re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!</p>', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-23 15:38:41', '2024-12-23 15:38:41', '', 1002, 'https://Your domain.com/?p=1007', 0, 'revision', '', 0),
(1008, 1, '2024-12-23 15:38:58', '2024-12-23 15:38:58', ' ', '', '', 'publish', 'closed', 'closed', '', '1008', '', '', '2024-12-23 15:38:58', '2024-12-23 15:38:58', '', 0, 'https://Your domain.com/?p=1008', 4, 'nav_menu_item', '', 0),
(1009, 1, '2024-12-24 11:01:58', '2024-12-24 11:01:58', '', 'file13-ezgif.com-apng-to-avif-converter', '', 'inherit', 'open', 'closed', '', 'file13-ezgif-com-apng-to-avif-converter', '', '', '2024-12-24 11:01:58', '2024-12-24 11:01:58', '', 1002, 'https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif', 0, 'attachment', 'image/avif', 0),
(1011, 1, '2024-12-24 11:19:17', '2024-12-24 11:19:17', '', 'Ellipse 10', '', 'inherit', 'open', 'closed', '', 'ellipse-10', '', '', '2024-12-24 11:19:17', '2024-12-24 11:19:17', '', 1002, 'https://Your domain.com/wp-content/uploads/2024/12/Ellipse-10.png', 0, 'attachment', 'image/png', 0),
(1012, 1, '2024-12-24 11:19:18', '2024-12-24 11:19:18', '', 'Ellipse 11', '', 'inherit', 'open', 'closed', '', 'ellipse-11', '', '', '2024-12-24 11:19:18', '2024-12-24 11:19:18', '', 1002, 'https://Your domain.com/wp-content/uploads/2024/12/Ellipse-11.png', 0, 'attachment', 'image/png', 0),
(1013, 1, '2024-12-24 11:19:19', '2024-12-24 11:19:19', '', 'Ellipse 12', '', 'inherit', 'open', 'closed', '', 'ellipse-12', '', '', '2024-12-24 11:19:19', '2024-12-24 11:19:19', '', 1002, 'https://Your domain.com/wp-content/uploads/2024/12/Ellipse-12.png', 0, 'attachment', 'image/png', 0),
(1014, 1, '2024-12-24 11:22:25', '2024-12-24 11:22:25', '<h2>About Us</h2>				\n		<p>Best Gaming Platform</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Welcome to <strong>GameOn</strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we’re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you’re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!</p>', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-24 11:22:25', '2024-12-24 11:22:25', '', 1002, 'https://Your domain.com/?p=1014', 0, 'revision', '', 0),
(1015, 1, '2024-12-24 11:22:25', '2024-12-24 11:22:25', '<h2>About Us</h2>				\n		<p>Best Gaming Platform</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Welcome to <strong>GameOn</strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we’re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you’re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!</p>', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-24 11:22:25', '2024-12-24 11:22:25', '', 1002, 'https://Your domain.com/?p=1015', 0, 'revision', '', 0),
(1016, 1, '2024-12-24 11:22:25', '2024-12-24 11:22:25', '<h2>About Us</h2>				\n		<p>Best Gaming Platform</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Welcome to <strong>GameOn</strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we’re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you’re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!</p>		\n									<h3>\n							Play & Earn						\n					</h3>\n									<p>\n						GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time					</p>\n									<h3>\n							HTML5 Games						\n					</h3>\n									<p>\n						Enjoy seamless gaming with GameOn’s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations					</p>\n									<h3>\n							Mix Genres						\n					</h3>\n									<p>\n						Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure					</p>\n									<h3>\n							Play Anywhere						\n					</h3>\n									<p>\n						With GameOn, gaming is not confined to a single device. Whether you’re on a smartphone, tablet, or desktop					</p>\n															<img width=\"704\" height=\"1408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif 704w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-150x300.avif 150w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-512x1024.avif 512w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-25x50.avif 25w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-50x100.avif 50w\" sizes=\"(max-width: 704px) 100vw, 704px\" />															\n					<h2>Our Team</h2>				\n		<p>At <em>GameOn</em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience</p>		\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-10.png\" alt=\"\" /></figure><h3>Alex Carter</h3><p>Game Developer Extraordinaire</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-11.png\" alt=\"\" /></figure><h3>Mia Thompson</h3><p>UX/UI Designer</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-12.png\" alt=\"\" /></figure><h3>Ethan Patel</h3><p>Marketing Strategist</p>', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-24 11:22:25', '2024-12-24 11:22:25', '', 1002, 'https://Your domain.com/?p=1016', 0, 'revision', '', 0);
INSERT INTO `wppb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1017, 1, '2024-12-24 11:23:59', '2024-12-24 11:23:59', '<h2>About Us</h2>				\n		<p>Best Gaming Platform</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Welcome to <strong>GameOn</strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we’re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you’re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!</p>		\n									<h3>\n							Play & Earn						\n					</h3>\n									<p>\n						GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time					</p>\n									<h3>\n							HTML5 Games						\n					</h3>\n									<p>\n						Enjoy seamless gaming with GameOn’s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations					</p>\n									<h3>\n							Mix Genres						\n					</h3>\n									<p>\n						Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure					</p>\n									<h3>\n							Play Anywhere						\n					</h3>\n									<p>\n						With GameOn, gaming is not confined to a single device. Whether you’re on a smartphone, tablet, or desktop					</p>\n															<img width=\"704\" height=\"1408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif 704w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-150x300.avif 150w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-512x1024.avif 512w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-25x50.avif 25w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-50x100.avif 50w\" sizes=\"(max-width: 704px) 100vw, 704px\" />															\n					<h2>Our Team</h2>				\n		<p>At <em>GameOn</em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience</p>		\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-10.png\" alt=\"\" /></figure><h3>Alex Carter</h3><p>Game Developer Extraordinaire</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-11.png\" alt=\"\" /></figure><h3>Mia Thompson</h3><p>UX/UI Designer</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-12.png\" alt=\"\" /></figure><h3>Ethan Patel</h3><p>Marketing Strategist</p>', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-24 11:23:59', '2024-12-24 11:23:59', '', 1002, 'https://Your domain.com/?p=1017', 0, 'revision', '', 0),
(1018, 1, '2024-12-24 11:23:59', '2024-12-24 11:23:59', '<h2>About Us</h2>				\n		<p>Best Gaming Platform</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Welcome to <strong>GameOn</strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we’re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you’re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!</p>		\n									<h3>\n							Play & Earn						\n					</h3>\n									<p>\n						GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time					</p>\n									<h3>\n							HTML5 Games						\n					</h3>\n									<p>\n						Enjoy seamless gaming with GameOn’s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations					</p>\n									<h3>\n							Mix Genres						\n					</h3>\n									<p>\n						Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure					</p>\n									<h3>\n							Play Anywhere						\n					</h3>\n									<p>\n						With GameOn, gaming is not confined to a single device. Whether you’re on a smartphone, tablet, or desktop					</p>\n															<img width=\"704\" height=\"1408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif 704w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-150x300.avif 150w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-512x1024.avif 512w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-25x50.avif 25w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-50x100.avif 50w\" sizes=\"(max-width: 704px) 100vw, 704px\" />															\n					<h2>Our Team</h2>				\n		<p>At <em>GameOn</em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience</p>		\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-10.png\" alt=\"\" /></figure><h3>Alex Carter</h3><p>Game Developer Extraordinaire</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-11.png\" alt=\"\" /></figure><h3>Mia Thompson</h3><p>UX/UI Designer</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-12.png\" alt=\"\" /></figure><h3>Ethan Patel</h3><p>Marketing Strategist</p>', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-24 11:23:59', '2024-12-24 11:23:59', '', 1002, 'https://Your domain.com/?p=1018', 0, 'revision', '', 0),
(1019, 1, '2024-12-24 11:23:59', '2024-12-24 11:23:59', '<h2>About Us</h2>				\n		<p>Best Gaming Platform</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Welcome to <strong>GameOn</strong>, your ultimate destination for online gaming adventures and entertainment. At GameOn, we’re passionate about bringing players together to enjoy the thrill of competition, strategy, and fun. Whether you’re a casual gamer or a dedicated enthusiast, our platform offers a variety of exciting games tailored to challenge and entertain. We believe in creating a vibrant community where players can connect, compete, and celebrate their victories. Join us at GameOn and level up your gaming experience today!</p>		\n									<h3>\n							Play & Earn						\n					</h3>\n									<p>\n						GameOn transforms gaming into a rewarding experience by integrating play-to-earn mechanics. Players can accumulate points, rewards  by competing game time					</p>\n									<h3>\n							HTML5 Games						\n					</h3>\n									<p>\n						Enjoy seamless gaming with GameOn’s library of HTML5 games. These games run directly on any modern browser without the need for downloads or installations					</p>\n									<h3>\n							Mix Genres						\n					</h3>\n									<p>\n						Dive into a diverse collection of games spanning multiple genres, from strategy and action to puzzles and adventure					</p>\n									<h3>\n							Play Anywhere						\n					</h3>\n									<p>\n						With GameOn, gaming is not confined to a single device. Whether you’re on a smartphone, tablet, or desktop					</p>\n															<img width=\"704\" height=\"1408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif\" alt=\"\" srcset=\"https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter.avif 704w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-150x300.avif 150w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-512x1024.avif 512w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-25x50.avif 25w, https://Your domain.com/wp-content/uploads/2024/12/file13-ezgif.com-apng-to-avif-converter-50x100.avif 50w\" sizes=\"(max-width: 704px) 100vw, 704px\" />															\n					<h2>Our Team</h2>				\n		<p>At <em>GameOn</em>, our team is the backbone of our vision to create an engaging and immersive gaming platform. We are a group of passionate professionals who bring creativity, innovation, and expertise to deliver an unparalleled gaming experience</p>		\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-10.png\" alt=\"\" /></figure><h3>Alex Carter</h3><p>Game Developer Extraordinaire</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-11.png\" alt=\"\" /></figure><h3>Mia Thompson</h3><p>UX/UI Designer</p>				\n					<figure><img width=\"408\" height=\"408\" src=\"https://Your domain.com/wp-content/uploads/2024/12/Ellipse-12.png\" alt=\"\" /></figure><h3>Ethan Patel</h3><p>Marketing Strategist</p>', 'About Gameon', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2024-12-24 11:23:59', '2024-12-24 11:23:59', '', 1002, 'https://Your domain.com/?p=1019', 0, 'revision', '', 0),
(1021, 1, '2024-12-25 08:47:32', '2024-12-25 08:47:32', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-25 08:47:32', '2024-12-25 08:47:32', '', 16, 'https://Your domain.com/?p=1021', 0, 'revision', '', 0),
(1022, 1, '2024-12-25 08:47:32', '2024-12-25 08:47:32', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-25 08:47:32', '2024-12-25 08:47:32', '', 16, 'https://Your domain.com/?p=1022', 0, 'revision', '', 0),
(1023, 1, '2024-12-25 08:47:32', '2024-12-25 08:47:32', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-25 08:47:32', '2024-12-25 08:47:32', '', 16, 'https://Your domain.com/?p=1023', 0, 'revision', '', 0),
(1024, 1, '2024-12-25 08:48:20', '2024-12-25 08:48:20', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-25 08:48:20', '2024-12-25 08:48:20', '', 16, 'https://Your domain.com/?p=1024', 0, 'revision', '', 0),
(1025, 1, '2024-12-25 08:48:20', '2024-12-25 08:48:20', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-25 08:48:20', '2024-12-25 08:48:20', '', 16, 'https://Your domain.com/?p=1025', 0, 'revision', '', 0),
(1026, 1, '2024-12-25 08:48:20', '2024-12-25 08:48:20', '<h2>Wallet</h2>				\n		<p>Withdraw, Mange, Track Your Points</p>		\n					<h2>Balance:</h2>				\n					<a role=\"button\">\n									Withdraw\n					</a>\n					<h2>Reward Progress:</h2>				\n		[threshold_progress_bar]		\n					<h2>Earnings:</h2>				\n		<p>Reward Progress will be automatically reset after reaching threshold. And earnings will be added as 5$ for 500 Points</p>		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Wallet', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-25 08:48:20', '2024-12-25 08:48:20', '', 16, 'https://Your domain.com/?p=1026', 0, 'revision', '', 0),
(1027, 1, '2024-12-25 08:49:19', '2024-12-25 08:49:19', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"][user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-25 08:49:19', '2024-12-25 08:49:19', '', 18, 'https://Your domain.com/?p=1027', 0, 'revision', '', 0),
(1028, 1, '2024-12-25 08:49:19', '2024-12-25 08:49:19', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"][user_profile_editor][fse_social_links_form]', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-25 08:49:19', '2024-12-25 08:49:19', '', 18, 'https://Your domain.com/?p=1028', 0, 'revision', '', 0),
(1029, 1, '2024-12-25 08:49:19', '2024-12-25 08:49:19', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"][user_profile_editor][fse_social_links_form]		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-25 08:49:19', '2024-12-25 08:49:19', '', 18, 'https://Your domain.com/?p=1029', 0, 'revision', '', 0),
(1030, 1, '2024-12-25 08:50:22', '2024-12-25 08:50:22', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"][user_profile_editor][fse_social_links_form]		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-25 08:50:22', '2024-12-25 08:50:22', '', 18, 'https://Your domain.com/?p=1030', 0, 'revision', '', 0),
(1031, 1, '2024-12-25 08:50:22', '2024-12-25 08:50:22', '[show_profile_picture]<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"][user_profile_editor][fse_social_links_form]		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-25 08:50:22', '2024-12-25 08:50:22', '', 18, 'https://Your domain.com/?p=1031', 0, 'revision', '', 0),
(1032, 1, '2024-12-25 08:50:22', '2024-12-25 08:50:22', '[show_profile_picture]		\n		<p>This is Your Profile. You can edit everything here</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"][user_profile_editor][fse_social_links_form]		\n					<h2>Please Login/ Register</h2>				\n					<a role=\"button\">\n									Login / Register\n					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2024-12-25 08:50:22', '2024-12-25 08:50:22', '', 18, 'https://Your domain.com/?p=1032', 0, 'revision', '', 0),
(1033, 1, '2024-12-25 09:10:40', '2024-12-25 09:10:40', '<h2>Help &amp; Support</h2>				\n		<p>Contact Our Support Team</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:</p>		\n							<ul>\n							<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										support@gameon.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										342-13123-123\n											</a>\n									</li>\n						</ul>', 'Help &amp; Support', '', 'trash', 'closed', 'closed', '', 'help-support__trashed', '', '', '2024-12-25 10:43:24', '2024-12-25 10:43:24', '', 0, 'https://Your domain.com/?page_id=1033', 0, 'page', '', 0),
(1034, 1, '2024-12-25 09:10:40', '2024-12-25 09:10:40', '', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:10:40', '2024-12-25 09:10:40', '', 1033, 'https://Your domain.com/?p=1034', 0, 'revision', '', 0),
(1036, 1, '2024-12-25 09:21:58', '2024-12-25 09:21:58', '', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:21:58', '2024-12-25 09:21:58', '', 1033, 'https://Your domain.com/?p=1036', 0, 'revision', '', 0),
(1037, 1, '2024-12-25 09:21:58', '2024-12-25 09:21:58', '', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:21:58', '2024-12-25 09:21:58', '', 1033, 'https://Your domain.com/?p=1037', 0, 'revision', '', 0),
(1038, 1, '2024-12-25 09:21:58', '2024-12-25 09:21:58', '<h2>Help &amp; Support</h2>				\n		<p>Contact Our Support Team</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:</p>', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:21:58', '2024-12-25 09:21:58', '', 1033, 'https://Your domain.com/?p=1038', 0, 'revision', '', 0),
(1039, 1, '2024-12-25 09:26:26', '2024-12-25 09:26:26', '<h2>Help &amp; Support</h2>				\n		<p>Contact Our Support Team</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:</p>', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:26:26', '2024-12-25 09:26:26', '', 1033, 'https://Your domain.com/?p=1039', 0, 'revision', '', 0),
(1040, 1, '2024-12-25 09:26:26', '2024-12-25 09:26:26', '<h2>Help &amp; Support</h2>				\n		<p>Contact Our Support Team</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:</p>', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:26:26', '2024-12-25 09:26:26', '', 1033, 'https://Your domain.com/?p=1040', 0, 'revision', '', 0),
(1041, 1, '2024-12-25 09:26:26', '2024-12-25 09:26:26', '<h2>Help &amp; Support</h2>				\n		<p>Contact Our Support Team</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:</p>		\n							<ul>\n							<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										support@gameon.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										342-13123-123\n											</a>\n									</li>\n						</ul>', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:26:26', '2024-12-25 09:26:26', '', 1033, 'https://Your domain.com/?p=1041', 0, 'revision', '', 0),
(1042, 1, '2024-12-25 09:26:59', '2024-12-25 09:26:59', '<h2>Help &amp; Support</h2>				\n		<p>Contact Our Support Team</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:</p>		\n							<ul>\n							<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										support@gameon.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										342-13123-123\n											</a>\n									</li>\n						</ul>', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:26:59', '2024-12-25 09:26:59', '', 1033, 'https://Your domain.com/?p=1042', 0, 'revision', '', 0),
(1043, 1, '2024-12-25 09:26:59', '2024-12-25 09:26:59', '<h2>Help &amp; Support</h2>				\n		<p>Contact Our Support Team</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"></path></svg>			\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:</p>		\n							<ul>\n							<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										support@gameon.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										342-13123-123\n											</a>\n									</li>\n						</ul>', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:26:59', '2024-12-25 09:26:59', '', 1033, 'https://Your domain.com/?p=1043', 0, 'revision', '', 0),
(1044, 1, '2024-12-25 09:26:59', '2024-12-25 09:26:59', '<h2>Help &amp; Support</h2>				\n		<p>Contact Our Support Team</p>		\n					<h2>Top Earners</h2>				\n		[top_earners_display number=\"3\"]<p>Need personalized help? Our dedicated support team is ready to assist you with any issue you may face. Reach out to us via:</p>		\n							<ul>\n							<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										support@gameon.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://support@gameon.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>						\n										342-13123-123\n											</a>\n									</li>\n						</ul>', 'Help &amp; Support', '', 'inherit', 'closed', 'closed', '', '1033-revision-v1', '', '', '2024-12-25 09:26:59', '2024-12-25 09:26:59', '', 1033, 'https://Your domain.com/?p=1044', 0, 'revision', '', 0),
(1045, 1, '2024-12-25 09:34:29', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-12-25 09:34:29', '0000-00-00 00:00:00', '', 0, 'https://Your domain.com/?p=1045', 1, 'nav_menu_item', '', 0),
(1046, 1, '2024-12-25 09:46:41', '2024-12-25 09:46:41', ' ', '', '', 'publish', 'closed', 'closed', '', '1046', '', '', '2024-12-25 09:46:41', '2024-12-25 09:46:41', '', 0, 'https://Your domain.com/?p=1046', 7, 'nav_menu_item', '', 0);

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

--
-- Table structure for table `wppb_termmeta`
--

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

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

--
-- Table structure for table `wppb_terms`
--

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

--
-- Dumping data for table `wppb_terms`
--

INSERT INTO `wppb_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'twentytwentyfive', 'twentytwentyfive', 0),
(3, 'Main menu', 'main-menu', 0),
(4, 'header', 'header', 0),
(5, 'popup', 'popup', 0),
(6, 'policy_links', 'policy_links', 0),
(7, 'container', 'container', 0),
(8, 'Online Games', 'online-games', 0),
(9, 'Action-Packed Challenges', 'action-packed-challenges', 0),
(10, 'Free Online Action Games', 'free-online-action-games', 0),
(11, 'single-page', 'single-page', 0),
(12, 'single-post', 'single-post', 0),
(13, 'login_menu', 'login_menu', 0),
(14, 'Games', 'games', 0),
(15, 'Action', 'action', 0),
(16, 'loop-item', 'loop-item', 0),
(17, 'pumpkin smasher', 'pumpkin-smasher', 0),
(18, 'slap fest', 'slap-fest', 0),
(19, 'garbil jump', 'garbil-jump', 0),
(20, 'Arcade', 'arcade', 0),
(21, 'arcade games', 'arcade-games', 0),
(22, 'Bouncing Beats', 'bouncing-beats', 0),
(23, 'Adventure', 'adventure', 0),
(24, 'Sports &amp; Racing', 'sports-racing', 0),
(25, 'sports games', 'sports-games', 0),
(26, 'Puzzle &amp; Logic', 'puzzle-logic', 0),
(27, 'puzzle games', 'puzzle-games', 0),
(28, 'footer', 'footer', 0),
(29, 'Quick_links', 'quick_links', 0),
(30, 'category_menu', 'category_menu', 0),
(31, 'page', 'page', 0),
(32, 'archive', 'archive', 0),
(33, 'footer_menu', 'footer_menu', 0);

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

--
-- Table structure for table `wppb_term_relationships`
--

CREATE TABLE `wppb_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wppb_term_relationships`
--

INSERT INTO `wppb_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(13, 2, 0),
(26, 3, 0),
(27, 3, 0),
(28, 3, 0),
(30, 4, 0),
(38, 4, 0),
(42, 5, 0),
(43, 6, 0),
(44, 6, 0),
(45, 6, 0),
(81, 7, 0),
(238, 3, 0),
(255, 4, 0),
(257, 4, 0),
(259, 8, 0),
(259, 9, 0),
(259, 10, 0),
(259, 14, 0),
(259, 15, 0),
(263, 11, 0),
(269, 11, 0),
(271, 12, 0),
(273, 11, 0),
(277, 12, 0),
(283, 12, 0),
(286, 4, 0),
(288, 4, 0),
(289, 13, 0),
(290, 13, 0),
(291, 13, 0),
(292, 13, 0),
(295, 4, 0),
(296, 3, 0),
(302, 12, 0),
(324, 16, 0),
(337, 8, 0),
(337, 9, 0),
(337, 14, 0),
(337, 15, 0),
(337, 17, 0),
(343, 8, 0),
(343, 9, 0),
(343, 10, 0),
(343, 14, 0),
(343, 15, 0),
(343, 18, 0),
(349, 8, 0),
(349, 9, 0),
(349, 10, 0),
(349, 14, 0),
(349, 15, 0),
(349, 19, 0),
(355, 8, 0),
(355, 9, 0),
(355, 10, 0),
(355, 14, 0),
(355, 15, 0),
(361, 8, 0),
(361, 14, 0),
(361, 20, 0),
(361, 21, 0),
(361, 22, 0),
(368, 8, 0),
(368, 10, 0),
(368, 14, 0),
(368, 20, 0),
(375, 8, 0),
(375, 10, 0),
(375, 14, 0),
(375, 20, 0),
(382, 8, 0),
(382, 14, 0),
(382, 20, 0),
(388, 8, 0),
(388, 14, 0),
(388, 20, 0),
(394, 14, 0),
(394, 23, 0),
(401, 8, 0),
(401, 14, 0),
(401, 23, 0),
(407, 8, 0),
(407, 14, 0),
(407, 23, 0),
(413, 8, 0),
(413, 14, 0),
(413, 23, 0),
(419, 8, 0),
(419, 14, 0),
(419, 23, 0),
(425, 8, 0),
(425, 14, 0),
(425, 24, 0),
(425, 25, 0),
(431, 8, 0),
(431, 14, 0),
(431, 24, 0),
(431, 25, 0),
(437, 8, 0),
(437, 14, 0),
(437, 24, 0),
(437, 25, 0),
(443, 8, 0),
(443, 14, 0),
(443, 24, 0),
(443, 25, 0),
(449, 8, 0),
(449, 14, 0),
(449, 26, 0),
(449, 27, 0),
(455, 8, 0),
(455, 14, 0),
(455, 26, 0),
(455, 27, 0),
(461, 8, 0),
(461, 14, 0),
(461, 26, 0),
(461, 27, 0),
(467, 8, 0),
(467, 14, 0),
(467, 26, 0),
(467, 27, 0),
(477, 16, 0),
(500, 28, 0),
(503, 29, 0),
(504, 29, 0),
(505, 29, 0),
(506, 29, 0),
(508, 30, 0),
(509, 30, 0),
(510, 30, 0),
(511, 30, 0),
(512, 30, 0),
(518, 16, 0),
(524, 16, 0),
(573, 4, 0),
(592, 12, 0),
(608, 16, 0),
(692, 32, 0),
(870, 5, 0),
(932, 3, 0),
(962, 3, 0),
(966, 4, 0),
(972, 5, 0),
(991, 33, 0),
(992, 33, 0),
(993, 33, 0),
(994, 33, 0),
(1000, 28, 0),
(1008, 6, 0),
(1046, 3, 0);

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

--
-- Table structure for table `wppb_term_taxonomy`
--

CREATE TABLE `wppb_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wppb_term_taxonomy`
--

INSERT INTO `wppb_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'wp_theme', '', 0, 1),
(3, 3, 'nav_menu', '', 0, 8),
(4, 4, 'elementor_library_type', '', 0, 1),
(5, 5, 'elementor_library_type', '', 0, 3),
(6, 6, 'nav_menu', '', 0, 4),
(7, 7, 'elementor_library_type', '', 0, 1),
(8, 8, 'post_tag', '', 0, 22),
(9, 9, 'post_tag', '', 0, 5),
(10, 10, 'post_tag', '', 0, 6),
(11, 11, 'elementor_library_type', '', 0, 0),
(12, 12, 'elementor_library_type', '', 0, 1),
(13, 13, 'nav_menu', '', 0, 4),
(14, 14, 'category', '', 0, 23),
(15, 15, 'category', '', 14, 5),
(16, 16, 'elementor_library_type', '', 0, 4),
(17, 17, 'post_tag', '', 0, 1),
(18, 18, 'post_tag', '', 0, 1),
(19, 19, 'post_tag', '', 0, 1),
(20, 20, 'category', '', 0, 5),
(21, 21, 'post_tag', '', 0, 1),
(22, 22, 'post_tag', '', 0, 1),
(23, 23, 'category', '', 14, 5),
(24, 24, 'category', '', 14, 4),
(25, 25, 'post_tag', '', 0, 4),
(26, 26, 'category', '', 14, 4),
(27, 27, 'post_tag', '', 0, 4),
(28, 28, 'elementor_library_type', '', 0, 1),
(29, 29, 'nav_menu', '', 0, 4),
(30, 30, 'nav_menu', '', 0, 5),
(31, 31, 'elementor_library_type', '', 0, 0),
(32, 32, 'elementor_library_type', '', 0, 1),
(33, 33, 'nav_menu', '', 0, 4);

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

--
-- Table structure for table `wppb_um_metadata`
--

CREATE TABLE `wppb_um_metadata` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `um_key` varchar(255) DEFAULT NULL,
  `um_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wppb_usermeta`
--

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

--
-- Dumping data for table `wppb_usermeta`
--

INSERT INTO `wppb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'onlinegamingv2'),
(2, 1, 'first_name', 'Yogesh'),
(3, 1, 'last_name', 'Neware'),
(4, 1, 'description', 'dasdasd'),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wppb_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wppb_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'wppb_user-settings', 'editor=tinymce&libraryContent=browse&posts_list_mode=list'),
(18, 1, 'wppb_user-settings-time', '1733914704'),
(19, 1, 'account_status', 'approved'),
(20, 1, 'um_member_directory_data', 'a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}'),
(21, 1, '_um_last_login', '2024-12-25 11:22:43'),
(22, 1, 'wppb_dashboard_quick_press_last_post_id', '918'),
(23, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"203.192.225.0\";}'),
(24, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(25, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(26, 1, 'nav_menu_recently_edited', '3'),
(27, 1, 'elementor_introduction', 'a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),
(28, 1, 'um_user_profile_url_slug_user_login', 'onlinegamingv2'),
(29, 1, 'closedpostboxes_post', 'a:0:{}'),
(30, 1, 'metaboxhidden_post', 'a:0:{}'),
(31, 1, 'meta-box-order_post', 'a:4:{s:6:\"normal\";s:121:\"acf-group_6756da39f2064,acf-group_6756db18662f0,acf-group_6756db6d3d987,acf-group_6756db4b7c944,um-admin-restrict-content\";s:8:\"advanced\";s:0:\"\";s:4:\"side\";s:0:\"\";s:15:\"acf_after_title\";s:0:\"\";}'),
(32, 1, 'wppb_persisted_preferences', 'a:5:{s:14:\"core/edit-post\";a:6:{s:12:\"welcomeGuide\";b:0;s:30:\"disableEditorsKitColorsFormats\";b:1;s:33:\"disableEditorsKitHighlightFormats\";b:1;s:28:\"disableEditorsKiticonFormats\";b:1;s:20:\"welcomeGuideTemplate\";b:0;s:23:\"metaBoxesMainOpenHeight\";i:323;}s:9:\"_modified\";s:24:\"2024-12-09T16:13:33.107Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:4:\"core\";a:2:{s:10:\"openPanels\";a:5:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-post_tag\";i:2;s:12:\"post-excerpt\";i:3;s:14:\"featured-image\";i:4;s:23:\"taxonomy-panel-category\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:17:\"core/block-editor\";a:1:{s:25:\"linkControlSettingsDrawer\";b:1;}}'),
(33, 1, 'mycred_default_total', '0'),
(34, 1, 'mycred_default_history', 'a:0:{}'),
(35, 1, 'mycred_rank_ids', 'a:1:{i:0;i:567;}'),
(36, 1, 'mycred_rank', '567'),
(37, 1, 'total_points', '50'),
(38, 1, '_gamipress_triggered_triggers', 'a:2:{s:34:\"gamipress_user_specific_post_visit\";i:13;i:1;a:1:{s:34:\"gamipress_user_specific_post_visit\";i:14;}}'),
(39, 1, '_gamipress_point_points', '100'),
(40, 1, '_gamipress_point_new_points', '50'),
(41, 1, '_gamipress_point_points_awarded', '100'),
(42, 1, 'profile_picture', '834'),
(43, 1, 'session_tokens', 'a:6:{s:64:\"412703c128b419dc97c9f1450eb77022159f676bc3b329cccba42cb1e2ebb793\";a:4:{s:10:\"expiration\";i:1735291914;s:2:\"ip\";s:15:\"203.192.225.249\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1734082314;}s:64:\"23c17827833bbb460dc876273b3f619748d26634250372f3d7d3036d4f83d7a1\";a:4:{s:10:\"expiration\";i:1735131148;s:2:\"ip\";s:13:\"202.148.61.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1734958348;}s:64:\"bfc854c44575837d45c12f031e8cc87b3aabff3f36ee17389ece0c07dc426f82\";a:4:{s:10:\"expiration\";i:1735133534;s:2:\"ip\";s:13:\"202.148.61.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1734960734;}s:64:\"d0a812506768b6bd356d0f39e29d1ba9aabd29c1e706ec5e48ed9fc81629d316\";a:4:{s:10:\"expiration\";i:1735196841;s:2:\"ip\";s:15:\"203.192.225.225\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1735024041;}s:64:\"0d029322a949cb1e6fdd2fe107e26db12a84bf1312f6776704d498c42f7d3d4b\";a:4:{s:10:\"expiration\";i:1735290885;s:2:\"ip\";s:13:\"202.148.61.76\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1735118085;}s:64:\"bc7dcab75cebabde0acfe98bc629a38afd24afd68891b21d0bef6366d9ddeff1\";a:4:{s:10:\"expiration\";i:1735298563;s:2:\"ip\";s:13:\"203.192.225.7\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1735125763;}}'),
(44, 1, 'closedpostboxes_filter-set', 'a:0:{}'),
(45, 1, 'metaboxhidden_filter-set', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(46, 1, 'manageedit-acf-taxonomycolumnshidden', 'a:1:{i:0;s:7:\"acf-key\";}'),
(47, 1, 'acf_user_settings', 'a:1:{s:20:\"taxonomies-first-run\";b:1;}'),
(48, 1, 'wppb_elementor_enable_ai', '1'),
(49, 1, 'wppb_elementor_pro_enable_notes_notifications', '1'),
(50, 2, 'nickname', 'gtx'),
(51, 2, 'first_name', 'Yogesh'),
(52, 2, 'last_name', 'Thomson'),
(53, 2, 'description', ''),
(54, 2, 'rich_editing', 'true'),
(55, 2, 'syntax_highlighting', 'true'),
(56, 2, 'comment_shortcuts', 'false'),
(57, 2, 'admin_color', 'fresh'),
(58, 2, 'use_ssl', '0'),
(59, 2, 'show_admin_bar_front', 'true'),
(60, 2, 'locale', ''),
(61, 2, 'wppb_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(62, 2, 'wppb_user_level', '0'),
(63, 2, 'total_points', '100'),
(64, 2, 'synced_gravatar_hashed_id', '628e9a2364a6aca85029cf5f34e9068c'),
(65, 2, 'um_member_directory_data', 'a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}'),
(66, 2, 'submitted', 'a:6:{s:7:\"form_id\";s:1:\"7\";s:10:\"um_request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d409b2caa\";s:16:\"_wp_http_referer\";s:25:\"/onlinegamingv2/register/\";s:10:\"user_login\";s:3:\"gtx\";s:10:\"user_email\";s:22:\"gtxgaming905@gmail.com\";}'),
(67, 2, 'form_id', '7'),
(69, 2, 'um_user_profile_url_slug_user_login', 'gtx'),
(70, 2, 'account_status', 'approved'),
(72, 2, '_um_last_login', '2024-12-25 08:03:59'),
(73, 2, 'profile_picture', '845'),
(74, 1, 'user_earnings', '20'),
(75, 2, 'user_earnings', '10'),
(76, 3, 'nickname', 'webcrowdofficial'),
(77, 3, 'first_name', 'Webcrowd'),
(78, 3, 'last_name', 'Official'),
(79, 3, 'description', ''),
(80, 3, 'rich_editing', 'true'),
(81, 3, 'syntax_highlighting', 'true'),
(82, 3, 'comment_shortcuts', 'false'),
(83, 3, 'admin_color', 'fresh'),
(84, 3, 'use_ssl', '0'),
(85, 3, 'show_admin_bar_front', 'true'),
(86, 3, 'locale', ''),
(87, 3, 'wppb_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(88, 3, 'wppb_user_level', '0'),
(89, 3, 'total_points', '0'),
(90, 3, 'synced_gravatar_hashed_id', '96bb03d1a9d2e9a39f149e7157af2358'),
(91, 3, 'um_member_directory_data', 'a:5:{s:14:\"account_status\";s:8:\"approved\";s:15:\"hide_in_members\";b:0;s:13:\"profile_photo\";b:0;s:11:\"cover_photo\";b:0;s:8:\"verified\";b:0;}'),
(92, 3, 'submitted', 'a:6:{s:7:\"form_id\";s:1:\"7\";s:10:\"um_request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ffc81efcbd\";s:16:\"_wp_http_referer\";s:25:\"/onlinegamingv2/register/\";s:10:\"user_login\";s:16:\"webcrowdofficial\";s:10:\"user_email\";s:26:\"webcrowdofficial@gmail.com\";}'),
(93, 3, 'form_id', '7'),
(95, 3, 'um_user_profile_url_slug_user_login', 'webcrowdofficial'),
(96, 3, 'account_status', 'approved'),
(97, 3, 'session_tokens', 'a:1:{s:64:\"22368dc648ed24ab41357a4e72cd54c177cfa955bcb311b65176cf21ff3340ae\";a:4:{s:10:\"expiration\";i:1735121900;s:2:\"ip\";s:13:\"202.148.61.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1734949100;}}'),
(98, 3, '_um_last_login', '2024-12-23 11:59:56'),
(99, 3, 'user_earnings', '10'),
(100, 3, 'profile_picture', '949'),
(101, 2, 'session_tokens', 'a:5:{s:64:\"27eda35df4c564f7cce57d08ae65e6e7f14f9e883e32cc3596fb77339a850f36\";a:4:{s:10:\"expiration\";i:1735130218;s:2:\"ip\";s:13:\"202.148.61.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1734957418;}s:64:\"f07e99f7712a89d3bacf86160f6817ff7603014bcdefc9b2d78504182323525f\";a:4:{s:10:\"expiration\";i:1735130540;s:2:\"ip\";s:13:\"202.148.61.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1734957740;}s:64:\"d9e5b88ef9fe73ef0ccf86d49f4a930eb76018033ae35067517ba9ab7e297a51\";a:4:{s:10:\"expiration\";i:1735130904;s:2:\"ip\";s:13:\"202.148.61.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1734958104;}s:64:\"a41c04d89032739c9a28c217996645475024f77ed0a18424bdf1df82e947caef\";a:4:{s:10:\"expiration\";i:1735130992;s:2:\"ip\";s:13:\"202.148.61.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1734958192;}s:64:\"6859052d012748ea2a0762982f9e6865d232429e98ee5c4edc752fa423ba2a3b\";a:4:{s:10:\"expiration\";i:1735131983;s:2:\"ip\";s:13:\"202.148.61.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1734959183;}}');

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

--
-- Table structure for table `wppb_users`
--

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

--
-- Dumping data for table `wppb_users`
--

INSERT INTO `wppb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'onlinegamingv2', '$P$BppEpEN7.VBfVWSRlab9p9ouhQqsnM/', 'onlinegamingv2', 'yneware7@gmail.com', 'https://Your domain.com', '2024-11-23 19:19:23', '', 0, 'onlinegamingv2'),
(2, 'gtx', '$P$BOWKuJwG5EdqcrYc7.bCWppgj8Fmas/', 'gtx', 'gtxgaming905@gmail.com', '', '2024-12-18 12:11:56', '1734523920:$P$BfsxUMzfU.7zuZO21hcOMaW63RH6yh/', 0, 'gtx'),
(3, 'webcrowdofficial', '$P$BQb4Q0kHeRAytA81vqrwfmVB993T3W1', 'webcrowdofficial', 'webcrowdofficial@gmail.com', '', '2024-12-23 10:18:11', '1734949096:$P$Bs1aMrK5HZTpAp8Z5CCln1XLyAa8np1', 0, 'webcrowdofficial');

--
-- Indexes for dumped tables
--

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

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

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

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

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

--
-- Indexes for table `wppb_e_notes`
--
ALTER TABLE `wppb_e_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `route_url_index` (`route_url`(191)),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `parent_id_index` (`parent_id`),
  ADD KEY `author_id_index` (`author_id`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_resolved_index` (`is_resolved`),
  ADD KEY `is_public_index` (`is_public`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `last_activity_at_index` (`last_activity_at`);

--
-- Indexes for table `wppb_e_notes_users_relations`
--
ALTER TABLE `wppb_e_notes_users_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `note_id_index` (`note_id`),
  ADD KEY `user_id_index` (`user_id`);

--
-- Indexes for table `wppb_e_submissions`
--
ALTER TABLE `wppb_e_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  ADD KEY `main_meta_id_index` (`main_meta_id`),
  ADD KEY `hash_id_index` (`hash_id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `campaign_id_index` (`campaign_id`),
  ADD KEY `user_id_index` (`user_id`),
  ADD KEY `user_ip_index` (`user_ip`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_read_index` (`is_read`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `referer_index` (`referer`(191)),
  ADD KEY `referer_title_index` (`referer_title`(191));

--
-- Indexes for table `wppb_e_submissions_actions_log`
--
ALTER TABLE `wppb_e_submissions_actions_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `action_name_index` (`action_name`),
  ADD KEY `status_index` (`status`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`);

--
-- Indexes for table `wppb_e_submissions_values`
--
ALTER TABLE `wppb_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Indexes for table `wppb_gamipress_logs`
--
ALTER TABLE `wppb_gamipress_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `type` (`type`),
  ADD KEY `trigger_type` (`trigger_type`(191)),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `points` (`points`),
  ADD KEY `points_type` (`points_type`(191));

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

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

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

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

--
-- Indexes for table `wppb_myCRED_log`
--
ALTER TABLE `wppb_myCRED_log`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `ref` (`ref`),
  ADD KEY `ref_id` (`ref_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `ctype` (`ctype`),
  ADD KEY `time` (`time`);

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

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

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

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

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

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

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

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

--
-- Indexes for table `wppb_um_metadata`
--
ALTER TABLE `wppb_um_metadata`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id_indx` (`user_id`),
  ADD KEY `meta_key_indx` (`um_key`),
  ADD KEY `meta_value_indx` (`um_value`(191));

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `wppb_e_submissions`
--
ALTER TABLE `wppb_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wppb_e_submissions_actions_log`
--
ALTER TABLE `wppb_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wppb_e_submissions_values`
--
ALTER TABLE `wppb_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `wppb_gamipress_logs`
--
ALTER TABLE `wppb_gamipress_logs`
  MODIFY `log_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

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

--
-- AUTO_INCREMENT for table `wppb_gamipress_user_earnings`
--
ALTER TABLE `wppb_gamipress_user_earnings`
  MODIFY `user_earning_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

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

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

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

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

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

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

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

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

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

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

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

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

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

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